1. 71e7a4e ARM platforms: Make arm_validate_ns_entrypoint() common by Jeenu Viswambharan · 7 years ago
  2. b7cb133 BL31: Add SDEI dispatcher by Jeenu Viswambharan · 7 years ago
  3. 4ee8d0b GIC: Introduce API to get interrupt ID by Jeenu Viswambharan · 7 years ago
  4. 058efee GICv2: Fix populating PE target data by Jeenu Viswambharan · 7 years ago
  5. 9500d5a Merge pull request #1148 from antonio-nino-diaz-arm/an/spm by davidcunado-arm · 7 years ago
  6. e29efeb SPM: FVP: Introduce port of SPM by Antonio Nino Diaz · 7 years ago
  7. 8705ec8 Merge pull request #1154 from soby-mathew/sm/fix_psci_stat by davidcunado-arm · 7 years ago
  8. 2904f84 Merge pull request #1155 from masahir0y/uniphier by davidcunado-arm · 7 years ago
  9. 3c94615 uniphier: make sure to create build directory before ROT key by Masahiro Yamada · 7 years ago
  10. 8012cc5 Build: introduce ${BUILD_PLAT} target to create the top build directory by Masahiro Yamada · 7 years ago
  11. 92c5066 Merge pull request #1153 from robertovargas-arm/fix-macros by davidcunado-arm · 7 years ago
  12. 157650c Merge pull request #1142 from etienne-lms/qemu-int by davidcunado-arm · 7 years ago
  13. bfc87a8 Fix PSCI STAT time stamp collection by Soby Mathew · 7 years ago
  14. 3de7d58 Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_save by davidcunado-arm · 7 years ago
  15. ad3803b qemu: update deprecated interrupt registering by Etienne Carriere · 7 years ago
  16. e8a87ac Fix usage of IMAGE_BLx macros by Roberto Vargas · 7 years ago
  17. d58f3ca Always define ARM_TSP_RAM_LOCATION_ID by Roberto Vargas · 7 years ago
  18. 27b2493 Merge pull request #1141 from robertovargas-arm/boot_redundancy by davidcunado-arm · 7 years ago
  19. a2ef56a Merge pull request #1144 from geesun/qx/resize_bl2_size by davidcunado-arm · 7 years ago
  20. 2455224 Merge pull request #1147 from etienne-lms/qemu-optee-load by davidcunado-arm · 7 years ago
  21. 9071400 Merge pull request #1143 from etienne-lms/qemu-hpen by davidcunado-arm · 7 years ago
  22. 11d9b20 qemu/optee: load OP-TEE pageable part 2MB above OP-TEE image by Etienne Carriere · 7 years ago
  23. cebec74 Merge pull request #1138 from michpappas/tf-issues#526_qemu_does_not_support_TBB by davidcunado-arm · 7 years ago
  24. 5cc34b1 qemu: Add support for Trusted Board Boot by Michalis Pappas · 7 years ago
  25. 9b1eae9 plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled by Qixiang Xu · 7 years ago
  26. 7ca267b plat/arm: change the default option of ARM_TSP_RAM_LOCATION by Qixiang Xu · 7 years ago
  27. 01f62b6 Add platform hooks for boot redundancy support by Roberto Vargas · 7 years ago
  28. 33dd33f qemu: fix holding pen mailbox sequence by Etienne Carriere · 7 years ago
  29. 3b39efa Merge pull request #1139 from hzhuang1/fix_edmac by davidcunado-arm · 7 years ago
  30. f911e22 Merge pull request #1131 from jeenu-arm/gic-migrate by davidcunado-arm · 7 years ago
  31. 623c437 Merge pull request #1130 from jeenu-arm/gic-patches by davidcunado-arm · 7 years ago
  32. 917d796 uniphier: move ROTPK hash to .rodata section by Masahiro Yamada · 7 years ago
  33. 454748f HiKey: make RTC out of reset mode by Haojian Zhuang · 7 years ago
  34. f715bfd HiKey: init EDMA controller with non secure mode by Haojian Zhuang · 7 years ago
  35. 95ad62b zynqmp: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  36. 831b375 mt8173: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  37. be9a750 poplar: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  38. a982f43 uniphier: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  39. b2c363b ARM platforms: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  40. d55a445 GIC: Add API to set priority mask by Jeenu Viswambharan · 7 years ago
  41. a2816a1 GIC: Add API to set/clear interrupt pending by Jeenu Viswambharan · 7 years ago
  42. fc529fe GIC: Add API to set interrupt routing by Jeenu Viswambharan · 7 years ago
  43. 8db978b GIC: Add API to raise secure SGI by Jeenu Viswambharan · 7 years ago
  44. 74dce7f GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · 7 years ago
  45. f3a8660 GIC: Add API to set interrupt priority by Jeenu Viswambharan · 7 years ago
  46. 979225f GIC: Add APIs to enable and disable interrupt by Jeenu Viswambharan · 7 years ago
  47. cbd3f37 GIC: Add API to get interrupt active status by Jeenu Viswambharan · 7 years ago
  48. ca43b55 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · 7 years ago
  49. dea417c ARM platforms: supply per-PE target mask array by Jeenu Viswambharan · 7 years ago
  50. eb68ea9 GIC: Add API to get running priority by Jeenu Viswambharan · 7 years ago
  51. b48ae26 reset2: Add css_system_reset2() by Roberto Vargas · 7 years ago
  52. ed3c0ef scp: Introduce css_scp_system_off() function by Roberto Vargas · 7 years ago
  53. e35a3fb ARM platforms: enable GICv3 state save/restore by Soby Mathew · 7 years ago
  54. a22dffc ARM platforms: Add support for EL3 TZC memory region by Soby Mathew · 7 years ago
  55. ebf1ca1 GICv3: add functions for save and restore by Soby Mathew · 7 years ago
  56. c64d134 Merge pull request #1109 from robertovargas-arm/mem_protect by davidcunado-arm · 7 years ago
  57. cb2cfae Merge pull request #1115 from jeenu-arm/tsp-mt by davidcunado-arm · 7 years ago
  58. 5e4ca66 TSP: Support multi-threading CPUs on FVP by Jeenu Viswambharan · 7 years ago
  59. b8fa2ed Merge pull request #1107 from geesun/qx/add_ecdsa_support by davidcunado-arm · 7 years ago
  60. 142a17f Uniphier: fix xlat tables lib inclusion by Douglas Raillard · 7 years ago
  61. 92d0926 Merge pull request #1108 from sandrine-bailleux-arm/sb/fvp-utils-def by davidcunado-arm · 7 years ago
  62. b09ba05 mem_protect: Add DRAM2 to the list of mem protected ranges by Roberto Vargas · 7 years ago
  63. f145403 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 7 years ago
  64. 9db9c65 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 7 years ago
  65. ddfd38e plat/arm : update BL size macros to give BL1 and BL2 more space for TBB by Qixiang Xu · 7 years ago
  66. d08f8c6 FVP: Include utils_def.h instead of utils.h by Sandrine Bailleux · 7 years ago
  67. e47ac1f Fix type of `unsigned long` constants by Antonio Nino Diaz · 7 years ago
  68. 569c537 Merge pull request #1102 from Xilinx/fpga_load by davidcunado-arm · 7 years ago
  69. b3ac699 zynqmp: Sync function declaration and definition by Soren Brinkmann · 7 years ago
  70. b4f4a2f Merge pull request #1093 from soby-mathew/eb/log_fw by davidcunado-arm · 7 years ago
  71. 1cde9b9 Merge pull request #1089 from Leo-Yan/hikey_enable_debug_module by davidcunado-arm · 7 years ago
  72. edbd7bb Merge pull request #1098 from vchong/boot_without_spd by davidcunado-arm · 7 years ago
  73. fe116c6 hikey*: Undef BL32_BASE when building without SPD by Victor Chong · 7 years ago
  74. 5ad0de1 hikey*: Fix typo by Victor Chong · 7 years ago
  75. f18f5f9 Merge pull request #1092 from jeenu-arm/errata-workarounds by davidcunado-arm · 7 years ago
  76. 487c869 Merge pull request #1088 from soby-mathew/sm/sds_scmi by davidcunado-arm · 7 years ago
  77. 7f56e9a Implement log framework by Soby Mathew · 7 years ago
  78. ff07ca2 Merge pull request #1086 from robertovargas-arm/dead_loop by davidcunado-arm · 7 years ago
  79. 96ff260 Juno: Disable 859971 and 859972 errata workarounds by Eleanor Bonnici · 7 years ago
  80. e246617 Hikey: enable CPU debug module by Leo Yan · 7 years ago
  81. 8b6385d Merge pull request #1082 from vchong/load_img_v2_parse_optee_header by davidcunado-arm · 7 years ago
  82. 5457874 Merge pull request #1080 from soby-mathew/eb/RSA-PKCS1-5_support_1 by davidcunado-arm · 7 years ago
  83. 18e279e CSS: Changes for SDS framework by Soby Mathew · 7 years ago
  84. 9bedda4 SDS: Introduce the sds drivers by Soby Mathew · 7 years ago
  85. 0a04c69 Split CSS makefile for sp_min on Juno by Soby Mathew · 7 years ago
  86. d9b7636 juno: Fix bug in plat_get_my_entrypoint by Roberto Vargas · 7 years ago
  87. b3ba6fd Fix BL2 memory map when OP-TEE is the Secure Payload by Soby Mathew · 7 years ago
  88. 827cd9f Merge pull request #1081 from masahir0y/uniphier by davidcunado-arm · 7 years ago
  89. b16bb16 hikey*: Support Trusted OS extra image (OP-TEE header) parsing by Victor Chong · 7 years ago
  90. 2de0c5c hikey*: Add LOAD_IMAGE_V2 support by Victor Chong · 7 years ago
  91. 9bdccff uniphier: work around Boot ROM bug for USB boot mode of PXs3 SoC by Masahiro Yamada · 7 years ago
  92. 91be512 uniphier: fix code indent for conditional statement by Masahiro Yamada · 7 years ago
  93. 085bac2 Merge pull request #1072 from sandrine-bailleux-arm/sb/tsp-mapping by danh-arm · 7 years ago
  94. 2091755 Export KEY_ALG as a user build option by Soby Mathew · 7 years ago
  95. 3eb2d67 ARM platforms: Map TSP only when TSPD is included by Sandrine Bailleux · 7 years ago
  96. 2737d0f Merge pull request #1077 from soby-mathew/sm/fix_juno_assert_lvl by danh-arm · 7 years ago
  97. bea363a Juno: Define PLAT_LOG_LEVEL_ASSERT to LOG_LEVEL_INFO by Soby Mathew · 7 years ago
  98. 137c8f0 Merge pull request #1069 from Leo-Yan/hikey_enable_watchdog_reset by danh-arm · 7 years ago
  99. 615cd16 Merge pull request #1075 from robertovargas-arm/fix_el3_payload by danh-arm · 7 years ago
  100. a1f5a9e Don't use zero_normalmem in bl2_platform_setup by Roberto Vargas · 7 years ago