1. 7176a77 feat(rmmd): add support for RMM Boot interface by Javier Almansa Sobrino · 2 years, 7 months ago
  2. 103569f refactor(arm): update BL2 base address by Manish V Badarkhe · 2 years, 1 month ago
  3. 20db9bf fix(arm): remove reclamation of functions starting with "init" by Manish Pandey · 2 years, 2 months ago
  4. f586700 feat(plat/arm): allow BL32 specific defines to be used by SPMC_AT_EL3 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. fc0b853 fix(arm): increase ARM_BL_REGIONS count by Manish V Badarkhe · 2 years, 4 months ago
  7. 4edf4bd feat(plat/fvp): pass Event Log addr and size from BL1 to BL2 by Manish V Badarkhe · 2 years, 11 months ago
  8. 7ca9d65 refactor(measured boot): remove platform calls from Event Log driver by Manish V Badarkhe · 2 years, 10 months ago
  9. 3ff0f79 refactor(measured_boot): remove passing of BL2 hash via device tree by Manish V Badarkhe · 2 years, 11 months ago
  10. 613b1c3 Merge changes from topic "za/feat_rme" into integration by Soby Mathew · 2 years, 9 months ago
  11. 9d13402 refactor(gpt): productize and refactor GPT library by johpow01 · 3 years, 1 month ago
  12. 2f9681a Merge changes from topic "ethosn-multi-device" into integration by Madhukar Pappireddy · 2 years, 9 months ago
  13. 5085abd feat(plat/arm): add GPT initialization code for Arm platforms by Zelalem Aweke · 3 years ago
  14. c43c563 feat(plat/fvp): add memory map for FVP platform for FEAT_RME by Zelalem Aweke · 3 years ago
  15. 65e9263 refactor(plat/arm): modify memory region attributes to account for FEAT_RME by Zelalem Aweke · 3 years ago
  16. 5205df2 feat(drivers/arm/ethosn)!: multi-device support by Laurent Carlier · 2 years, 10 months ago
  17. 56f1e3e fvp_r: load, auth, and transfer from BL1 to BL33 by laurenw-arm · 3 years, 4 months ago
  18. 3d7f654 chore: fvp_r: Initial No-EL3 and MPU Implementation by Gary Morrison · 3 years, 5 months ago
  19. 7c7b198 fvp_r: initial platform port for fvp_r by laurenw-arm · 3 years, 8 months ago
  20. d2f0a7a feat(plat/arm): add FWU support in Arm platforms by Manish V Badarkhe · 3 years ago
  21. 928da86 feat(plat/arm): enable PIE when RESET_TO_SP_MIN=1 by Manish Pandey · 3 years, 1 month ago
  22. ee05077 refactor(plat/arm): use SOC_ID defines by Yann Gautier · 3 years, 1 month ago
  23. dd6f252 feat(plat/arm): add GPT parser support by Manish V Badarkhe · 3 years, 4 months ago
  24. 7da6619 Add SiP service to configure Arm Ethos-N NPU by Mikael Olsson · 3 years, 5 months ago
  25. 550eaf1 plat: arm: Increase SP max size by Arunachalam Ganapathy · 3 years, 8 months ago
  26. 1d2776a Merge "Use constant stack size with RECLAIM_INIT_CODE" into integration by Alexei Fedorov · 3 years, 8 months ago
  27. 8f15ca3 Use constant stack size with RECLAIM_INIT_CODE by David Horstmann · 3 years, 9 months ago
  28. 40618cf plat: arm: Make BL32_BASE platform dependent when SPD_spmd is enabled by Arunachalam Ganapathy · 4 years ago
  29. 93340e8 Merge changes from topic "ehf_common" into integration by Manish Pandey · 3 years, 10 months ago
  30. 09a192c plat/arm: Get the base address of nv-counters from device tree by Manish V Badarkhe · 3 years, 10 months ago
  31. 1c47839 ehf: use common priority level enumuration by Sandeep Tripathy · 3 years, 11 months ago
  32. 617196f Merge changes from topic "sp_dual_signing" into integration by Manish Pandey · 3 years, 11 months ago
  33. aff8075 plat/arm: enable support for Plat owned SPs by Manish Pandey · 4 years ago
  34. 2a0c36f plat/arm: Reduce size of BL31 binary by Alexei Fedorov · 4 years ago
  35. bcaa068 SPM: build OP-TEE as an S-EL1 Secure Partition by Olivier Deprez · 4 years, 3 months ago
  36. 5e3ef6c plat/arm: Move fconf population after the enablement of MMU by Manish V Badarkhe · 4 years ago
  37. c717617 TF-A: Add support for Measured Boot driver by Alexei Fedorov · 4 years ago
  38. 0bafa82 plat/arm, dts: Update platform device tree for CoT by Manish V Badarkhe · 4 years ago
  39. fbf1fd2 plat/arm: Increase size of firmware configuration area by Manish V Badarkhe · 4 years, 1 month ago
  40. 99a8e14 plat/arm: Load and populate fw_config and tb_fw_config by Manish V Badarkhe · 4 years, 1 month ago
  41. 1da211a fconf: Clean confused naming between TB_FW and FW_CONFIG by Manish V Badarkhe · 4 years, 1 month ago
  42. 02cc3ff plat/fvp: Add support for dynamic description of secure interrupts by Madhukar Pappireddy · 4 years, 1 month ago
  43. 490ace7 TF-A: Fix BL31 linker script error by Alexei Fedorov · 4 years, 1 month ago
  44. d0dbd5e plat/arm/fvp: Support performing SDEI platform setup in runtime by Balint Dobszay · 4 years, 7 months ago
  45. 3760d13 Check for out-of-bound accesses in the platform io policies by Sandrine Bailleux · 4 years, 3 months ago
  46. 5586151 Create separate header for ARM specific SMCCC defines by Manish V Badarkhe · 4 years, 3 months ago
  47. 25d7c88 FVP: Add BL2 hash calculation in BL1 by Alexei Fedorov · 4 years, 3 months ago
  48. f809c6e Implement SMCCC_ARCH_SOC_ID SMC call by Manish V Badarkhe · 4 years, 4 months ago
  49. ae9677b fconf: necessary modifications to support fconf in BL31 & SP_MIN by Madhukar Pappireddy · 4 years, 5 months ago
  50. e6b1112 Merge changes from topic "sb/dualroot" into integration by Mark Dykes · 4 years, 4 months ago
  51. 1fa6ecb SPMD: loading Secure Partition payloads by Manish Pandey · 4 years, 4 months ago
  52. 93df21f fconf: Add Secure Partitions information as property by Olivier Deprez · 4 years, 5 months ago
  53. 65bc9b3 Merge changes I75f6d135,I4add470e,I0ecd3a2b,I67a63d73 into integration by Manish Pandey · 4 years, 4 months ago
  54. e5a6fef Read-only xlat tables for BL31 memory by Petre-Ionut Tudor · 4 years, 8 months ago
  55. 7b7a41c plat/arm: Pass cookie argument down to arm_get_rotpk_info() by Sandrine Bailleux · 4 years, 5 months ago
  56. b71a9e6 plat/arm/tzc: add support to configure multiple tzc400 by Suyash Pathak · 4 years, 5 months ago
  57. 94eb27f Merge changes from topic "lm/fconf" into integration by Sandrine Bailleux · 4 years, 5 months ago
  58. 26c2740 Merge changes from topic "spmd" into integration by Olivier Deprez · 4 years, 5 months ago
  59. 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
  60. 7d24ce1 arm-io: Panic in case of io setup failure by Louis Mayencourt · 4 years, 5 months ago
  61. 70d7c09 MISRA fix: Use boolean essential type by Louis Mayencourt · 4 years, 5 months ago
  62. badcac8 fconf: Move platform io policies into fconf by Louis Mayencourt · 4 years, 8 months ago
  63. 5b9055f fconf: Add mbedtls shared heap as property by Louis Mayencourt · 4 years, 9 months ago
  64. 4da9b31 fconf: Add TBBR disable_authentication property by Louis Mayencourt · 4 years, 9 months ago
  65. 6d2b573 fconf: Add dynamic config DTBs info as property by Louis Mayencourt · 4 years, 7 months ago
  66. 5a15b2d fconf: Load config dtb from bl1 by Louis Mayencourt · 4 years, 9 months ago
  67. 06dba29 Adds option to read ROTPK from registers for FVP by Max Shvetsov · 4 years, 7 months ago
  68. d741944 plat/arm: Add support for SEPARATE_NOBITS_REGION by Madhukar Pappireddy · 4 years, 5 months ago
  69. 540a522 Revert "plat/arm: Add support for SEPARATE_NOBITS_REGION" by Mark Dykes · 4 years, 5 months ago
  70. 1867367 plat/arm: Add support for SEPARATE_NOBITS_REGION by Madhukar Pappireddy · 4 years, 6 months ago
  71. 4287c0c Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 4 years, 7 months ago
  72. ce9af96 Merge "debugfs: add SMC channel" into integration by Mark Dykes · 4 years, 7 months ago
  73. db4e25a spm: Remove SPM Alpha 1 prototype and support files by Paul Beesley · 4 years, 9 months ago
  74. fe975b4 Remove dependency between SPM_MM and ENABLE_SPM build flags by Paul Beesley · 4 years, 10 months ago
  75. 9660dc1 debugfs: add SMC channel by Ambroise Vincent · 5 years ago
  76. e8b10e2 arm: Fix current RECLAIM_INIT_CODE behavior by Ambroise Vincent · 5 years ago
  77. a14d6a5 Merge "plat/arm: Re-enable PIE when RESET_TO_BL31=1" into integration by Paul Beesley · 4 years, 8 months ago
  78. 2207e93 plat/arm: Re-enable PIE when RESET_TO_BL31=1 by Manish Pandey · 4 years, 8 months ago
  79. 2dfa764 plat/arm/gicv3: add support for probing multiple GIC Redistributor frames by Vijayenthiran Subramaniam · 4 years, 9 months ago
  80. c4dfb3b AArch64: Align crash reporting output by Alexei Fedorov · 5 years ago
  81. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  82. fa42c9e arm: Shorten the Firmware Update (FWU) process by Ambroise Vincent · 5 years ago
  83. 69bebd8 n1sdp: add code for DDR ECC enablement and BL33 copy to DDR by Manoj Kumar · 5 years ago
  84. a43ae7c Add option for defining platform DRAM2 base by Sami Mujawar · 5 years ago
  85. 20b4841 plat/arm: introduce wrapper functions to setup secure watchdog by Aditya Angadi · 5 years ago
  86. b237bca Remove several warnings reported with W=1 by Ambroise Vincent · 5 years ago
  87. 9095009 plat/arm: Save BL2 descriptors to reserved memory. by Sathees Balya · 6 years ago
  88. cbccdbf SPM: Rename SPM_DEPRECATED flag to SPM_MM by Antonio Nino Diaz · 5 years ago
  89. bb87f85 Merge pull request #1738 from ardbiesheuvel/synquacer-spm by Soby Mathew · 5 years ago
  90. a320ecd plat/arm: Fix header dependencies by Antonio Nino Diaz · 5 years ago
  91. 8b034fc services/spm_deprecated: update ARM platform specific asserts by Ard Biesheuvel · 6 years ago
  92. c5e1745 plat/arm: Restrict PIE support to FVP by Soby Mathew · 5 years ago
  93. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  94. 8f32c25 plat/arm: Always define TSP memory region by Antonio Nino Diaz · 6 years ago
  95. 68e6928 FVP: Change BL31_BASE when RESET_TO_BL31=1 by Soby Mathew · 6 years ago
  96. 8903641 SPM: Implement global response buffer helpers by Antonio Nino Diaz · 6 years ago
  97. b5b585a SPM: Implement SPCI open/close handle SMCs by Antonio Nino Diaz · 6 years ago
  98. 8cc23f9 SPM: Support multiple partitions by Antonio Nino Diaz · 6 years ago
  99. 840627f SPM: Load image and RD from SP package by Antonio Nino Diaz · 6 years ago
  100. fe7b2be SPM: Remove SP memory mappings definitions by Antonio Nino Diaz · 6 years ago