Skip to content
Snippets Groups Projects
  1. Aug 13, 2019
  2. Feb 04, 2019
  3. Feb 01, 2019
  4. Jan 16, 2019
    • Joakim Bech's avatar
      rpi3: Set RPI3_PRELOADED_DTB_BASE for TF-A · bbfcc268
      Joakim Bech authored
      
      In TF-A in the commit:
         (5341b42ec) rpi3: Add mem reserve region to DTB if present
      
      they started to runtime patching of the DTB, but the default build rules
      in TF-A doesn't set RPI3_PRELOADED_DTB_BASE to anything which then gets
      set to the default value: 1, which gives incorrect memory mappings for
      MAP_BL32_MEM. Therefore we must tell where the DTB is located and we do
      that by adding adding a compile time flag to TF-A, i.e.,
      
             RPI3_PRELOADED_DTB_BASE=0x00010000
      
      Signed-off-by: default avatarJoakim Bech <joakim.bech@linaro.org>
      Tested-by: Joakim Bech <joakim.bech@linaro.org> (RPi3)
      Reviewed-by: default avatarIgor Opaniuk <igor.opaniuk@linaro.org>
      3.4.0
      bbfcc268
  5. Aug 28, 2018
  6. Aug 28, 2017
  7. Apr 19, 2017
  8. Jan 26, 2017
    • Igor Opaniuk's avatar
      Fix for serverip issue · 5b9ee1ff
      Igor Opaniuk authored
      
      U-boot dhcp/bootp client changes "serverip" variable value in case if it
      was specified in a dhcp/bootp server configuration.
      Renamed serverip var, which now is used for nfsboot target to avoid
      updating of this value by DHCP/BOOTP clients and just to use our
      pre-defined static value.
      
      Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
      Tested-by: Joakim Bech <joakim.bech@linaro.org> (RPi3)
      Signed-off-by: default avatarIgor Opaniuk <igor.opaniuk@linaro.org>
      5b9ee1ff
  9. Jan 04, 2017
  10. Dec 21, 2016
  11. Dec 16, 2016
  12. Sep 20, 2016
Loading