1. ba86112 qemu: Support SEPARATE_CODE_AND_RODATA by Michalis Pappas · 6 years ago
  2. 0b5dacd Merge pull request #1287 from davidcunado-arm/dc/fix_misra by davidcunado-arm · 6 years ago
  3. 9c274f8 Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch by davidcunado-arm · 6 years ago
  4. df1a306 Merge pull request #1284 from jeenu-arm/tspd-ehf by davidcunado-arm · 6 years ago
  5. fd9e986 Merge pull request #1283 from jeenu-arm/sdei-fixes by davidcunado-arm · 6 years ago
  6. f317e5d Merge pull request #1274 from dp-arm/dp/a75 by davidcunado-arm · 6 years ago
  7. 07d679c Merge pull request #1272 from dp-arm/dp/extensions by davidcunado-arm · 6 years ago
  8. c150312 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · 6 years ago
  9. 9f2f8ef Invalidate TLB entries during warm boot by Antonio Nino Diaz · 6 years ago
  10. 706fd2e Merge pull request #1285 from soby-mathew/sm/fix_win_build_dyn_cfg by davidcunado-arm · 6 years ago
  11. abf5b06 TSPD: Register preempted SMC error code with EHF by Jeenu Viswambharan · 6 years ago
  12. eeb353c EHF: Introduce preempted return code parameter to ehf_allow_ns_preemption() by Jeenu Viswambharan · 6 years ago
  13. 7af4813 SDEI: Add prioritisation clarification by Jeenu Viswambharan · 6 years ago
  14. 8483f36 SDEI: Pop dispatch context only after error checking by Jeenu Viswambharan · 6 years ago
  15. a684e58 FVP: restrict dynamic config to Unix build environment by Soby Mathew · 6 years ago
  16. 864364a MISRA fixes for Cortex A75 AMU implementation by Dimitris Papastamos · 6 years ago
  17. 1be747f Refactor AMU support for Cortex A75 by Dimitris Papastamos · 6 years ago
  18. 0b00f8a Factor out CPU AMU helpers by Dimitris Papastamos · 6 years ago
  19. aaa1985 MISRA fixes for AMU/SPE and SVE by Dimitris Papastamos · 6 years ago
  20. e0848e9 aarch32: Fix multiple bugs in amu_helpers.S by Dimitris Papastamos · 6 years ago
  21. 430f115 Assert that group0/group1 counter config is what we expect by Dimitris Papastamos · 6 years ago
  22. 5e8cd79 Implement {spe,sve}_supported() helpers and refactor code by Dimitris Papastamos · 6 years ago
  23. 7c2a3ca Add comments about mismatched TCR_ELx and xlat tables by Antonio Nino Diaz · 6 years ago
  24. 63ae384 Merge pull request #1263 from soby-mathew/sm/dyn_config by davidcunado-arm · 6 years ago
  25. cc36484 Dynamic cfg: MISRA fixes by Soby Mathew · 6 years ago
  26. 5f6412a FVP: Add TB_FW_CONFIG and HW_CONFIG by Soby Mathew · 6 years ago
  27. f2553c2 FVP: Fix AArch32 dts for `interrupts` node by Soby Mathew · 6 years ago
  28. 96a1c6b ARM Platforms: Load HW_CONFIG in BL2 by Soby Mathew · 6 years ago
  29. 7c6df5b ARM Platorms: Load TB_FW_CONFIG in BL1 by Soby Mathew · 6 years ago
  30. b9fccca Dynamic cfg: Introduce fdt wrappers by Soby Mathew · 7 years ago
  31. 40eb4b6 Add dynamic config image IDs by Soby Mathew · 6 years ago
  32. 6e16a33 BL1: Deprecate the `bl1_init_bl2_mem_layout()` API by Soby Mathew · 6 years ago
  33. 7d5a2e7 ARM Platforms: Migrate to new BL handover interface by Soby Mathew · 6 years ago
  34. 73308d0 Introduce the new BL handover interface by Soby Mathew · 6 years ago
  35. 0bdfef0 Dynamic cfg: Add HW and TB_FW configs to CoT by Soby Mathew · 7 years ago
  36. 2ffb473 Dynamic cfg: Update the tools by Soby Mathew · 7 years ago
  37. ab4181d Makefile: Add `all` target to MAKE_DTBS by Soby Mathew · 7 years ago
  38. 2f38ce3 Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 6 years ago
  39. ee9cdb1 Merge pull request #1273 from antonio-nino-diaz-arm/an/fix-tlbi-disable-mmu by davidcunado-arm · 6 years ago
  40. cf0541e Merge pull request #1276 from swarren/issue-551 by davidcunado-arm · 6 years ago
  41. 59e015f Merge pull request #1264 from fengbaopeng/integration by davidcunado-arm · 6 years ago
  42. 44070ef drivers:ufs: fix hynix ufs bug with quirk on hi36xx SoC by fengbaopeng · 6 years ago
  43. 8c28547 Merge pull request #1281 from antonio-nino-diaz-arm/an/fix-foundation-instructions by davidcunado-arm · 6 years ago
  44. accaf50 Merge pull request #1262 from ssalko/ssalko_dev by davidcunado-arm · 6 years ago
  45. 0cf83a1 Merge pull request #1279 from soby-mathew/sm/BL2_base_assert by davidcunado-arm · 6 years ago
  46. b44eda5 Fix Foundation FVP instructions in User Guide by Antonio Nino Diaz · 6 years ago
  47. c5ccd43 Merge pull request #1278 from soby-mathew/sm/aarch32_errata_fix by davidcunado-arm · 6 years ago
  48. d1e1930 Fixup AArch32 errata printing framework by Soby Mathew · 6 years ago
  49. c44110d ARM Platforms: Add CASSERT for BL2_BASE by Soby Mathew · 6 years ago
  50. b58da6f ARM Platforms: Don't build BL1 and BL2 if RESET_TO_SP_MIN=1 by Soby Mathew · 6 years ago
  51. ca7a680 Make all build results depend on all makefiles by Stephen Warren · 6 years ago
  52. 07bf75e Merge pull request #1275 from soby-mathew/sm/tzc400_fix by davidcunado-arm · 6 years ago
  53. 07469d7 Resolve TZC400 build issue when DEBUG=1 and ENABLE_ASSERTIONS=0 by Soby Mathew · 6 years ago
  54. eb24dff Ensure the correct execution of TLBI instructions by Antonio Nino Diaz · 6 years ago
  55. 2d855cd Merge pull request #1270 from antonio-nino-diaz-arm/an/smc-unknown by davidcunado-arm · 6 years ago
  56. 610406f Merge pull request #1271 from afaerber/tegra-fixes by davidcunado-arm · 6 years ago
  57. 8f8d898 Merge pull request #1259 from hzhuang1/fix_uart by davidcunado-arm · 6 years ago
  58. 92cea4a tegra: Fix mmap_region_t struct mismatch by Andreas Färber · 6 years ago
  59. 6a00949 hikey960: avoid hardcode on uart port by Haojian Zhuang · 6 years ago
  60. b54bb89 Merge pull request #1268 from jeenu-arm/ehf-pri-fix by davidcunado-arm · 6 years ago
  61. 868de9b Merge pull request #1267 from jeenu-arm/console-fix by davidcunado-arm · 6 years ago
  62. 17838fd Merge pull request #1266 from antonio-nino-diaz-arm/an/misra-urls by davidcunado-arm · 6 years ago
  63. 89c500d Merge pull request #1258 from vchong/optee_dbg by davidcunado-arm · 6 years ago
  64. e4794b7 Redefine SMC_UNK as -1 instead of 0xFFFFFFFF by Antonio Nino Diaz · 6 years ago
  65. 5f73afb Remove URLs from comments by Antonio Nino Diaz · 6 years ago
  66. 7addf62 EHF: Fix priority check by Jeenu Viswambharan · 6 years ago
  67. 46343c0 ARM platforms: Fix console address for flush by Jeenu Viswambharan · 6 years ago
  68. aaa8d7f Merge pull request #1256 from jeenu-arm/tsp-ehf by davidcunado-arm · 6 years ago
  69. 4ed2338 qemu: Fix interrupt type check by Santeri Salko · 6 years ago
  70. f710642 Merge pull request #1257 from vchong/poplar_maintainer by davidcunado-arm · 6 years ago
  71. 2996299 Merge pull request #1251 from vchong/ld_img_v2 by davidcunado-arm · 6 years ago
  72. 3fcb707 Merge pull request #1260 from sandrine-bailleux-arm/topics/sb/fix-zlib-build by davidcunado-arm · 6 years ago
  73. 4d8938a zlib: Fix build error when LOG_LEVEL=50 by Sandrine Bailleux · 6 years ago
  74. 218384a Merge pull request #1254 from masahir0y/bl2-at-el3 by davidcunado-arm · 6 years ago
  75. eb3dcd6 optee: print header info before validate by Victor Chong · 6 years ago
  76. 4d64c2b hikey*, poplar: platform.mk: Fix typo in variable assignments by Victor Chong · 6 years ago
  77. aa03347 poplar: Support Trusted OS extra image (OP-TEE header) parsing by Victor Chong · 6 years ago
  78. 175dd8a poplar: Add LOAD_IMAGE_V2 support by Victor Chong · 6 years ago
  79. 50d695d poplar: Add build option for dram size by Victor Chong · 6 years ago
  80. f87b436 poplar: Fix typo by Victor Chong · 6 years ago
  81. 32d74ee poplar: Remove unused function prototype by Victor Chong · 6 years ago
  82. c720258 maintainers.rst: Add maintainer for plat Poplar by Victor Chong · 6 years ago
  83. 7814a95 Merge pull request #1173 from etienne-lms/armv7-qemu by davidcunado-arm · 6 years ago
  84. 2b407d2 [fix] aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · 6 years ago
  85. 61c5bc7 interrupt-framework-design.rst: Cosmetic changes by Jeenu Viswambharan · 6 years ago
  86. 2f40f32 TSPD: Require NS preemption along with EL3 exception handling by Jeenu Viswambharan · 6 years ago
  87. 339580c TSPD: Explicitly allow NS preemption for Yielding SMCs by Jeenu Viswambharan · 6 years ago
  88. f4194ee Deprecate one EL3 interrupt routing model with EL3 exception handling by Jeenu Viswambharan · 6 years ago
  89. ef29b45 Add EL3_EXCEPTION_HANDLING to build command line by Jeenu Viswambharan · 6 years ago
  90. 4015b8b Merge pull request #1224 from masahir0y/gzip by davidcunado-arm · 6 years ago
  91. 911de8c qemu: support ARMv7/Cortex-A15 by Etienne Carriere · 6 years ago
  92. dc8bbb4 aarch32: optee: define the OP-TEE secure payload by Etienne Carriere · 6 years ago
  93. 934eae2 Merge pull request #1249 from masahir0y/uniphier by davidcunado-arm · 6 years ago
  94. 094041d aarch32: use lr as bl32 boot argument on aarch32 only systems by Etienne Carriere · 6 years ago
  95. 8ca3144 Merge pull request #1253 from dp-arm/dp/amu32 by davidcunado-arm · 6 years ago
  96. db72b0c uniphier: add ULL to physical address literals by Masahiro Yamada · 6 years ago
  97. 8f64292 uniphier: allocate xlat region of on-chip SRAM only when needed by Masahiro Yamada · 6 years ago
  98. cad2ab5 uniphier: get back original BL31/32 location used before BL2-AT-EL3 by Masahiro Yamada · 6 years ago
  99. c98462e Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptions by davidcunado-arm · 6 years ago
  100. 3e1d4c2 Merge pull request #1245 from antonio-nino-diaz-arm/an/checkpatch by davidcunado-arm · 6 years ago