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