1. f801fdc feat(rmmd): add RMM_MECID_KEY_UPDATE call by Tushar Khandelwal · 1 year, 3 months ago
  2. b577248 fix(rme): map DEVICE0_BASE as EL3_PAS by AlexeiFedorov · 6 months ago
  3. bef44f6 feat(rmm): add PCIe IO info to Boot manifest by AlexeiFedorov · 10 months ago
  4. aa99881 fix(rme): add console name to checksum calculation by AlexeiFedorov · 9 months ago
  5. 1a0ebff feat(arm): add fw handoff support for RESET_TO_BL31 by Harrison Mutai · 1 year, 3 months ago
  6. 9fb7676 feat(fvp): add flash areas for secure partition by levi.yun · 1 year, 3 months ago
  7. a5566f6 feat(arm): support FW handoff b/w BL2 & BL31 by Harrison Mutai · 1 year, 8 months ago
  8. 3290447 feat(rme): pass console info via RMM-EL3 ifc by Soby Mathew · 1 year, 4 months ago
  9. 86e4859 feat(arm): retrieve GPT related data from platform by Rohit Mathew · 1 year, 8 months ago
  10. 94c90ac feat(handoff): port BL31-BL33 interface to fw handoff framework by Harrison Mutai · 2 years ago
  11. 579ea67 Merge changes from topic "mb/secure-evlog-cpy" into integration by Sandrine Bailleux · 2 years, 5 months ago
  12. a4c6958 Merge "refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3" into integration by Manish Pandey · 2 years, 5 months ago
  13. 42d4d3b refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 by Arvind Ram Prakash · 2 years, 9 months ago
  14. 9a90d72 style: remove useless trailing semicolon and line continuations by Elyes Haouas · 2 years, 6 months ago
  15. 6b2e961 feat(arm): carveout DRAM1 area for Event Log by Manish V Badarkhe · 2 years, 8 months ago
  16. 8268590 feat(rme): read DRAM information from FVP DTB by AlexeiFedorov · 2 years, 7 months ago
  17. a97bfa5 feat(rme): set DRAM information in Boot Manifest platform data by AlexeiFedorov · 2 years, 8 months ago
  18. dc0ca64 fix(rmmd): add missing padding to RMM Boot Manifest and initialize it by Javier Almansa Sobrino · 2 years, 8 months ago
  19. 1d0ca40 feat(rmmd): add support to create a boot manifest by Javier Almansa Sobrino · 3 years, 3 months ago
  20. 8c980a4 feat(rmmd): add support for RMM Boot interface by Javier Almansa Sobrino · 3 years, 8 months ago
  21. 44639ab feat(plat/fvp): add EL3 SPMC #defines by Marc Bonnici · 3 years, 8 months ago
  22. 39f0b86 feat(fvp): update HW_CONFIG DT loading mechanism by Manish V Badarkhe · 3 years, 5 months ago
  23. 88c51c3 refactor(fvp): avoid Measured-Boot dependency on Trusted-Boot by Manish V Badarkhe · 3 years, 7 months ago
  24. c872072 feat(plat/fvp): add memory map for FVP platform for FEAT_RME by Zelalem Aweke · 4 years, 1 month ago
  25. 9d870b7 feat(plat/fvp): add RMM image support for FVP platform by Zelalem Aweke · 4 years, 1 month ago
  26. 79d8be3 refactor(plat/arm): mark the flash region as read-only by Manish V Badarkhe · 4 years, 2 months ago
  27. dfff468 refactor(plat/arm): use SOC_ID defines by Yann Gautier · 4 years, 3 months ago
  28. f98630f plat/arm: fvp: Protect GICR frames for fused/unused cores by Manish V Badarkhe · 4 years, 6 months ago
  29. e0cea78 plat/arm: fvp: Do not map GIC region in BL1 and BL2 by Manish V Badarkhe · 4 years, 6 months ago
  30. ed9653f plat/arm: fvp: Implement methods to retrieve soc-id information by Manish V Badarkhe · 5 years ago
  31. fddfb3b plat/arm: Use common build flag for using generic sp804 driver by Madhukar Pappireddy · 5 years ago
  32. 9d9ae97 spm-mm: fix MISRA C-2012 Rule 2.3 spm_mm_boot_info_t defined but never used. by Olivier Deprez · 5 years ago
  33. 493545b FVP: In BL31/SP_MIN, map only the needed DRAM region statically by Madhukar Pappireddy · 5 years ago
  34. 26d1e0c fconf: necessary modifications to support fconf in BL31 & SP_MIN by Madhukar Pappireddy · 6 years ago
  35. 64758c9 SPMD: add support to run BL32 in TDRAM and BL31 in secure DRAM on Arm FVP by Achin Gupta · 6 years ago
  36. 86ed895 Merge "debugfs: add SMC channel" into integration by Mark Dykes · 6 years ago
  37. aeaa225 spm-mm: Refactor secure_partition.h and its contents by Paul Beesley · 6 years ago
  38. 538b002 spm: Remove SPM Alpha 1 prototype and support files by Paul Beesley · 6 years ago
  39. 3f3c341 Remove dependency between SPM_MM and ENABLE_SPM build flags by Paul Beesley · 6 years ago
  40. 992f091 debugfs: add SMC channel by Ambroise Vincent · 6 years ago
  41. 1b597c2 FVP: Add Delay Timer driver to BL1 and BL31 by Alexei Fedorov · 6 years ago
  42. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
  43. bd9344f plat/arm: Sanitise includes by Antonio Nino Diaz · 7 years ago
  44. 8855e52 SPM: Rename SPM_DEPRECATED flag to SPM_MM by Antonio Nino Diaz · 7 years ago
  45. cd1f39b Merge pull request #1738 from ardbiesheuvel/synquacer-spm by Soby Mathew · 7 years ago
  46. 234bc7f plat/arm: Fix header dependencies by Antonio Nino Diaz · 7 years ago
  47. 0560efb services/spm_deprecated: update ARM platform specific asserts by Ard Biesheuvel · 7 years ago
  48. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  49. 680389a SPM: Load image and RD from SP package by Antonio Nino Diaz · 7 years ago
  50. 09d413a SPM: Remove SP memory mappings definitions by Antonio Nino Diaz · 7 years ago
  51. 08aa122 SPM: Deprecate boot info struct by Antonio Nino Diaz · 7 years ago
  52. 583e079 plat/arm: Fix MISRA defects in common code by Antonio Nino Diaz · 7 years ago
  53. 0916c38 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · 7 years ago
  54. 03987d0 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · 7 years ago
  55. 4d010d0 plat/arm: Mark arm platform initialization functions by Daniel Boulby · 7 years ago
  56. 60e19f5 plat/arm: Migrate to new interfaces by Antonio Nino Diaz · 7 years ago
  57. ba597da Support shared Mbed TLS heap for FVP by John Tsichritzis · 7 years ago
  58. 950c695 FVP AArch32: Fix flash access in BL32 for mem_protect by Joel Hutton · 7 years ago
  59. 1af540e Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 7 years ago
  60. c4fa173 SPM: Map devices in the 1st GB by Sandrine Bailleux · 8 years ago
  61. e29efeb SPM: FVP: Introduce port of SPM by Antonio Nino Diaz · 8 years ago
  62. e35a3fb ARM platforms: enable GICv3 state save/restore by Soby Mathew · 8 years ago
  63. b09ba05 mem_protect: Add DRAM2 to the list of mem protected ranges by Roberto Vargas · 8 years ago
  64. f145403 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 8 years ago
  65. b3ba6fd Fix BL2 memory map when OP-TEE is the Secure Payload by Soby Mathew · 8 years ago
  66. 3eb2d67 ARM platforms: Map TSP only when TSPD is included by Sandrine Bailleux · 8 years ago
  67. 48f4bcd Merge pull request #1068 from jenswi-linaro/optee_arm_plat by danh-arm · 8 years ago
  68. 810d921 FVP: bl2: optionally map ARM_OPTEE_PAGEABLE_LOAD_MEM by Jens Wiklander · 8 years ago
  69. 8431635 FVP: Always assume shifted affinity with MT bit by Isla Mitchell · 8 years ago
  70. 955242d FVP: Support Base FVP RevC by Jeenu Viswambharan · 8 years ago
  71. 284c3d6 FVP: Do not map DEVICE2 memory range when TBB is disabled by Sandrine Bailleux · 8 years ago
  72. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  73. 3d8256b Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 9 years ago
  74. 4faa4a1 Whitelist version 9.6 of Foundation FVP by Sandrine Bailleux · 9 years ago
  75. 877cf3f AArch32: Add essential ARM platform and FVP support by Soby Mathew · 9 years ago
  76. 91fad65 ARM CSS platforms: Map flash as execute-never by default by Sandrine Bailleux · 9 years ago
  77. b5fa656 Introduce arm_setup_page_tables() function by Sandrine Bailleux · 9 years ago
  78. fe7de03 Implement plat_set_nv_ctr for FVP platforms by Antonio Nino Diaz · 9 years ago
  79. 7123787 Add CCN support to FVP platform port by Soby Mathew · 9 years ago
  80. 21a3973 Remove support for legacy VE memory map in FVP by Soby Mathew · 10 years ago
  81. 3e4b8fd Migrate platform ports to the new xlat_tables library by Soby Mathew · 9 years ago[Renamed from plat/arm/board/fvp/aarch64/fvp_common.c]
  82. 4518dd9 Add support to load BL31 in DRAM by David Wang · 9 years ago
  83. 6355f23 Rework use of interconnect drivers by Vikram Kanigiri · 9 years ago
  84. dcda29f FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 10 years ago
  85. 436223d FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · 10 years ago
  86. 27573c5 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 10 years ago
  87. 7b4c140 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 10 years ago
  88. a7270d3 Configure all secure interrupts on ARM platforms by Vikram Kanigiri · 10 years ago
  89. 95cfd4a TBB: add platform API to read the ROTPK information by Juan Castillo · 10 years ago
  90. 3fc4124 Move FVP port to plat/arm/board/fvp by Dan Handley · 10 years ago[Renamed from plat/fvp/aarch64/fvp_common.c]
  91. 60eea55 Migrate FVP port to use common code by Dan Handley · 10 years ago
  92. 4991ecd Use ARM CCI driver on FVP and Juno platforms by Vikram Kanigiri · 10 years ago
  93. a7e98ad Add macro to calculate number of elements in an array by Vikram Kanigiri · 10 years ago
  94. ce41250 Minimize MAX_MMAP_REGIONS for each BL stage by Soby Mathew · 11 years ago
  95. 03b2370 Merge pull request #248 from jcastillo-arm/jc/tf-issues/212_1 by danh-arm · 11 years ago
  96. ab8707e Remove coherent memory from the BL memory maps by Soby Mathew · 11 years ago
  97. 6fd9eaf FVP: map non-secure DRAM1 in the MMU by Juan Castillo · 11 years ago
  98. 20d51ca FVP: keep shared data in Trusted SRAM by Juan Castillo · 11 years ago
  99. d0ecd97 Create BL stage specific translation tables by Soby Mathew · 11 years ago
  100. add4035 Add CPU specific power management operations by Soby Mathew · 11 years ago