1. caf4eca ARM Platforms: Add CASSERT for BL2_BASE by Soby Mathew · 7 years ago
  2. 81bf6aa ARM Platforms: Don't build BL1 and BL2 if RESET_TO_SP_MIN=1 by Soby Mathew · 7 years ago
  3. 601abdb Merge pull request #1271 from afaerber/tegra-fixes by davidcunado-arm · 7 years ago
  4. 1504715 Merge pull request #1259 from hzhuang1/fix_uart by davidcunado-arm · 7 years ago
  5. 28db3e9 tegra: Fix mmap_region_t struct mismatch by Andreas Färber · 7 years ago
  6. 135d713 hikey960: avoid hardcode on uart port by Haojian Zhuang · 7 years ago
  7. f2c83c1 ARM platforms: Fix console address for flush by Jeenu Viswambharan · 8 years ago
  8. 3b12a6f hikey*, poplar: platform.mk: Fix typo in variable assignments by Victor Chong · 8 years ago
  9. f3d522b poplar: Support Trusted OS extra image (OP-TEE header) parsing by Victor Chong · 8 years ago
  10. 0d8052a poplar: Add LOAD_IMAGE_V2 support by Victor Chong · 8 years ago
  11. 8ad132b poplar: Add build option for dram size by Victor Chong · 8 years ago
  12. ce2547f poplar: Fix typo by Victor Chong · 8 years ago
  13. b715f11 poplar: Remove unused function prototype by Victor Chong · 8 years ago
  14. 5b75b4a Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 7 years ago
  15. 9fd2f13 Merge pull request #1224 from masahir0y/gzip by davidcunado-arm · 7 years ago
  16. 765ed9f qemu: support ARMv7/Cortex-A15 by Etienne Carriere · 8 years ago
  17. 10787b0 Merge pull request #1249 from masahir0y/uniphier by davidcunado-arm · 8 years ago
  18. 4f557c7 uniphier: add ULL to physical address literals by Masahiro Yamada · 8 years ago
  19. 9c740a5 uniphier: allocate xlat region of on-chip SRAM only when needed by Masahiro Yamada · 8 years ago
  20. 7e51ca8 uniphier: get back original BL31/32 location used before BL2-AT-EL3 by Masahiro Yamada · 8 years ago
  21. 956defc Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptions by davidcunado-arm · 8 years ago
  22. 8951b05 uniphier: support GZIP-compressed images by Masahiro Yamada · 8 years ago
  23. 0ac60c0 uniphier: add a helper to get image_info by Masahiro Yamada · 8 years ago
  24. 11f001c bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · 8 years ago
  25. ba68ef5 bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · 8 years ago
  26. 0fc50a8 plat/common: move arch-agnostic fallback functions to C file by Masahiro Yamada · 8 years ago
  27. 33950dd Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 8 years ago
  28. c939d13 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 8 years ago
  29. 1dc0714 Build: merge build macros between FIP_ and FWU_FIP_ by Masahiro Yamada · 8 years ago
  30. 9bc94a6 Merge pull request #1240 from dp-arm/dp/smccc by davidcunado-arm · 8 years ago
  31. 334e1ce Merge pull request #1236 from dbasehore/gic-save-restore by davidcunado-arm · 8 years ago
  32. de3c300 rockchip/rk3399: Fix memory corruptions or illegal memory access by Caesar Wang · 8 years ago
  33. e47541a Merge pull request #1237 from sandrine-bailleux-arm/sb/spm-timer by davidcunado-arm · 8 years ago
  34. 383c808 Disable workaround for CVE-2017-5715 on unaffected platforms by Dimitris Papastamos · 8 years ago
  35. c4fa173 SPM: Map devices in the 1st GB by Sandrine Bailleux · 8 years ago
  36. d5d5595 hikey: fix assert in sec_protect() by Victor Chong · 8 years ago
  37. 5df2778 Merge pull request #1205 from petegriffin/hikey-protect-memory by davidcunado-arm · 8 years ago
  38. 3284ce1 rockchip: Disable rdist before pwr_dm_suspend is called by Derek Basehore · 8 years ago
  39. f478253 Merge pull request #1232 from masahir0y/uniphier by davidcunado-arm · 8 years ago
  40. 8253eb5 Merge pull request #1231 from Leo-Yan/hikey960_enable_fiq_handling by davidcunado-arm · 8 years ago
  41. e5dbebf Merge pull request #1223 from vchong/poplar_bl1loadsfip by davidcunado-arm · 8 years ago
  42. 040f1e6 Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · 8 years ago
  43. 247fc04 uniphier: switch to BL2-AT-EL3 and remove BL1 support by Masahiro Yamada · 8 years ago
  44. 8e053dc uniphier: set PROGRAMMABLE_RESET_ADDRESS to disable warm boot mailbox by Masahiro Yamada · 8 years ago
  45. 52988b3 hikey: configure 4 MB of secure DRAM for OP-TEE Secure Data Path by Peter Griffin · 8 years ago
  46. 3d5d9f5 hikey: configure the top 16MB of DRAM as secure by Jerome Forissier · 10 years ago
  47. b38c6f6 rockchip/rk3399: Save and restore GIC by Derek Basehore · 8 years ago
  48. 8c1e78a rockchip/rk3399: Add udelay to wait loops by Derek Basehore · 8 years ago
  49. b2a0af1 rockchip/rk3399: Fix QOS save/restore by Derek Basehore · 8 years ago
  50. aa9ee82 rockchip/rk3399: Change PD_CTR_LOOP to 10000 by Derek Basehore · 8 years ago
  51. 376185c Allow API deprecation for uniphier platform by Soby Mathew · 8 years ago
  52. 15b54e7 poplar: Add support for recovery build by Victor Chong · 8 years ago
  53. 59149bb poplar: Enable emmc support by Victor Chong · 8 years ago
  54. b79f7ed Hikey960: Enable invalid FIQ handling by Leo Yan · 8 years ago
  55. 890abc3 rockchip: Move to MULTI_CONSOLE_API by Julius Werner · 8 years ago
  56. 3c250b9 rockchip: Use coreboot-supplied serial console on coreboot systems by Julius Werner · 8 years ago
  57. 17cd67d Add default crash console code to hook up to new console API by Julius Werner · 8 years ago
  58. 0d3a27e Merge pull request #1200 from robertovargas-arm/bl2-el3 by davidcunado-arm · 8 years ago
  59. 76d2673 bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP by Roberto Vargas · 8 years ago
  60. 81528db bl2-el3: Add BL2 at EL3 support in FVP by Roberto Vargas · 8 years ago
  61. b1d27b4 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 8 years ago
  62. 9fd4a36 Merge pull request #1211 from Leo-Yan/remove_ca73_cpu_nap_state by davidcunado-arm · 8 years ago
  63. 4c8a578 Hikey960: Change CPU standby state for WFI by Leo Yan · 8 years ago
  64. e1b2742 Revert "Hikey960: Change to use recommended power state id format" by Leo Yan · 8 years ago
  65. 0cd67c3 Merge pull request #1216 from hzhuang1/fix_psci by davidcunado-arm · 8 years ago
  66. 24baaca Merge pull request #1213 from masahir0y/uniphier by davidcunado-arm · 8 years ago
  67. 53bfb94 Add hooks to save/restore AMU context for Cortex A75 by Dimitris Papastamos · 8 years ago
  68. 08e06be Merge pull request #1176 from wjliang/zynqmp-ipi-mb-svc by davidcunado-arm · 8 years ago
  69. 8d35642 Merge pull request #1207 from hzhuang1/isp_clk by davidcunado-arm · 8 years ago
  70. 294d747 Hikey960: Fix hikey960 pcie mount fail by Kaihua Zhong · 8 years ago
  71. c14d3dc Merge pull request #1167 from Leo-Yan/hikey-fix-alignment by davidcunado-arm · 8 years ago
  72. ebc0516 zynqmp: pm_service: use zynqmp_ipi APIs by Wendy Liang · 8 years ago
  73. e8ffe79 Add Xilinx ZynqMP IPI mailbox service by Wendy Liang · 8 years ago
  74. dc1dfe8 Introduce ZynqMP IPI implementation by Wendy Liang · 8 years ago
  75. ff56531 uniphier: simplify GZIP compress rule by Masahiro Yamada · 8 years ago
  76. 66db10c Move TSP to TZC secured DRAM by Dimitris Papastamos · 8 years ago
  77. 9a2a38a Merge pull request #1203 from masahir0y/uniphier by davidcunado-arm · 8 years ago
  78. ac4626d Merge pull request #1201 from jeenu-arm/sdei-plat-events by davidcunado-arm · 8 years ago
  79. 9d32b55 uniphier: fix alignment of build log by Masahiro Yamada · 8 years ago
  80. fe45832 uniphier: fix base address of IO block buffer by Masahiro Yamada · 8 years ago
  81. 7bdf0c1 ARM platforms: Allow platforms to define SDEI events by Jeenu Viswambharan · 8 years ago
  82. f7ff108 hikey960: set isp clks as unsecure mode by Haojian Zhuang · 8 years ago
  83. 9536bae Add new function-pointer-based console API by Julius Werner · 8 years ago
  84. a33e763 rockchip: Implement a panic handler that will reboot the system by Julius Werner · 8 years ago
  85. f336774 poplar: Add BL32 (OP-TEE) support by Victor Chong · 8 years ago
  86. d45a1c3 Poplar: Initialize security properties of IP blocks. by Jiancheng Xue · 8 years ago
  87. 94725a2 poplar: Increase FIP_SIZE by Victor Chong · 8 years ago
  88. 5a3ec61 poplar: Rename PLAT_ARM_NS_IMAGE_OFFSET by Victor Chong · 8 years ago
  89. 78896ac poplar: Fix GPIO_MAX by Victor Chong · 8 years ago
  90. 211d307 Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · 8 years ago
  91. 9f0ee04 Merge pull request #1184 from antonio-nino-diaz-arm/an/bl31-in-dram by davidcunado-arm · 8 years ago
  92. c9ff97e Merge pull request #1181 from soby-mathew/sm/el3_payload_tzc_permissions by davidcunado-arm · 8 years ago
  93. 49d7ea2 Merge pull request #1179 from paulkocialkowski/integration by davidcunado-arm · 8 years ago
  94. 57b1c0d Merge pull request #1174 from antonio-nino-diaz-arm/an/page-size by davidcunado-arm · 8 years ago
  95. 64b978f Merge pull request #1171 from Leo-Yan/hikey960-change-use-recommend-state-id by davidcunado-arm · 8 years ago
  96. 7d44ac1 fvp: Disable SYSTEM_SUSPEND when ARM_BL31_IN_DRAM by Antonio Nino Diaz · 8 years ago
  97. 2633dfe SPM: Remove ARM platforms header from SPM common code by Antonio Nino Diaz · 8 years ago
  98. fdae60b Hikey960: Change to use recommended power state id format by Leo Yan · 8 years ago
  99. 3923bdb Merge pull request #1157 from antonio-nino-diaz-arm/an/rpi3 by davidcunado-arm · 8 years ago
  100. fb48b97 ARM Platforms: Change the TZC access permissions for EL3 payload by Soby Mathew · 8 years ago