Skip to content
Snippets Groups Projects
  1. Jan 31, 2025
  2. Oct 18, 2024
    • Joseph Chen's avatar
      spl: atf: Fix invalid bl32 pc when bl32 is absent · 2687dce2
      Joseph Chen authored
      
      'bl2_to_bl31_params->bl32_ep_info' is Null and '&bl2_to_bl31_params->bl32_ep_info->pc'
      is 0x8 when bl32 is absent. That means the pc value is determined by u-boot-spl.bin.
      The 0x8 offset of u-boot-spl.bin is the value of '_TEXT_BASE', i.e. CONFIG_SPL_TEXT_BASE.
      
      So far, only rk3576 without bl32 would trigger this issue as DRAM base is 0x40000000.
      
      Let's init bl32_{ep,image}_info even bl32 is absent.
      
      Signed-off-by: default avatarJoseph Chen <chenjh@rock-chips.com>
      Change-Id: Ic928301baee1c7941f0befd7a89aa74dcbd88cb2
      2687dce2
  3. Oct 17, 2024
  4. Oct 16, 2024
  5. Oct 15, 2024
  6. Oct 14, 2024
  7. Oct 11, 2024
  8. Oct 08, 2024
  9. Sep 30, 2024
  10. Sep 25, 2024
  11. Sep 24, 2024
  12. Sep 23, 2024
  13. Sep 19, 2024
  14. Sep 18, 2024
Loading