1. 19 Aug, 2021 2 commits
  2. 18 Aug, 2021 1 commit
  3. 17 Aug, 2021 1 commit
  4. 16 Aug, 2021 4 commits
  5. 13 Aug, 2021 5 commits
  6. 12 Aug, 2021 3 commits
  7. 11 Aug, 2021 2 commits
  8. 10 Aug, 2021 9 commits
  9. 09 Aug, 2021 4 commits
  10. 06 Aug, 2021 2 commits
  11. 05 Aug, 2021 1 commit
  12. 03 Aug, 2021 4 commits
  13. 02 Aug, 2021 2 commits
    • Madhukar Pappireddy's avatar
      Merge changes from topic "fw-update-2" into integration · 5e4e13e1
      Madhukar Pappireddy authored
      * changes:
        feat(sw_crc32): add software CRC32 support
        refactor(hw_crc32): renamed hw_crc32 to tf_crc32
        feat(fwu): avoid booting with an alternate boot source
        docs(fwu): add firmware update documentation
        feat(fwu): avoid NV counter upgrade in trial run state
        feat(plat/arm): add FWU support in Arm platforms
        feat(fwu): initialize FWU driver in BL2
        feat(fwu): add FWU driver
        feat(fwu): introduce FWU platform-specific functions declarations
        docs(fwu_metadata): add FWU metadata build options
        feat(fwu_metadata): add FWU metadata header and build options
      5e4e13e1
    • Manish V Badarkhe's avatar
      feat(sw_crc32): add software CRC32 support · f2169370
      Manish V Badarkhe authored
      
      
      Added software CRC32 support in case platform doesn't support
      hardware CRC32.
      
      Platform must include necessary Zlib source files for compilation
      to use software CRC32 implementation.
      
      Change-Id: Iecb649b2edf951944b1a7e4c250c40fe7a3bde25
      Signed-off-by: default avatarManish V Badarkhe <Manish.Badarkhe@arm.com>
      f2169370