1. ae770fe feat(console): introduce EARLY_CONSOLE by Yann Gautier · 1 year, 7 months ago
  2. e7d14fa Merge changes from topic "DPE" into integration by Manish V Badarkhe · 1 year, 5 months ago
  3. 7b02a57 Merge "fix(gic600): workaround for Part 1 of GIC600 erratum 2384374" into integration by Bipin Ravi · 1 year, 5 months ago
  4. 24a4a0a fix(gic600): workaround for Part 1 of GIC600 erratum 2384374 by Arvind Ram Prakash · 1 year, 6 months ago
  5. e7f1181 feat(tc): add DPE backend to the measured boot framework by Tamas Ban · 2 years, 2 months ago
  6. b94d590 feat(drtm): update references to DRTM beta0 by Stuart Yoder · 1 year, 7 months ago
  7. c86cfa3 feat(drtm): for TPM features fw hash algorithm should be 16-bits by Stuart Yoder · 1 year, 7 months ago
  8. 6d511a8 feat(platforms): update SZ_* macros by Yann Gautier · 1 year, 7 months ago
  9. e60c184 fix(smccc): ensure that mpidr passed through SMC is valid by Manish Pandey · 1 year, 9 months ago
  10. 1f6bb41 refactor(el3-runtime): plat_ic_has_interrupt_type returns bool by Madhukar Pappireddy · 1 year, 11 months ago
  11. 2971bad feat(measured-boot): introduce platform function to measure and publish Public Key by Manish V Badarkhe · 2 years, 4 months ago
  12. 4ac5b39 refactor(auth): replace plat_convert_pk by Yann Gautier · 2 years, 6 months ago
  13. f1e693a feat(auth): compare platform and certificate ROTPK for authentication by Manish V Badarkhe · 2 years, 5 months ago
  14. 42d4d3b refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 by Arvind Ram Prakash · 2 years, 9 months ago
  15. a97bfa5 feat(rme): set DRAM information in Boot Manifest platform data by AlexeiFedorov · 2 years, 8 months ago
  16. 78fbb0e fix(gic): wrap cache enabled assert under plat_can_cmo by Channagoud kadabi · 2 years, 8 months ago
  17. 40f9f64 feat(auth): allow to verify PublicKey with platform format PK by Nicolas Toromanoff · 4 years, 9 months ago
  18. 0b22e59 refactor(trng): cleanup the existing TRNG support by Jayanth Dodderi Chidanand · 2 years, 10 months ago
  19. d5f225d feat(fvp): add plat API to validate that passed region is non-secure by Manish V Badarkhe · 3 years, 1 month ago
  20. 586f60c feat(fvp): add plat API to set and get the DRTM error by Manish V Badarkhe · 3 years, 1 month ago
  21. 2a1cdee feat(drtm): add platform functions for DRTM by johpow01 · 3 years, 5 months ago
  22. d72c486 feat(fvp): add platform hooks for DRTM DMA protection by Lucian Paul-Trifu · 3 years, 1 month ago
  23. 6dc5979 feat(debug): add helpers for aborts on AARCH32 by Yann Gautier · 6 years ago
  24. dcb31ff feat(gic): add APIs to raise NS and S-EL1 SGIs by Florian Lugou · 4 years ago
  25. 1d0ca40 feat(rmmd): add support to create a boot manifest by Javier Almansa Sobrino · 3 years, 3 months ago
  26. 8c980a4 feat(rmmd): add support for RMM Boot interface by Javier Almansa Sobrino · 3 years, 8 months ago
  27. 6a0788b feat(plat/fvp): introduce accessor function to obtain datastore by Marc Bonnici · 3 years, 8 months ago
  28. a043510 feat(rme): add dummy realm attestation key to RMMD by Soby Mathew · 3 years, 5 months ago
  29. 0f9159b feat(rme): add dummy platform token to RMMD by Soby Mathew · 3 years, 5 months ago
  30. 1af59c4 feat(common): add SZ_* macros by Yann Gautier · 3 years, 6 months ago
  31. 40c175e feat(fwu): add platform hook for getting the boot index by Sughosh Ganu · 3 years, 8 months ago
  32. 6aaf257 feat(fwu): pass a const metadata structure to platform routines by Sughosh Ganu · 3 years, 9 months ago
  33. cf21064 feat(fvp): measure critical data by Manish V Badarkhe · 3 years, 10 months ago
  34. 48ba034 feat(measured_boot): image hash measurement and recording in BL1 by Manish V Badarkhe · 3 years, 11 months ago
  35. eab78e9 refactor(measured_boot): remove passing of BL2 hash via device tree by Manish V Badarkhe · 4 years ago
  36. 140d9cb refactor(measured boot): move image measurement to generic layer by Manish V Badarkhe · 3 years, 11 months ago
  37. 47bf3ac feat(measured boot): move init and teardown functions to platform layer by Manish V Badarkhe · 4 years ago
  38. 30e8fa7 refactor(plat/ea_handler): Use default ea handler implementation for panic by Pali Rohár · 4 years, 2 months ago
  39. efb2ced feat(fwu): introduce FWU platform-specific functions declarations by Manish V Badarkhe · 4 years, 2 months ago
  40. 7dfb991 Add TRNG Firmware Interface service by Jimmy Brisson · 5 years ago
  41. 831b0e9 Don't return error information from console_flush by Jimmy Brisson · 5 years ago
  42. 6f0a2f0 SMCCC: Introduce function to check SMCCC function availability by Manish V Badarkhe · 5 years ago
  43. 7b4e1fb TF-A: Add support for Measured Boot driver by Alexei Fedorov · 5 years ago
  44. cbf9e84 plat/arm/fvp: Support performing SDEI platform setup in runtime by Balint Dobszay · 6 years ago
  45. 23d5ba8 SPMD: extract SPMC DTB header size from SPMD by Olivier Deprez · 5 years ago
  46. 5269694 SPMD: code/comments cleanup by Olivier Deprez · 5 years ago
  47. 0e75343 Implement SMCCC_ARCH_SOC_ID SMC call by Manish V Badarkhe · 5 years ago
  48. 2be57b8 TBB: Add an IO abstraction layer to load encrypted firmwares by Sumit Garg · 6 years ago
  49. 7cda17b drivers: crypto: Add authenticated decryption framework by Sumit Garg · 6 years ago
  50. 0cb64d0 SPMD: add support for an example SPM core manifest by Achin Gupta · 6 years ago
  51. 5b33ad1 Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · 6 years ago
  52. aeaa225 spm-mm: Refactor secure_partition.h and its contents by Paul Beesley · 6 years ago
  53. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 6 years ago
  54. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
  55. 2374ab1 Mbed TLS: Remove weak heap implementation by Ambroise Vincent · 6 years ago
  56. b86048c Add support for pointer authentication by Antonio Nino Diaz · 6 years ago
  57. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  58. 680389a SPM: Load image and RD from SP package by Antonio Nino Diaz · 7 years ago
  59. e458302 SPM: Introduce functions to load DTB files by Antonio Nino Diaz · 7 years ago
  60. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  61. 81542c0 Remove some MISRA defects in common code by Antonio Nino Diaz · 7 years ago
  62. fe199e3 Remove all other deprecated interfaces and files by Antonio Nino Diaz · 7 years ago
  63. 5b5ca4f Remove deprecated bl1_init_bl2_mem_layout() by Antonio Nino Diaz · 7 years ago
  64. 34244d9 Remove deprecated early platform setup interfaces by Antonio Nino Diaz · 7 years ago
  65. ed51b51 Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 7 years ago
  66. 871de53 PSCI: Remove platform compatibility layer by Roberto Vargas · 7 years ago
  67. 6d01a46 Prepare Mbed TLS drivers for shared heap by John Tsichritzis · 7 years ago
  68. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 7 years ago
  69. 2bc3dba PSCI: Fix MISRA defects in platform code by Antonio Nino Diaz · 7 years ago
  70. 76454ab AArch64: Introduce External Abort handling by Jeenu Viswambharan · 8 years ago
  71. 7d173fc Add support for BL2 in XIP memory by Jiafei Pan · 7 years ago
  72. 9f85f9e Clean usage of void pointers to access symbols by Joel Hutton · 7 years ago
  73. 7fabe1a Fix MISRA rule 8.4 in common code by Roberto Vargas · 7 years ago
  74. 9fb8af3 Fix MISRA rule 8.3 in common code by Roberto Vargas · 7 years ago
  75. 101d01e BL1: Deprecate the `bl1_init_bl2_mem_layout()` API by Soby Mathew · 8 years ago
  76. a6f340f Introduce the new BL handover interface by Soby Mathew · 8 years ago
  77. 566034f Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 7 years ago
  78. 11f001c bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · 8 years ago
  79. ba68ef5 bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · 8 years ago
  80. b1d27b4 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 8 years ago
  81. b7cb133 BL31: Add SDEI dispatcher by Jeenu Viswambharan · 8 years ago
  82. 4ee8d0b GIC: Introduce API to get interrupt ID by Jeenu Viswambharan · 8 years ago
  83. 2fccb22 SPM: Introduce Secure Partition Manager by Antonio Nino Diaz · 8 years ago
  84. 01f62b6 Add platform hooks for boot redundancy support by Roberto Vargas · 8 years ago
  85. d55a445 GIC: Add API to set priority mask by Jeenu Viswambharan · 8 years ago
  86. a2816a1 GIC: Add API to set/clear interrupt pending by Jeenu Viswambharan · 8 years ago
  87. fc529fe GIC: Add API to set interrupt routing by Jeenu Viswambharan · 8 years ago
  88. 8db978b GIC: Add API to raise secure SGI by Jeenu Viswambharan · 8 years ago
  89. 74dce7f GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · 8 years ago
  90. f3a8660 GIC: Add API to set interrupt priority by Jeenu Viswambharan · 8 years ago
  91. 979225f GIC: Add APIs to enable and disable interrupt by Jeenu Viswambharan · 8 years ago
  92. cbd3f37 GIC: Add API to get interrupt active status by Jeenu Viswambharan · 8 years ago
  93. ca43b55 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · 8 years ago
  94. eb68ea9 GIC: Add API to get running priority by Jeenu Viswambharan · 8 years ago
  95. 7f56e9a Implement log framework by Soby Mathew · 8 years ago
  96. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  97. f07d398 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · 8 years ago
  98. 51faada Add support for GCC stack protection by Douglas Raillard · 8 years ago
  99. 801cf93 Add and use plat_crash_console_flush() API by Antonio Nino Diaz · 8 years ago
  100. 04c1db1 PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 9 years ago