1. 13b1605 Export KEY_ALG as a user build option by Soby Mathew · 7 years ago
  2. ced4292 Merge pull request #1074 from EvanLloyd/ejll/62_file_mode by davidcunado-arm · 7 years ago
  3. 361ff2c Merge pull request #1075 from robertovargas-arm/fix_el3_payload by danh-arm · 7 years ago
  4. 0b52e78 Don't use zero_normalmem in bl2_platform_setup by Roberto Vargas · 7 years ago
  5. b193939 fiptool: Update file open modes with 'b' (for Windows) by Evan Lloyd · 7 years ago
  6. c43d68d Merge pull request #1073 from davidcunado-arm/dc/update_docs by danh-arm · 7 years ago
  7. baea3f6 Merge pull request #1066 from islmit01/im/enable_cnp_bit by danh-arm · 7 years ago
  8. 194cb27 Merge pull request #1062 from jeenu-arm/cpu-fixes by danh-arm · 7 years ago
  9. 9730946 Add usage note for FVP model versions 11.0 and 8.5 by David Cunado · 7 years ago
  10. a681413 Merge pull request #1071 from jeenu-arm/syntax-fix by danh-arm · 7 years ago
  11. 91b11c3 Tegra: Rename CORTEX_A57_ACTLR_EL1 to *CPUACTLR* by Eleanor Bonnici · 7 years ago
  12. b8c3c16 HiKey: Rename CPUACTRL reg constants by Eleanor Bonnici · 7 years ago
  13. 41b61be CPU: Correct names of implementation-defined aux regs by Eleanor Bonnici · 7 years ago
  14. b83e42b CPU: Make shifted constants unsigned by Eleanor Bonnici · 7 years ago
  15. 749d25b plat/arm: Fix ARM_INSTANTIATE_LOCK syntax anomaly by Jeenu Viswambharan · 7 years ago
  16. 95f6c52 Merge pull request #1070 from rockchip-linux/rk3399-fixes-logic by danh-arm · 7 years ago
  17. 17459aa Merge pull request #1068 from jenswi-linaro/optee_arm_plat by danh-arm · 7 years ago
  18. 6ac733b Merge pull request #1056 from geesun/qx/interrupt-diags by danh-arm · 7 years ago
  19. b162fb4 rockchip/rk3399: reinitilize secure sgrf when resume by Lin Huang · 7 years ago
  20. a14b8a3 rockchip/rk3399: do secure timer init in pmusram by Lin Huang · 7 years ago
  21. 94bdbc4 rockchip/rk3399: use slice1 to restore ddr slice1 ~ slice4 by Lin Huang · 7 years ago
  22. 127527f rockchip/rk3399: disable more powerdomain prepare for shutdown logic rail by Lin Huang · 7 years ago
  23. 2c60b5f rockchip/rk3399: save and restore pd_alive register by Lin Huang · 7 years ago
  24. 1f8fdeb rockchip/rk3399: set ddr clock source back to dpll when ddr resume by Lin Huang · 7 years ago
  25. 5a5c2bb rockchip/rk3399: reinitilize debug uart when resume by Lin Huang · 7 years ago
  26. 1bdd5b3 Merge pull request #1064 from islmit01/im/shifted_afinity by davidcunado-arm · 7 years ago
  27. 9719c5e Merge pull request #1059 from kenkuang/intergration by davidcunado-arm · 7 years ago
  28. 2c85499 Merge pull request #1067 from jeenu-arm/rst-fix by davidcunado-arm · 7 years ago
  29. 1eb6057 Merge pull request #1061 from robertovargas-arm/norflash by davidcunado-arm · 7 years ago
  30. 206f347 Merge pull request #1065 from jenswi-linaro/optee_qemu by davidcunado-arm · 7 years ago
  31. 7316e94 Merge pull request #1058 from alistair23/alistair/master by davidcunado-arm · 7 years ago
  32. 0814c6a FVP: bl2: optionally map ARM_OPTEE_PAGEABLE_LOAD_MEM by Jens Wiklander · 7 years ago
  33. ae73b16 ARM plat: change OP-TEE pageable load base by Jens Wiklander · 7 years ago
  34. c4a1a07 Enable CnP bit for ARMv8.2 CPUs by Isla Mitchell · 7 years ago
  35. 0bc79d9 Add macro to test for minimum architecture version by Jeenu Viswambharan · 7 years ago
  36. b60420a firmware-design.rst: Fix formatting by Jeenu Viswambharan · 7 years ago
  37. 0acbaaa qemu: Add OP-TEE extra image parsing support by Jens Wiklander · 7 years ago
  38. ce6cd16 opteed: pass device tree pointer in x2 by Jens Wiklander · 7 years ago
  39. 1017a6e qemu: replace deprecated plat_psci_common.c by Jens Wiklander · 7 years ago
  40. 1a8729a qemu: replace deprecated ADDR_SPACE_SIZE by Jens Wiklander · 7 years ago
  41. 16484dd psci_common: Resolve GCC static analysis false positive by Alistair Francis · 7 years ago
  42. c7860cf FVP: Always assume shifted affinity with MT bit by Isla Mitchell · 7 years ago
  43. ec80f52 Merge pull request #1017 from etienne-lms/minor-docs by davidcunado-arm · 7 years ago
  44. f565757 Makefile: correct path for CHECKPATCH warnings by Etienne Carriere · 7 years ago
  45. 7421bf1 doc: minor typo fix by Etienne Carriere · 7 years ago
  46. 6ca1911 norflash: Add full status check by Roberto Vargas · 7 years ago
  47. 00eac15 fix a typo about sctlr_el2 by Ken Kuang · 7 years ago
  48. e42bdb9 Merge pull request #1054 from jwerner-chromium/JW_crash_x30 by davidcunado-arm · 7 years ago
  49. c3028a1 Merge pull request #1053 from jwerner-chromium/JW_func_align by davidcunado-arm · 7 years ago
  50. ea21edc norflash: Add nor_erase() to NOR driver by Roberto Vargas · 7 years ago
  51. 2e94e73 norflash: Clear status register before sending commands by Roberto Vargas · 7 years ago
  52. 86a610e norflash: Wait for WSM bit in lock/unlock by Roberto Vargas · 7 years ago
  53. ab29dca norflash: clean-up norflash.c by Roberto Vargas · 7 years ago
  54. 67ebde7 Fix x30 reporting for unhandled exceptions by Julius Werner · 7 years ago
  55. ffa1b1f Merge pull request #1051 from Kevin-WangTao/fix_suspend_issue by danh-arm · 7 years ago
  56. 469acb5 Merge pull request #977 from etienne-lms/sp-min-fiq by danh-arm · 7 years ago
  57. 1327527 update the interrupt diagrams by Qixiang Xu · 7 years ago
  58. 06b9d97 Hikey960: fix PSCI suspend stuck issue by Tao Wang · 7 years ago
  59. 442e253 Merge pull request #1042 from tekkamanninja/qemu_load_image_v2_upstream by danh-arm · 7 years ago
  60. c2f7844 qemu: Add LOAD_IMAGE_V2 support by Fu Wei · 7 years ago
  61. b4c75e9 Add new alignment parameter to func assembler macro by Julius Werner · 7 years ago
  62. 18d4745 Merge pull request #1040 from sliai/support-opteed-header by danh-arm · 7 years ago
  63. d44df5e Merge pull request #1049 from sandrine-bailleux-arm/sb/xlat-lib-v2-doc by danh-arm · 7 years ago
  64. 1df23a6 Merge pull request #1048 from douglas-raillard-arm/dr/fix_bl2u_entrypoint by danh-arm · 7 years ago
  65. 80f65c4 Merge pull request #1046 from jeenu-arm/revc by danh-arm · 7 years ago
  66. d97c50f Merge pull request #1043 from tekkamanninja/qemu_xlat_tables_v2_upstream by danh-arm · 7 years ago
  67. dc0fea7 bl32: add secure interrupt handling in AArch32 sp_min by Etienne Carriere · 7 years ago
  68. 5d685d3 Support paging function for OPTEE. by Edison Ai · 7 years ago
  69. 9db8f2e Add Trusted OS extra image parsing support for ARM standard platforms by Summer Qin · 7 years ago
  70. 8072678 Support Trusted OS firmware extra images in TF tools by Summer Qin · 7 years ago
  71. b5d6809 Add documentation of the xlat tables library V2 by Antonio Nino Diaz · 7 years ago
  72. 6c56095 Merge pull request #1050 from davidcunado-arm/dc/update_changelog by davidcunado-arm · 7 years ago
  73. 923fac2 Fix to change.log by David Cunado · 7 years ago
  74. cf40ac5 Merge pull request #1044 from islmit01/im/fix_includes by davidcunado-arm · 7 years ago
  75. 983b475 Fix BL2U entrypoint possible parameter corruption by Douglas Raillard · 7 years ago
  76. 9e78b92 FVP: Support Base FVP RevC by Jeenu Viswambharan · 7 years ago
  77. 5c50304 Add SMMUv3 driver by Jeenu Viswambharan · 7 years ago
  78. b36577a CCI: Adapt for specific product at run time by Jeenu Viswambharan · 7 years ago
  79. 4fd361b FVP: Remove CCI registers from crash dump by Jeenu Viswambharan · 7 years ago
  80. d27ad95 Add Linux DTS for FVP with threaded CPUs by Jeenu Viswambharan · 7 years ago
  81. 528d21b FVP: Add support for multi-threaded CPUs by Jeenu Viswambharan · 8 years ago
  82. 953c495 FVP: Fix AArch32 stack functions to be ABI-compliant by Jeenu Viswambharan · 7 years ago
  83. c91a26d Merge pull request #1041 from masahir0y/fiptool by davidcunado-arm · 7 years ago
  84. b036355 Merge pull request #1021 from vwadekar/psci-early-suspend-handler by davidcunado-arm · 7 years ago
  85. a2f80ff Merge pull request #1038 from Leo-Yan/fix_vbus_det_irq by davidcunado-arm · 7 years ago
  86. 9882e06 Merge pull request #1045 from sandrine-bailleux-arm/sb/xlat-lib-ctx by davidcunado-arm · 7 years ago
  87. de6628d xlat lib v2: Fix sign of debug loop variable by Sandrine Bailleux · 7 years ago
  88. 99782e8 Tegra: implement the early suspend handler by Varun Wadekar · 7 years ago
  89. ae87f4b lib: psci: early suspend handler for platforms by Varun Wadekar · 7 years ago
  90. 60b4f9b Merge pull request #1037 from douglas-raillard-arm/dr/doc_fix_errata_a53 by davidcunado-arm · 7 years ago
  91. 062b640 Merge pull request #1035 from sandrine-bailleux-arm/sb/xlat-lib-ctx by davidcunado-arm · 7 years ago
  92. 2ac2603 Merge pull request #1036 from jeenu-arm/fix-ordering by davidcunado-arm · 7 years ago
  93. 751f56b Fix order of #includes by Isla Mitchell · 7 years ago
  94. 77ecd46 qemu: use translation tables library v2 as default. by Fu Wei · 7 years ago
  95. 65306cf Merge pull request #1034 from dp-arm/dp/uart-clock by davidcunado-arm · 7 years ago
  96. 4e32add Merge pull request #1033 from davidcunado-arm/dc/psci_flush by davidcunado-arm · 7 years ago
  97. 75440bf fiptool: remove unneeded -I. include path by Masahiro Yamada · 7 years ago
  98. cd89966 Merge pull request #1032 from soby-mathew/sm/css_scp_reorg by davidcunado-arm · 7 years ago
  99. c7284d2 Merge pull request #1031 from robertovargas-arm/assert_format by davidcunado-arm · 7 years ago
  100. 06adba2 Address edge case for stale PSCI CPU data in cache by David Cunado · 7 years ago