1. 00b9983 plat/arm: allow boards to specify second DRAM Base address by Suyash Pathak · 4 years, 5 months ago
  2. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  3. a43ae7c Add option for defining platform DRAM2 base by Sami Mujawar · 5 years ago
  4. 81eb5ce Rename PLAT_ARM_BL31_RUN_UART* variable by Usama Arif · 5 years ago
  5. bd7b740 plat/arm: Sanitise includes by Antonio Nino Diaz · 5 years ago
  6. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  7. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  8. ab5d2b1 plat/arm: Fix types of constants in headers by Antonio Nino Diaz · 6 years ago
  9. 61aff00 xlat: Fix compatibility between v1 and v2 by Antonio Nino Diaz · 6 years ago
  10. 9775a99 Merge pull request #1628 from antonio-nino-diaz-arm/an/sharing by Soby Mathew · 6 years ago
  11. 48bfb54 plat/arm: Remove file arm_board_def.h by Antonio Nino Diaz · 6 years ago
  12. 0dc0653 Merge pull request #1619 from antonio-nino-diaz-arm/an/norflash by Soby Mathew · 6 years ago
  13. d7da2f8 plat/arm: Move norflash driver to drivers/ folder by Antonio Nino Diaz · 6 years ago
  14. 50905c7 Fix misra warnings in SMC and power mgmt code by Sathees Balya · 6 years ago
  15. 9202926 plat/arm: Remove option ARM_BOARD_OPTIMISE_MEM by Antonio Nino Diaz · 6 years ago
  16. d6a205d Merge pull request #1565 from satheesbalya-arm/sb1_2332_fwu_sds_register by Dimitris Papastamos · 6 years ago
  17. 2257607 juno: Revert FWU update detect mechanism by Sathees Balya · 6 years ago
  18. bab1b82 Readjust BL2 size after sharing Mbed TLS heap by John Tsichritzis · 6 years ago
  19. 1d4c505 Reduce BL2 size for FVP by John Tsichritzis · 6 years ago
  20. e3adc37 Add librom support in FVP by Roberto Vargas · 6 years ago
  21. ec76950 Increase BL2U stack size by Daniel Boulby · 6 years ago
  22. f44b8e8 Merge pull request #1441 from robertovargas-arm/mem_protect_board by Dimitris Papastamos · 6 years ago
  23. e04b882 fvp: Increase BL2 size for TBBR builds by Dimitris Papastamos · 6 years ago
  24. 23ede6a plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 6 years ago
  25. bcca6c6 Move mem-protect definitions to board specific files by Roberto Vargas · 6 years ago
  26. af14b46 ARM platforms: Move BL31 below BL2 to enable BL2 overlay by Soby Mathew · 6 years ago
  27. ec42385 Merge pull request #1395 from antonio-nino-diaz-arm/an/spm-refactor by Dimitris Papastamos · 6 years ago
  28. 31c397f plat/arm: SPM: Force BL31 to DRAM when SPM is used by Antonio Nino Diaz · 6 years ago
  29. b681484 FVP: Add dummy configs for BL31, BL32 and BL33 by Soby Mathew · 6 years ago
  30. b37eba9 Revert "plat/arm: Migrate AArch64 port to the multi console driver" by Antonio Nino Diaz · 6 years ago
  31. 93bd916 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 6 years ago
  32. 550eb08 ARM platforms: Demonstrate mem_protect from el3_runtime by Roberto Vargas · 7 years ago
  33. 96a1c6b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · 6 years ago
  34. fa2422a Increase BL31 memory space by 2 pages by Dimitris Papastamos · 6 years ago
  35. 8a41859 Move TSP to TZC secured DRAM by Dimitris Papastamos · 7 years ago
  36. 086fbd6 SPM: Move S-EL1/S-EL0 xlat tables to TZC DRAM by Antonio Nino Diaz · 7 years ago
  37. bf16923 ARM platforms: Fixup AArch32 builds by Soby Mathew · 7 years ago
  38. 7289f92 SPM: FVP: Introduce port of SPM by Antonio Nino Diaz · 7 years ago
  39. 360051a Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_save by davidcunado-arm · 7 years ago
  40. de431b1 plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled by Qixiang Xu · 7 years ago
  41. 9ca2806 ARM platforms: enable GICv3 state save/restore by Soby Mathew · 7 years ago
  42. c3bd8c2 Increase PLAT_ARM_MMAP_ENTRIES and MAX_XLAT_TABLES by David Cunado · 7 years ago
  43. ae6e285 Merge pull request #1109 from robertovargas-arm/mem_protect by davidcunado-arm · 7 years ago
  44. a1c16b6 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 7 years ago
  45. a674feb plat/arm : update BL size macros to give BL1 and BL2 more space for TBB by Qixiang Xu · 7 years ago
  46. ea21edc norflash: Add nor_erase() to NOR driver by Roberto Vargas · 7 years ago
  47. 86a610e norflash: Wait for WSM bit in lock/unlock by Roberto Vargas · 7 years ago
  48. 52323b0 sp_min: Implement `sp_min_plat_runtime_setup()` by Dimitris Papastamos · 7 years ago
  49. a27c166 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · 7 years ago
  50. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  51. 7d99b6c Merge branch 'integration' into tf_issue_461 by Scott Branden · 7 years ago
  52. bf404c0 Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 7 years ago
  53. f09d003 ARM platforms: Add option to use xlat tables lib v1 by Antonio Nino Diaz · 7 years ago
  54. 30a2694 Fix ARM_BL31_IN_DRAM build by Douglas Raillard · 7 years ago
  55. 719bf85 ARM platforms: Enable xlat tables lib v2 by Antonio Nino Diaz · 7 years ago
  56. ac99803 Add dynamic region support to xlat tables lib v2 by Antonio Nino Diaz · 7 years ago
  57. 2e36de8 Resolve build errors flagged by GCC 6.2 by David Cunado · 7 years ago
  58. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  59. 30ce3ad ARM platforms: Define common image sizes by Antonio Nino Diaz · 8 years ago
  60. 889ca03 ARM CSS platforms: Map flash as execute-never by default by Sandrine Bailleux · 8 years ago
  61. 0ba499f Add support to load BL31 in DRAM by David Wang · 8 years ago
  62. c50a695 Merge pull request #533 from yatharth-arm/yk/genfw-1292 by danh-arm · 8 years ago
  63. f11b29a Fix the inconsistencies in bl1_tbbr_image_descs[] by Yatharth Kochar · 8 years ago
  64. eade34c Rationalise MMU and Page table related constants on ARM platforms by Vikram Kanigiri · 8 years ago
  65. c9bac9c Use tf_printf() for debug logs from xlat_tables.c by Soby Mathew · 8 years ago
  66. a72b647 Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 9 years ago
  67. be80120 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · 9 years ago
  68. 6e8f0b1 Merge pull request #462 from soby-mathew/sm/runtime_console by danh-arm · 9 years ago
  69. 3a11eda FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 9 years ago
  70. 736a3bf FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · 9 years ago
  71. 2fd66be Specify BL31 runtime console for ARM Standard platforms by Soby Mathew · 9 years ago
  72. fd383b4 Fix SP804 delay timer on FVP by Juan Castillo · 9 years ago
  73. 1df19de Merge pull request #449 from jcastillo-arm/jc/tbb_oid by danh-arm · 9 years ago
  74. b6132f1 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 9 years ago
  75. 740bc52 TBB: add ARM OIDs by Juan Castillo · 9 years ago
  76. facdd1c Add basic NOR flash driver for ARM platforms by Juan Castillo · 9 years ago
  77. 31a68f0 TBB: add platform API to read the ROTPK information by Juan Castillo · 9 years ago
  78. f96fc8f FVP: Add SP804 delay timer by Ryan Harkin · 9 years ago
  79. 9df4804 Add common ARM and CSS platform code by Dan Handley · 9 years ago