1. 4abd7fa Redefine SMC_UNK as -1 instead of 0xFFFFFFFF by Antonio Nino Diaz · 6 years ago
  2. 15e5958 Merge pull request #1256 from jeenu-arm/tsp-ehf by davidcunado-arm · 6 years ago
  3. e47a832 Merge pull request #1257 from vchong/poplar_maintainer by davidcunado-arm · 6 years ago
  4. 976f7f4 Merge pull request #1251 from vchong/ld_img_v2 by davidcunado-arm · 6 years ago
  5. 014334c Merge pull request #1260 from sandrine-bailleux-arm/topics/sb/fix-zlib-build by davidcunado-arm · 6 years ago
  6. 5754607 zlib: Fix build error when LOG_LEVEL=50 by Sandrine Bailleux · 6 years ago
  7. cc40f7f Merge pull request #1254 from masahir0y/bl2-at-el3 by davidcunado-arm · 6 years ago
  8. 3b12a6f hikey*, poplar: platform.mk: Fix typo in variable assignments by Victor Chong · 6 years ago
  9. f3d522b poplar: Support Trusted OS extra image (OP-TEE header) parsing by Victor Chong · 6 years ago
  10. 0d8052a poplar: Add LOAD_IMAGE_V2 support by Victor Chong · 6 years ago
  11. 8ad132b poplar: Add build option for dram size by Victor Chong · 6 years ago
  12. ce2547f poplar: Fix typo by Victor Chong · 6 years ago
  13. b715f11 poplar: Remove unused function prototype by Victor Chong · 6 years ago
  14. db04653 maintainers.rst: Add maintainer for plat Poplar by Victor Chong · 6 years ago
  15. 5b75b4a Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 6 years ago
  16. 95ae5b0 [fix] aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · 6 years ago
  17. fb750ee interrupt-framework-design.rst: Cosmetic changes by Jeenu Viswambharan · 7 years ago
  18. 6027796 TSPD: Require NS preemption along with EL3 exception handling by Jeenu Viswambharan · 7 years ago
  19. 1dd022c TSPD: Explicitly allow NS preemption for Yielding SMCs by Jeenu Viswambharan · 7 years ago
  20. 26ea390 Deprecate one EL3 interrupt routing model with EL3 exception handling by Jeenu Viswambharan · 7 years ago
  21. c8b55b8 Add EL3_EXCEPTION_HANDLING to build command line by Jeenu Viswambharan · 6 years ago
  22. 9fd2f13 Merge pull request #1224 from masahir0y/gzip by davidcunado-arm · 6 years ago
  23. 765ed9f qemu: support ARMv7/Cortex-A15 by Etienne Carriere · 6 years ago
  24. 10c6695 aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · 6 years ago
  25. 10787b0 Merge pull request #1249 from masahir0y/uniphier by davidcunado-arm · 6 years ago
  26. 3fe81dc aarch32: use lr as bl32 boot argument on aarch32 only systems by Etienne Carriere · 6 years ago
  27. 9c00555 Merge pull request #1253 from dp-arm/dp/amu32 by davidcunado-arm · 6 years ago
  28. 4f557c7 uniphier: add ULL to physical address literals by Masahiro Yamada · 6 years ago
  29. 9c740a5 uniphier: allocate xlat region of on-chip SRAM only when needed by Masahiro Yamada · 6 years ago
  30. 7e51ca8 uniphier: get back original BL31/32 location used before BL2-AT-EL3 by Masahiro Yamada · 6 years ago
  31. 956defc Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptions by davidcunado-arm · 6 years ago
  32. 693e278 Merge pull request #1245 from antonio-nino-diaz-arm/an/checkpatch by davidcunado-arm · 6 years ago
  33. 8951b05 uniphier: support GZIP-compressed images by Masahiro Yamada · 6 years ago
  34. 0ac60c0 uniphier: add a helper to get image_info by Masahiro Yamada · 6 years ago
  35. 2e379d2 image_decompress: add APIs for decompressing images by Masahiro Yamada · 6 years ago
  36. 11f001c bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · 6 years ago
  37. ba68ef5 bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · 6 years ago
  38. 0fc50a8 plat/common: move arch-agnostic fallback functions to C file by Masahiro Yamada · 6 years ago
  39. c43d685 zlib: add gunzip() support by Masahiro Yamada · 6 years ago
  40. 221b163 zlib: import zlib files from zlib 1.2.11 by Masahiro Yamada · 6 years ago
  41. 14db890 Build: add GZIP compression filter by Masahiro Yamada · 6 years ago
  42. 2da522b Build: support pre-tool image processing by Masahiro Yamada · 6 years ago
  43. 33950dd Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 6 years ago
  44. 36af345 Build: make tools depend on $(BIN) instead of PHONY target by Masahiro Yamada · 6 years ago
  45. 91704d9 Build: remove third argument of CERT_ADD_CMD_OPT by Masahiro Yamada · 6 years ago
  46. c939d13 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 6 years ago
  47. 10cea93 Build: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOAD by Masahiro Yamada · 6 years ago
  48. f30ee0b Build: move cert_create arguments and dependency to FIP_ADD_PAYLOAD by Masahiro Yamada · 6 years ago
  49. 945b316 Build: rip off unneeded $(eval ...) from buid macros by Masahiro Yamada · 6 years ago
  50. 1dc0714 Build: merge build macros between FIP_ and FWU_FIP_ by Masahiro Yamada · 6 years ago
  51. 34ec849 Build: squash MAKE_TOOL_ARGS into MAKE_BL by Masahiro Yamada · 6 years ago
  52. 9cd1523 Build: refactor BL32 build rules by Masahiro Yamada · 6 years ago
  53. 76d27d2 Build: replace $(call MAKE_TOOL_ARGS,...) with $(call FIP_ADD_IMG,...) by Masahiro Yamada · 6 years ago
  54. 802d2dd Build: check if specified external image exists by Masahiro Yamada · 6 years ago
  55. 9bc94a6 Merge pull request #1240 from dp-arm/dp/smccc by davidcunado-arm · 6 years ago
  56. 334e1ce Merge pull request #1236 from dbasehore/gic-save-restore by davidcunado-arm · 6 years ago
  57. 79c7e72 misc_helpers: fix zero_normalmem() for BL2_AT_EL3 by Masahiro Yamada · 6 years ago
  58. c70da54 AMU: Implement context save/restore for aarch32 by Joel Hutton · 7 years ago
  59. ce213b9 AMU: Add assembler helper functions for aarch32 by Joel Hutton · 7 years ago
  60. e45820d Merge pull request #1242 from afaerber/fiptool-hikey-pad by davidcunado-arm · 6 years ago
  61. e282b9d Merge pull request #1220 from jwerner-chromium/JW_ld_bfd by davidcunado-arm · 6 years ago
  62. e58f4d8 Merge pull request #1248 from stevecapperarm/fixes/pie-logic by davidcunado-arm · 6 years ago
  63. eefd04b Merge pull request #1235 from jwerner-chromium/JW_udelay by davidcunado-arm · 6 years ago
  64. de3c300 rockchip/rk3399: Fix memory corruptions or illegal memory access by Caesar Wang · 6 years ago
  65. e47541a Merge pull request #1237 from sandrine-bailleux-arm/sb/spm-timer by davidcunado-arm · 6 years ago
  66. aca8a49 Merge pull request #1246 from sandrine-bailleux-arm/topics/sb/fix-cnp-doc by davidcunado-arm · 6 years ago
  67. 380acca Merge pull request #1243 from afaerber/hikey-docs by davidcunado-arm · 6 years ago
  68. b25a577 Makefile: Use ld.bfd linker if available by Julius Werner · 7 years ago
  69. 7c0a843 Fix documentation for CnP bit by Sandrine Bailleux · 6 years ago
  70. 51d2893 Analyze coding style of patches individually by Antonio Nino Diaz · 6 years ago
  71. 1d6d47a Optimize SMCCC_ARCH_WORKAROUND_1 on Cortex A57/A72/A73 and A75 by Dimitris Papastamos · 7 years ago
  72. d9bd656 Optimize/cleanup BPIALL workaround by Dimitris Papastamos · 7 years ago
  73. 6eabbb0 Add support for SMCCC_VERSION in PSCI features by Dimitris Papastamos · 6 years ago
  74. 3a1b067 Implement support for SMCCC v1.1 by Dimitris Papastamos · 6 years ago
  75. 201ca5b runtime_exceptions: Save x4-x29 unconditionally by Dimitris Papastamos · 6 years ago
  76. 383c808 Disable workaround for CVE-2017-5715 on unaffected platforms by Dimitris Papastamos · 6 years ago
  77. 1b56ed6 Merge pull request #1241 from vchong/fixmemprot by davidcunado-arm · 6 years ago
  78. c4fa173 SPM: Map devices in the 1st GB by Sandrine Bailleux · 7 years ago
  79. 1b9e79e docs: hikey: Fix typo by Andreas Färber · 6 years ago
  80. 8e4cdd2 fiptool: Fix use after free by Andreas Färber · 6 years ago
  81. d5d5595 hikey: fix assert in sec_protect() by Victor Chong · 6 years ago
  82. 5df2778 Merge pull request #1205 from petegriffin/hikey-protect-memory by davidcunado-arm · 6 years ago
  83. 3284ce1 rockchip: Disable rdist before pwr_dm_suspend is called by Derek Basehore · 6 years ago
  84. e2aec91 delay_timer: Guarantee that delay time can never be undershot by Julius Werner · 6 years ago
  85. f478253 Merge pull request #1232 from masahir0y/uniphier by davidcunado-arm · 6 years ago
  86. 73ba5d4 Merge pull request #1234 from SNG-ARM/master by davidcunado-arm · 6 years ago
  87. 8253eb5 Merge pull request #1231 from Leo-Yan/hikey960_enable_fiq_handling by davidcunado-arm · 6 years ago
  88. d95eb47 Merge pull request #1228 from dp-arm/dp/cve_2017_5715 by davidcunado-arm · 6 years ago
  89. e5dbebf Merge pull request #1223 from vchong/poplar_bl1loadsfip by davidcunado-arm · 6 years ago
  90. 040f1e6 Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · 6 years ago
  91. 247fc04 uniphier: switch to BL2-AT-EL3 and remove BL1 support by Masahiro Yamada · 7 years ago
  92. 8e053dc uniphier: set PROGRAMMABLE_RESET_ADDRESS to disable warm boot mailbox by Masahiro Yamada · 6 years ago
  93. d218405 Merge pull request #1233 from soby-mathew/sm/rm_uniphier_override by davidcunado-arm · 6 years ago
  94. 52988b3 hikey: configure 4 MB of secure DRAM for OP-TEE Secure Data Path by Peter Griffin · 7 years ago
  95. 3d5d9f5 hikey: configure the top 16MB of DRAM as secure by Jerome Forissier · 9 years ago
  96. b38c6f6 rockchip/rk3399: Save and restore GIC by Derek Basehore · 6 years ago
  97. 8c1e78a rockchip/rk3399: Add udelay to wait loops by Derek Basehore · 6 years ago
  98. b2a0af1 rockchip/rk3399: Fix QOS save/restore by Derek Basehore · 6 years ago
  99. 3580a49 GICv3: Fix Dist restore for when the GIC is reset by Derek Basehore · 6 years ago
  100. aa9ee82 rockchip/rk3399: Change PD_CTR_LOOP to 10000 by Derek Basehore · 6 years ago