1. 142df8f compiler-rt: Remove unused int_util.[ch] files by dp-arm · 7 years ago
  2. c76a29e Merge pull request #941 from dp-arm/dp/clang by danh-arm · 7 years ago
  3. 79a1e81 docs: Add note on how to build TF using clang or armclang by dp-arm · 7 years ago
  4. b3bfd34 build: Introduce ARM Compiler 6 support by dp-arm · 7 years ago
  5. 320e844 build: Introduce clang support by dp-arm · 7 years ago
  6. e95aaa6 build: Introduce HOSTCC flag by dp-arm · 7 years ago
  7. c8898cf Switch default C environment from c99 to gnu99 by dp-arm · 7 years ago
  8. 84fc295 plat/arm: Compile out impossible conditional for AArch32 by dp-arm · 7 years ago
  9. cc0afe6 Remove plat_match_rotpk reference by dp-arm · 7 years ago
  10. 35e7298 fvp: Remove unnecessary default case by dp-arm · 7 years ago
  11. 7f297ca Include missing header in arm_bl2_setup.c by dp-arm · 7 years ago
  12. 815faa8 Use a callee-saved register to be AAPCS-compliant by dp-arm · 7 years ago
  13. 4be1a61 Merge pull request #938 from masahir0y/tools_share by danh-arm · 7 years ago
  14. 01b6cb9 mbedtls: Use `MBEDTLS_SHA256_SMALLER` in ARM platforms by Antonio Nino Diaz · 7 years ago
  15. 6b90f5e mbedtls: Use `tf_snprintf` instead of `snprintf` by Antonio Nino Diaz · 7 years ago
  16. 9c107fa Introduce `tf_snprintf` by Antonio Nino Diaz · 7 years ago
  17. d1f9775 FVP,Juno: switch FVP and Juno to use generic TBBR OID header by Masahiro Yamada · 7 years ago
  18. a27c166 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · 7 years ago
  19. e3a2b31 fip: move headers shared between TF and fiptool to include/tools_share by Masahiro Yamada · 7 years ago
  20. 1ab9e92 Build: fix assert_boolean implementation by Masahiro Yamada · 7 years ago
  21. 9d3df31 Merge pull request #947 from davidcunado-arm/dc/update_userguide by danh-arm · 7 years ago
  22. 1b18bd5 Merge pull request #945 from antonio-nino-diaz-arm/an/xlat-dependency by danh-arm · 7 years ago
  23. 3b3ce18 Merge pull request #939 from dp-arm/dp/AArch32_tbbr by danh-arm · 7 years ago
  24. 361e218 Merge pull request #944 from danh-arm/jl/spdx-license by danh-arm · 7 years ago
  25. 702f169 Merge pull request #936 from antonio-nino-diaz-arm/an/assert-mem by davidcunado-arm · 7 years ago
  26. fd1f243 Migrate to Linaro Release 17.01 by David Cunado · 7 years ago
  27. c013252 xlat: Fix missing header file dependency by Antonio Nino Diaz · 7 years ago
  28. 30e80b1 Add note about SPDX identifiers in license.md by Jilayne Lovejoy · 7 years ago
  29. 080869f Merge pull request #942 from soby-mathew/sm/fix_juno_build_err by danh-arm · 7 years ago
  30. dad6ecc Juno: Fix AArch32 sp_min build by Soby Mathew · 7 years ago
  31. 5aea390 Merge pull request #937 from rockchip-linux/rk3328_assert by danh-arm · 7 years ago
  32. 7d52583 Merge pull request #935 from davidcunado-arm/dc/mbed_api by danh-arm · 7 years ago
  33. 528dea9 Merge pull request #934 from sandrine-bailleux-arm/sb/break-headers-circular-dep by danh-arm · 7 years ago
  34. 11a6e9d Simplify assert() to reduce memory usage by Antonio Nino Diaz · 7 years ago
  35. aba6fac Align tf_printf implementation between AArch32 and AArch64 by dp-arm · 7 years ago
  36. 18dfb30 AArch32: Add BL2U support by Yatharth Kochar · 8 years ago
  37. cdd03cb AArch32: Add `TRUSTED_BOARD_BOOT` support by dp-arm · 7 years ago
  38. 5f5b53b rockchip: rk3328: Add assert check in pmu.c by tony.xie · 7 years ago
  39. 5c51e09 Merge pull request #930 from antonio-nino-diaz-arm/an/fixes-xlat-v2 by davidcunado-arm · 7 years ago
  40. 2f1612e Migrate ARM platforms to use TF_MBEDTLS_KEY_ALG by David Cunado · 7 years ago
  41. b101018 mbedtls: Complete namespace for TF specific macros by David Cunado · 7 years ago
  42. c7a1b19 mbedtls: Namespace for TF specific macros by David Cunado · 7 years ago
  43. f3e3a43 AArch32: Rework SMC context save and restore mechanism by Soby Mathew · 7 years ago
  44. e3cc838 Hook up LLVM compiler-rt in the build system by dp-arm · 7 years ago
  45. 75b6057 Import builtins from LLVM compiler-rt project by dp-arm · 7 years ago
  46. f68b96c Tegra: Break circular dependency in platform header files by Sandrine Bailleux · 7 years ago
  47. 5f2b012 FVP: Break circular dependency in platform header files by Sandrine Bailleux · 7 years ago
  48. 783fd7c Merge pull request #933 from davidcunado-arm/dc/add_spdx by davidcunado-arm · 7 years ago
  49. dedfde5 Add missing SPDX header by David Cunado · 7 years ago
  50. b1e64b0 Merge pull request #928 from davidcunado-arm/dc/update_userguide by davidcunado-arm · 7 years ago
  51. 6715485 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 7 years ago
  52. 16d12c9 Merge pull request #932 from dp-arm/dp/spdx-rockchip by davidcunado-arm · 7 years ago
  53. d91aaae Use SPDX license identifiers for remaining files by dp-arm · 7 years ago
  54. 8016ffd Merge pull request #918 from rockchip-linux/rk3328 by davidcunado-arm · 7 years ago
  55. 219e01a Merge pull request #931 from antonio-nino-diaz-arm/an/revert-rockchip by davidcunado-arm · 7 years ago
  56. 1d74beb Revert "rockchip: Remove unused rockchip_pd_pwr_down_wfi function" by Antonio Nino Diaz · 7 years ago
  57. d1374a2 rockchip: rk3328: Add a missing paragraph for copyright notice. by tony.xie · 7 years ago
  58. 9b11f39 Minor fixes to the xlat tables lib v2 by Antonio Nino Diaz · 7 years ago
  59. 6377a4f Merge pull request #926 from EvanLloyd/win_make_4 by davidcunado-arm · 7 years ago
  60. 4c99cfd Merge pull request #922 from davidcunado-arm/dc/smc_yielding_spds by davidcunado-arm · 7 years ago
  61. e377ca3 Update AEM and Cortex Models versions by David Cunado · 7 years ago
  62. 8364a95 Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit by davidcunado-arm · 7 years ago
  63. c8833ea Migrate secure payload dispatchers to new SMC terminology by David Cunado · 7 years ago
  64. f251a4c Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 7 years ago
  65. bc1a929 Introduce ARM SiP service to switch execution state by Jeenu Viswambharan · 7 years ago
  66. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  67. 1c5f360 Build: Correct Unix specific echo commands by Evan Lloyd · 7 years ago
  68. 4c3055f Build: Fix parallel build by Evan Lloyd · 7 years ago
  69. 7dc9133 Merge pull request #919 from davidcunado-arm/dc/smc_yielding_generic by davidcunado-arm · 7 years ago
  70. 2a9b882 Add macro to check whether the CPU implements an EL by Jeenu Viswambharan · 7 years ago
  71. efabaa9 Fix execute-never permissions in xlat tables libs by Antonio Nino Diaz · 7 years ago
  72. 014f833 Merge pull request #923 from nmenon/fix_xlat_1 by davidcunado-arm · 7 years ago
  73. 6f24346 xlat lib: Don't set mmap_attr_t enum to be -1 by Nishanth Menon · 7 years ago
  74. c9b55f0 Merge pull request #896 from sbranden/tf_issue_461 by davidcunado-arm · 7 years ago
  75. e789ae4 Merge pull request #913 from vwadekar/tegra-fixes-from-downstream by davidcunado-arm · 7 years ago
  76. b91b5fc Tegra210: implement 'get_target_pwr_state' handler by Varun Wadekar · 7 years ago
  77. 5590298 Tegra: fix the NS DRAM address calculation logic by Varun Wadekar · 7 years ago
  78. 153982c Tegra: memctrl_v2: zero out NS Video memory carveout region by Varun Wadekar · 8 years ago
  79. 4e49a7b Tegra186: calculate proper power state for cluster/system power down by Varun Wadekar · 7 years ago
  80. d346dca Tegra186: mce: max retries for ARI requests by Steven Kao · 8 years ago
  81. 4d160ac Tegra: memmap Tegra micro-seconds timer controller by Steven Kao · 8 years ago
  82. 27e6431 Tegra: early init the delay timer by Steven Kao · 8 years ago
  83. 7d99b6c Merge branch 'integration' into tf_issue_461 by Scott Branden · 7 years ago
  84. bf404c0 Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 7 years ago
  85. 3847eae Merge pull request #920 from vwadekar/asserts-release-nvidia by davidcunado-arm · 7 years ago
  86. 7a4ff68 Tegra: Control inclusion of helper code used for asserts by Antonio Nino Diaz · 7 years ago
  87. 4aeaf07 Tegra: smmu: enable asserts by default by Varun Wadekar · 7 years ago
  88. 38c8022 Tegra: enable 'ENABLE_ASSERTIONS' for all builds by Varun Wadekar · 7 years ago
  89. a441f72 Tegra: group platform settings together by Varun Wadekar · 7 years ago
  90. 90d1240 Merge pull request #917 from soby-mathew/sm/sys_susp_css by davidcunado-arm · 7 years ago
  91. 28f69ab Update terminology: standard SMC to yielding SMC by David Cunado · 7 years ago
  92. e7c7911 Merge pull request #907 from antonio-nino-diaz-arm/an/smc-ret0 by davidcunado-arm · 7 years ago
  93. 4cb1b71 Merge pull request #900 from vwadekar/ti-uart-bug-fix by davidcunado-arm · 7 years ago
  94. 2943605 Merge pull request #914 from afaerber/align-hex by davidcunado-arm · 7 years ago
  95. c925f40 Merge pull request #901 from vwadekar/freebsd-stdbool-header by davidcunado-arm · 7 years ago
  96. 54973e7 rockchip: rk3328: support rk3328 by tony.xie · 7 years ago
  97. a6919d6 Merge pull request #911 from danh-arm/dh/refactor-bl2-image-load by davidcunado-arm · 7 years ago
  98. fdc9ee8 Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvements by davidcunado-arm · 7 years ago
  99. 7a3b5eb CSS: Allow system suspend only via PSCI SYSTEM_SUSPEND API by Soby Mathew · 8 years ago
  100. 242a7b7 fiptool: Support non-decimal --align arguments by Andreas Färber · 7 years ago