1. 0b00f8a Factor out CPU AMU helpers by Dimitris Papastamos · 6 years ago
  2. cc36484 Dynamic cfg: MISRA fixes by Soby Mathew · 6 years ago
  3. 5f6412a FVP: Add TB_FW_CONFIG and HW_CONFIG by Soby Mathew · 6 years ago
  4. 96a1c6b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · 6 years ago
  5. 7c6df5b ARM Platorms: Load TB_FW_CONFIG in BL1 by Soby Mathew · 6 years ago
  6. 6e16a33 BL1: Deprecate the `bl1_init_bl2_mem_layout()` API by Soby Mathew · 6 years ago
  7. 7d5a2e7 ARM Platforms: Migrate to new BL handover interface by Soby Mathew · 6 years ago
  8. 73308d0 Introduce the new BL handover interface by Soby Mathew · 6 years ago
  9. 2f38ce3 Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 6 years ago
  10. ee9cdb1 Merge pull request #1273 from antonio-nino-diaz-arm/an/fix-tlbi-disable-mmu by davidcunado-arm · 6 years ago
  11. accaf50 Merge pull request #1262 from ssalko/ssalko_dev by davidcunado-arm · 6 years ago
  12. c44110d ARM Platforms: Add CASSERT for BL2_BASE by Soby Mathew · 6 years ago
  13. b58da6f ARM Platforms: Don't build BL1 and BL2 if RESET_TO_SP_MIN=1 by Soby Mathew · 6 years ago
  14. eb24dff Ensure the correct execution of TLBI instructions by Antonio Nino Diaz · 6 years ago
  15. 610406f Merge pull request #1271 from afaerber/tegra-fixes by davidcunado-arm · 6 years ago
  16. 8f8d898 Merge pull request #1259 from hzhuang1/fix_uart by davidcunado-arm · 6 years ago
  17. 92cea4a tegra: Fix mmap_region_t struct mismatch by Andreas Färber · 6 years ago
  18. 6a00949 hikey960: avoid hardcode on uart port by Haojian Zhuang · 6 years ago
  19. 46343c0 ARM platforms: Fix console address for flush by Jeenu Viswambharan · 6 years ago
  20. 4ed2338 qemu: Fix interrupt type check by Santeri Salko · 6 years ago
  21. 4d64c2b hikey*, poplar: platform.mk: Fix typo in variable assignments by Victor Chong · 6 years ago
  22. aa03347 poplar: Support Trusted OS extra image (OP-TEE header) parsing by Victor Chong · 6 years ago
  23. 175dd8a poplar: Add LOAD_IMAGE_V2 support by Victor Chong · 6 years ago
  24. 50d695d poplar: Add build option for dram size by Victor Chong · 6 years ago
  25. f87b436 poplar: Fix typo by Victor Chong · 6 years ago
  26. 32d74ee poplar: Remove unused function prototype by Victor Chong · 6 years ago
  27. 7814a95 Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 6 years ago
  28. 4015b8b Merge pull request #1224 from masahir0y/gzip by davidcunado-arm · 6 years ago
  29. 911de8c qemu: support ARMv7/Cortex-A15 by Etienne Carriere · 6 years ago
  30. 934eae2 Merge pull request #1249 from masahir0y/uniphier by davidcunado-arm · 6 years ago
  31. db72b0c uniphier: add ULL to physical address literals by Masahiro Yamada · 6 years ago
  32. 8f64292 uniphier: allocate xlat region of on-chip SRAM only when needed by Masahiro Yamada · 6 years ago
  33. cad2ab5 uniphier: get back original BL31/32 location used before BL2-AT-EL3 by Masahiro Yamada · 6 years ago
  34. c98462e Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptions by davidcunado-arm · 6 years ago
  35. 4ff71af uniphier: support GZIP-compressed images by Masahiro Yamada · 6 years ago
  36. 4c91c80 uniphier: add a helper to get image_info by Masahiro Yamada · 6 years ago
  37. 43d20b3 bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · 6 years ago
  38. 02a0d3d bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · 6 years ago
  39. 2a4fe4f plat/common: move arch-agnostic fallback functions to C file by Masahiro Yamada · 6 years ago
  40. 9c5ca52 Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 6 years ago
  41. 4d15680 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 6 years ago
  42. cd7711d Build: merge build macros between FIP_ and FWU_FIP_ by Masahiro Yamada · 6 years ago
  43. 7e90696 Merge pull request #1240 from dp-arm/dp/smccc by davidcunado-arm · 6 years ago
  44. 4221c45 Merge pull request #1236 from dbasehore/gic-save-restore by davidcunado-arm · 6 years ago
  45. bedba01 rockchip/rk3399: Fix memory corruptions or illegal memory access by Caesar Wang · 6 years ago
  46. e1dc43a Merge pull request #1237 from sandrine-bailleux-arm/sb/spm-timer by davidcunado-arm · 6 years ago
  47. 8e5bd5e Disable workaround for CVE-2017-5715 on unaffected platforms by Dimitris Papastamos · 6 years ago
  48. 4808f8b SPM: Map devices in the 1st GB by Sandrine Bailleux · 6 years ago
  49. 4fa170c hikey: fix assert in sec_protect() by Victor Chong · 6 years ago
  50. 09d7b09 Merge pull request #1205 from petegriffin/hikey-protect-memory by davidcunado-arm · 6 years ago
  51. a169a80 rockchip: Disable rdist before pwr_dm_suspend is called by Derek Basehore · 6 years ago
  52. 81e6a68 Merge pull request #1232 from masahir0y/uniphier by davidcunado-arm · 6 years ago
  53. 7cf5472 Merge pull request #1231 from Leo-Yan/hikey960_enable_fiq_handling by davidcunado-arm · 6 years ago
  54. a6df5f1 Merge pull request #1223 from vchong/poplar_bl1loadsfip by davidcunado-arm · 6 years ago
  55. d79d40d Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · 6 years ago
  56. 75bfecb uniphier: switch to BL2-AT-EL3 and remove BL1 support by Masahiro Yamada · 7 years ago
  57. c9422fb uniphier: set PROGRAMMABLE_RESET_ADDRESS to disable warm boot mailbox by Masahiro Yamada · 6 years ago
  58. 28c8ed2 hikey: configure 4 MB of secure DRAM for OP-TEE Secure Data Path by Peter Griffin · 7 years ago
  59. c52e55f hikey: configure the top 16MB of DRAM as secure by Jerome Forissier · 9 years ago
  60. 2707c3d rockchip/rk3399: Save and restore GIC by Derek Basehore · 6 years ago
  61. 1d605f7 rockchip/rk3399: Add udelay to wait loops by Derek Basehore · 6 years ago
  62. 9b7a1a6 rockchip/rk3399: Fix QOS save/restore by Derek Basehore · 6 years ago
  63. 4ab3a96 rockchip/rk3399: Change PD_CTR_LOOP to 10000 by Derek Basehore · 6 years ago
  64. e90af61 Allow API deprecation for uniphier platform by Soby Mathew · 7 years ago
  65. f0c7c61 poplar: Add support for recovery build by Victor Chong · 6 years ago
  66. 539408d poplar: Enable emmc support by Victor Chong · 6 years ago
  67. af316a3 Hikey960: Enable invalid FIQ handling by Leo Yan · 6 years ago
  68. f39c806 rockchip: Move to MULTI_CONSOLE_API by Julius Werner · 7 years ago
  69. c708778 rockchip: Use coreboot-supplied serial console on coreboot systems by Julius Werner · 7 years ago
  70. aae9bb1 Add default crash console code to hook up to new console API by Julius Werner · 7 years ago
  71. b5d1f8e Merge pull request #1200 from robertovargas-arm/bl2-el3 by davidcunado-arm · 6 years ago
  72. 9f41248 bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP by Roberto Vargas · 6 years ago
  73. 5220780 bl2-el3: Add BL2 at EL3 support in FVP by Roberto Vargas · 7 years ago
  74. e0e9946 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 7 years ago
  75. 958a371 Merge pull request #1211 from Leo-Yan/remove_ca73_cpu_nap_state by davidcunado-arm · 6 years ago
  76. 3aeba23 Hikey960: Change CPU standby state for WFI by Leo Yan · 6 years ago
  77. 6829b70 Revert "Hikey960: Change to use recommended power state id format" by Leo Yan · 6 years ago
  78. 67b2abb Merge pull request #1216 from hzhuang1/fix_psci by davidcunado-arm · 6 years ago
  79. cb76cad Merge pull request #1213 from masahir0y/uniphier by davidcunado-arm · 6 years ago
  80. d7e2e9e Add hooks to save/restore AMU context for Cortex A75 by Dimitris Papastamos · 7 years ago
  81. e0db40b Merge pull request #1176 from wjliang/zynqmp-ipi-mb-svc by davidcunado-arm · 6 years ago
  82. 0d7d843 Merge pull request #1207 from hzhuang1/isp_clk by davidcunado-arm · 6 years ago
  83. b3f611a Hikey960: Fix hikey960 pcie mount fail by Kaihua Zhong · 6 years ago
  84. 2cfeb7e Merge pull request #1167 from Leo-Yan/hikey-fix-alignment by davidcunado-arm · 6 years ago
  85. 328105c zynqmp: pm_service: use zynqmp_ipi APIs by Wendy Liang · 7 years ago
  86. f8fec36 Add Xilinx ZynqMP IPI mailbox service by Wendy Liang · 7 years ago
  87. 3aebacf Introduce ZynqMP IPI implementation by Wendy Liang · 7 years ago
  88. b13af2e uniphier: simplify GZIP compress rule by Masahiro Yamada · 6 years ago
  89. 8a41859 Move TSP to TZC secured DRAM by Dimitris Papastamos · 6 years ago
  90. db51012 Merge pull request #1203 from masahir0y/uniphier by davidcunado-arm · 7 years ago
  91. e078dc8 Merge pull request #1201 from jeenu-arm/sdei-plat-events by davidcunado-arm · 7 years ago
  92. e56b5cd uniphier: fix alignment of build log by Masahiro Yamada · 7 years ago
  93. c3abbfd uniphier: fix base address of IO block buffer by Masahiro Yamada · 7 years ago
  94. 6e28446 ARM platforms: Allow platforms to define SDEI events by Jeenu Viswambharan · 7 years ago
  95. 57676b4 hikey960: set isp clks as unsecure mode by Haojian Zhuang · 7 years ago
  96. 94f8907 Add new function-pointer-based console API by Julius Werner · 7 years ago
  97. 624b557 rockchip: Implement a panic handler that will reboot the system by Julius Werner · 7 years ago
  98. 662556a poplar: Add BL32 (OP-TEE) support by Victor Chong · 7 years ago
  99. b88b08a Poplar: Initialize security properties of IP blocks. by Jiancheng Xue · 7 years ago
  100. c6b6f97 poplar: Increase FIP_SIZE by Victor Chong · 7 years ago