1. db4e25a spm: Remove SPM Alpha 1 prototype and support files by Paul Beesley · 4 years, 9 months ago
  2. fe975b4 Remove dependency between SPM_MM and ENABLE_SPM build flags by Paul Beesley · 4 years, 10 months ago
  3. e8b10e2 arm: Fix current RECLAIM_INIT_CODE behavior by Ambroise Vincent · 5 years ago
  4. 438aa72 ROMLIB: Optimize memory layout when ROMLIB is used by Louis Mayencourt · 4 years, 9 months ago
  5. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  6. 69bebd8 n1sdp: add code for DDR ECC enablement and BL33 copy to DDR by Manoj Kumar · 5 years ago
  7. a43ae7c Add option for defining platform DRAM2 base by Sami Mujawar · 5 years ago
  8. fc58d33 fvp: Increase the size of the stack for FVP by Louis Mayencourt · 5 years ago
  9. e97998f plat/arm: Introduce FVP Versatile Express platform. by Usama Arif · 6 years ago
  10. 81eb5ce Rename PLAT_ARM_BL31_RUN_UART* variable by Usama Arif · 5 years ago
  11. afa91db Arm platforms: Rename PLAT_ARM_NS_IMAGE_OFFSET by Sandrine Bailleux · 5 years ago
  12. 4e6408c plat/arm: Move dynamic xlat enable logic to makefile by Antonio Nino Diaz · 5 years ago
  13. bd7b740 plat/arm: Sanitise includes by Antonio Nino Diaz · 5 years ago
  14. cbccdbf SPM: Rename SPM_DEPRECATED flag to SPM_MM by Antonio Nino Diaz · 5 years ago
  15. bb87f85 Merge pull request #1738 from ardbiesheuvel/synquacer-spm by Soby Mathew · 5 years ago
  16. a320ecd plat/arm: Fix header dependencies by Antonio Nino Diaz · 5 years ago
  17. 8b034fc services/spm_deprecated: update ARM platform specific asserts by Ard Biesheuvel · 6 years ago
  18. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  19. 675d155 SPM: Support multiple xlat tables contexts by Antonio Nino Diaz · 6 years ago
  20. bb7d1cd SPM: Map memory regions from RD by Antonio Nino Diaz · 6 years ago
  21. 840627f SPM: Load image and RD from SP package by Antonio Nino Diaz · 6 years ago
  22. ecfaf11 fvp: Increase stack size when SPM is enabled by Antonio Nino Diaz · 6 years ago
  23. d284b57 SPM: Register Secure Partition priority level with ehf module by Sughosh Ganu · 6 years ago
  24. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  25. 6971f00 plat/arm: Fix MISRA defects in common code by Antonio Nino Diaz · 6 years ago
  26. ab5d2b1 plat/arm: Fix types of constants in headers by Antonio Nino Diaz · 6 years ago
  27. 9775a99 Merge pull request #1628 from antonio-nino-diaz-arm/an/sharing by Soby Mathew · 6 years ago
  28. 30952cc plat/arm: Fix misra warnings in platform code by Sathees Balya · 6 years ago
  29. 48bfb54 plat/arm: Remove file arm_board_def.h by Antonio Nino Diaz · 6 years ago
  30. b1b058d FVP: Reclaim init code for the stack by Daniel Boulby · 6 years ago
  31. 9202926 plat/arm: Remove option ARM_BOARD_OPTIMISE_MEM by Antonio Nino Diaz · 6 years ago
  32. 05f4957 plat/arm: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  33. 5f21294 ARM platforms: Allow board specific definition of SP stack base by Sughosh Ganu · 6 years ago
  34. 550eb08 ARM platforms: Demonstrate mem_protect from el3_runtime by Roberto Vargas · 6 years ago
  35. fecedb0 Fix FVP DRAM2 size by Roberto Vargas · 6 years ago
  36. 6e28446 ARM platforms: Allow platforms to define SDEI events by Jeenu Viswambharan · 7 years ago
  37. 9c4b1b7 SPM: Remove ARM platforms header from SPM common code by Antonio Nino Diaz · 7 years ago
  38. 360051a Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_save by davidcunado-arm · 7 years ago
  39. 723dce0 ARM platforms: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  40. 9ca2806 ARM platforms: enable GICv3 state save/restore by Soby Mathew · 7 years ago
  41. 3b5156e ARM platforms: Add support for EL3 TZC memory region by Soby Mathew · 7 years ago
  42. e32c042 FVP: Include utils_def.h instead of utils.h by Sandrine Bailleux · 7 years ago
  43. 9e78b92 FVP: Support Base FVP RevC by Jeenu Viswambharan · 7 years ago
  44. 4fd361b FVP: Remove CCI registers from crash dump by Jeenu Viswambharan · 7 years ago
  45. 528d21b FVP: Add support for multi-threaded CPUs by Jeenu Viswambharan · 8 years ago
  46. 52323b0 sp_min: Implement `sp_min_plat_runtime_setup()` by Dimitris Papastamos · 7 years ago
  47. d1f9775 FVP,Juno: switch FVP and Juno to use generic TBBR OID header by Masahiro Yamada · 7 years ago
  48. a27c166 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · 7 years ago
  49. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  50. 30a2694 Fix ARM_BL31_IN_DRAM build by Douglas Raillard · 7 years ago
  51. 2e36de8 Resolve build errors flagged by GCC 6.2 by David Cunado · 7 years ago
  52. 30ce3ad ARM platforms: Define common image sizes by Antonio Nino Diaz · 8 years ago
  53. 7356b1e Add CCN support to FVP platform port by Soby Mathew · 8 years ago
  54. 2c7ed5b Dump platform-defined regs in crash reporting by Gerald Lejeune · 9 years ago
  55. d3e1a1d Merge pull request #575 from soby-mathew/sm/new_tzc_driver by danh-arm · 8 years ago
  56. 9c708b5 Migrate ARM standard platforms to the refactored TZC driver by Soby Mathew · 8 years ago
  57. 0ba499f Add support to load BL31 in DRAM by David Wang · 8 years ago
  58. ec5eb56 Merge pull request #531 from soby-mathew/sm/multicluster_fvp by danh-arm · 8 years ago
  59. 47e43f2 Allow multi cluster topology definitions for ARM platforms by Soby Mathew · 8 years ago
  60. 6c2d663 Merge pull request #523 from jcastillo-arm/jc/genfw-791 by danh-arm · 8 years ago
  61. 2e86cb1 ARM platforms: rationalise memory attributes of shared memory by Juan Castillo · 8 years ago
  62. fbb1301 Rework use of interconnect drivers by Vikram Kanigiri · 8 years ago
  63. 5d86f2e Re-factor definition of some macros on ARM platforms by Vikram Kanigiri · 8 years ago
  64. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  65. 6e8f0b1 Merge pull request #462 from soby-mathew/sm/runtime_console by danh-arm · 9 years ago
  66. 2fd66be Specify BL31 runtime console for ARM Standard platforms by Soby Mathew · 9 years ago
  67. 1fa7eb6 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 9 years ago
  68. 12012dd Prepare platforms to use refactored ARM GIC drivers by Soby Mathew · 9 years ago
  69. a869de1 CSS: Implement topology support for System power domain by Soby Mathew · 9 years ago
  70. feac8fc Reorganise PSCI PM handler setup on ARM Standard platforms by Soby Mathew · 9 years ago
  71. a2cee03 Define the Non-Secure timer frame ID for ARM platforms by Vikram Kanigiri · 9 years ago
  72. cab2f5e Re-factor definition of TZC-400 base address by Vikram Kanigiri · 9 years ago
  73. d617f66 Move FVP port to plat/arm/board/fvp by Dan Handley · 9 years ago