1. 3ae28aa refactor(versal): move set wake src fn to common place by Jay Buddhabhatti · 2 years, 5 months ago
  2. 31b6848 refactor(xilinx): rename gic macros to make common by Jay Buddhabhatti · 2 years, 5 months ago
  3. 407eb6f feat(xilinx): add device node indexes by Jay Buddhabhatti · 2 years, 8 months ago
  4. 5c62d59 fix(xilinx): initialize values to device enum members by Jay Buddhabhatti · 2 years, 8 months ago
  5. 92f7de1 refactor(xilinx): move pm_defs.h to common place by Jay Buddhabhatti · 2 years, 6 months ago
  6. a92681d refactor(xilinx): move versal files to common place by Jay Buddhabhatti · 2 years, 8 months ago
  7. d94a711 Merge changes from topic "xlnx_zynqmp_changes" into integration by Joanna Farley · 2 years, 4 months ago
  8. 3af2ee9 feat(zynqmp): build pm code as library by Amit Nagal · 2 years, 5 months ago
  9. e69faff chore(zynqmp): print entry address to Secure and NS world by Akshay Belsare · 2 years, 4 months ago
  10. 82f5b50 Merge changes from topic "feat_state_part4" into integration by Manish Pandey · 2 years, 4 months ago
  11. e8d5a30 Merge "docs(maintainers): add new maintainers for MediaTek SoCs" into integration by Joanna Farley · 2 years, 4 months ago
  12. b705e8d docs(maintainers): add new maintainers for MediaTek SoCs by Bo-Chen Chen · 2 years, 5 months ago
  13. 3f97661 Merge "fix(fvp): unconditionally include lib/psa headers" into integration by Manish Pandey · 2 years, 4 months ago
  14. 5a63aed Merge "fix(gicv3): workaround for NVIDIA erratum T241-FABRIC-4" into integration by Manish Pandey · 2 years, 4 months ago
  15. fce0e75 Merge "fix(versal-net): use spin_lock instead of bakery_lock" into integration by Joanna Farley · 2 years, 4 months ago
  16. 72db458 fix(fvp): unconditionally include lib/psa headers by Manish V Badarkhe · 2 years, 4 months ago
  17. a02a45d fix(gicv3): workaround for NVIDIA erratum T241-FABRIC-4 by Varun Wadekar · 2 years, 5 months ago
  18. 5906d97 Merge "fix(fpga): include missing header file" into integration by Madhukar Pappireddy · 2 years, 5 months ago
  19. 38779ad Merge "fix(versal-net): correct aff level for cpu off" into integration by Joanna Farley · 2 years, 5 months ago
  20. b23ae5b Merge "fix(build): partially fix qemu aarch32 build" into integration by Bipin Ravi · 2 years, 5 months ago
  21. bafd657 Merge "refactor(fvp): use RSS API to retrieve attestation token and key" into integration by Sandrine Bailleux · 2 years, 5 months ago
  22. b7253a1 fix(fpga): include missing header file by Andre Przywara · 2 years, 5 months ago
  23. 0b3a2cf fix(versal-net): use spin_lock instead of bakery_lock by Jay Buddhabhatti · 2 years, 5 months ago
  24. 6ada9dc fix(versal-net): correct aff level for cpu off by Jay Buddhabhatti · 2 years, 5 months ago
  25. c68736d fix(build): partially fix qemu aarch32 build by Rebecca Cran · 2 years, 8 months ago
  26. d679cde refactor(fvp): use RSS API to retrieve attestation token and key by Manish V Badarkhe · 2 years, 5 months ago
  27. ea2c04d Merge changes from topic "errata" into integration by Madhukar Pappireddy · 2 years, 5 months ago
  28. ac17e52 refactor(cpufeat): enable FEAT_RNG for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 5 months ago
  29. 623f614 refactor(cpufeat): align FEAT_SEL2 to new feature handling by Andre Przywara · 2 years, 5 months ago
  30. d5384b6 refactor(cpufeat): enable FEAT_NV2 for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  31. 1223d2a refactor(cpufeat): enable FEAT_TWED for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  32. 7db710f refactor(cpufeat): enable FEAT_CSV2_2 for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  33. b8f03d2 refactor(cpufeat): enable FEAT_ECV for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  34. 4f5ef84 refactor(cpufeat): enable FEAT_PAN for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 6 months ago
  35. 2407709 refactor(cpufeat): align FEAT_SB to new feature handling by Andre Przywara · 2 years, 9 months ago
  36. 387b880 refactor(cpufeat): use alternative encoding for "SB" barrier by Andre Przywara · 2 years, 8 months ago
  37. 603a0c6 refactor(cpufeat): enable SYS_REG_TRACE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  38. d7f3ed3 fix(cpufeat): make stub enable functions "static inline" by Andre Przywara · 2 years, 5 months ago
  39. b01a59e fix(cpus): workaround for Cortex-A78C erratum 1827440 by Bipin Ravi · 2 years, 5 months ago
  40. 672eb21 fix(cpus): workaround for Cortex-A78C erratum 1827430 by Bipin Ravi · 2 years, 5 months ago
  41. 0ed75fb Merge "fix(pauth): make pauth_helpers linking generic" into integration by Manish Pandey · 2 years, 5 months ago
  42. d5a8482 Merge "fix(mmc): remove redundant reset_to_idle call" into integration by Manish Pandey · 2 years, 5 months ago
  43. 0e7d97d Merge "fix(smccc): check smc_fid [23:17] bits" into integration by Manish V Badarkhe · 2 years, 5 months ago
  44. 1f8be7f fix(mpam): feat_detect: support major/minor by Andre Przywara · 2 years, 5 months ago
  45. 5fdb2e5 Merge changes I924ea85d,I22e128c4,I7a5cfaac into integration by Olivier Deprez · 2 years, 5 months ago
  46. ccc61e1 feat(mt8195): add support for SMC from OP-TEE by Bo-Chen Chen · 2 years, 5 months ago
  47. c842cc0 feat(mediatek): add SMC handler for EMI MPU by Bo-Chen Chen · 2 years, 8 months ago
  48. 621eaab feat(mediatek): add SiP service for OP-TEE by Bo-Chen Chen · 2 years, 8 months ago
  49. e550fa1 Merge changes from topics "qemu", "qemu_sbsa" into integration by Bipin Ravi · 2 years, 5 months ago
  50. 7419b7a Merge changes from topic "feat_state_part3" into integration by Manish Pandey · 2 years, 5 months ago
  51. a59cddf Merge changes from topic "bk/errata_refactor" into integration by Manish Pandey · 2 years, 5 months ago
  52. ea735bf refactor(cpufeat): enable FEAT_VHE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  53. 9448f2b refactor(mpam): enable FEAT_MPAM for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  54. 023f1be feat(libc): add support for fallthrough statement by Andre Przywara · 2 years, 6 months ago
  55. 6437a09 refactor(spe): enable FEAT_SPE for FEAT_STATE_CHECKED by Andre Przywara · 2 years, 9 months ago
  56. 90118bb refactor(cpufeat): rename ENABLE_SPE_FOR_LOWER_ELS to ENABLE_SPE_FOR_NS by Andre Przywara · 2 years, 6 months ago
  57. 16e3ddb fix(spe): drop SPE EL2 context switch code by Andre Przywara · 2 years, 6 months ago
  58. 3ca0e7f Merge "feat(qemu): combine TF-A artefacts into ROM file" into integration by André Przywara · 2 years, 5 months ago
  59. f8a3579 fix(smccc): check smc_fid [23:17] bits by Jayanth Dodderi Chidanand · 2 years, 5 months ago
  60. c41b8e9 Merge "feat(tcr2): support FEAT_TCR2" into integration by Manish Pandey · 2 years, 5 months ago
  61. 2519ee5 Merge "feat(ufs): adds timeout and error handling" into integration by Madhukar Pappireddy · 2 years, 5 months ago
  62. 2a9da68 Merge "docs: disable PDF output for documentation generation" into integration by Joanna Farley · 2 years, 5 months ago
  63. d333160 feat(tcr2): support FEAT_TCR2 by Mark Brown · 2 years, 5 months ago
  64. 279e28e docs: disable PDF output for documentation generation by Sandrine Bailleux · 2 years, 5 months ago
  65. 13a6f25 Merge "fix(nxp-drivers): use semicolon instead of comma" into integration by Madhukar Pappireddy · 2 years, 5 months ago
  66. d5efb1e chore(fvp): add the aarch32 cortex A57 to the build by Boyan Karatotev · 2 years, 6 months ago
  67. 7c25a3a chore(cpus): remove redundant asserts by Boyan Karatotev · 2 years, 6 months ago
  68. e444763 refactor(cpus): shorten errata flag defines by Boyan Karatotev · 2 years, 9 months ago
  69. 579ea67 Merge changes from topic "mb/secure-evlog-cpy" into integration by Sandrine Bailleux · 2 years, 5 months ago
  70. 50b8ea1 fix(nxp-drivers): use semicolon instead of comma by Elyes Haouas · 2 years, 6 months ago
  71. 6b66693 feat(qemu): add A76/N1 cpu support for virt by Chen Baozi · 2 years, 5 months ago
  72. d632452 Merge "fix(tc): unify TC ROM start addresses" into integration by Manish V Badarkhe · 2 years, 5 months ago
  73. 4085876 Merge "test(tc): test for AP/RSS NV counter interface" into integration by Manish V Badarkhe · 2 years, 5 months ago
  74. bde9280 Merge "style(hooks): adds Arm copyright style fix" into integration by Manish V Badarkhe · 2 years, 5 months ago
  75. 6bb49c8 style(hooks): adds Arm copyright style fix by Maksims Svecovs · 2 years, 5 months ago
  76. 3e8b6f4 Merge "feat(morello): implement methods to retrieve soc-id information" into integration by Manish V Badarkhe · 2 years, 5 months ago
  77. 3e833f8 Merge "fix(versal_net): fix irq for IPI0" into integration by Joanna Farley · 2 years, 5 months ago
  78. a4c6958 Merge "refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3" into integration by Manish Pandey · 2 years, 5 months ago
  79. 42d4d3b refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 by Arvind Ram Prakash · 2 years, 9 months ago
  80. 2c5bce3 feat(ufs): adds timeout and error handling by Anand Saminathan · 2 years, 5 months ago
  81. cc266bc feat(morello): implement methods to retrieve soc-id information by Chandni Cherukuri · 2 years, 6 months ago
  82. 95bbfbc fix(versal_net): fix irq for IPI0 by Trung Tran · 2 years, 5 months ago
  83. 4c985e8 Merge "fix(cpus): workaround for Neoverse V1 errata 2743233" into integration by Bipin Ravi · 2 years, 5 months ago
  84. 17628eb Merge "fix(rss): fix msg deserialization bugs in comms" into integration by Manish V Badarkhe · 2 years, 5 months ago
  85. b742b60 Merge "fix(pmu): switch FVP PMUv3 SPIs to PPI" into integration by Manish V Badarkhe · 2 years, 5 months ago
  86. 7683c2a Merge "fix(tegra): append major revision to the chip_id value" into integration by Varun Wadekar · 2 years, 5 months ago
  87. 7a23f05 Merge "fix(ti): do not take system power reference in bl31_platform_setup()" into integration by Madhukar Pappireddy · 2 years, 5 months ago
  88. 7b25a5a Merge "style: fix functions definitions" into integration by Madhukar Pappireddy · 2 years, 5 months ago
  89. 23b7499 Merge changes I9430f5fa,I23680085 into integration by Manish Pandey · 2 years, 5 months ago
  90. 2535e20 style: fix functions definitions by Elyes Haouas · 2 years, 6 months ago
  91. 521d4fe Merge "style: remove useless trailing semicolon and line continuations" into integration by Manish Pandey · 2 years, 5 months ago
  92. 1f49db5 feat(build): add support for new binutils versions by Marco Felsch · 2 years, 9 months ago
  93. a5f09cf build(makefile): add helper to detect linker options by Marco Felsch · 2 years, 8 months ago
  94. 404e835 Merge "docs(zynqmp): add ddr address usage" into integration by Joanna Farley · 2 years, 5 months ago
  95. 226f4c8 feat(qemu): add "neoverse-n1" cpu support by Chen Baozi · 2 years, 5 months ago
  96. af994ae feat(qemu): make coherent memory section optional by Chen Baozi · 2 years, 5 months ago
  97. a12cb77 refactor(qemu): make use of setup_page_tables() by Chen Baozi · 2 years, 6 months ago
  98. ff65ac2 Merge "fix(tegra210): support legacy SMC_ID 0xC2FEFE00" into integration by Varun Wadekar · 2 years, 5 months ago
  99. 77844a8 Merge "docs: add guidelines for thirdparty includes" into integration by Manish V Badarkhe · 2 years, 5 months ago
  100. 3dff98a Merge changes from topic "xlnx_ipi_fix" into integration by Joanna Farley · 2 years, 5 months ago