1. 01 Jul, 2021 2 commits
    • Sandrine Bailleux's avatar
      Merge "refactor(measured boot): remove weak definition of... · 8d148183
      Sandrine Bailleux authored
      Merge "refactor(measured boot): remove weak definition of plat_get_measured_boot_data()" into integration
      8d148183
    • Sandrine Bailleux's avatar
      refactor(measured boot): remove weak definition of plat_get_measured_boot_data() · c04cb15c
      Sandrine Bailleux authored
      
      
      Weak definitions are confusing and should be avoided if possible.
      Thus, turn plat_get_measured_boot_data() into a strong definition that
      platforms must provide (if they need measured boot).
      
      We could have moved the old weak implementation under plat/common as a
      sane, default implementation that platforms may pull in if it suits
      them. However, this implementation right now simply measures BL2,
      which is not enough to get a complete measured boot flow, so this
      patch just removes it.
      
      This change only affects the Arm FVP platform, as no other upstream
      platform implements measured boot at the moment.
      
      Change-Id: If8680a39ae0ef1044ee981315439d5e0c8461229
      Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
      c04cb15c
  2. 30 Jun, 2021 3 commits
  3. 29 Jun, 2021 2 commits
  4. 28 Jun, 2021 12 commits
  5. 24 Jun, 2021 1 commit
  6. 23 Jun, 2021 2 commits
  7. 22 Jun, 2021 3 commits
  8. 18 Jun, 2021 4 commits
  9. 17 Jun, 2021 4 commits
  10. 16 Jun, 2021 7 commits