1. 9576fa9 feat(spmd): enable SPMD to forward FFA_VERSION to EL3 SPMC by Marc Bonnici · 2 years, 4 months ago
  2. 0c7707f feat(spmc): enable handling FFA_VERSION ABI by Marc Bonnici · 2 years, 4 months ago
  3. f16b6ee feat(spmc): add helper function to obtain endpoint mailbox by Marc Bonnici · 2 years, 4 months ago
  4. a7c0050 feat(spmc): add helper function to obtain hyp structure by Marc Bonnici · 2 years, 4 months ago
  5. 3de378f feat(spmc): enable parsing of messaging methods from manifest by Marc Bonnici · 2 years, 4 months ago
  6. c3bdd3d Merge changes Idfd268cd,I362445b9,Ibea052d3,I28cb8f74,I501ae76a, ... into integration by Manish Pandey · 1 year, 11 months ago
  7. 42f31f5 Merge "feat(plat/imx8m): do not release JR0 to NS if HAB is using it" into integration by Manish Pandey · 1 year, 11 months ago
  8. aeff146 feat(imx8mp): enable BL32 fdt overlay support on imx8mp by Jacky Bai · 4 years ago
  9. 023750c feat(imx8mq): enable optee fdt overlay support by Silvano di Ninno · 4 years ago
  10. 2612891 feat(imx8mn): enable optee fdt overlay support by Silvano di Ninno · 4 years ago
  11. 9d0eed1 feat(imx8mm): enable optee fdt overlay support by Silvano di Ninno · 4 years ago
  12. 8b9c21b feat(imx8mp): add trusty for imx8mp by Jacky Bai · 3 years, 7 months ago
  13. a18e393 feat(imx8mq): enable trusty for imx8mq by Ji Luo · 4 years, 1 month ago
  14. 99349c8 feat(imx8mn): enable Trusty OS for imx8mn by Ji Luo · 4 years, 1 month ago
  15. ff3acfe feat(imx8mm): enable Trusty OS on imx8mm by Ji Luo · 4 years, 1 month ago
  16. 4f8d5b0 feat(imx8/imx8m): switch to xlat_tables_v2 by Ji Luo · 4 years, 1 month ago
  17. d5ede92 feat(imx8m): enable the coram_s tz by default on imx8mn/mp by Jacky Bai · 3 years ago
  18. 0a76495 feat(imx8m): enable the csu init on imx8m by Jacky Bai · 4 years, 3 months ago
  19. 71c40d3 feat(imx8m): add a simple csu driver for imx8m family by Jacky Bai · 4 years, 3 months ago
  20. d76f012 refactor(imx8m): replace magic number with enum type by Jacky Bai · 2 years, 1 month ago
  21. 0c6dfc4 feat(imx8m): add imx csu/rdc enum type defines for imx8m by Jacky Bai · 2 years ago
  22. eb7fb93 fix(imx8m): check the validation of domain id by Jacky Bai · 2 years ago
  23. d2a339d feat(imx8m): enable conditional build for SDEI by Jacky Bai · 2 years ago
  24. 13ce03a Merge "feat(intel): add SMPLSEL and DRVSEL setup for Stratix 10 MMC" into integration by Madhukar Pappireddy · 1 year, 11 months ago
  25. 026dfed Merge "feat(intel): implement timer init divider via cpu frequency. (#1)" into integration by Manish Pandey · 1 year, 11 months ago
  26. 968ffba Merge "docs(maintainers): add new owners for Trusty SPD" into integration by Manish Pandey · 1 year, 11 months ago
  27. 77850c9 feat(plat/imx8m): do not release JR0 to NS if HAB is using it by Franck LENORMAND · 2 years, 10 months ago
  28. 3db9a39 docs(maintainers): add new owners for Trusty SPD by Marco Nelissen · 2 years ago
  29. efceb6b Merge changes Iaf21883b,I523c5d57,I57164923 into integration by Manish Pandey · 1 year, 11 months ago
  30. f65bdf3 feat(intel): implement timer init divider via cpu frequency. (#1) by BenjaminLimJL · 2 years ago
  31. 2c87fab Merge "fix(st): fix NULL pointer dereference issues" into integration by Sandrine Bailleux · 1 year, 11 months ago
  32. 44b9d57 Merge changes from topic "ffa_el3_spmc" into integration by Olivier Deprez · 1 year, 11 months ago
  33. fad4a71 Merge changes from topic "xlnx_zynqmp_misra" into integration by Manish Pandey · 1 year, 11 months ago
  34. e8ad397 Merge "feat(brbe): add BRBE support for NS world" into integration by Manish Pandey · 1 year, 11 months ago
  35. 78c82cd Merge changes from topic "ja/boot_protocol" into integration by Olivier Deprez · 1 year, 11 months ago
  36. 2deff90 fix(st): fix NULL pointer dereference issues by Yann Gautier · 1 year, 11 months ago
  37. dd1fe71 fix(zynqmp): resolve misra R14.4 warnings by Venkatesh Yadav Abbarapu · 1 year, 11 months ago
  38. e7e5d30 fix(zynqmp): resolve misra R16.3 warnings by Venkatesh Yadav Abbarapu · 1 year, 11 months ago
  39. 16de22d fix(zynqmp): resolve misra R15.7 warnings by Venkatesh Yadav Abbarapu · 1 year, 11 months ago
  40. eb0d2b1 fix(zynqmp): resolve misra R15.6 warnings by Venkatesh Yadav Abbarapu · 1 year, 11 months ago
  41. 5bcbd2d fix(zynqmp): resolve misra 7.2 warnings by Venkatesh Yadav Abbarapu · 1 year, 11 months ago
  42. 2b57da6 fix(zynqmp): resolve misra R10.3 by Venkatesh Yadav Abbarapu · 1 year, 11 months ago
  43. be96158 Merge "fix(fvp): fix NULL pointer dereference issue" into integration by Sandrine Bailleux · 1 year, 11 months ago
  44. d82fae2 Merge "docs(maintainers): update measured boot code owners" into integration by Madhukar Pappireddy · 1 year, 11 months ago
  45. 744ad97 feat(brbe): add BRBE support for NS world by johpow01 · 2 years, 2 months ago
  46. bb0fcc7 feat(intel): add SMPLSEL and DRVSEL setup for Stratix 10 MMC by Sieu Mun Tang · 1 year, 11 months ago
  47. 8d65021 Merge "fix(intel): reject non 4-byte align request size for FPGA Crypto Service (FCS)" into integration by Madhukar Pappireddy · 1 year, 11 months ago
  48. a42b426 fix(fvp): fix NULL pointer dereference issue by Manish V Badarkhe · 1 year, 11 months ago
  49. 5b0219d feat(spmc): enable checking of execution ctx count by Marc Bonnici · 2 years, 4 months ago
  50. 857f579 feat(spmc): enable parsing of UUID from SP Manifest by Marc Bonnici · 2 years, 7 months ago
  51. e1df600 feat(spmc): add partition mailbox structs by Marc Bonnici · 2 years, 7 months ago
  52. 2d65ea1 feat(plat/arm): allow BL32 specific defines to be used by SPMC_AT_EL3 by Marc Bonnici · 2 years, 3 months ago
  53. 44639ab feat(plat/fvp): add EL3 SPMC #defines by Marc Bonnici · 2 years, 4 months ago
  54. a34ccd4 test(plat/fvp/lsp): add example logical partition by Marc Bonnici · 2 years, 7 months ago
  55. d6fbcc5 Merge changes from topic "mp/delete_platforms" into integration by Sandrine Bailleux · 1 year, 11 months ago
  56. 97a24f8 Merge "docs(maintainers): add code owners for Firmware Update driver" into integration by Sandrine Bailleux · 1 year, 11 months ago
  57. 598d1fa docs(maintainers): add code owners for Firmware Update driver by Manish V Badarkhe · 1 year, 11 months ago
  58. ca0fdbd fix(sptool): update Optee FF-A manifest by J-Alves · 2 years ago
  59. f4ec476 feat(sptool): delete c version of the sptool by J-Alves · 2 years ago
  60. 822c727 feat(sptool): use python version of sptool by J-Alves · 2 years ago
  61. 2e82874 feat(sptool): python version of the sptool by J-Alves · 2 years ago
  62. b7bd986 Merge changes from topic "hm/make-refactor" into integration by Manish Pandey · 1 year, 11 months ago
  63. 8ac22f7 Merge "feat(allwinner): add SMCCC SOCID support" into integration by Manish Pandey · 1 year, 11 months ago
  64. 7affa25 feat(spmc/lsp): add logical partition framework by Marc Bonnici · 2 years, 1 month ago
  65. a150486 refactor(mt6795): remove mediatek's mt6795 platform by Manish Pandey · 1 year, 11 months ago
  66. 15e5414 refactor(sgm775): remove Arm sgm775 platform by Manish Pandey · 1 year, 11 months ago
  67. a96a07b refactor(sptool): use SpSetupActions in sp_mk_generator.py by J-Alves · 2 years ago
  68. b1e6a41 feat(sptool): add python SpSetupActions framework by J-Alves · 2 years ago
  69. 6dc0f1f Merge "build(commitlint): make the scope optional" into integration by Sandrine Bailleux · 1 year, 11 months ago
  70. 436cd75 feat(allwinner): add SMCCC SOCID support by Andre Przywara · 3 years, 6 months ago
  71. 3e0a087 Merge changes from topic "allwinner-idle" into integration by André Przywara · 1 year, 11 months ago
  72. 1ced6ca Merge changes from topic "refactor-hw-config-load" into integration by Lauren Wehrmeister · 1 year, 11 months ago
  73. 7cb76fd docs(maintainers): update measured boot code owners by Sandrine Bailleux · 1 year, 11 months ago
  74. 9a13b07 build(commitlint): make the scope optional by Sandrine Bailleux · 1 year, 11 months ago
  75. 0d9133d Merge "feat(xilinx): add SPP/EMU platform support for versal" into integration by Madhukar Pappireddy · 1 year, 11 months ago
  76. be73459 feat(xilinx): add SPP/EMU platform support for versal by Venkatesh Yadav Abbarapu · 2 years ago
  77. 52ed157 fix(intel): reject non 4-byte align request size for FPGA Crypto Service (FCS) by Sieu Mun Tang · 2 years ago
  78. 894c635 Merge changes I47014d72,Ibf00c386 into integration by Madhukar Pappireddy · 1 year, 11 months ago
  79. ac4ac38 docs(bl31): aarch64: RESET_TO_BL31_WITH_PARAMS by Jorge Ramirez-Ortiz · 2 years ago
  80. 25844ff feat(bl31): aarch64: RESET_TO_BL31_WITH_PARAMS by Jorge Ramirez-Ortiz · 2 years ago
  81. a0cad7c Merge "fix(zynqmp): update the log message to verbose" into integration by Madhukar Pappireddy · 1 year, 11 months ago
  82. 10f7bd5 Merge "fix(security): update Cortex-A15 CPU lib files for CVE-2022-23960" into integration by Bipin Ravi · 1 year, 11 months ago
  83. 145f665 Merge "docs(fvp): specify correct reference of the hw_config address" into integration by Manish Pandey · 1 year, 11 months ago
  84. a5d3657 docs(prerequisites): use LLVM utilities to build with clang by Harrison Mutai · 2 years, 1 month ago
  85. 1277af9 fix(zynqmp): update the log message to verbose by Venkatesh Yadav Abbarapu · 2 years ago
  86. 06796a0 Merge "feat(smmu): configure SMMU Root interface" into integration by Manish Pandey · 1 year, 11 months ago
  87. 187a617 fix(security): update Cortex-A15 CPU lib files for CVE-2022-23960 by John Powell · 2 years ago
  88. 942b039 Merge changes I80661161,I82c1fa93,I018ccbb9,Ibc23734d,I97406abe, ... into integration by Manish Pandey · 1 year, 11 months ago
  89. 52a314a feat(smmu): configure SMMU Root interface by Olivier Deprez · 2 years, 2 months ago
  90. 9b9a21f Merge "feat(qemu): add support for measured boot" into integration by Manish Pandey · 1 year, 11 months ago
  91. 52cf9c2 feat(intel): add SMC support for HWMON voltage and temp sensor by Kris Chaplin · 2 years, 9 months ago
  92. 93a5b97 feat(intel): add SMC support for Get USERCODE by Sieu Mun Tang · 1 year, 11 months ago
  93. c026dfe fix(intel): extend SDM command to return the SDM firmware version by Sieu Mun Tang · 1 year, 11 months ago
  94. c34b2a7 feat(intel): add SMC for enquiring firmware version by Abdul Halim, Muhammad Hadi Asyrafi · 3 years, 2 months ago
  95. e40910e fix(intel): configuration status based on start request by Abdul Halim, Muhammad Hadi Asyrafi · 3 years, 3 months ago
  96. 276a436 fix(intel): bit-wise configuration flag handling by Sieu Mun Tang · 1 year, 11 months ago
  97. 07915a4 fix(intel): get config status OK status by Abdul Halim, Muhammad Hadi Asyrafi · 3 years, 4 months ago
  98. e0fc2d1 fix(intel): use macro as return value by Abdul Halim, Muhammad Hadi Asyrafi · 3 years, 4 months ago
  99. 357dd7f Merge changes from topic "vendor_makefile_extension" into integration by Manish Pandey · 1 year, 11 months ago
  100. ef51b09 fix(intel): fix fpga config write return mechanism by Abdul Halim, Muhammad Hadi Asyrafi · 3 years, 5 months ago