1. f06890e Refactor AMU support for Cortex A75 by Dimitris Papastamos · 7 years ago
  2. a2e702a Factor out CPU AMU helpers by Dimitris Papastamos · 7 years ago
  3. da5f274 Dynamic cfg: MISRA fixes by Soby Mathew · 7 years ago
  4. ce6d964 FVP: Add TB_FW_CONFIG and HW_CONFIG by Soby Mathew · 7 years ago
  5. cab0b5b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · 8 years ago
  6. c228956 ARM Platorms: Load TB_FW_CONFIG in BL1 by Soby Mathew · 8 years ago
  7. 0c306cc ARM Platforms: Migrate to new BL handover interface by Soby Mathew · 8 years ago
  8. c4fa173 SPM: Map devices in the 1st GB by Sandrine Bailleux · 8 years ago
  9. 0d3a27e Merge pull request #1200 from robertovargas-arm/bl2-el3 by davidcunado-arm · 8 years ago
  10. 76d2673 bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP by Roberto Vargas · 8 years ago
  11. 81528db bl2-el3: Add BL2 at EL3 support in FVP by Roberto Vargas · 8 years ago
  12. 53bfb94 Add hooks to save/restore AMU context for Cortex A75 by Dimitris Papastamos · 8 years ago
  13. 7bdf0c1 ARM platforms: Allow platforms to define SDEI events by Jeenu Viswambharan · 8 years ago
  14. 211d307 Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · 8 years ago
  15. 7d44ac1 fvp: Disable SYSTEM_SUSPEND when ARM_BL31_IN_DRAM by Antonio Nino Diaz · 8 years ago
  16. 2633dfe SPM: Remove ARM platforms header from SPM common code by Antonio Nino Diaz · 8 years ago
  17. 3872fc2 Do not enable SVE on pre-v8.2 platforms by David Cunado · 8 years ago
  18. a9f9b60 Juno AArch32: Remove duplicate definition of bl2 platform API by Soby Mathew · 8 years ago
  19. 5744e87 ARM platforms: Fixup AArch32 builds by Soby Mathew · 8 years ago
  20. 3a6a9ad fvp: Enable the Activity Monitor Unit extensions by default by Dimitris Papastamos · 8 years ago
  21. 281a08c Refactor Statistical Profiling Extensions implementation by Dimitris Papastamos · 8 years ago
  22. 71e7a4e ARM platforms: Make arm_validate_ns_entrypoint() common by Jeenu Viswambharan · 8 years ago
  23. e29efeb SPM: FVP: Introduce port of SPM by Antonio Nino Diaz · 8 years ago
  24. 3de7d58 Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_save by davidcunado-arm · 8 years ago
  25. 9b1eae9 plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled by Qixiang Xu · 8 years ago
  26. b2c363b ARM platforms: Migrate to using interrupt properties by Jeenu Viswambharan · 8 years ago
  27. e35a3fb ARM platforms: enable GICv3 state save/restore by Soby Mathew · 8 years ago
  28. a22dffc ARM platforms: Add support for EL3 TZC memory region by Soby Mathew · 8 years ago
  29. ebf1ca1 GICv3: add functions for save and restore by Soby Mathew · 8 years ago
  30. c64d134 Merge pull request #1109 from robertovargas-arm/mem_protect by davidcunado-arm · 8 years ago
  31. cb2cfae Merge pull request #1115 from jeenu-arm/tsp-mt by davidcunado-arm · 8 years ago
  32. 5e4ca66 TSP: Support multi-threading CPUs on FVP by Jeenu Viswambharan · 8 years ago
  33. b8fa2ed Merge pull request #1107 from geesun/qx/add_ecdsa_support by davidcunado-arm · 8 years ago
  34. b09ba05 mem_protect: Add DRAM2 to the list of mem protected ranges by Roberto Vargas · 8 years ago
  35. f145403 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 8 years ago
  36. 9db9c65 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 8 years ago
  37. ddfd38e plat/arm : update BL size macros to give BL1 and BL2 more space for TBB by Qixiang Xu · 8 years ago
  38. d08f8c6 FVP: Include utils_def.h instead of utils.h by Sandrine Bailleux · 8 years ago
  39. f18f5f9 Merge pull request #1092 from jeenu-arm/errata-workarounds by davidcunado-arm · 8 years ago
  40. 487c869 Merge pull request #1088 from soby-mathew/sm/sds_scmi by davidcunado-arm · 8 years ago
  41. 96ff260 Juno: Disable 859971 and 859972 errata workarounds by Eleanor Bonnici · 8 years ago
  42. 18e279e CSS: Changes for SDS framework by Soby Mathew · 8 years ago
  43. 0a04c69 Split CSS makefile for sp_min on Juno by Soby Mathew · 8 years ago
  44. d9b7636 juno: Fix bug in plat_get_my_entrypoint by Roberto Vargas · 8 years ago
  45. b3ba6fd Fix BL2 memory map when OP-TEE is the Secure Payload by Soby Mathew · 8 years ago
  46. 085bac2 Merge pull request #1072 from sandrine-bailleux-arm/sb/tsp-mapping by danh-arm · 8 years ago
  47. 3eb2d67 ARM platforms: Map TSP only when TSPD is included by Sandrine Bailleux · 8 years ago
  48. bea363a Juno: Define PLAT_LOG_LEVEL_ASSERT to LOG_LEVEL_INFO by Soby Mathew · 8 years ago
  49. 77544ef Merge pull request #1071 from jeenu-arm/syntax-fix by danh-arm · 8 years ago
  50. 1958316 plat/arm: Fix ARM_INSTANTIATE_LOCK syntax anomaly by Jeenu Viswambharan · 8 years ago
  51. 48f4bcd Merge pull request #1068 from jenswi-linaro/optee_arm_plat by danh-arm · 8 years ago
  52. afb3343 Merge pull request #1064 from islmit01/im/shifted_afinity by davidcunado-arm · 8 years ago
  53. 810d921 FVP: bl2: optionally map ARM_OPTEE_PAGEABLE_LOAD_MEM by Jens Wiklander · 8 years ago
  54. 8431635 FVP: Always assume shifted affinity with MT bit by Isla Mitchell · 8 years ago
  55. 3bbe34e norflash: Add full status check by Roberto Vargas · 8 years ago
  56. 784502a norflash: Add nor_erase() to NOR driver by Roberto Vargas · 8 years ago
  57. b4b09ca norflash: Clear status register before sending commands by Roberto Vargas · 8 years ago
  58. 9753cb5 norflash: Wait for WSM bit in lock/unlock by Roberto Vargas · 8 years ago
  59. f4953e7 norflash: clean-up norflash.c by Roberto Vargas · 8 years ago
  60. 1a52aca Merge pull request #1040 from sliai/support-opteed-header by danh-arm · 8 years ago
  61. 54661cd Add Trusted OS extra image parsing support for ARM standard platforms by Summer Qin · 8 years ago
  62. 955242d FVP: Support Base FVP RevC by Jeenu Viswambharan · 8 years ago
  63. eeb9ff9 FVP: Remove CCI registers from crash dump by Jeenu Viswambharan · 8 years ago
  64. 11ad8f2 FVP: Add support for multi-threaded CPUs by Jeenu Viswambharan · 9 years ago
  65. ddc5bfd Merge pull request #1035 from sandrine-bailleux-arm/sb/xlat-lib-ctx by davidcunado-arm · 8 years ago
  66. 401e491 Merge pull request #1032 from soby-mathew/sm/css_scp_reorg by davidcunado-arm · 8 years ago
  67. 284c3d6 FVP: Do not map DEVICE2 memory range when TBB is disabled by Sandrine Bailleux · 8 years ago
  68. 6c401f3 Resize the BL2 size limit for Juno by Soby Mathew · 8 years ago
  69. 4adb10c Fix order of ARM platform #includes by Isla Mitchell · 8 years ago
  70. f143caf Use CryptoCell to set/get NVcounters and ROTPK by Soby Mathew · 8 years ago
  71. e60f2af ARM plat changes to enable CryptoCell integration by Soby Mathew · 8 years ago
  72. 0d182a0 Merge pull request #1002 from douglas-raillard-arm/dr/fix_errata_a53 by danh-arm · 8 years ago
  73. 35bd2dd juno: Invalidate all caches before warm reset to AArch32 state. by Dimitris Papastamos · 8 years ago
  74. cc47e1a juno/aarch32: Restore `SCP_BOOT_CFG_ADDR` to the cold boot value by Dimitris Papastamos · 8 years ago
  75. 9151ac0 Merge pull request #997 from dp-arm/dp/spe by davidcunado-arm · 8 years ago
  76. a94cc37 Apply workarounds for A53 Cat A Errata 835769 and 843419 by Douglas Raillard · 8 years ago
  77. d832aee aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 8 years ago
  78. c971143 juno: Fix AArch32 build by Dimitris Papastamos · 8 years ago
  79. 2156830 sp_min: Implement `sp_min_plat_runtime_setup()` by Dimitris Papastamos · 8 years ago
  80. fb7d32e Unique names for defines in the CPU libraries by Varun Wadekar · 8 years ago
  81. b32e6b2 Merge pull request #963 from soby-mathew/sm/scmi_dev by danh-arm · 8 years ago
  82. c66f4ad Merge pull request #961 from jeenu-arm/gic-600 by danh-arm · 8 years ago
  83. 40111d4 Add SCMI support for Juno platform by Soby Mathew · 9 years ago
  84. e1c59ab Introduce ARM GIC-600 driver by Jeenu Viswambharan · 9 years ago
  85. d40ab48 Add support for Cortex-A75 and Cortex-A55 CPUs by David Wang · 9 years ago
  86. 9bedc6d Remove plat_match_rotpk reference by dp-arm · 8 years ago
  87. 0851cb2 fvp: Remove unnecessary default case by dp-arm · 8 years ago
  88. e715e67 Merge pull request #938 from masahir0y/tools_share by danh-arm · 8 years ago
  89. 232c6b3 FVP,Juno: switch FVP and Juno to use generic TBBR OID header by Masahiro Yamada · 8 years ago
  90. bb41eb7 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · 8 years ago
  91. 81602a9 Merge pull request #939 from dp-arm/dp/AArch32_tbbr by danh-arm · 8 years ago
  92. 4fd4af2 Merge pull request #942 from soby-mathew/sm/fix_juno_build_err by danh-arm · 8 years ago
  93. bbf4c22 Juno: Fix AArch32 sp_min build by Soby Mathew · 8 years ago
  94. a440900 AArch32: Add `TRUSTED_BOARD_BOOT` support by dp-arm · 8 years ago
  95. 144c3f5 FVP: Break circular dependency in platform header files by Sandrine Bailleux · 8 years ago
  96. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  97. 0f22bef Merge branch 'integration' into tf_issue_461 by Scott Branden · 8 years ago
  98. 53d9c9c Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 8 years ago
  99. abd2aba CSS: Allow system suspend only via PSCI SYSTEM_SUSPEND API by Soby Mathew · 9 years ago
  100. 6f24934 AArch32: Add SP_MIN support for JUNO by Yatharth Kochar · 9 years ago