1. 19 Aug, 2021 2 commits
  2. 18 Aug, 2021 1 commit
  3. 16 Aug, 2021 4 commits
  4. 13 Aug, 2021 5 commits
  5. 12 Aug, 2021 3 commits
  6. 11 Aug, 2021 2 commits
  7. 10 Aug, 2021 9 commits
  8. 09 Aug, 2021 4 commits
  9. 06 Aug, 2021 2 commits
  10. 05 Aug, 2021 1 commit
  11. 03 Aug, 2021 4 commits
  12. 02 Aug, 2021 3 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
    • Manish V Badarkhe's avatar
      refactor(hw_crc32): renamed hw_crc32 to tf_crc32 · c885d5c8
      Manish V Badarkhe authored
      
      
      Renamed hw_crc32 to tf_crc32 to make the file and function
      name more generic so that the same name can be used in upcoming
      software CRC32 implementation.
      
      Change-Id: Idff8f70c50ca700a4328a27b49d5e1f14d2095eb
      Signed-off-by: default avatarManish V Badarkhe <Manish.Badarkhe@arm.com>
      c885d5c8