1. 902c82a refactor(console): consolidate console runtime switch by Salman Nabi · 3 months ago
  2. aeadb21 refactor(hisilicon): console runtime switch on bl31 exit by Salman Nabi · 3 months ago
  3. 436ea5e fix(spmd): fix build error with spmd by Govindraj Raja · 1 year, 1 month ago
  4. 042043b feat(spmd): introduce platform handler for Group0 interrupt by Madhukar Pappireddy · 1 year, 3 months ago
  5. 11b9b49 refactor(build): distinguish BL2 as TF-A entry point and BL2 running at EL3 by Arvind Ram Prakash · 1 year, 6 months ago
  6. 33bfc5e build: always prefix section names with `.` by Chris Kay · 1 year, 4 months ago
  7. 97d4d81 feat(hikey960): read serial number from UFS by Arthur Cassegrain · 2 years, 6 months ago
  8. ae7ce8c feat(hikey960): add a FF-A logical partition by Lukas Hanel · 1 year, 7 months ago
  9. 538a6df feat(hikey960): add memory sharing hooks for SPMC_AT_EL3 by vallau01 · 1 year, 10 months ago
  10. cb91cb1 feat(hikey960): add plat-defines for SPMC_AT_EL3 by Lukas Hanel · 2 years, 3 months ago
  11. 5258be1 feat(hikey960): define a datastore for SPMC_AT_EL3 by Lukas Hanel · 2 years, 3 months ago
  12. 8a4de61 feat(hikey960): add SP manifest for SPMC_AT_EL3 by Lukas Hanel · 2 years, 3 months ago
  13. 98fe4c4 feat(hikey960): increase secure workspace to 64MB by Arthur Cassegrain · 2 years, 6 months ago
  14. ed62e84 feat(hikey960): upgrade to xlat_tables_v2 by Lukas Hanel · 3 years, 1 month ago
  15. 890e02b chore: use tabs for indentation by Jorge Troncoso · 1 year, 9 months ago
  16. 0b35da3 fix: make TF-A use provided OpenSSL binary by Salome Thirot · 1 year, 11 months ago
  17. b9bed28 build(hikey): platform changes for verifying gpt header crc by Rohit Ner · 2 years, 1 month ago
  18. e5dcf98 fix: libc: use long for 64-bit types on aarch64 by Scott Branden · 3 years, 9 months ago
  19. adbf1d1 plat/hisilicon: do not keep mmc_device_info in stack by Yann Gautier · 3 years, 2 months ago
  20. 39f9eee Don't return error information from console_flush by Jimmy Brisson · 3 years, 10 months ago
  21. 043fd62 Cleanup the code for TBBR CoT descriptors by Manish V Badarkhe · 4 years, 1 month ago
  22. 3886dc6 hikey960: Enable system power off callback by Leo Yan · 4 years, 3 months ago
  23. 2b1b1a5 pl011: Use generic console_t data structure by Andre Przywara · 4 years, 4 months ago
  24. 36e296f hisilicon: Unify Platform specific defines for PSCI module by Deepika Bhavnani · 4 years, 6 months ago
  25. 53e70df hikey: fix to load FIP by partition table. by Haojian Zhuang · 4 years, 9 months ago
  26. 32052ab hikey960: fix to load FIP by partition table by Haojian Zhuang · 4 years, 9 months ago
  27. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  28. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  29. efd09a7 Use explicit-width data types in AAPCS parameter structs by Julius Werner · 4 years, 11 months ago
  30. 01715f9 Update hisilicon drivers to not rely on undefined overflow behaviour by Justin Chadwell · 5 years ago
  31. 55828d5 Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 5 years ago
  32. a6ebd8c hikey: Add define for UART2 by Michalis Pappas · 5 years ago
  33. bd0b6fb Merge changes from topic "av/tls-heap" into integration by Antonio Niño Díaz · 5 years ago
  34. d207f56 Mbed TLS: Remove weak heap implementation by Ambroise Vincent · 5 years ago
  35. 633fc06 hikey960: Fix race condition between hotplug and idles by Wei Yu · 5 years ago
  36. 62a84ed hikey960: enable IOMCU DMAC by Ryan Grachek · 5 years ago
  37. f6d7e44 Merge pull request #1804 from antonio-nino-diaz-arm/an/cleanup by Antonio Niño Díaz · 5 years ago
  38. 50a4d1a Remove unneeded include paths in PLAT_INCLUDES by Antonio Nino Diaz · 5 years ago
  39. de97ff3 Remove duplicated definitions of linker symbols by Antonio Nino Diaz · 5 years ago
  40. e2713b6 hikey960: EDMAC: leave channel 0 as secure by Ryan Grachek · 5 years ago
  41. b0fd008 Move BL1 and BL2 private defines to bl_common.h by Antonio Nino Diaz · 5 years ago
  42. 424925a hikey960:Corrected erroneous DDR_SIZE by Joel Hutton · 5 years ago
  43. b06804f hikey960: Increase max xlat tables by Joel Hutton · 6 years ago
  44. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 5 years ago
  45. 3796621 io_block: define MAX_IO_BLOCK_DEVICES as unsigned by Yann Gautier · 6 years ago
  46. 44f8d65 hikey960: initialize EDMAC and channels by Ryan Grachek · 6 years ago
  47. b5e4c93 hikey: remove delay after eMMC initialized by Haojian Zhuang · 6 years ago
  48. 708c2ee hikey: increase delay after eMMC initialized by Ryan Grachek · 6 years ago
  49. 0a5c0f9 Merge pull request #1674 from jforissier/hisi-multi-console by Antonio Niño Díaz · 6 years ago
  50. 74a19f2 poplar: Use new console APIs by Jerome Forissier · 6 years ago
  51. 3fb19df hikey960: Use new console APIs by Jerome Forissier · 6 years ago
  52. aebe95d hikey: Use new console APIs by Jerome Forissier · 6 years ago
  53. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  54. 1b8ac09 Merge pull request #1661 from hzhuang1/emmc_delay by Soby Mathew · 6 years ago
  55. 864ca6f context_mgmt: Fix MISRA defects by Antonio Nino Diaz · 6 years ago
  56. f4de653 hikey: add delay after eMMC initialized by Haojian Zhuang · 6 years ago
  57. 6766bb1 poplar: Decouple from plat/arm files by Antonio Nino Diaz · 6 years ago
  58. 1eb64a1 Add plat_crash_console_flush to platforms without it by Antonio Nino Diaz · 6 years ago
  59. d653d33 Replace S-EL3 references by EL3 by John Tsichritzis · 6 years ago
  60. 729659c Merge pull request #1587 from antonio-nino-diaz-arm/an/deprecated by Soby Mathew · 6 years ago
  61. 151931a Merge pull request #1589 from hzhuang1/topic/fix_clang by Dimitris Papastamos · 6 years ago
  62. e93cde1 poplar: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  63. 582c2d7 hikey960: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  64. 42c7bbd hikey: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  65. d793ff0 poplar: fix build error with POPLAR_RECOVERY=1 by Shawn Guo · 6 years ago
  66. ee6cff3 hikey960: fix build issue for clang by Haojian Zhuang · 6 years ago
  67. 2b9f815 hikey: fix build issue for clang by Haojian Zhuang · 6 years ago
  68. dd3f0a8 hikey960: Add development TBB support by Teddy Reed · 6 years ago
  69. 00086e3 libc: Use printf and snprintf across codebase by Antonio Nino Diaz · 6 years ago
  70. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  71. ae94daf Merge pull request #1516 from antonio-nino-diaz-arm/an/printf by Dimitris Papastamos · 6 years ago
  72. 3eff409 plat/poplar: migrate to mmc framework by Haojian Zhuang · 6 years ago
  73. e971377 plat/hikey: migrate to mmc framework by Haojian Zhuang · 6 years ago
  74. 6bca8be Replace stdio.h functions by TF functions by Antonio Nino Diaz · 6 years ago
  75. e7b76c6 Merge pull request #1494 from hzhuang1/pcie_pin by Soby Mathew · 6 years ago
  76. 39ff2ee Hikey960: configure pins for PCIe controller by Kaihua Zhong · 6 years ago
  77. 0718043 Merge pull request #1486 from antonio-nino-diaz-arm/an/psci-misra by danh-arm · 6 years ago
  78. c104f19 hikey: include TBB in BL1 by Haojian Zhuang · 6 years ago
  79. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  80. 349cf89 hikey: Add development TBB support by Teddy Reed · 6 years ago
  81. eace8f1 Make TF UUID RFC 4122 compliant by Roberto Vargas · 6 years ago
  82. 5600ecb Merge pull request #1361 from vchong/tool_add_img by danh-arm · 6 years ago
  83. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 6 years ago
  84. 2708343 poplar: rename FIP_ADD_IMG to TOOL_ADD_IMG by Victor Chong · 6 years ago
  85. a403c3a hikey: clean sram before mcu used by Haojian Zhuang · 6 years ago
  86. da7109a hikey: save ddr parameters into SRAM by Haojian Zhuang · 6 years ago
  87. e18de67 hikey: update ddr initialization by Haojian Zhuang · 6 years ago
  88. 2257d6d Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 6 years ago
  89. 75ba073 Merge pull request #1331 from hzhuang1/reboot_delay by Dimitris Papastamos · 6 years ago
  90. 0e094d3 Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointers by Dimitris Papastamos · 6 years ago
  91. 0165028 hikey960: add delay before reset by Haojian Zhuang · 6 years ago
  92. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  93. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  94. afdff3c plat/hikey: boot memory layout to dedicated file by Michael Brandl · 6 years ago
  95. 1164ba2 Merge pull request #1277 from hzhuang1/testing/bl2_el3_v0.6 by davidcunado-arm · 6 years ago
  96. 24c8337 hikey: fix build issue with CLANG by Haojian Zhuang · 6 years ago
  97. 26c94f6 hikey960: fix build issue with CLANG by Haojian Zhuang · 6 years ago
  98. d82e29d hikey960: move out duplicated code by Haojian Zhuang · 6 years ago
  99. 9411fe3 hikey960: fix invoking driver init in image load driver by Haojian Zhuang · 6 years ago
  100. 1b4b412 hikey960: migrate to bl2_el3 by Haojian Zhuang · 6 years ago