1. 1a9051a Merge pull request #1334 from michpappas/tf-issues#572_qemu_dont_use_C_for_crash_console by Dimitris Papastamos · 6 years ago
  2. abd0836 qemu: don't use C functions for the crash console callbacks by Michalis Pappas · 6 years ago
  3. 2257d6d Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 6 years ago
  4. 1006a12 Merge pull request #1333 from jeenu-arm/icfg-fix by Dimitris Papastamos · 6 years ago
  5. 0e094d3 Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointers by Dimitris Papastamos · 6 years ago
  6. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  7. de70183 lib: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  8. b6982c0 GIC: Fix setting interrupt configuration by Jeenu Viswambharan · 6 years ago
  9. a0bb5ac qemu: MULTI_CONSOLE_API=0 causes build error by Michalis Pappas · 6 years ago
  10. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 6 years ago
  11. 914757c Fixup `SMCCC_ARCH_FEATURES` semantics by Dimitris Papastamos · 6 years ago
  12. 780cc95 Use PFR0 to identify need for mitigation of CVE-2017-5715 by Dimitris Papastamos · 6 years ago
  13. 6271e01 Merge pull request #1292 from danh-arm/dh/spurious-dep-warn by davidcunado-arm · 6 years ago
  14. 6d07e67 Remove sp_min functions from plat_common.c by Soby Mathew · 6 years ago
  15. 4d408b5 Emit warnings when using deprecated GIC init by Dan Handley · 6 years ago
  16. 6fa89a2 Improve MULTI_CONSOLE_API deprecation warnings by Dan Handley · 6 years ago
  17. b8d8145 Merge pull request #1282 from robertovargas-arm/misra-changes by davidcunado-arm · 6 years ago
  18. 2b36b15 Fix MISRA rule 8.4 Part 2 by Roberto Vargas · 6 years ago
  19. 2ca18d9 Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 6 years ago
  20. 1a6eed3 Fix MISRA rule 8.3 Part 1 by Roberto Vargas · 6 years ago
  21. 0571270 Fix MISRA rule 8.4 in common code by Roberto Vargas · 6 years ago
  22. 777dd43 Fix MISRA rule 8.3 in common code by Roberto Vargas · 6 years ago
  23. 0b5dacd Merge pull request #1287 from davidcunado-arm/dc/fix_misra by davidcunado-arm · 6 years ago
  24. 9c274f8 Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · 6 years ago
  25. df1a306 Merge pull request #1284 from jeenu-arm/tspd-ehf by davidcunado-arm · 6 years ago
  26. f317e5d Merge pull request #1274 from dp-arm/dp/a75 by davidcunado-arm · 6 years ago
  27. c150312 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · 6 years ago
  28. eeb353c EHF: Introduce preempted return code parameter to ehf_allow_ns_preemption() by Jeenu Viswambharan · 6 years ago
  29. 864364a MISRA fixes for Cortex A75 AMU implementation by Dimitris Papastamos · 6 years ago
  30. 1be747f Refactor AMU support for Cortex A75 by Dimitris Papastamos · 6 years ago
  31. 0b00f8a Factor out CPU AMU helpers by Dimitris Papastamos · 6 years ago
  32. 5e8cd79 Implement {spe,sve}_supported() helpers and refactor code by Dimitris Papastamos · 6 years ago
  33. 7c2a3ca Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 6 years ago
  34. cc36484 Dynamic cfg: MISRA fixes by Soby Mathew · 6 years ago
  35. 96a1c6b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · 6 years ago
  36. 7c6df5b ARM Platorms: Load TB_FW_CONFIG in BL1 by Soby Mathew · 6 years ago
  37. b9fccca Dynamic cfg: Introduce fdt wrappers by Soby Mathew · 7 years ago
  38. 40eb4b6 Add dynamic config image IDs by Soby Mathew · 6 years ago
  39. 6e16a33 BL1: Deprecate the `bl1_init_bl2_mem_layout()` API by Soby Mathew · 6 years ago
  40. 7d5a2e7 ARM Platforms: Migrate to new BL handover interface by Soby Mathew · 6 years ago
  41. 73308d0 Introduce the new BL handover interface by Soby Mathew · 6 years ago
  42. 0bdfef0 Dynamic cfg: Add HW and TB_FW configs to CoT by Soby Mathew · 7 years ago
  43. 2ffb473 Dynamic cfg: Update the tools by Soby Mathew · 7 years ago
  44. 2f38ce3 Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 6 years ago
  45. 59e015f Merge pull request #1264 from fengbaopeng/integration by davidcunado-arm · 6 years ago
  46. 44070ef drivers:ufs: fix hynix ufs bug with quirk on hi36xx SoC by fengbaopeng · 6 years ago
  47. e4794b7 Redefine SMC_UNK as -1 instead of 0xFFFFFFFF by Antonio Nino Diaz · 6 years ago
  48. aaa8d7f Merge pull request #1256 from jeenu-arm/tsp-ehf by davidcunado-arm · 6 years ago
  49. 7814a95 Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 6 years ago
  50. f4194ee Deprecate one EL3 interrupt routing model with EL3 exception handling by Jeenu Viswambharan · 6 years ago
  51. 4015b8b Merge pull request #1224 from masahir0y/gzip by davidcunado-arm · 6 years ago
  52. 094041d aarch32: use lr as bl32 boot argument on aarch32 only systems by Etienne Carriere · 6 years ago
  53. 8ca3144 Merge pull request #1253 from dp-arm/dp/amu32 by davidcunado-arm · 6 years ago
  54. 18f65db image_decompress: add APIs for decompressing images by Masahiro Yamada · 6 years ago
  55. 43d20b3 bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · 6 years ago
  56. 02a0d3d bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · 6 years ago
  57. 55a040e zlib: add gunzip() support by Masahiro Yamada · 6 years ago
  58. 7e90696 Merge pull request #1240 from dp-arm/dp/smccc by davidcunado-arm · 6 years ago
  59. 0dcdd8d AMU: Implement context save/restore for aarch32 by Joel Hutton · 7 years ago
  60. 2691bc6 AMU: Add assembler helper functions for aarch32 by Joel Hutton · 7 years ago
  61. f0781f3 Merge pull request #1235 from jwerner-chromium/JW_udelay by davidcunado-arm · 6 years ago
  62. b63c6f1 Optimize/cleanup BPIALL workaround by Dimitris Papastamos · 6 years ago
  63. 0dcdb1a Implement support for SMCCC v1.1 by Dimitris Papastamos · 6 years ago
  64. e74acb5 Merge pull request #1234 from SNG-ARM/master by davidcunado-arm · 6 years ago
  65. 04285cf Merge pull request #1228 from dp-arm/dp/cve_2017_5715 by davidcunado-arm · 6 years ago
  66. d79d40d Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · 6 years ago
  67. 54b6d20 Make div_round_up() correct for divisors that are not a power of 2 by Julius Werner · 6 years ago
  68. 8539aa3 SPM: Declare explicit width based types in secure_partition_boot_info_t structure by Sughosh Ganu · 7 years ago
  69. 375088a Merge pull request #1227 from geesun/qx/emmc_macros by davidcunado-arm · 6 years ago
  70. 385176d coreboot: Add support for CBMEM console by Julius Werner · 7 years ago
  71. b624ae0 Add platform-independent coreboot support library by Julius Werner · 7 years ago
  72. 1343ad5 drivers: cadence: cdns: Update CDNS driver to support MULTI_CONSOLE_API by Julius Werner · 7 years ago
  73. ca3930a drivers: arm: pl011: Update PL011 driver to support MULTI_CONSOLE_API by Julius Werner · 7 years ago
  74. 4e406bf drivers: ti: uart: Update 16550 UART driver to support MULTI_CONSOLE_API by Julius Werner · 7 years ago
  75. b5d1f8e Merge pull request #1200 from robertovargas-arm/bl2-el3 by davidcunado-arm · 6 years ago
  76. 8ca0af2 Workaround for CVE-2017-5715 for Cortex A9, A15 and A17 by Dimitris Papastamos · 6 years ago
  77. 0a4cded sp_min: Implement workaround for CVE-2017-5715 by Dimitris Papastamos · 6 years ago
  78. e4e342d Mark functions defined in assembly files by Roberto Vargas · 7 years ago
  79. 5220780 bl2-el3: Add BL2 at EL3 support in FVP by Roberto Vargas · 7 years ago
  80. e0e9946 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 7 years ago
  81. ede9a19 emmc: add macros CMD21, BUS_WIDTH_DDR_4 and BUS_WIDTH_DDR_8 by Qixiang Xu · 6 years ago
  82. ff3ecb6 utils: rename struct mem_region_t to struct mem_region by Masahiro Yamada · 6 years ago
  83. e41aa92 Merge pull request #1219 from antonio-nino-diaz-arm/an/mm-version by davidcunado-arm · 6 years ago
  84. 80a1cac Merge pull request #1215 from vwadekar/tlkd-ns-dram-ranges by davidcunado-arm · 6 years ago
  85. fa2b736 Merge pull request #1197 from dp-arm/dp/amu by davidcunado-arm · 6 years ago
  86. 729c3a0 Merge pull request #1214 from dp-arm/dp/cve_2017_5715 by davidcunado-arm · 6 years ago
  87. fa2422a Increase BL31 memory space by 2 pages by Dimitris Papastamos · 6 years ago
  88. d7e2e9e Add hooks to save/restore AMU context for Cortex A75 by Dimitris Papastamos · 7 years ago
  89. eaf3e6d AMU: Add hooks to save/restore AMU context by Dimitris Papastamos · 7 years ago
  90. 525c37a AMU: Add configuration helpers for aarch64 by Dimitris Papastamos · 7 years ago
  91. 60346db AMU: Add plat interface to select which group 1 counters to enable by Dimitris Papastamos · 7 years ago
  92. d1a1841 Add PubSub events for CPU powerdown/powerup by Dimitris Papastamos · 7 years ago
  93. 43e05ec Use PFR0 to identify need for mitigation of CVE-2017-5915 by Dimitris Papastamos · 6 years ago
  94. c52ebdc Workaround for CVE-2017-5715 on Cortex A73 and A75 by Dimitris Papastamos · 7 years ago
  95. 446f7f1 Workaround for CVE-2017-5715 on Cortex A57 and A72 by Dimitris Papastamos · 7 years ago
  96. 35b37f0 SPM: Fix version header definitions by Antonio Nino Diaz · 6 years ago
  97. b5664d3 spd: tlkd: support for "NS memory ranges" function ID by Varun Wadekar · 6 years ago
  98. 8a41859 Move TSP to TZC secured DRAM by Dimitris Papastamos · 6 years ago
  99. 6e28446 ARM platforms: Allow platforms to define SDEI events by Jeenu Viswambharan · 7 years ago
  100. 94f8907 Add new function-pointer-based console API by Julius Werner · 7 years ago