1. bb41eb7 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · 8 years ago
  2. 2a6c1a8 fip: move headers shared between TF and fiptool to include/tools_share by Masahiro Yamada · 8 years ago
  3. be4cd40 Build: fix assert_boolean implementation by Masahiro Yamada · 8 years ago
  4. 727a68b Merge pull request #936 from antonio-nino-diaz-arm/an/assert-mem by davidcunado-arm · 8 years ago
  5. 4fd4af2 Merge pull request #942 from soby-mathew/sm/fix_juno_build_err by danh-arm · 8 years ago
  6. bbf4c22 Juno: Fix AArch32 sp_min build by Soby Mathew · 8 years ago
  7. 093e53f Merge pull request #937 from rockchip-linux/rk3328_assert by danh-arm · 8 years ago
  8. f0019fc Merge pull request #935 from davidcunado-arm/dc/mbed_api by danh-arm · 8 years ago
  9. 6cea945 Merge pull request #934 from sandrine-bailleux-arm/sb/break-headers-circular-dep by danh-arm · 8 years ago
  10. 0da2fe7 Simplify assert() to reduce memory usage by Antonio Nino Diaz · 8 years ago
  11. 6bf14e1 rockchip: rk3328: Add assert check in pmu.c by tony.xie · 8 years ago
  12. 823cc7a Merge pull request #930 from antonio-nino-diaz-arm/an/fixes-xlat-v2 by davidcunado-arm · 8 years ago
  13. 6a0b0d7 Migrate ARM platforms to use TF_MBEDTLS_KEY_ALG by David Cunado · 8 years ago
  14. 0aff7ad mbedtls: Complete namespace for TF specific macros by David Cunado · 8 years ago
  15. b188351 mbedtls: Namespace for TF specific macros by David Cunado · 8 years ago
  16. 24c287b Tegra: Break circular dependency in platform header files by Sandrine Bailleux · 8 years ago
  17. 144c3f5 FVP: Break circular dependency in platform header files by Sandrine Bailleux · 8 years ago
  18. b4b541c Merge pull request #933 from davidcunado-arm/dc/add_spdx by davidcunado-arm · 8 years ago
  19. fa71521 Add missing SPDX header by David Cunado · 8 years ago
  20. f67c663 Merge pull request #928 from davidcunado-arm/dc/update_userguide by davidcunado-arm · 8 years ago
  21. d6104f5 Merge pull request #927 from jeenu-arm/state-switch by davidcunado-arm · 8 years ago
  22. 78b7134 Merge pull request #932 from dp-arm/dp/spdx-rockchip by davidcunado-arm · 8 years ago
  23. c3e70be Use SPDX license identifiers for remaining files by dp-arm · 8 years ago
  24. a78b73f Merge pull request #918 from rockchip-linux/rk3328 by davidcunado-arm · 8 years ago
  25. cdf972c Merge pull request #931 from antonio-nino-diaz-arm/an/revert-rockchip by davidcunado-arm · 8 years ago
  26. 9bb0b3c Revert "rockchip: Remove unused rockchip_pd_pwr_down_wfi function" by Antonio Nino Diaz · 8 years ago
  27. be2a312 rockchip: rk3328: Add a missing paragraph for copyright notice. by tony.xie · 8 years ago
  28. e769db3 Minor fixes to the xlat tables lib v2 by Antonio Nino Diaz · 8 years ago
  29. 172138b Merge pull request #926 from EvanLloyd/win_make_4 by davidcunado-arm · 8 years ago
  30. 07f4000 Merge pull request #922 from davidcunado-arm/dc/smc_yielding_spds by davidcunado-arm · 8 years ago
  31. b9ecb21 Update AEM and Cortex Models versions by David Cunado · 8 years ago
  32. 5e62327 Merge pull request #924 from antonio-nino-diaz-arm/an/fix-xn-bit by davidcunado-arm · 8 years ago
  33. bbbbcda Migrate secure payload dispatchers to new SMC terminology by David Cunado · 8 years ago
  34. f132b4a Merge pull request #925 from dp-arm/dp/spdx by davidcunado-arm · 8 years ago
  35. b10d449 Introduce ARM SiP service to switch execution state by Jeenu Viswambharan · 8 years ago
  36. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  37. 052ab52 Build: Correct Unix specific echo commands by Evan Lloyd · 8 years ago
  38. 6ba7d27 Build: Fix parallel build by Evan Lloyd · 8 years ago
  39. 4b427bd Merge pull request #919 from davidcunado-arm/dc/smc_yielding_generic by davidcunado-arm · 8 years ago
  40. f4c8aa9 Add macro to check whether the CPU implements an EL by Jeenu Viswambharan · 8 years ago
  41. a564025 Fix execute-never permissions in xlat tables libs by Antonio Nino Diaz · 8 years ago
  42. 062dd37 Merge pull request #923 from nmenon/fix_xlat_1 by davidcunado-arm · 8 years ago
  43. 7055e6f xlat lib: Don't set mmap_attr_t enum to be -1 by Nishanth Menon · 8 years ago
  44. 7fa3214 Merge pull request #896 from sbranden/tf_issue_461 by davidcunado-arm · 8 years ago
  45. 798b084 Merge pull request #913 from vwadekar/tegra-fixes-from-downstream by davidcunado-arm · 8 years ago
  46. 7c1d434 Tegra210: implement 'get_target_pwr_state' handler by Varun Wadekar · 8 years ago
  47. 14a1c0e Tegra: fix the NS DRAM address calculation logic by Varun Wadekar · 9 years ago
  48. 9d42d23 Tegra: memctrl_v2: zero out NS Video memory carveout region by Varun Wadekar · 9 years ago
  49. e9cb01d Tegra186: calculate proper power state for cluster/system power down by Varun Wadekar · 8 years ago
  50. ab3a33f Tegra186: mce: max retries for ARI requests by Steven Kao · 9 years ago
  51. e99eeec Tegra: memmap Tegra micro-seconds timer controller by Steven Kao · 9 years ago
  52. d29d96f Tegra: early init the delay timer by Steven Kao · 9 years ago
  53. 0f22bef Merge branch 'integration' into tf_issue_461 by Scott Branden · 8 years ago
  54. 53d9c9c Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 8 years ago
  55. dd454b4 Merge pull request #920 from vwadekar/asserts-release-nvidia by davidcunado-arm · 8 years ago
  56. bf097ca Tegra: Control inclusion of helper code used for asserts by Antonio Nino Diaz · 8 years ago
  57. cd3b7eb Tegra: smmu: enable asserts by default by Varun Wadekar · 8 years ago
  58. 6c16918 Tegra: enable 'ENABLE_ASSERTIONS' for all builds by Varun Wadekar · 8 years ago
  59. 03af25b Tegra: group platform settings together by Varun Wadekar · 8 years ago
  60. b3ccb0f Merge pull request #917 from soby-mathew/sm/sys_susp_css by davidcunado-arm · 8 years ago
  61. 16292f5 Update terminology: standard SMC to yielding SMC by David Cunado · 8 years ago
  62. 79199f7 Merge pull request #907 from antonio-nino-diaz-arm/an/smc-ret0 by davidcunado-arm · 8 years ago
  63. b7a52a7 Merge pull request #900 from vwadekar/ti-uart-bug-fix by davidcunado-arm · 8 years ago
  64. ec54a87 Merge pull request #914 from afaerber/align-hex by davidcunado-arm · 8 years ago
  65. c99a16f Merge pull request #901 from vwadekar/freebsd-stdbool-header by davidcunado-arm · 8 years ago
  66. 0d5ec95 rockchip: rk3328: support rk3328 by tony.xie · 8 years ago
  67. ffc299f Merge pull request #911 from danh-arm/dh/refactor-bl2-image-load by davidcunado-arm · 8 years ago
  68. 0c7c441 Merge pull request #909 from sandrine-bailleux-arm/sb/xlat-lib-misc-improvements by davidcunado-arm · 8 years ago
  69. abd2aba CSS: Allow system suspend only via PSCI SYSTEM_SUSPEND API by Soby Mathew · 9 years ago
  70. fb5f794 fiptool: Support non-decimal --align arguments by Andreas Färber · 8 years ago
  71. 8178ea7 drivers: ti: uart: remove UART_FCR writes by Varun Wadekar · 8 years ago
  72. 3fb340a Merge pull request #912 from vwadekar/tegra-smmu-ctx-save-robust by davidcunado-arm · 8 years ago
  73. 484acce Merge pull request #910 from dp-arm/dp/AArch32-juno-port by davidcunado-arm · 8 years ago
  74. 94e0ed6 Merge pull request #902 from vwadekar/tegra186-sip-mce-calls by davidcunado-arm · 8 years ago
  75. e83b5fd Merge pull request #898 from soby-mathew/sm/dcache-early by davidcunado-arm · 8 years ago
  76. 228bfab Merge pull request #903 from antonio-nino-diaz-arm/an/build-xlat-v1 by davidcunado-arm · 8 years ago
  77. 2edf648 Merge pull request #906 from antonio-nino-diaz-arm/an/asserts-release by davidcunado-arm · 8 years ago
  78. 63ac1a2 Tegra: smmu: make the context save sequence robust by Varun Wadekar · 8 years ago
  79. 6f24934 AArch32: Add SP_MIN support for JUNO by Yatharth Kochar · 9 years ago
  80. 07570d5 Changes to support execution in AArch32 state for JUNO by Yatharth Kochar · 9 years ago
  81. dc78758 AArch32: Add support for ARM Cortex-A53/57/72 MPCore Processor by Yatharth Kochar · 9 years ago
  82. 0498343 css: Ensure PSCI system off/reset is not interrupted by dp-arm · 8 years ago
  83. 28fa2e9 xlat lib: Use mmap_attr_t type consistently by Sandrine Bailleux · 8 years ago
  84. aa61368 Control inclusion of helper code used for asserts by Antonio Nino Diaz · 8 years ago
  85. 044bb2f Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · 8 years ago
  86. 7a317a7 tspd:FWU:Fix usage of SMC_RET0 by Antonio Nino Diaz · 8 years ago
  87. 85aa186 Merge pull request #904 from vwadekar/tegra-smmu-ctx-size-fix by davidcunado-arm · 8 years ago
  88. 230f0d9 lib: stdbool header from the FreeBSD project by Varun Wadekar · 8 years ago
  89. 0741c96 Tegra: smmu: fix the size used to save context by Varun Wadekar · 8 years ago
  90. c2a9ee6 Minor refactor of BL2 image load v2 by Dan Handley · 8 years ago
  91. cc8b563 Add `ENABLE_ASSERTIONS` build option by Antonio Nino Diaz · 8 years ago
  92. bcc3c49 PSCI: Build option to enable D-Caches early in warmboot by Soby Mathew · 8 years ago
  93. 3b211ff ARM platforms: Add option to use xlat tables lib v1 by Antonio Nino Diaz · 8 years ago
  94. 239b085 TZC: rename included C file to a header by Antonio Nino Diaz · 8 years ago
  95. c76c1b7 Tegra186: Support AARCH32/64 encoding for MCE calls by Varun Wadekar · 8 years ago
  96. f3c8ec6 Merge pull request #893 from antonio-nino-diaz-arm/an/tf-printf-error by davidcunado-arm · 8 years ago
  97. 3d21c94 Merge pull request #899 from vwadekar/tegra186-platform-support-v6 by davidcunado-arm · 8 years ago
  98. ea69a93 Merge pull request #890 from masahir0y/scp by davidcunado-arm · 8 years ago
  99. 5d38535 Merge pull request #897 from vwadekar/memctrl-v1-xlat-table-v2 by davidcunado-arm · 8 years ago
  100. 50e9163 Tegra: fix trivial misra issues by Anthony Zhou · 8 years ago