1. 3c2c72f Doc: Fix the path to the xlat lib by Sandrine Bailleux · 8 years ago
  2. 142ff9b Merge pull request #605 from yatharth-arm/yk/sys_counter_fix by danh-arm · 8 years ago
  3. 1969625 Conditionally compile `plat_get_syscnt_freq()` in ARM standard platforms by Yatharth Kochar · 8 years ago
  4. cf4ee17 Merge pull request #604 from sandrine-bailleux-arm/sb/validate-psci_cpu_on_start-args by danh-arm · 8 years ago
  5. 3f84cec Merge pull request #602 from rockchip-linux/fixes-for-coreboot_v1 by danh-arm · 8 years ago
  6. 749ade4 Merge pull request #603 from yatharth-arm/yk/sys_counter by danh-arm · 8 years ago
  7. 22b09c1 Remove unused argument in psci_cpu_on_start() by Sandrine Bailleux · 8 years ago
  8. 1ad9f93 Validate psci_cpu_on_start() arguments by Sandrine Bailleux · 9 years ago
  9. 0c05748 rockchip: fixes for the required by Caesar Wang · 9 years ago
  10. 7607204 Merge pull request #601 from sandrine-bailleux-arm/sb/a57-errata-workarounds by danh-arm · 9 years ago
  11. 7ee532a Merge pull request #598 from antonio-nino-diaz-arm/an/xlat-overlap by danh-arm · 9 years ago
  12. c073fda Move `plat_get_syscnt_freq()` to arm_common.c by Yatharth Kochar · 9 years ago
  13. 86d8948 Doc: Add links to the A53/A57 Errata Notice documents by Sandrine Bailleux · 9 years ago
  14. adeecf9 Add support for Cortex-A57 erratum 833471 workaround by Sandrine Bailleux · 9 years ago
  15. 0728886 Add support for Cortex-A57 erratum 826977 workaround by Sandrine Bailleux · 9 years ago
  16. 0b77197 Add support for Cortex-A57 erratum 829520 workaround by Sandrine Bailleux · 9 years ago
  17. a8b1c76 Add support for Cortex-A57 erratum 828024 workaround by Sandrine Bailleux · 9 years ago
  18. 07e8942 Merge pull request #594 from jcastillo-arm/jc/user-guide by danh-arm · 9 years ago
  19. df22d60 Add support for Cortex-A57 erratum 826974 workaround by Sandrine Bailleux · 9 years ago
  20. 097b787 Fix wording in cpu-ops.mk comments by Sandrine Bailleux · 9 years ago
  21. 81b491f Merge pull request #595 from sandrine-bailleux-arm/sb/unoptimised-build by danh-arm · 9 years ago
  22. e1ea929 Limit support for region overlaps in xlat_tables by Antonio Nino Diaz · 9 years ago
  23. 7b4838e Merge pull request #549 from ljerry/tf_issue_373 by danh-arm · 9 years ago
  24. 9ff67fa Dump platform-defined regs in crash reporting by Gerald Lejeune · 9 years ago
  25. 10c252c Fix build error with optimizations disabled (-O0) by Sandrine Bailleux · 9 years ago
  26. 403973c Give user's compiler flags precedence over default ones by Sandrine Bailleux · 9 years ago
  27. ec0a975 Update User Guide and move up to Linaro 16.02 by Juan Castillo · 9 years ago
  28. df03c6e Merge pull request #593 from mtk09422/mtcmos-fix by danh-arm · 9 years ago
  29. 6d21b29 Merge pull request #591 from soby-mathew/sm/xlat_common by danh-arm · 9 years ago
  30. 8c9130c mt8173: Fix timing issue of mfg mtcmos power off by Fan Chen · 9 years ago
  31. 3e4b8fd Migrate platform ports to the new xlat_tables library by Soby Mathew · 9 years ago
  32. 3ca9928 Refactor the xlat_tables library code by Soby Mathew · 9 years ago
  33. 43b97ed Merge pull request #590 from yatharth-arm/yk/tzc400 by danh-arm · 9 years ago
  34. 9fbdb80 Use unsigned long long instead of uintptr_t in TZC400/DMC500 drivers by Yatharth Kochar · 9 years ago
  35. 72c1dc1 Merge pull request #589 from soby-mathew/sm/fix_rk_build_err by danh-arm · 9 years ago
  36. 000bc45 Fix build error in Rockchip platform by Soby Mathew · 9 years ago
  37. 70fafab Merge pull request #579 from ashutoshksingh/master by danh-arm · 9 years ago
  38. 5d787dd Merge pull request #569 from Xilinx/zynqmp-v1 by danh-arm · 9 years ago
  39. af984ee Merge pull request #588 from antonio-nino-diaz-arm/an/ignore-check-md by danh-arm · 9 years ago
  40. 8f524c2 Remove markdown files from coding style check by Antonio Nino Diaz · 9 years ago
  41. 3323fe1 Fix list of paths to perform coding style check on by Antonio Nino Diaz · 9 years ago
  42. c71a87a Merge pull request #587 from antonio-nino-diaz-arm/an/rename-bl33-base by danh-arm · 9 years ago
  43. b2c9687 Merge pull request #586 from antonio-nino-diaz-arm/an/spd-bl32 by danh-arm · 9 years ago
  44. 978e682 Merge pull request #585 from soby-mathew/sm/tf_printf_ll_changes by danh-arm · 9 years ago
  45. 68450a6 Rename BL33_BASE option to PRELOADED_BL33_BASE by Antonio Nino Diaz · 9 years ago
  46. d5d6b89 Fix BL33_BASE option to work with RESET_TO_BL31 by Antonio Nino Diaz · 9 years ago
  47. 81d139d Remove BL32_BASE when building without SPD for FVP by Antonio Nino Diaz · 9 years ago
  48. f2f5a7b Differentiate `long` and `long long` formats in tf_printf by Soby Mathew · 9 years ago
  49. 7a0ae2f Merge pull request #584 from soby-mathew/sm/enable_scr_sif by danh-arm · 9 years ago
  50. 0892f6b Merge pull request #583 from mtk09422/fix-build-error by danh-arm · 9 years ago
  51. e850883 Merge pull request #582 from jcastillo-arm/jc/fip_extract by danh-arm · 9 years ago
  52. 91e8ae6 Merge pull request #578 from EvanLloyd/ejll/woa_make2 by danh-arm · 9 years ago
  53. 105b59e Merge pull request #575 from soby-mathew/sm/new_tzc_driver by danh-arm · 9 years ago
  54. 5d29c76 Merge pull request #572 from jcastillo-arm/jc/tbb_nvcounter by danh-arm · 9 years ago
  55. a8f6e21 Merge pull request #563 from sbranden/tf_issue_380 by danh-arm · 9 years ago
  56. 99e58f9 Enable SCR_EL3.SIF bit by Soby Mathew · 9 years ago
  57. 3454fde mt8173: fix spm driver build errors by yt.lee · 9 years ago
  58. 498256e Add Xilinx to acknowledgements file by Soren Brinkmann · 9 years ago
  59. c828440 Add support for Xilinx Zynq UltraScale+ MPSOC by Soren Brinkmann · 9 years ago
  60. c49a805 fip_create: add support for image unpacking by Juan Castillo · 9 years ago
  61. 61dbb02 Merge pull request #581 from rockchip-linux/rockchip-atf-20160405 by danh-arm · 9 years ago
  62. 6fba6e0 Support for Rockchip's family SoCs by Tony Xie · 9 years ago
  63. af711c1 Merge pull request #580 from soby-mathew/sm/ret_type_plat_ns_ep by danh-arm · 9 years ago
  64. 21aa752 arm: common: Make timer configuration conditional by Soren Brinkmann · 9 years ago
  65. b5e6d09 drivers: Add Cadence UART driver by Soren Brinkmann · 9 years ago
  66. a0ad601 Modify return type of plat_get_ns_image_entrypoint() by Soby Mathew · 9 years ago
  67. c291641 Merge pull request #577 from antonio-nino-diaz-arm/an/remove-xlat-helpers by danh-arm · 9 years ago
  68. f501712 Merge pull request #576 from mtk09422/bl31-security by danh-arm · 9 years ago
  69. 56a6412 pass r0-r6 as part of smc param by Ashutosh Singh · 9 years ago
  70. 414ab85 Make:Improve version string generation portability by Evan Lloyd · 9 years ago
  71. 51b2770 Make:Improve directory generation portability. by Evan Lloyd · 9 years ago
  72. 42a45b5 Make:Allow for extension in tool names. by Evan Lloyd · 9 years ago
  73. b169f6a Make:Use "simply expanded" make variables. by Evan Lloyd · 9 years ago
  74. bb5a762 Build:Replace soft links with file copy. by Evan Lloyd · 9 years ago
  75. e7f54db Make:Use environment variables for OS detection. by Evan Lloyd · 9 years ago
  76. 1670d9d Make:Diagnostic fail if no eval by Evan Lloyd · 9 years ago
  77. f1477d4 Make:Make shell commands more portable by Evan Lloyd · 9 years ago
  78. aeb2566 Make:Add realclean to .PHONY list by Evan Lloyd · 9 years ago
  79. 231c147 Make:Remove calls to shell from makefiles. by Evan Lloyd · 9 years ago
  80. a1e0c01 mt8173: Protect BL31 memory from non-secure access by Jimmy Huang · 9 years ago
  81. 618f0fe Add support to program a DMC-500 TZC on ARM platforms by Vikram Kanigiri · 9 years ago
  82. f568604 Add ARM CoreLink DMC-500 driver to program TrustZone protection by Vikram Kanigiri · 9 years ago
  83. 57f7820 Migrate ARM standard platforms to the refactored TZC driver by Soby Mathew · 9 years ago
  84. 6b47706 Refactor the ARM CoreLink TZC-400 driver by Vikram Kanigiri · 9 years ago
  85. f33fbb2 Remove xlat_helpers.c by Antonio Nino Diaz · 9 years ago
  86. 48279d5 TBB: add non-volatile counter support by Juan Castillo · 9 years ago
  87. 4c51bad Merge pull request #570 from davwan01/bl31-in-dram by danh-arm · 9 years ago
  88. aaa416a Merge pull request #554 from ljerry/tf_issue_368_ter by danh-arm · 9 years ago
  89. 4518dd9 Add support to load BL31 in DRAM by David Wang · 9 years ago
  90. 6b836cf Add ISR_EL1 to crash report by Gerald Lejeune · 9 years ago
  91. 4ca5753 Remove DAIF bits handling macros by Gerald Lejeune · 9 years ago
  92. adb4fcf Enable asynchronous abort exceptions during boot by Gerald Lejeune · 9 years ago
  93. 96103d5 cert_create: add non-volatile counter support by Juan Castillo · 9 years ago
  94. 6b1ca8f Merge pull request #561 from antonio-nino-diaz-arm/an/bootwrapper by danh-arm · 9 years ago
  95. 85f7492 Merge pull request #560 from sandrine-bailleux-arm/sb/restructure-doc by danh-arm · 9 years ago
  96. b26c222 Merge pull request #559 from soby-mathew/sm/cpu_ops_verbose_log by danh-arm · 9 years ago
  97. bda7701 Add support for %z in tf_print() by Scott Branden · 9 years ago
  98. eaefdec Simplify Firmware Design document by Sandrine Bailleux · 9 years ago
  99. 1319e7b Make cpu operations warning a VERBOSE print by Soby Mathew · 9 years ago
  100. 55a8565 Merge pull request #552 from antonio-nino-diaz-arm/an/cache-dts by danh-arm · 9 years ago