Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. May 24, 2023
  2. May 23, 2023
  3. May 22, 2023
  4. May 20, 2023
  5. May 19, 2023
  6. May 18, 2023
  7. May 17, 2023
    • Andrew Davis's avatar
      fix(ti): remove check for zero value in BL31 boot args · 44edd3bd
      Andrew Davis authored
      The commit 3e14df6f removed clearing of argument registers even when
      BL31 is the first stage. In that case the registers are left in a random
      state. TI platforms check that the arguments have been zero'd in early
      setup and so all TI platforms are not broken. Not sure why this check was
      here at all, so simply remove it to fix boot.
      
      Fixes: 3e14df6f
      
       ("fix(bl31): avoid clearing of argument registers in RESET_TO_BL31 case")
      Signed-off-by: default avatarAndrew Davis <afd@ti.com>
      Change-Id: I02bdd16b67fb5facc4c47ec596a42f110a663377
      44edd3bd
  8. May 16, 2023