1. 410c451 feat(lib): implement memcpy_s in lib by Jit Loon Lim · 1 year, 1 month ago
  2. 3c49e97 Merge "refactor(el3-spmc): add emad_advance()" into integration by Olivier Deprez · 1 year, 1 month ago
  3. 76e62a5 Merge "docs: add detail to assembly language guideline" into integration by Manish V Badarkhe · 1 year, 1 month ago
  4. 7d4dba6 Merge "feat(aarch64): add stack debug information to assembly routines" into integration by Manish V Badarkhe · 1 year, 1 month ago
  5. 9fc7d3b Merge "fix(doc): match boot-order size to implementation" into integration by Sandrine Bailleux · 1 year, 1 month ago
  6. c86f144 Merge "chore(xilinx): replace ATF with TFA" into integration by Manish Pandey · 1 year, 1 month ago
  7. ee75348 Merge changes from topic "hm/memmap-feat" into integration by Manish Pandey · 1 year, 1 month ago
  8. 6213ec0 Merge "fix(stm32mp1): add void entry in plat_def_toc_entries" into integration by Manish Pandey · 1 year, 1 month ago
  9. 98504f1 Merge "fix(zynqmp): fix sdei arm_validate_ns_entrypoint()" into integration by Madhukar Pappireddy · 1 year, 1 month ago
  10. 4af0d99 Merge "fix(qemu): fix 32-bit builds with stack protector" into integration by Manish Pandey · 1 year, 1 month ago
  11. 9dd433f Merge changes from topic "bk/clearups" into integration by Olivier Deprez · 1 year, 1 month ago
  12. c83d9b3 fix(zynqmp): fix sdei arm_validate_ns_entrypoint() by Michal Simek · 1 year, 1 month ago
  13. a99b53b Merge changes I907f3862,Ie749ff06,If8da2bb1,I457deb0b into integration by Madhukar Pappireddy · 1 year, 1 month ago
  14. 0174355 Merge "chore(fconf): rename last occurences of set_fw_config_info()" into integration by Sandrine Bailleux · 1 year, 1 month ago
  15. a8d525e Merge changes from topic "dummy_feat_aa32" into integration by Manish Pandey · 1 year, 1 month ago
  16. bf6dd69 Merge "refactor(el3-spmc): avoid unneeded function call" into integration by Manish Pandey · 1 year, 1 month ago
  17. a935de7 Merge changes Ia052c7f9,If598680a,Ieae11722 into integration by Manish Pandey · 1 year, 1 month ago
  18. a9e03d2 Merge changes from topic "st-fixes" into integration by Madhukar Pappireddy · 1 year, 1 month ago
  19. ccfda13 chore(fconf): rename last occurences of set_fw_config_info() by Sandrine Bailleux · 1 year, 1 month ago
  20. b24f554 Merge "refactor(fvp): nv ctr addr static helper function" into integration by Sandrine Bailleux · 1 year, 1 month ago
  21. e078311 chore(xilinx): replace ATF with TFA by Prasad Kummari · 1 year, 2 months ago
  22. 50158a6 Merge changes from topic "version/0.1-gic" into integration by Sandrine Bailleux · 1 year, 1 month ago
  23. 17603fc Merge changes I21d65a88,I949cfce9,If4249f22,Id0451bd1,I9e930070, ... into integration by Olivier Deprez · 1 year, 1 month ago
  24. 4f3b5da feat(mediatek): add APU watchdog timeout control by Chungying Lu · 1 year, 2 months ago
  25. 59c1c2b feat(mt8188): add emi mpu protection for APU secure memory by Chungying Lu · 1 year, 2 months ago
  26. 03facb0 feat(mt8188): add devapc setting of apusys rcx by Karl Li · 1 year, 2 months ago
  27. ca30e6b feat(mt8188): add backup/restore function when power on/off by Chungying Lu · 1 year, 2 months ago
  28. 15ffb07 feat(mediatek): add APU bootup control smc call by Chungying Lu · 1 year, 2 months ago
  29. eb62949 feat(mt8188): enable apusys mailbox mpu protect by Karl Li · 1 year, 2 months ago
  30. dece5f0 feat(mt8188): enable apusys domain remap by Karl Li · 1 year, 2 months ago
  31. 130536e feat(mt8188): add apusys ao devapc setting by Karl Li · 1 year, 2 months ago
  32. b51d8ac feat(mt8188): increase TZRAM_SIZE from 192KB to 256KB by developer · 1 year, 1 month ago
  33. 023d212 refactor(el3-spmc): add emad_advance() by Demi Marie Obenour · 1 year, 5 months ago
  34. c39cb4c fix(el3-spmc): validate shmem descriptor alignment by Demi Marie Obenour · 1 year, 5 months ago
  35. 33e6666 refactor(el3-spmc): avoid unneeded function call by Demi Marie Obenour · 1 year, 6 months ago
  36. b720be7 refactor(el3-spmc): move function call out of loop by Demi Marie Obenour · 1 year, 6 months ago
  37. f215bb7 refactor(el3-spmc): avoid using EINVAL by Demi Marie Obenour · 1 year, 6 months ago
  38. f00e4d7 refactor(el3-spmc): crash instead of reading OOB by Demi Marie Obenour · 1 year, 6 months ago
  39. 81f0adc fix(el3-spmc): avoid descriptor size calc overflow by Demi Marie Obenour · 1 year, 6 months ago
  40. 00d36b2 fix(el3-spmc): prevent total_page_count overflow by Demi Marie Obenour · 1 year, 6 months ago
  41. 4a3a6d3 fix(el3-spmc): use uint64_t for 64-bit type by Demi Marie Obenour · 1 year, 6 months ago
  42. 5b6f4ca refactor(fvp): nv ctr addr static helper function by laurenw-arm · 1 year, 2 months ago
  43. 7f73129 Merge "chore: rename Makalu to Cortex-A715" into integration by Manish Pandey · 1 year, 1 month ago
  44. e2e0578 docs: add detail to assembly language guideline by Boyan Karatotev · 1 year, 3 months ago
  45. 03a9a3e feat(aarch64): add stack debug information to assembly routines by Boyan Karatotev · 1 year, 4 months ago
  46. 6619295 Merge "feat(xlat): detect 4KB and 16KB page support when FEAT_LPA2 is present" into integration by Soby Mathew · 1 year, 1 month ago
  47. 81d4838 Merge "fix(fiptool): move juno plat_fiptool.mk" into integration by Manish Pandey · 1 year, 1 month ago
  48. 79ee1c4 feat(qemu-sbsa): handle GIC base by Marcin Juszkiewicz · 1 year, 1 month ago
  49. b6839fb feat(qemu-sbsa): handle platform version by Marcin Juszkiewicz · 1 year, 2 months ago
  50. 8c8107e feat(xlat): detect 4KB and 16KB page support when FEAT_LPA2 is present by Javier Almansa Sobrino · 1 year, 2 months ago
  51. ccf8b54 Merge changes from topic "cot_cca_nvctr" into integration by Sandrine Bailleux · 1 year, 1 month ago
  52. ab590c2 Merge "fix(measured-boot): don't strip last non-0 char" into integration by Sandrine Bailleux · 1 year, 1 month ago
  53. dd19b2e Merge changes from topic "hm/memmap-feat" into integration by Sandrine Bailleux · 1 year, 1 month ago
  54. e3d15a8 Merge changes from topic "sb/maintainters-process" into integration by Sandrine Bailleux · 1 year, 1 month ago
  55. a36c5d8 docs: clarify maintainers election process by Sandrine Bailleux · 1 year, 1 month ago
  56. e4ec3d6 docs: consolidate code review process documentation by Sandrine Bailleux · 1 year, 1 month ago
  57. fc00b6c Merge changes from topic "bk/errata_refactor" into integration by Lauren Wehrmeister · 1 year, 1 month ago
  58. 93a583f fix(spi-nand): add Quad Enable management by Christophe Kerello · 1 year, 9 months ago
  59. 0100a61 fix(measured-boot): don't strip last non-0 char by Jimmy Brisson · 1 year, 3 months ago
  60. 6f9d19e Merge "feat: define memory ranges for tc platform" into integration by Olivier Deprez · 1 year, 1 month ago
  61. c723994 fix(st-clock): disabling CKPER clock is not functional on stm32mp13 by Gabriel Fernandez · 1 year, 1 month ago
  62. f0f59d0 fix(st-uart): skip console flush if UART is disabled by Yann Gautier · 1 year, 3 months ago
  63. 4e2b34d fix(st): flush UART at the end of uart_read() by Yann Gautier · 1 year, 3 months ago
  64. 67bcec8 fix(stm32mp1): use the BSEC nodes compatible for stm32mp13 by Patrick Delaunay · 2 years, 4 months ago
  65. a783383 fix(stm32mp13-fdts): correct the BSEC nodes compatible by Patrick Delaunay · 2 years, 4 months ago
  66. 5c14e6b fix(stm32mp1-fdts): move /omit-if-no-ref/ to overlay files by Yann Gautier · 1 year, 3 months ago
  67. 79c9c08 fix(stm32mp1): properly check PSCI functions return by Yann Gautier · 2 years, 6 months ago
  68. 3d883e8 Merge "docs: fix syntax error in note" into integration by Madhukar Pappireddy · 1 year, 1 month ago
  69. e5004c1 chore: rename Makalu to Cortex-A715 by Harrison Mutai · 1 year, 1 month ago
  70. e7807d2 feat(cpus): wrappers to propagate AArch32 errata info by Boyan Karatotev · 1 year, 5 months ago
  71. 29fa56d feat(cpus): add a way to automatically report errata by Boyan Karatotev · 1 year, 5 months ago
  72. 821364e feat(cpus): add a concise way to implement AArch64 errata by Boyan Karatotev · 1 year, 5 months ago
  73. 06236c9 refactor(cpus): convert print_errata_status to C by Boyan Karatotev · 1 year, 5 months ago
  74. 5d38cb3 refactor(cpus): rename errata_report.h to errata.h by Boyan Karatotev · 1 year, 5 months ago
  75. e7d7c27 refactor(cpus): move cpu_ops field defines to a header by Boyan Karatotev · 1 year, 5 months ago
  76. 2845c74 Merge "fix(zynqmp): handling of type el3 interrrupts" into integration by Joanna Farley · 1 year, 1 month ago
  77. 7b7ebff feat(fvp): mock support for CCA NV ctr by laurenw-arm · 1 year, 2 months ago
  78. a79a285 feat(auth): add CCA NV ctr to CCA CoT by laurenw-arm · 1 year, 2 months ago
  79. 7bf6783 feat(build): pass CCA NV ctr option to cert_create by laurenw-arm · 1 year, 2 months ago
  80. 9b4f9d5 feat(cert-create): add new option for CCA NV ctr by laurenw-arm · 1 year, 2 months ago
  81. cb54303 Merge "fix(tsp): flush uart console" into integration by Manish Pandey · 1 year, 1 month ago
  82. 2bb003d Merge changes I31ec0001,Ib06cd024,I7c11f15d,Ie0d5d4c8,I285f3b59, ... into integration by Manish Pandey · 1 year, 1 month ago
  83. b375b31 Merge changes from topic "xlnx_smcc_soc_id" into integration by Joanna Farley · 1 year, 1 month ago
  84. aa5cde6 Merge "fix(zynqmp): make zynqmp_devices structure smaller" into integration by Joanna Farley · 1 year, 1 month ago
  85. 918a0dd fix(zynqmp): make zynqmp_devices structure smaller by Michal Simek · 1 year, 2 months ago
  86. 1b289ea Merge "fix(brcm): fix misspelled header inclusion guard" into integration by Madhukar Pappireddy · 1 year, 1 month ago
  87. 8915758 Merge changes from topic "xilinx-ipi" into integration by Joanna Farley · 1 year, 1 month ago
  88. c494612 Merge "feat(versal-net): add the IPI CRC checksum macro support" into integration by Joanna Farley · 1 year, 1 month ago
  89. 17306ca Merge "feat(rme): save PAuth context when RME is enabled" into integration by Soby Mathew · 1 year, 1 month ago
  90. ff8e19b feat(versal-net): add support for SMCC ARCH SOC ID by Akshay Belsare · 1 year, 3 months ago
  91. 589ccce feat(versal): add support for SMCC ARCH SOC ID by Akshay Belsare · 1 year, 2 months ago
  92. 5303e3f refactor(versal-net): move macros to common header by Akshay Belsare · 1 year, 2 months ago
  93. ec1181c feat(xilinx): add support to get chipid by Akshay Belsare · 1 year, 3 months ago
  94. 0e7a405 Merge "fix(versal-net): fix BLXX memory limits for user defined values" into integration by Joanna Farley · 1 year, 1 month ago
  95. 13462fc Merge changes Ica1f9786,Ic96e3680 into integration by Joanna Farley · 1 year, 1 month ago
  96. c5b04f5 fix(versal-net): fix BLXX memory limits for user defined values by Michal Simek · 1 year, 1 month ago
  97. 3440e56 feat(rme): save PAuth context when RME is enabled by Shruti Gupta · 1 year, 1 month ago
  98. cc3e739 fix(versal): fix BLXX memory limits for user defined values by Ilias Apalodimas · 1 year, 1 month ago
  99. bd54123 fix(zynqmp): fix BLXX memory limits for user defined values by Ilias Apalodimas · 1 year, 1 month ago
  100. f3662dd Merge "fix(intel): update checking for memcpy and memset" into integration by Sandrine Bailleux · 1 year, 1 month ago