1. a628b1a hikey: migrate to bl2_el3 by Haojian Zhuang · 7 years ago
  2. a9b3021 hikey: clean dcache for SRAM after initialized by Haojian Zhuang · 7 years ago
  3. 103c213 hikey: drop LOAD_IMAGE v1 by Haojian Zhuang · 7 years ago
  4. cde9f4f hikey: fix memory overlapped in memory map by Haojian Zhuang · 7 years ago
  5. e47541a Merge pull request #1237 from sandrine-bailleux-arm/sb/spm-timer by davidcunado-arm · 7 years ago
  6. aca8a49 Merge pull request #1246 from sandrine-bailleux-arm/topics/sb/fix-cnp-doc by davidcunado-arm · 7 years ago
  7. 380acca Merge pull request #1243 from afaerber/hikey-docs by davidcunado-arm · 7 years ago
  8. 7c0a843 Fix documentation for CnP bit by Sandrine Bailleux · 7 years ago
  9. 1b56ed6 Merge pull request #1241 from vchong/fixmemprot by davidcunado-arm · 7 years ago
  10. c4fa173 SPM: Map devices in the 1st GB by Sandrine Bailleux · 7 years ago
  11. 1b9e79e docs: hikey: Fix typo by Andreas Färber · 7 years ago
  12. d5d5595 hikey: fix assert in sec_protect() by Victor Chong · 7 years ago
  13. 5df2778 Merge pull request #1205 from petegriffin/hikey-protect-memory by davidcunado-arm · 7 years ago
  14. f478253 Merge pull request #1232 from masahir0y/uniphier by davidcunado-arm · 7 years ago
  15. 73ba5d4 Merge pull request #1234 from SNG-ARM/master by davidcunado-arm · 7 years ago
  16. 8253eb5 Merge pull request #1231 from Leo-Yan/hikey960_enable_fiq_handling by davidcunado-arm · 7 years ago
  17. d95eb47 Merge pull request #1228 from dp-arm/dp/cve_2017_5715 by davidcunado-arm · 7 years ago
  18. e5dbebf Merge pull request #1223 from vchong/poplar_bl1loadsfip by davidcunado-arm · 7 years ago
  19. 040f1e6 Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · 7 years ago
  20. 247fc04 uniphier: switch to BL2-AT-EL3 and remove BL1 support by Masahiro Yamada · 7 years ago
  21. 8e053dc uniphier: set PROGRAMMABLE_RESET_ADDRESS to disable warm boot mailbox by Masahiro Yamada · 7 years ago
  22. d218405 Merge pull request #1233 from soby-mathew/sm/rm_uniphier_override by davidcunado-arm · 7 years ago
  23. 52988b3 hikey: configure 4 MB of secure DRAM for OP-TEE Secure Data Path by Peter Griffin · 7 years ago
  24. 3d5d9f5 hikey: configure the top 16MB of DRAM as secure by Jerome Forissier · 9 years ago
  25. 6dafceb SPM: Declare explicit width based types in secure_partition_boot_info_t structure by Sughosh Ganu · 7 years ago
  26. 376185c Allow API deprecation for uniphier platform by Soby Mathew · 7 years ago
  27. 15b54e7 poplar: Add support for recovery build by Victor Chong · 7 years ago
  28. 59149bb poplar: Enable emmc support by Victor Chong · 7 years ago
  29. b79f7ed Hikey960: Enable invalid FIQ handling by Leo Yan · 7 years ago
  30. c1edcd9 Merge pull request #1229 from manojkumar-arm/manojkumar-arm/ca72-aarch32-reset-fix by davidcunado-arm · 7 years ago
  31. b6df93d Merge pull request #1227 from geesun/qx/emmc_macros by davidcunado-arm · 7 years ago
  32. 1c5f503 coreboot: Add support for CBMEM console by Julius Werner · 7 years ago
  33. 890abc3 rockchip: Move to MULTI_CONSOLE_API by Julius Werner · 7 years ago
  34. 3c250b9 rockchip: Use coreboot-supplied serial console on coreboot systems by Julius Werner · 7 years ago
  35. 3429c77 Add platform-independent coreboot support library by Julius Werner · 7 years ago
  36. 38ba8e9 drivers: cadence: cdns: Update CDNS driver to support MULTI_CONSOLE_API by Julius Werner · 7 years ago
  37. 4a0c457 drivers: arm: pl011: Update PL011 driver to support MULTI_CONSOLE_API by Julius Werner · 7 years ago
  38. 36c42ca drivers: ti: uart: Update 16550 UART driver to support MULTI_CONSOLE_API by Julius Werner · 7 years ago
  39. 17cd67d Add default crash console code to hook up to new console API by Julius Werner · 7 years ago
  40. 0d3a27e Merge pull request #1200 from robertovargas-arm/bl2-el3 by davidcunado-arm · 7 years ago
  41. 2dc80e4 lib/cpus: fix branching in reset function for cortex-a72 AARCH32 mode by Manoj Kumar · 7 years ago
  42. 76d2673 bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP by Roberto Vargas · 7 years ago
  43. c9b31ae bl2-el3: Don't include BL2 in fip for BL2 at EL3 by Roberto Vargas · 7 years ago
  44. 4cd1769 bl2-el3: Add documentation for BL2 at EL3 by Roberto Vargas · 7 years ago
  45. e4b34ef Workaround for CVE-2017-5715 for Cortex A9, A15 and A17 by Dimitris Papastamos · 7 years ago
  46. 7343505 sp_min: Implement workaround for CVE-2017-5715 by Dimitris Papastamos · 7 years ago
  47. eec9e7d Print erratum application report for CVE-2017-5715 by Dimitris Papastamos · 7 years ago
  48. c0ca14d Change the default errata format string by Dimitris Papastamos · 7 years ago
  49. 487d3bf bl2-el3: Mark all the assembly functions in bl2 at el3 by Roberto Vargas · 7 years ago
  50. d1f7292 Mark functions defined in assembly files by Roberto Vargas · 7 years ago
  51. 81528db bl2-el3: Add BL2 at EL3 support in FVP by Roberto Vargas · 7 years ago
  52. b1d27b4 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 7 years ago
  53. 0caaa03 Merge pull request #1226 from masahir0y/utils by davidcunado-arm · 7 years ago
  54. 9fd4a36 Merge pull request #1211 from Leo-Yan/remove_ca73_cpu_nap_state by davidcunado-arm · 7 years ago
  55. bc9a7c9 emmc: add macros CMD21, BUS_WIDTH_DDR_4 and BUS_WIDTH_DDR_8 by Qixiang Xu · 7 years ago
  56. 109ae26 utils: rename struct mem_region_t to struct mem_region by Masahiro Yamada · 7 years ago
  57. 4c8a578 Hikey960: Change CPU standby state for WFI by Leo Yan · 7 years ago
  58. e1b2742 Revert "Hikey960: Change to use recommended power state id format" by Leo Yan · 7 years ago
  59. 1c10d96 Merge pull request #1221 from hzhuang1/fix_HLE by davidcunado-arm · 7 years ago
  60. 759a7be Merge pull request #1219 from antonio-nino-diaz-arm/an/mm-version by davidcunado-arm · 7 years ago
  61. 246b456 Merge pull request #1218 from antonio-nino-diaz-arm/an/xlat-fix by davidcunado-arm · 7 years ago
  62. 0cd67c3 Merge pull request #1216 from hzhuang1/fix_psci by davidcunado-arm · 7 years ago
  63. 254ce52 Merge pull request #1215 from vwadekar/tlkd-ns-dram-ranges by davidcunado-arm · 7 years ago
  64. 4fd4a32 Merge pull request #1217 from robertovargas-arm/doc-plat_try_next_boot_source by davidcunado-arm · 7 years ago
  65. 24baaca Merge pull request #1213 from masahir0y/uniphier by davidcunado-arm · 7 years ago
  66. 6bef801 Merge pull request #1225 from dp-arm/dp/amu-remove-warn by davidcunado-arm · 7 years ago
  67. c6cc9ac AMU: Remove unnecessary WARN() by Dimitris Papastamos · 7 years ago
  68. 5f3c7ce Merge pull request #1197 from dp-arm/dp/amu by davidcunado-arm · 7 years ago
  69. 31dfea9 Merge pull request #1214 from dp-arm/dp/cve_2017_5715 by davidcunado-arm · 7 years ago
  70. f10c0c4 Merge pull request #1222 from davidcunado-arm/dp/bl31_mem by davidcunado-arm · 7 years ago
  71. f336d4a Increase BL31 memory space by 2 pages by Dimitris Papastamos · 7 years ago
  72. 53bfb94 Add hooks to save/restore AMU context for Cortex A75 by Dimitris Papastamos · 7 years ago
  73. b6eb393 AMU: Add hooks to save/restore AMU context by Dimitris Papastamos · 7 years ago
  74. 0767d50 AMU: Add configuration helpers for aarch64 by Dimitris Papastamos · 7 years ago
  75. 59902b7 AMU: Add plat interface to select which group 1 counters to enable by Dimitris Papastamos · 7 years ago
  76. 7593252 Add PubSub events for CPU powerdown/powerup by Dimitris Papastamos · 7 years ago
  77. 780edd8 Use PFR0 to identify need for mitigation of CVE-2017-5915 by Dimitris Papastamos · 7 years ago
  78. a1781a2 Workaround for CVE-2017-5715 on Cortex A73 and A75 by Dimitris Papastamos · 7 years ago
  79. f62ad32 Workaround for CVE-2017-5715 on Cortex A57 and A72 by Dimitris Papastamos · 7 years ago
  80. e52f529 emmc/dw_mmc: fix the assert on HLE bit by Haojian Zhuang · 7 years ago
  81. 96abc22 xlat v2: Correctly unmap regions on map error by Antonio Nino Diaz · 7 years ago
  82. a5b4c40 SPM: Fix version header definitions by Antonio Nino Diaz · 7 years ago
  83. 08e06be Merge pull request #1176 from wjliang/zynqmp-ipi-mb-svc by davidcunado-arm · 7 years ago
  84. 2a350df Add documentation about plat_try_next_boot_source to bl1_platform_setup by Roberto Vargas · 7 years ago
  85. 210d8d8 Merge pull request #1208 from masahir0y/build by davidcunado-arm · 7 years ago
  86. 8d35642 Merge pull request #1207 from hzhuang1/isp_clk by davidcunado-arm · 7 years ago
  87. 294d747 Hikey960: Fix hikey960 pcie mount fail by Kaihua Zhong · 7 years ago
  88. c14d3dc Merge pull request #1167 from Leo-Yan/hikey-fix-alignment by davidcunado-arm · 7 years ago
  89. ebc0516 zynqmp: pm_service: use zynqmp_ipi APIs by Wendy Liang · 7 years ago
  90. e8ffe79 Add Xilinx ZynqMP IPI mailbox service by Wendy Liang · 7 years ago
  91. dc1dfe8 Introduce ZynqMP IPI implementation by Wendy Liang · 7 years ago
  92. 62d862e spd: tlkd: support for "NS memory ranges" function ID by Varun Wadekar · 7 years ago
  93. 77796fb Merge pull request #1202 from antonio-nino-diaz-arm/an/spm-secondary-cores by davidcunado-arm · 7 years ago
  94. a43c85d SPM: Allow secondary CPUs to use the Secure Partition by Antonio Nino Diaz · 7 years ago
  95. 26bd5f8 SPM: Move initialization flag to context struct by Antonio Nino Diaz · 7 years ago
  96. ff56531 uniphier: simplify GZIP compress rule by Masahiro Yamada · 7 years ago
  97. 6ef96ab Merge pull request #1204 from davidcunado-arm/rv/fip_tool by davidcunado-arm · 7 years ago
  98. 8618856 Merge pull request #1206 from davidcunado-arm/dc/update_userguide by davidcunado-arm · 7 years ago
  99. 4069fb5 docs: Update the ToC end marker description in the document by Jett Zhou · 7 years ago
  100. 880b9e8 Add padding at the end of the last entry by Roberto Vargas · 7 years ago