1. 175dd8a poplar: Add LOAD_IMAGE_V2 support by Victor Chong · Thu Feb 01 00:35:22 2018 +0900
  2. 50d695d poplar: Add build option for dram size by Victor Chong · Mon Jan 29 18:11:02 2018 +0900
  3. f87b436 poplar: Fix typo by Victor Chong · Mon Jan 29 18:08:34 2018 +0900
  4. 32d74ee poplar: Remove unused function prototype by Victor Chong · Fri Jan 26 01:41:24 2018 +0900
  5. 7814a95 Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · Wed Feb 07 11:57:19 2018 +0800
  6. 2b407d2 [fix] aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · Tue Feb 06 10:58:21 2018 +0100
  7. 4015b8b Merge pull request #1224 from masahir0y/gzip by davidcunado-arm · Tue Feb 06 05:12:28 2018 +0000
  8. 911de8c qemu: support ARMv7/Cortex-A15 by Etienne Carriere · Fri Feb 02 13:23:22 2018 +0100
  9. dc8bbb4 aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · Mon Feb 05 10:42:42 2018 +0100
  10. 934eae2 Merge pull request #1249 from masahir0y/uniphier by davidcunado-arm · Fri Feb 02 22:59:16 2018 +0000
  11. 094041d aarch32: use lr as bl32 boot argument on aarch32 only systems by Etienne Carriere · Fri Feb 02 13:16:18 2018 +0100
  12. 8ca3144 Merge pull request #1253 from dp-arm/dp/amu32 by davidcunado-arm · Fri Feb 02 11:14:17 2018 +0000
  13. db72b0c uniphier: add ULL to physical address literals by Masahiro Yamada · Fri Feb 02 15:55:13 2018 +0900
  14. 8f64292 uniphier: allocate xlat region of on-chip SRAM only when needed by Masahiro Yamada · Tue Jan 30 19:30:39 2018 +0900
  15. cad2ab5 uniphier: get back original BL31/32 location used before BL2-AT-EL3 by Masahiro Yamada · Tue Jan 30 18:49:37 2018 +0900
  16. c98462e Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptions by davidcunado-arm · Thu Feb 01 23:29:34 2018 +0000
  17. 3e1d4c2 Merge pull request #1245 from antonio-nino-diaz-arm/an/checkpatch by davidcunado-arm · Thu Feb 01 18:15:53 2018 +0000
  18. 4ff71af uniphier: support GZIP-compressed images by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  19. 4c91c80 uniphier: add a helper to get image_info by Masahiro Yamada · Thu Feb 01 21:37:40 2018 +0900
  20. 18f65db image_decompress: add APIs for decompressing images by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  21. 43d20b3 bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · Thu Feb 01 16:46:18 2018 +0900
  22. 02a0d3d bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · Thu Feb 01 16:45:51 2018 +0900
  23. 2a4fe4f plat/common: move arch-agnostic fallback functions to C file by Masahiro Yamada · Thu Feb 01 18:42:24 2018 +0900
  24. 55a040e zlib: add gunzip() support by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  25. 627b094 zlib: import zlib files from zlib 1.2.11 by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  26. eff36a9 Build: add GZIP compression filter by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  27. bfb64ac Build: support pre-tool image processing by Masahiro Yamada · Thu Feb 01 16:31:09 2018 +0900
  28. 9c5ca52 Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  29. 5c3ae33 Build: make tools depend on $(BIN) instead of PHONY target by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  30. 5ebfda3 Build: remove third argument of CERT_ADD_CMD_OPT by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  31. 4d15680 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  32. 6c2b459 Build: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOAD by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  33. ec154ad Build: move cert_create arguments and dependency to FIP_ADD_PAYLOAD by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  34. 714a692 Build: rip off unneeded $(eval ...) from buid macros by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  35. cd7711d Build: merge build macros between FIP_ and FWU_FIP_ by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  36. babbf20 Build: squash MAKE_TOOL_ARGS into MAKE_BL by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  37. 6ced1b2 Build: refactor BL32 build rules by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  38. bd480a0 Build: replace $(call MAKE_TOOL_ARGS,...) with $(call FIP_ADD_IMG,...) by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  39. c751705 Build: check if specified external image exists by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  40. 7e90696 Merge pull request #1240 from dp-arm/dp/smccc by davidcunado-arm · Thu Feb 01 10:39:05 2018 +0000
  41. 4221c45 Merge pull request #1236 from dbasehore/gic-save-restore by davidcunado-arm · Thu Feb 01 08:58:23 2018 +0000
  42. 0dcdd8d AMU: Implement context save/restore for aarch32 by Joel Hutton · Thu Dec 21 15:21:20 2017 +0000
  43. 2691bc6 AMU: Add assembler helper functions for aarch32 by Joel Hutton · Tue Dec 12 15:47:55 2017 +0000
  44. 4f4e236 Merge pull request #1242 from afaerber/fiptool-hikey-pad by davidcunado-arm · Tue Jan 30 20:50:16 2018 +0000
  45. 7541505 Merge pull request #1220 from jwerner-chromium/JW_ld_bfd by davidcunado-arm · Tue Jan 30 12:45:52 2018 +0000
  46. 9f107ef Merge pull request #1248 from stevecapperarm/fixes/pie-logic by davidcunado-arm · Tue Jan 30 11:15:20 2018 +0000
  47. f0781f3 Merge pull request #1235 from jwerner-chromium/JW_udelay by davidcunado-arm · Tue Jan 30 08:59:35 2018 +0000
  48. bedba01 rockchip/rk3399: Fix memory corruptions or illegal memory access by Caesar Wang · Tue Jan 30 09:11:24 2018 +0800
  49. e1dc43a Merge pull request #1237 from sandrine-bailleux-arm/sb/spm-timer by davidcunado-arm · Mon Jan 29 23:16:27 2018 +0000
  50. f32a174 Merge pull request #1246 from sandrine-bailleux-arm/topics/sb/fix-cnp-doc by davidcunado-arm · Mon Jan 29 22:46:27 2018 +0000
  51. 54f1536 Merge pull request #1243 from afaerber/hikey-docs by davidcunado-arm · Mon Jan 29 22:45:35 2018 +0000
  52. b1f64a7 Makefile: Use ld.bfd linker if available by Julius Werner · Wed Jan 10 15:12:47 2018 -0800
  53. fee6e26 Fix documentation for CnP bit by Sandrine Bailleux · Mon Jan 29 14:48:15 2018 +0100
  54. 2cd4b58 Analyze coding style of patches individually by Antonio Nino Diaz · Mon Jan 29 12:00:31 2018 +0000
  55. 2880363 Optimize SMCCC_ARCH_WORKAROUND_1 on Cortex A57/A72/A73 and A75 by Dimitris Papastamos · Mon Jan 08 13:57:39 2018 +0000
  56. b63c6f1 Optimize/cleanup BPIALL workaround by Dimitris Papastamos · Thu Jan 11 15:29:36 2018 +0000
  57. a65841a Add support for SMCCC_VERSION in PSCI features by Dimitris Papastamos · Mon Jan 22 12:58:52 2018 +0000
  58. 0dcdb1a Implement support for SMCCC v1.1 by Dimitris Papastamos · Fri Jan 19 16:58:29 2018 +0000
  59. 0415951 runtime_exceptions: Save x4-x29 unconditionally by Dimitris Papastamos · Mon Jan 22 11:53:04 2018 +0000
  60. 8e5bd5e Disable workaround for CVE-2017-5715 on unaffected platforms by Dimitris Papastamos · Wed Jan 24 16:41:14 2018 +0000
  61. f3f9a99 Merge pull request #1241 from vchong/fixmemprot by davidcunado-arm · Mon Jan 29 09:54:52 2018 +0000
  62. 4808f8b SPM: Map devices in the 1st GB by Sandrine Bailleux · Fri Jan 12 15:50:12 2018 +0100
  63. bd519e5 docs: hikey: Fix typo by Andreas Färber · Mon Jan 29 02:47:10 2018 +0100
  64. 860b5dc fiptool: Fix use after free by Andreas Färber · Sat Jan 27 16:46:59 2018 +0100
  65. 4fa170c hikey: fix assert in sec_protect() by Victor Chong · Sat Jan 27 21:36:12 2018 +0900
  66. 09d7b09 Merge pull request #1205 from petegriffin/hikey-protect-memory by davidcunado-arm · Fri Jan 26 17:29:36 2018 +0000
  67. a169a80 rockchip: Disable rdist before pwr_dm_suspend is called by Derek Basehore · Thu Jan 25 22:05:41 2018 -0800
  68. b0a432d delay_timer: Guarantee that delay time can never be undershot by Julius Werner · Mon Jan 22 14:02:03 2018 -0800
  69. 81e6a68 Merge pull request #1232 from masahir0y/uniphier by davidcunado-arm · Thu Jan 25 16:36:43 2018 +0000
  70. e74acb5 Merge pull request #1234 from SNG-ARM/master by davidcunado-arm · Thu Jan 25 00:52:01 2018 +0000
  71. 7cf5472 Merge pull request #1231 from Leo-Yan/hikey960_enable_fiq_handling by davidcunado-arm · Thu Jan 25 00:07:06 2018 +0000
  72. 04285cf Merge pull request #1228 from dp-arm/dp/cve_2017_5715 by davidcunado-arm · Thu Jan 25 00:06:50 2018 +0000
  73. a6df5f1 Merge pull request #1223 from vchong/poplar_bl1loadsfip by davidcunado-arm · Wed Jan 24 23:00:01 2018 +0000
  74. d79d40d Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · Wed Jan 24 14:31:53 2018 +0000
  75. 75bfecb uniphier: switch to BL2-AT-EL3 and remove BL1 support by Masahiro Yamada · Tue Dec 19 11:56:05 2017 +0900
  76. c9422fb uniphier: set PROGRAMMABLE_RESET_ADDRESS to disable warm boot mailbox by Masahiro Yamada · Mon Jan 22 18:35:16 2018 +0900
  77. 745c2ab Merge pull request #1233 from soby-mathew/sm/rm_uniphier_override by davidcunado-arm · Wed Jan 24 12:31:06 2018 +0000
  78. 28c8ed2 hikey: configure 4 MB of secure DRAM for OP-TEE Secure Data Path by Peter Griffin · Thu Dec 21 18:03:46 2017 +0000
  79. c52e55f hikey: configure the top 16MB of DRAM as secure by Jerome Forissier · Mon May 04 09:40:03 2015 +0200
  80. 2707c3d rockchip/rk3399: Save and restore GIC by Derek Basehore · Tue Jan 23 17:18:57 2018 -0800
  81. 1d605f7 rockchip/rk3399: Add udelay to wait loops by Derek Basehore · Tue Jan 23 16:24:43 2018 -0800
  82. 9b7a1a6 rockchip/rk3399: Fix QOS save/restore by Derek Basehore · Tue Jan 23 16:02:27 2018 -0800
  83. 45bcb6e GICv3: Fix Dist restore for when the GIC is reset by Derek Basehore · Tue Jan 23 15:49:17 2018 -0800
  84. 4ab3a96 rockchip/rk3399: Change PD_CTR_LOOP to 10000 by Derek Basehore · Tue Jan 23 15:44:31 2018 -0800
  85. 72ef92f Correct the Makefile logic for disabling PIE by Steve Capper · Tue Jan 23 03:30:05 2018 +0000
  86. 54b6d20 Make div_round_up() correct for divisors that are not a power of 2 by Julius Werner · Mon Jan 22 13:56:13 2018 -0800
  87. 8539aa3 SPM: Declare explicit width based types in secure_partition_boot_info_t structure by Sughosh Ganu · Mon Dec 11 19:03:19 2017 +0530
  88. e90af61 Allow API deprecation for uniphier platform by Soby Mathew · Fri Nov 10 12:08:46 2017 +0000
  89. f0c7c61 poplar: Add support for recovery build by Victor Chong · Tue Jan 16 00:29:47 2018 +0900
  90. 539408d poplar: Enable emmc support by Victor Chong · Wed Jan 03 01:53:08 2018 +0900
  91. af316a3 Hikey960: Enable invalid FIQ handling by Leo Yan · Mon Jan 22 12:40:25 2018 +0800
  92. 471fb9b Merge pull request #1229 from manojkumar-arm/manojkumar-arm/ca72-aarch32-reset-fix by davidcunado-arm · Sat Jan 20 17:04:49 2018 +0000
  93. 375088a Merge pull request #1227 from geesun/qx/emmc_macros by davidcunado-arm · Fri Jan 19 23:56:58 2018 +0000
  94. 385176d coreboot: Add support for CBMEM console by Julius Werner · Tue Jun 13 15:53:45 2017 -0700
  95. f39c806 rockchip: Move to MULTI_CONSOLE_API by Julius Werner · Wed Aug 02 16:31:04 2017 -0700
  96. c708778 rockchip: Use coreboot-supplied serial console on coreboot systems by Julius Werner · Fri Jun 09 15:22:44 2017 -0700
  97. b624ae0 Add platform-independent coreboot support library by Julius Werner · Fri Jun 09 15:17:15 2017 -0700
  98. 1343ad5 drivers: cadence: cdns: Update CDNS driver to support MULTI_CONSOLE_API by Julius Werner · Mon Sep 18 17:01:06 2017 -0700
  99. ca3930a drivers: arm: pl011: Update PL011 driver to support MULTI_CONSOLE_API by Julius Werner · Mon Sep 18 16:59:43 2017 -0700
  100. 4e406bf drivers: ti: uart: Update 16550 UART driver to support MULTI_CONSOLE_API by Julius Werner · Mon Sep 18 16:57:51 2017 -0700