1. ea1a3c6 refactor(st): move plat_image_load.c by Yann Gautier · 1 year, 1 month ago
  2. ff2b34c refactor(st): rename PLAT_NB_FIXED_REGS by Pascal Paillet · 2 years, 4 months ago
  3. c77afcb refactor(st): move some storage definitions to common part by Yann Gautier · 10 months ago
  4. 619d2a5 refactor(st): move SDMMC definitions to driver by Yann Gautier · 1 year ago
  5. f3b9ecd feat(st): allow AARCH64 compilation for common code by Yann Gautier · 3 years, 10 months ago
  6. cdb0ec9 refactor(st): rename QSPI macros by Yann Gautier · 3 years, 10 months ago
  7. dfcf094 feat(qemu): add dummy plat_mboot_measure_key() BL1 function by Jens Wiklander · 10 months ago
  8. c6a3c32 Merge "fix(xilinx): don't reserve 1 more byte" into integration by Joanna Farley · 10 months ago
  9. 1b32170 Merge "feat(morello): add cpuidle support" into integration by Manish V Badarkhe · 10 months ago
  10. 3bfdb21 Merge "fix(scmi): add parameter for plat_scmi_clock_rates_array" into integration by Yann Gautier · 10 months ago
  11. 2df3faf Merge "feat(imx8m): move the gpc reg & macro to a separate header file" into integration by Yann Gautier · 10 months ago
  12. c1bb056 Merge "feat(imx8m): add more dram pll setting" into integration by Yann Gautier · 10 months ago
  13. 53be5f6 fix(xilinx): don't reserve 1 more byte by Michal Simek · 10 months ago
  14. 19e0734 Merge "fix(arm/fpga): enable CPU features required for ARMv9.2 cores" into integration by Manish Pandey · 10 months ago
  15. cb397d6 feat(morello): add cpuidle support by sahil · 1 year, 1 month ago
  16. 52793b6 Merge "fix(ti): fix TISCI API changes during refactor" into integration by Madhukar Pappireddy · 10 months ago
  17. 7512abc feat(imx8m): move the gpc reg & macro to a separate header file by Jacky Bai · 4 years, 3 months ago
  18. 37110cd feat(imx8m): add more dram pll setting by Marek Vasut · 10 months ago
  19. 480e594 fix(arm/fpga): enable CPU features required for ARMv9.2 cores by Andre Przywara · 10 months ago
  20. 659c6aa fix(xilinx): update dtb when dtb address and tf-a ddr flow is used by Amit Nagal · 10 months ago
  21. 64e41ba fix(versal): use correct macro name for ocm base address by Amit Nagal · 10 months ago
  22. 77c8c77 Merge "refactor(ast2700): update memory layout" into integration by Manish V Badarkhe · 10 months ago
  23. 598ee05 refactor(ast2700): update memory layout by Chia-Wei Wang · 10 months ago
  24. 57e8088 Merge "feat(cpus): add support for Nevis CPU" into integration by Bipin Ravi · 10 months ago
  25. 49f7066 feat(cpus): add support for Nevis CPU by Juan Pablo Conde · 12 months ago
  26. 5302069 chore(npcm845x): remove pauth_helpers.S additions in platform makefile by Govindraj Raja · 10 months ago
  27. 2664db4 Merge "fix(nuvoton): fix typo in platform.mk" into integration by Madhukar Pappireddy · 10 months ago
  28. 18290e9 Merge "build(bl32): added check for AARCH32_SP" into integration by Madhukar Pappireddy · 10 months ago
  29. 6aba3b1 build(bl32): added check for AARCH32_SP by Juan Pablo Conde · 11 months ago
  30. 2f5153a Merge "feat(mt8188): add support for SMC from OP-TEE" into integration by Olivier Deprez · 10 months ago
  31. 24993b5 fix(ti): fix TISCI API changes during refactor by Manorit Chawdhry · 10 months ago
  32. 1da28d1 refactor(qemu): handle pointer authentication by Marcin Juszkiewicz · 10 months ago
  33. e6dea09 refactor(qemu): move options to start of file by Marcin Juszkiewicz · 11 months ago
  34. dcdfd32 refactor(qemu): keep AArch64 cpu flags in one section by Marcin Juszkiewicz · 10 months ago
  35. 5aece71 refactor(qemu): handle SPM_MM builds by Marcin Juszkiewicz · 11 months ago
  36. 676443b refactor(qemu): handle AArch64 flags by Marcin Juszkiewicz · 11 months ago
  37. 8acc2da refactor(qemu): common cpu features enablement by Marcin Juszkiewicz · 11 months ago
  38. 61c9903 refactor(qemu): common BL31 sources by Marcin Juszkiewicz · 11 months ago
  39. 424e3a8 refactor(qemu): common BL1/2 sources by Marcin Juszkiewicz · 11 months ago
  40. a70ef5e refactor(qemu): move CPU definitions into one place by Marcin Juszkiewicz · 11 months ago
  41. 7754e82 refactor(qemu): move FDT stuff into one place by Marcin Juszkiewicz · 11 months ago
  42. f52f6ae fix(nuvoton): fix typo in platform.mk by Margarita Glushkin · 11 months ago
  43. 95177e6 fix(scmi): add parameter for plat_scmi_clock_rates_array by XiaoDong Huang · 1 year ago
  44. be53561 Merge "build(juno): added error check for BL32 dependency" into integration by Manish V Badarkhe · 10 months ago
  45. 4074bad Merge "fix(versal-net): don't clear pending interrupts" into integration by Joanna Farley · 10 months ago
  46. b30b9b7 build(juno): added error check for BL32 dependency by Juan Pablo Conde · 11 months ago
  47. 3074e46 fix(versal-net): don't clear pending interrupts by Saeed Nowshadi · 11 months ago
  48. 13e0158 fix(zynqmp): validate clock_id to avoid OOB variable access by Naman Trivedi Manojbhai · 11 months ago
  49. 8753eef Merge "feat(cpus): add support for Gelas CPU" into integration by Lauren Wehrmeister · 11 months ago
  50. 7109eea Merge changes from topic "el3_direct_msg" into integration by Madhukar Pappireddy · 11 months ago
  51. 67611c8 feat(mt8188): add support for SMC from OP-TEE by Dawei Chien · 11 months ago
  52. 0224447 feat(fvp): spmd logical partition smc handler by Raghu Krishnamurthy · 1 year, 3 months ago
  53. 2a8361d feat(fvp): add spmd logical partition by Raghu Krishnamurthy · 1 year, 4 months ago
  54. c9fe7ce feat(cpus): add support for Gelas CPU by Juan Pablo Conde · 12 months ago
  55. d2f3816 Merge changes I2f4961fe,I0039c724,Iaa3076c1,Ic19973a8 into integration by Bipin Ravi · 11 months ago
  56. f0dbaa1 Merge changes from topic "xlnx_security_flag_change" into integration by Joanna Farley · 11 months ago
  57. 52f83b1 Merge "chore: update to use Arm word across TF-A" into integration by Manish V Badarkhe · 11 months ago
  58. eee28e7 chore: update to use Arm word across TF-A by Govindraj Raja · 11 months ago
  59. e83c146 Merge "feat(stm32mp1): add FWU with boot from NOR-SPI" into integration by Manish V Badarkhe · 11 months ago
  60. b59efc5 fix(versal-net): make pmc ipi channel as secure by Jay Buddhabhatti · 11 months ago
  61. 84be8e8 fix(versal): make pmc ipi channel as secure by Jay Buddhabhatti · 11 months ago
  62. 10498a2 fix(versal-net): add redundant call to avoid glitches by Jay Buddhabhatti · 11 months ago
  63. bd603bf fix(versal-net): change flag to increase security by Jay Buddhabhatti · 11 months ago
  64. 85999a8 refactor(ethos-n): move build flags to ethosn_npu.mk by Rajasekaran Kalidoss · 1 year, 2 months ago
  65. 99dcac2 Merge changes from topic "mb/mb-signer-id" into integration by Lauren Wehrmeister · 11 months ago
  66. c7b13c4 Merge "chore(xilinx): reorder headers in assembly files" into integration by Manish V Badarkhe · 11 months ago
  67. ddb4e8b Merge "chore(xilinx): correct kernel doc warnings for missing functions" into integration by Manish V Badarkhe · 11 months ago
  68. 0171257 Merge changes from topic "xlnx_zynmp_tsp" into integration by Manish V Badarkhe · 11 months ago
  69. 99ab8f3 Merge "fix(xilinx): add headers to resolve compile time issue" into integration by Manish V Badarkhe · 11 months ago
  70. e3f2a10 fix(xilinx): add headers to resolve compile time issue by Akshay Belsare · 12 months ago
  71. f38c3e5 fix(bl32): always include arm_arch_svc in SP_MIN by Stephan Gerhold · 1 year, 4 months ago
  72. eb49113 fix(errata-abi): added Neoverse N2 to Errata ABI list by Arvind Ram Prakash · 12 months ago
  73. 1844930 Merge "fix(imx8m): make IMX_BOOT_UART_BASE autodetection option more obvious" into integration by Madhukar Pappireddy · 11 months ago
  74. d5a3eff fix(xilinx): remove clock_setrate and clock_getrate api by Ronak Jain · 11 months ago
  75. 409eb8b fix(imx8m): make IMX_BOOT_UART_BASE autodetection option more obvious by Marco Felsch · 11 months ago
  76. 67f5ccb feat(rdn2): enable Neoverse N2 CPU error handling support by Omkar Anand Kulkarni · 1 year ago
  77. 1ab5c60 feat(sgi): firmware first error handling for Neoverse N2 CPU by Omkar Anand Kulkarni · 1 year ago
  78. bc20432 feat(arm): enable FHI PPI interrupt to report CPU errors by Omkar Anand Kulkarni · 12 months ago
  79. d684f2c chore(zynqmp): remove unused configuration from TSP by Prasad Kummari · 12 months ago
  80. e3af72f fix(zynqmp): resolve runtime error in TSP by Prasad Kummari · 12 months ago
  81. d7166e8 chore(xilinx): reorder headers in assembly files by Prasad Kummari · 12 months ago
  82. 2ef9f0c chore(xilinx): correct kernel doc warnings for missing functions by Prasad Kummari · 12 months ago
  83. e0ea8fd feat(allwinner): use reset through scpi for warm/soft reset by Andrey Skvortsov · 1 year, 2 months ago
  84. aa59ea5 Merge "feat(nuvoton): added support for npcm845x chip" into integration by Madhukar Pappireddy · 11 months ago
  85. b1aa91b feat(qemu): add dummy plat_mboot_measure_key() function by Jens Wiklander · 12 months ago
  86. e2405a9 feat(imx): add dummy 'plat_mboot_measure_key' function by Manish V Badarkhe · 12 months ago
  87. 4a2cc6b feat(tc): implement platform function to measure and publish Public Key by Manish V Badarkhe · 12 months ago
  88. 18369ec feat(fvp): implement platform function to measure and publish Public Key by Manish V Badarkhe · 1 year, 3 months ago
  89. 95af6a0 feat(fvp): add public key-OID information in RSS metadata structure by Manish V Badarkhe · 1 year, 3 months ago
  90. 5d47841 chore(fvp): add Aarch32 Cortex-A53 to the build by Jayanth Dodderi Chidanand · 1 year, 2 months ago
  91. 4e89de2 chore(brcm): include cpu_helpers.S for bl2 build by Jayanth Dodderi Chidanand · 1 year ago
  92. defbeed feat(nuvoton): added support for npcm845x chip by rutigl@gmail.com · 1 year, 3 months ago
  93. 7640134 feat(imx8m): detect console base address during runtime by Marco Felsch · 11 months ago
  94. 8f9cd00 Merge "fix(fvp): adjust BL2 maximum size as per total SRAM size" into integration by Madhukar Pappireddy · 12 months ago
  95. e485973 fix(fvp): adjust BL2 maximum size as per total SRAM size by Manish V Badarkhe · 12 months ago
  96. df4ad84 feat(mte): adds feature detection for MTE_PERM by Maksims Svecovs · 1 year, 3 months ago
  97. 4dd9b47 feat(msm8916): add port for MDM9607 by Stephan Gerhold · 1 year, 10 months ago
  98. da60d6f refactor(msm8916): handle single core platforms by Stephan Gerhold · 1 year, 10 months ago
  99. 53145c3 feat(msm8916): add port for MSM8939 by Stephan Gerhold · 1 year, 10 months ago
  100. 4dfdc5f feat(msm8916): power on L2 caches for secondary clusters by Stephan Gerhold · 1 year, 10 months ago