1. aaaf2cc refactor(cpufeat): add macro to simplify is_feat_xx_present by Sona Mathew · 1 year, 5 months ago
  2. f019c80 feat(handoff): add support for RESET_TO_BL2 by Harrison Mutai · 1 year, 3 months ago
  3. 9c11ed7 feat(arm): support FW handoff b/w BL1 & BL2 by Harrison Mutai · 1 year, 7 months ago
  4. a5566f6 feat(arm): support FW handoff b/w BL2 & BL31 by Harrison Mutai · 1 year, 8 months ago
  5. 341df6a feat(arm): move GPT setup to common BL source by Rohit Mathew · 1 year, 6 months ago
  6. 86e4859 feat(arm): retrieve GPT related data from platform by Rohit Mathew · 1 year, 8 months ago
  7. 1e7545a refactor(arm): rename L0/L1 GPT base macros by Rohit Mathew · 1 year, 7 months ago
  8. b65dfe4 chore(auth)!: remove CryptoCell-712/713 support by Sandrine Bailleux · 1 year, 9 months ago
  9. ed56720 refactor(bl2): make post image handling platform-specific by Harrison Mutai · 1 year, 10 months ago
  10. 08ec77c refactor(arm): use gpt_partition_init by Govindraj Raja · 1 year, 9 months ago
  11. 8268590 feat(rme): read DRAM information from FVP DTB by AlexeiFedorov · 2 years, 7 months ago
  12. a97bfa5 feat(rme): set DRAM information in Boot Manifest platform data by AlexeiFedorov · 2 years, 8 months ago
  13. 346cfe2 feat(rmm): add support for the 2nd DRAM bank by AlexeiFedorov · 2 years, 8 months ago
  14. eab78e9 refactor(measured_boot): remove passing of BL2 hash via device tree by Manish V Badarkhe · 4 years ago
  15. f19dc62 refactor(gpt): productize and refactor GPT library by johpow01 · 4 years, 2 months ago
  16. deb4b3a feat(plat/arm): add GPT initialization code for Arm platforms by Zelalem Aweke · 4 years, 1 month ago
  17. c872072 feat(plat/fvp): add memory map for FVP platform for FEAT_RME by Zelalem Aweke · 4 years, 1 month ago
  18. 4bb72c4 refactor(plat/arm): modify memory region attributes to account for FEAT_RME by Zelalem Aweke · 4 years, 1 month ago
  19. 46789a7 build(bl2): enable SP pkg loading for S-EL1 SPMC by Balint Dobszay · 4 years, 4 months ago
  20. 2f1177b feat(plat/arm): add FWU support in Arm platforms by Manish V Badarkhe · 4 years, 1 month ago
  21. ef1daa4 feat(plat/arm): add GPT parser support by Manish V Badarkhe · 4 years, 5 months ago
  22. d74c6b8 Prevent colliding identifiers by Jimmy Brisson · 5 years ago
  23. a07c101 plat/arm: Move fconf population after the enablement of MMU by Manish V Badarkhe · 5 years ago
  24. 7b4e1fb TF-A: Add support for Measured Boot driver by Alexei Fedorov · 5 years ago
  25. 1d60052 plat/arm: Add assert for the valid address of dtb information by Manish V Badarkhe · 5 years ago
  26. 8286967 plat/arm: Load and populate fw_config and tb_fw_config by Manish V Badarkhe · 5 years ago
  27. 04e0697 fconf: Clean confused naming between TB_FW and FW_CONFIG by Manish V Badarkhe · 5 years ago
  28. c33ff19 spmd: skip loading of secure partitions on pre-v8.4 platforms by Olivier Deprez · 5 years ago
  29. 25d740c fconf: enhancements to firmware configuration framework by Madhukar Pappireddy · 6 years ago
  30. cb3b534 SPMD: loading Secure Partition payloads by Manish Pandey · 5 years ago
  31. 21c4f56 Merge changes from topic "lm/fconf" into integration by Sandrine Bailleux · 5 years ago
  32. 9814bfc fconf: Populate properties from dtb during bl2 setup by Louis Mayencourt · 6 years ago
  33. 466bb28 coverity: Fix MISRA null pointer violations by Zelalem · 5 years ago
  34. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
  35. bd9344f plat/arm: Sanitise includes by Antonio Nino Diaz · 7 years ago
  36. 234bc7f plat/arm: Fix header dependencies by Antonio Nino Diaz · 7 years ago
  37. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  38. 0916c38 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · 7 years ago
  39. 60e19f5 plat/arm: Migrate to new interfaces by Antonio Nino Diaz · 7 years ago
  40. 943bb7f ARM platforms: Reintroduce coherent memory for BL1 and BL2 by Soby Mathew · 7 years ago
  41. 490eeb0 Prevent two weak definitions of the same function by Daniel Boulby · 7 years ago
  42. 3ba9295 Merge pull request #1510 from robertovargas-arm/romlib by Dimitris Papastamos · 7 years ago
  43. 1e54cbb plat/arm: Migrate to enable_mmu_svc_mon() by Antonio Nino Diaz · 7 years ago
  44. 1eb735d Add librom support in FVP by Roberto Vargas · 7 years ago
  45. 2ecaafd Fix build for SEPARATE_CODE_AND_RODATA=0 by Daniel Boulby · 7 years ago
  46. f94523e Merge pull request #1472 from danielboulby-arm/db/Reclaim by danh-arm · 7 years ago
  47. d323af9 Rework page table setup for varying number of mem regions by Daniel Boulby · 7 years ago
  48. 6c77e74 Fix some violations to MISRA rule 8.3 by Sandrine Bailleux · 7 years ago
  49. 88a0523 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 7 years ago
  50. 4a581b0 Revert "Code change to fix small bugs" by Dimitris Papastamos · 7 years ago
  51. 83685de Merge pull request #1389 from danielboulby-arm/db/bugfix by Dimitris Papastamos · 7 years ago
  52. c099cd3 ARM platforms: Move BL31 below BL2 to enable BL2 overlay by Soby Mathew · 7 years ago
  53. bc325c2 Remove duplicate weak definition by Daniel Boulby · 7 years ago
  54. 6e79f9f FVP: Enable capability to disable auth via dynamic config by Soby Mathew · 7 years ago
  55. bf4698f Revert "plat/arm: Migrate AArch64 port to the multi console driver" by Antonio Nino Diaz · 7 years ago
  56. 2f18aa1 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 7 years ago
  57. 638b034 ARM platforms: Demonstrate mem_protect from el3_runtime by Roberto Vargas · 8 years ago
  58. 649c48f plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 7 years ago
  59. da5f274 Dynamic cfg: MISRA fixes by Soby Mathew · 7 years ago
  60. cab0b5b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · 8 years ago
  61. 0c306cc ARM Platforms: Migrate to new BL handover interface by Soby Mathew · 8 years ago
  62. caf4eca ARM Platforms: Add CASSERT for BL2_BASE by Soby Mathew · 7 years ago
  63. f145403 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 8 years ago
  64. 18e279e CSS: Changes for SDS framework by Soby Mathew · 8 years ago
  65. 54661cd Add Trusted OS extra image parsing support for ARM standard platforms by Summer Qin · 8 years ago
  66. 4adb10c Fix order of ARM platform #includes by Isla Mitchell · 8 years ago
  67. c243e30 Include missing header in arm_bl2_setup.c by dp-arm · 8 years ago
  68. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  69. 07570d5 Changes to support execution in AArch32 state for JUNO by Yatharth Kochar · 9 years ago
  70. 32f0d3c Replace some memset call by zeromem by Douglas Raillard · 9 years ago
  71. 4749705 Move BL_COHERENT_RAM_BASE/END defines to common_def.h by Masahiro Yamada · 9 years ago
  72. ecdc898 Use *_END instead of *_LIMIT for linker derived end addresses by Masahiro Yamada · 9 years ago
  73. 6fe8aa2 AArch32: Add ARM platform changes in BL2 by Yatharth Kochar · 9 years ago
  74. a8aa7fe ARM platform changes for new version of image loading by Yatharth Kochar · 9 years ago
  75. 0af559a ARM platforms: Add support for SEPARATE_CODE_AND_RODATA by Sandrine Bailleux · 9 years ago
  76. b5fa656 Introduce arm_setup_page_tables() function by Sandrine Bailleux · 9 years ago
  77. 81d139d Remove BL32_BASE when building without SPD for FVP by Antonio Nino Diaz · 9 years ago
  78. 4518dd9 Add support to load BL31 in DRAM by David Wang · 9 years ago
  79. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 10 years ago
  80. f59821d Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 10 years ago
  81. b431530 Add common ARM and CSS platform code by Dan Handley · 10 years ago