1. 5600ecb Merge pull request #1361 from vchong/tool_add_img by danh-arm · 6 years ago
  2. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 6 years ago
  3. 2708343 poplar: rename FIP_ADD_IMG to TOOL_ADD_IMG by Victor Chong · 6 years ago
  4. a403c3a hikey: clean sram before mcu used by Haojian Zhuang · 6 years ago
  5. da7109a hikey: save ddr parameters into SRAM by Haojian Zhuang · 6 years ago
  6. e18de67 hikey: update ddr initialization by Haojian Zhuang · 6 years ago
  7. 2257d6d Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 6 years ago
  8. 75ba073 Merge pull request #1331 from hzhuang1/reboot_delay by Dimitris Papastamos · 6 years ago
  9. 0e094d3 Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointers by Dimitris Papastamos · 6 years ago
  10. 0165028 hikey960: add delay before reset by Haojian Zhuang · 6 years ago
  11. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  12. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  13. afdff3c plat/hikey: boot memory layout to dedicated file by Michael Brandl · 6 years ago
  14. 1164ba2 Merge pull request #1277 from hzhuang1/testing/bl2_el3_v0.6 by davidcunado-arm · 6 years ago
  15. 24c8337 hikey: fix build issue with CLANG by Haojian Zhuang · 6 years ago
  16. 26c94f6 hikey960: fix build issue with CLANG by Haojian Zhuang · 6 years ago
  17. d82e29d hikey960: move out duplicated code by Haojian Zhuang · 6 years ago
  18. 9411fe3 hikey960: fix invoking driver init in image load driver by Haojian Zhuang · 6 years ago
  19. 1b4b412 hikey960: migrate to bl2_el3 by Haojian Zhuang · 6 years ago
  20. a94d75d hikey960: drop LOAD_IMAGE v1 by Haojian Zhuang · 6 years ago
  21. e3eb0b8 hikey960: fix memory overlapped in memory map by Haojian Zhuang · 6 years ago
  22. ac34072 hikey960: avoid to dump message when fetch boardid by Haojian Zhuang · 6 years ago
  23. 590188a hikey: move out duplicated code by Haojian Zhuang · 6 years ago
  24. b755da3 hikey: migrate to bl2_el3 by Haojian Zhuang · 6 years ago
  25. 1cb3b48 hikey: clean dcache for SRAM after initialized by Haojian Zhuang · 6 years ago
  26. 3bd9438 hikey: drop LOAD_IMAGE v1 by Haojian Zhuang · 6 years ago
  27. c150312 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · 6 years ago
  28. 8f8d898 Merge pull request #1259 from hzhuang1/fix_uart by davidcunado-arm · 6 years ago
  29. 6a00949 hikey960: avoid hardcode on uart port by Haojian Zhuang · 6 years ago
  30. 4d64c2b hikey*, poplar: platform.mk: Fix typo in variable assignments by Victor Chong · 6 years ago
  31. aa03347 poplar: Support Trusted OS extra image (OP-TEE header) parsing by Victor Chong · 6 years ago
  32. 175dd8a poplar: Add LOAD_IMAGE_V2 support by Victor Chong · 6 years ago
  33. 50d695d poplar: Add build option for dram size by Victor Chong · 6 years ago
  34. f87b436 poplar: Fix typo by Victor Chong · 6 years ago
  35. 32d74ee poplar: Remove unused function prototype by Victor Chong · 6 years ago
  36. 4015b8b Merge pull request #1224 from masahir0y/gzip by davidcunado-arm · 6 years ago
  37. 9c5ca52 Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 6 years ago
  38. 4d15680 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 6 years ago
  39. 92c3b82 hikey: fix memory overlapped in memory map by Haojian Zhuang · 6 years ago
  40. 8e5bd5e Disable workaround for CVE-2017-5715 on unaffected platforms by Dimitris Papastamos · 6 years ago
  41. 4fa170c hikey: fix assert in sec_protect() by Victor Chong · 6 years ago
  42. 09d7b09 Merge pull request #1205 from petegriffin/hikey-protect-memory by davidcunado-arm · 6 years ago
  43. 7cf5472 Merge pull request #1231 from Leo-Yan/hikey960_enable_fiq_handling by davidcunado-arm · 6 years ago
  44. 28c8ed2 hikey: configure 4 MB of secure DRAM for OP-TEE Secure Data Path by Peter Griffin · 7 years ago
  45. c52e55f hikey: configure the top 16MB of DRAM as secure by Jerome Forissier · 9 years ago
  46. f0c7c61 poplar: Add support for recovery build by Victor Chong · 6 years ago
  47. 539408d poplar: Enable emmc support by Victor Chong · 7 years ago
  48. af316a3 Hikey960: Enable invalid FIQ handling by Leo Yan · 6 years ago
  49. 958a371 Merge pull request #1211 from Leo-Yan/remove_ca73_cpu_nap_state by davidcunado-arm · 6 years ago
  50. 3aeba23 Hikey960: Change CPU standby state for WFI by Leo Yan · 6 years ago
  51. 6829b70 Revert "Hikey960: Change to use recommended power state id format" by Leo Yan · 7 years ago
  52. 67b2abb Merge pull request #1216 from hzhuang1/fix_psci by davidcunado-arm · 6 years ago
  53. 0d7d843 Merge pull request #1207 from hzhuang1/isp_clk by davidcunado-arm · 6 years ago
  54. b3f611a Hikey960: Fix hikey960 pcie mount fail by Kaihua Zhong · 6 years ago
  55. 2cfeb7e Merge pull request #1167 from Leo-Yan/hikey-fix-alignment by davidcunado-arm · 6 years ago
  56. 57676b4 hikey960: set isp clks as unsecure mode by Haojian Zhuang · 7 years ago
  57. 662556a poplar: Add BL32 (OP-TEE) support by Victor Chong · 7 years ago
  58. b88b08a Poplar: Initialize security properties of IP blocks. by Jiancheng Xue · 7 years ago
  59. c6b6f97 poplar: Increase FIP_SIZE by Victor Chong · 7 years ago
  60. 6df271c poplar: Rename PLAT_ARM_NS_IMAGE_OFFSET by Victor Chong · 7 years ago
  61. 90f1ba3 poplar: Fix GPIO_MAX by Victor Chong · 7 years ago
  62. 4213a3f Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · 7 years ago
  63. bc17c4f Hikey960: Change to use recommended power state id format by Leo Yan · 7 years ago
  64. c5b0c0f Do not enable SVE on pre-v8.2 platforms by David Cunado · 7 years ago
  65. 453940d hikey960: Set alignment size 512B for fip building by Leo Yan · 7 years ago
  66. 75c8383 hikey: Set alignment size 512B for fip building by Leo Yan · 7 years ago
  67. 8247796 Fix usage of IMAGE_BLx macros by Roberto Vargas · 7 years ago
  68. 52b8f60 Merge pull request #1139 from hzhuang1/fix_edmac by davidcunado-arm · 7 years ago
  69. e1be904 HiKey: make RTC out of reset mode by Haojian Zhuang · 7 years ago
  70. f82732b HiKey: init EDMA controller with non secure mode by Haojian Zhuang · 7 years ago
  71. 0345fc3 poplar: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  72. ddd5497 Merge pull request #1089 from Leo-Yan/hikey_enable_debug_module by davidcunado-arm · 7 years ago
  73. 398d5d3 hikey*: Undef BL32_BASE when building without SPD by Victor Chong · 7 years ago
  74. 043741c hikey*: Fix typo by Victor Chong · 7 years ago
  75. f471c42 Hikey: enable CPU debug module by Leo Yan · 7 years ago
  76. 7d787f5 hikey*: Support Trusted OS extra image (OP-TEE header) parsing by Victor Chong · 7 years ago
  77. 2d9a42d hikey*: Add LOAD_IMAGE_V2 support by Victor Chong · 7 years ago
  78. c65cd18 Merge pull request #1069 from Leo-Yan/hikey_enable_watchdog_reset by danh-arm · 7 years ago
  79. b8c3c16 HiKey: Rename CPUACTRL reg constants by Eleanor Bonnici · 7 years ago
  80. 9343cd1 Hikey: enable watchdog reset by Leo Yan · 7 years ago
  81. c3028a1 Merge pull request #1053 from jwerner-chromium/JW_func_align by davidcunado-arm · 7 years ago
  82. 06b9d97 Hikey960: fix PSCI suspend stuck issue by Tao Wang · 7 years ago
  83. b4c75e9 Add new alignment parameter to func assembler macro by Julius Werner · 7 years ago
  84. 515ae94 hikey: Disable VBUS_DET interrupt for PMIC by Leo Yan · 7 years ago
  85. e0559ac Merge pull request #1029 from islmit01/im/fix_includes by davidcunado-arm · 7 years ago
  86. 56f596b Merge pull request #1005 from ldts/v1 by davidcunado-arm · 7 years ago
  87. c8f29dd Merge pull request #1028 from vchong/bl32_optee_support_v2 by davidcunado-arm · 7 years ago
  88. a29d9a6 Poplar: Initial commit for Poplar E-96Boards by Jorge Ramirez-Ortiz · 7 years ago
  89. e363146 Fix order of remaining platform #includes by Isla Mitchell · 7 years ago
  90. 9128768 hikey960: Add BL32 (OP-TEE) support by Victor Chong · 7 years ago
  91. b9a8db2 hikey: Add BL32 (OP-TEE) support by Victor Chong · 7 years ago
  92. a653730 hikey: Remove unnecessary code by Victor Chong · 7 years ago
  93. a66e459 hikey: Fix DDR_SIZE by Victor Chong · 7 years ago
  94. c1406c0 hikey960: platform.mk: Remove FIP_ADD_IMG SCP_BL2 by Victor Chong · 7 years ago
  95. cb27a35 hikey960: enable options to fix errata by Victor Chong · 7 years ago
  96. 6643083 hikey: enable options to fix errata by Haojian Zhuang · 7 years ago
  97. 073fefe Merge pull request #988 from Leo-Yan/fix_cpu_off_v1 by davidcunado-arm · 7 years ago
  98. 31f84d5 Merge pull request #991 from davidcunado-arm/dc/update_hikey by davidcunado-arm · 7 years ago
  99. c93b946 hikey960: migrate to use A53 specific defines by David Cunado · 7 years ago
  100. b1f0a37 plat: Hikey960: fix the CPU hotplug by Leo Yan · 7 years ago