1. 04a6f2f fix(rmmd): add missing padding to RMM Boot Manifest and initialize it by Javier Almansa Sobrino · 1 year, 7 months ago
  2. 4165e84 feat(rmmd): add support to create a boot manifest by Javier Almansa Sobrino · 2 years, 2 months ago
  3. 7176a77 feat(rmmd): add support for RMM Boot interface by Javier Almansa Sobrino · 2 years, 7 months ago
  4. 6ba5abe feat(plat/fvp): add EL3 SPMC #defines by Marc Bonnici · 2 years, 7 months ago
  5. 86854e7 feat(fvp): update HW_CONFIG DT loading mechanism by Manish V Badarkhe · 2 years, 4 months ago
  6. eba13bd refactor(fvp): avoid Measured-Boot dependency on Trusted-Boot by Manish V Badarkhe · 2 years, 6 months ago
  7. c43c563 feat(plat/fvp): add memory map for FVP platform for FEAT_RME by Zelalem Aweke · 3 years ago
  8. 96c0bab feat(plat/fvp): add RMM image support for FVP platform by Zelalem Aweke · 3 years ago
  9. 76bf27b refactor(plat/arm): mark the flash region as read-only by Manish V Badarkhe · 3 years, 1 month ago
  10. ee05077 refactor(plat/arm): use SOC_ID defines by Yann Gautier · 3 years, 1 month ago
  11. b24c637 plat/arm: fvp: Protect GICR frames for fused/unused cores by Manish V Badarkhe · 3 years, 5 months ago
  12. e40334d plat/arm: fvp: Do not map GIC region in BL1 and BL2 by Manish V Badarkhe · 3 years, 5 months ago
  13. a637c3f plat/arm: fvp: Implement methods to retrieve soc-id information by Manish V Badarkhe · 4 years ago
  14. 7a554a1 plat/arm: Use common build flag for using generic sp804 driver by Madhukar Pappireddy · 3 years, 11 months ago
  15. 21cf360 spm-mm: fix MISRA C-2012 Rule 2.3 spm_mm_boot_info_t defined but never used. by Olivier Deprez · 4 years ago
  16. aa1121f FVP: In BL31/SP_MIN, map only the needed DRAM region statically by Madhukar Pappireddy · 4 years, 4 months ago
  17. ae9677b fconf: necessary modifications to support fconf in BL31 & SP_MIN by Madhukar Pappireddy · 4 years, 5 months ago
  18. e97351d SPMD: add support to run BL32 in TDRAM and BL31 in secure DRAM on Arm FVP by Achin Gupta · 4 years, 9 months ago
  19. ce9af96 Merge "debugfs: add SMC channel" into integration by Mark Dykes · 4 years, 6 months ago
  20. 45f4028 spm-mm: Refactor secure_partition.h and its contents by Paul Beesley · 4 years, 9 months ago
  21. db4e25a spm: Remove SPM Alpha 1 prototype and support files by Paul Beesley · 4 years, 9 months ago
  22. fe975b4 Remove dependency between SPM_MM and ENABLE_SPM build flags by Paul Beesley · 4 years, 10 months ago
  23. 9660dc1 debugfs: add SMC channel by Ambroise Vincent · 5 years ago
  24. 7131d83 FVP: Add Delay Timer driver to BL1 and BL31 by Alexei Fedorov · 4 years, 11 months ago
  25. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  26. bd7b740 plat/arm: Sanitise includes by Antonio Nino Diaz · 5 years ago
  27. cbccdbf SPM: Rename SPM_DEPRECATED flag to SPM_MM by Antonio Nino Diaz · 5 years ago
  28. bb87f85 Merge pull request #1738 from ardbiesheuvel/synquacer-spm by Soby Mathew · 5 years ago
  29. a320ecd plat/arm: Fix header dependencies by Antonio Nino Diaz · 5 years ago
  30. 8b034fc services/spm_deprecated: update ARM platform specific asserts by Ard Biesheuvel · 6 years ago
  31. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  32. 840627f SPM: Load image and RD from SP package by Antonio Nino Diaz · 6 years ago
  33. fe7b2be SPM: Remove SP memory mappings definitions by Antonio Nino Diaz · 6 years ago
  34. d6cf9a2 SPM: Deprecate boot info struct by Antonio Nino Diaz · 6 years ago
  35. 6971f00 plat/arm: Fix MISRA defects in common code by Antonio Nino Diaz · 6 years ago
  36. 344ff02 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · 6 years ago
  37. 61aff00 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · 6 years ago
  38. f45a4bb plat/arm: Mark arm platform initialization functions by Daniel Boulby · 6 years ago
  39. 05f4957 plat/arm: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  40. c34341a Support shared Mbed TLS heap for FVP by John Tsichritzis · 6 years ago
  41. 10503cc FVP AArch32: Fix flash access in BL32 for mem_protect by Joel Hutton · 6 years ago
  42. 2ca18d9 Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 6 years ago
  43. 4808f8b SPM: Map devices in the 1st GB by Sandrine Bailleux · 6 years ago
  44. 7289f92 SPM: FVP: Introduce port of SPM by Antonio Nino Diaz · 7 years ago
  45. 9ca2806 ARM platforms: enable GICv3 state save/restore by Soby Mathew · 7 years ago
  46. f8fda10 mem_protect: Add DRAM2 to the list of mem protected ranges by Roberto Vargas · 7 years ago
  47. a1c16b6 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 7 years ago
  48. 874fc9e Fix BL2 memory map when OP-TEE is the Secure Payload by Soby Mathew · 7 years ago
  49. b260c3a ARM platforms: Map TSP only when TSPD is included by Sandrine Bailleux · 7 years ago
  50. 17459aa Merge pull request #1068 from jenswi-linaro/optee_arm_plat by danh-arm · 7 years ago
  51. 0814c6a FVP: bl2: optionally map ARM_OPTEE_PAGEABLE_LOAD_MEM by Jens Wiklander · 7 years ago
  52. c7860cf FVP: Always assume shifted affinity with MT bit by Isla Mitchell · 7 years ago
  53. 9e78b92 FVP: Support Base FVP RevC by Jeenu Viswambharan · 7 years ago
  54. d9160a5 FVP: Do not map DEVICE2 memory range when TBB is disabled by Sandrine Bailleux · 7 years ago
  55. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  56. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  57. 8b33d70 Whitelist version 9.6 of Foundation FVP by Sandrine Bailleux · 8 years ago
  58. 0d268dc AArch32: Add essential ARM platform and FVP support by Soby Mathew · 8 years ago
  59. 889ca03 ARM CSS platforms: Map flash as execute-never by default by Sandrine Bailleux · 8 years ago
  60. 4a1267a Introduce arm_setup_page_tables() function by Sandrine Bailleux · 8 years ago
  61. 9d602fe Implement plat_set_nv_ctr for FVP platforms by Antonio Nino Diaz · 8 years ago
  62. 7356b1e Add CCN support to FVP platform port by Soby Mathew · 8 years ago
  63. cf022c5 Remove support for legacy VE memory map in FVP by Soby Mathew · 8 years ago
  64. cc037c1 Migrate platform ports to the new xlat_tables library by Soby Mathew · 8 years ago[Renamed from plat/arm/board/fvp/aarch64/fvp_common.c]
  65. 0ba499f Add support to load BL31 in DRAM by David Wang · 8 years ago
  66. fbb1301 Rework use of interconnect drivers by Vikram Kanigiri · 8 years ago
  67. 3a11eda FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 9 years ago
  68. 736a3bf FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · 9 years ago
  69. 1fa7eb6 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 9 years ago
  70. b6132f1 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 9 years ago
  71. f3bcea2 Configure all secure interrupts on ARM platforms by Vikram Kanigiri · 9 years ago
  72. 31a68f0 TBB: add platform API to read the ROTPK information by Juan Castillo · 9 years ago
  73. d617f66 Move FVP port to plat/arm/board/fvp by Dan Handley · 9 years ago[Renamed from plat/fvp/aarch64/fvp_common.c]
  74. 2b6b574 Migrate FVP port to use common code by Dan Handley · 9 years ago
  75. 4e97e54 Use ARM CCI driver on FVP and Juno platforms by Vikram Kanigiri · 9 years ago
  76. 725b133 Add macro to calculate number of elements in an array by Vikram Kanigiri · 9 years ago
  77. 13ee968 Minimize MAX_MMAP_REGIONS for each BL stage by Soby Mathew · 9 years ago
  78. 09a16c0 Merge pull request #248 from jcastillo-arm/jc/tf-issues/212_1 by danh-arm · 9 years ago
  79. 2ae2043 Remove coherent memory from the BL memory maps by Soby Mathew · 9 years ago
  80. f3e0218 FVP: map non-secure DRAM1 in the MMU by Juan Castillo · 10 years ago
  81. 42a617d FVP: keep shared data in Trusted SRAM by Juan Castillo · 10 years ago
  82. b08bc04 Create BL stage specific translation tables by Soby Mathew · 10 years ago
  83. 8e2f287 Add CPU specific power management operations by Soby Mathew · 10 years ago
  84. be234f9 Remove platform dependency in CCI-400 driver by Dan Handley · 10 years ago
  85. 48e84b3 FVP: make usage of Trusted DRAM optional at build time by Juan Castillo · 10 years ago
  86. 0c70c57 FVP: apply new naming conventions to memory regions by Juan Castillo · 10 years ago
  87. 5cd545d Merge pull request #177 from jcastillo-arm/jc/tf-issues/096 by danh-arm · 10 years ago
  88. f558cac Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 10 years ago
  89. e998254 Make enablement of the MMU more flexible by Achin Gupta · 10 years ago
  90. fb42b12 Refactor fvp gic code to be a generic driver by Dan Handley · 10 years ago
  91. 1c54d97 Refactor fvp_config into common platform header by Dan Handley · 10 years ago
  92. f268c72 Merge pull request #151 from vikramkanigiri/vk/t133-code-readability by Andrew Thoelke · 10 years ago
  93. 960347d Support later revisions of the Foundation FVP by Andrew Thoelke · 10 years ago
  94. cf79bf5 Simplify entry point information generation code on FVP by Vikram Kanigiri · 10 years ago
  95. 30b04fc Remove NSRAM from FVP memory map by Andrew Thoelke · 10 years ago
  96. 1359236 Enable mapping higher physical address by Lin Ma · 10 years ago
  97. b226a4d Add enable mmu platform porting interfaces by Dan Handley · 10 years ago
  98. ea45157 Rename FVP specific files and functions by Dan Handley · 10 years ago[Renamed (88%) from plat/fvp/aarch64/plat_common.c]
  99. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  100. 335bf58 Merge pull request #101 from sandrine-bailleux:sb/tf-issue-81-v2 by Andrew Thoelke · 10 years ago