1. cc6129d Remove `DISABLE_PEDANTIC` build option by Antonio Nino Diaz · 7 years ago
  2. 34e7843 Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memory by davidcunado-arm · 7 years ago
  3. b3bfd34 build: Introduce ARM Compiler 6 support by dp-arm · 7 years ago
  4. 320e844 build: Introduce clang support by dp-arm · 7 years ago
  5. e95aaa6 build: Introduce HOSTCC flag by dp-arm · 7 years ago
  6. c8898cf Switch default C environment from c99 to gnu99 by dp-arm · 7 years ago
  7. 4be1a61 Merge pull request #938 from masahir0y/tools_share by danh-arm · 7 years ago
  8. 9c107fa Introduce `tf_snprintf` by Antonio Nino Diaz · 7 years ago
  9. a27c166 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · 7 years ago
  10. e3a2b31 fip: move headers shared between TF and fiptool to include/tools_share by Masahiro Yamada · 7 years ago
  11. 18dfb30 AArch32: Add BL2U support by Yatharth Kochar · 8 years ago
  12. cdd03cb AArch32: Add `TRUSTED_BOARD_BOOT` support by dp-arm · 7 years ago
  13. e3cc838 Hook up LLVM compiler-rt in the build system by dp-arm · 7 years ago
  14. 6377a4f Merge pull request #926 from EvanLloyd/win_make_4 by davidcunado-arm · 7 years ago
  15. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  16. 1c5f360 Build: Correct Unix specific echo commands by Evan Lloyd · 7 years ago
  17. b68095d Merge pull request #898 from soby-mathew/sm/dcache-early by davidcunado-arm · 7 years ago
  18. 7c65c1e Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · 7 years ago
  19. 808c229 Add `ENABLE_ASSERTIONS` build option by Antonio Nino Diaz · 7 years ago
  20. 043fe9c PSCI: Build option to enable D-Caches early in warmboot by Soby Mathew · 7 years ago
  21. 2f92c1e Merge pull request #890 from masahir0y/scp by davidcunado-arm · 7 years ago
  22. 18e6004 Merge pull request #886 from dp-arm/dp/stack-protector by davidcunado-arm · 7 years ago
  23. 53e442e Merge pull request #877 from soby-mathew/sm/build_opt_checks by davidcunado-arm · 7 years ago
  24. e76b4f8 Build: add generic way to include SCP_BL2 into FIP image by Masahiro Yamada · 7 years ago
  25. 306593d Add support for GCC stack protection by Douglas Raillard · 7 years ago
  26. 574e01e Include all makefiles before build option checks by Soby Mathew · 7 years ago
  27. 230011c Move plat/common source file definitions to generic Makefiles by dp-arm · 7 years ago
  28. 1fecc8d Merge pull request #860 from jeenu-arm/hw-asstd-coh by davidcunado-arm · 7 years ago
  29. c4364f6 Merge pull request #856 from antonio-nino-diaz-arm/an/dynamic-xlat by davidcunado-arm · 7 years ago
  30. 233c7c1 Add version 2 of xlat tables library by Antonio Nino Diaz · 7 years ago
  31. 7ed2cbc Disallow using coherent memory with hardware-assisted coherency by Jeenu Viswambharan · 7 years ago
  32. a10d64e build: Define build option for hardware-assisted coherency by Jeenu Viswambharan · 7 years ago
  33. faafd7e Merge pull request #837 from douglas-raillard-arm/dr/fix_tools_cflags by danh-arm · 7 years ago
  34. f526d59 Merge pull request #843 from jeenu-arm/cas-lock by danh-arm · 7 years ago
  35. 301a1f5 Merge pull request #829 from masahir0y/build by davidcunado-arm · 7 years ago
  36. fca7680 Introduce locking primitives using CAS instruction by Jeenu Viswambharan · 7 years ago
  37. 66abfbe PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 7 years ago
  38. f10adde Makefile: use git describe for BUILD_STRING by Masahiro Yamada · 7 years ago
  39. 82968ce Merge pull request #821 from jeenu-arm/errata-printing by danh-arm · 7 years ago
  40. 092d273 Merge pull request #799 from masahir0y/fiptool by danh-arm · 7 years ago
  41. 527cd90 build: Use separate CFLAGS for tools by Douglas Raillard · 8 years ago
  42. d5ec367 Report errata workaround status to console by Jeenu Viswambharan · 7 years ago
  43. 72f572f Add -fno-builtin to CFLAGS by Douglas Raillard · 7 years ago
  44. 4d87eb4 fiptool: support --align option to add desired alignment to image offset by Masahiro Yamada · 8 years ago
  45. d84f88e checkpatch: Fix regular expressions by Antonio Nino Diaz · 7 years ago
  46. 0dec9fa Build: use CPP just for pre-processing by Masahiro Yamada · 8 years ago
  47. 49071ae Build: exclude -c flag from TF_CFLAGS by Masahiro Yamada · 8 years ago
  48. 8c0177f Enable TRUSTED_BOARD_BOOT support for LOAD_IMAGE_V2=1 by Yatharth Kochar · 8 years ago
  49. 615ff39 build: Reorder build variables alphabetically by Jeenu Viswambharan · 8 years ago
  50. 9c91447 Fix format of patches passed to checkpatch by Antonio Nino Diaz · 8 years ago
  51. 171e729 Merge pull request #734 from afaerber/make-help by danh-arm · 8 years ago
  52. b56646f Merge pull request #729 from dp-arm/dp/arm-sip by danh-arm · 8 years ago
  53. 485b1ca Release v1.3: Update minor version number to 3 by David Cunado · 8 years ago
  54. 3cac786 Add PMF instrumentation points in TF by dp-arm · 8 years ago
  55. ec82cfb Makefile: Add missing space in help output by Andreas Färber · 8 years ago
  56. a5f77d3 AArch32: Add ARM platform changes in BL2 by Yatharth Kochar · 8 years ago
  57. 88ac53b AArch32: Add ARM platform changes in BL1 by Yatharth Kochar · 8 years ago
  58. f528faf AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  59. 3345a8d Add new version of image loading. by Yatharth Kochar · 8 years ago
  60. 6419ea3 Move pmf headers to include/lib/pmf by dp-arm · 8 years ago
  61. a194125 AArch32: Enable build at top level Makefile for FVP by Soby Mathew · 8 years ago
  62. c6820d1 AArch32: Add essential Arch helpers by Soby Mathew · 8 years ago
  63. d32134d Merge pull request #661 from dp-arm/master by danh-arm · 8 years ago
  64. 4972ec5 Replace fip_create with fiptool by dp-arm · 8 years ago
  65. 0d78607 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago
  66. f91f144 Introduce SEPARATE_CODE_AND_RODATA build flag by Sandrine Bailleux · 8 years ago
  67. 241ec6c Add optional PSCI STAT residency & count functions by Yatharth Kochar · 8 years ago
  68. 9518d02 Add Performance Measurement Framework(PMF) by Yatharth Kochar · 8 years ago
  69. 99c571b Merge pull request #643 from sandrine-bailleux-arm/sb/checkpatch-conf-file by danh-arm · 8 years ago
  70. a83af08 Merge pull request #639 from danh-arm/dh/import-libfdt by danh-arm · 8 years ago
  71. 0b5a158 Move checkpatch options in a configuration file by Sandrine Bailleux · 8 years ago
  72. 3a35571 Exclude more files from checkpatch and checkcodebase by Dan Handley · 8 years ago
  73. d7b59e4 Move stdlib header files to include/lib/stdlib by Dan Handley · 8 years ago
  74. d75d2ba Build option to include AArch32 registers in cpu context by Soby Mathew · 8 years ago
  75. f5fdbcc Give user's compiler flags precedence over default ones by Sandrine Bailleux · 8 years ago
  76. d63370d Merge pull request #588 from antonio-nino-diaz-arm/an/ignore-check-md by danh-arm · 8 years ago
  77. dc0b9c8 Remove markdown files from coding style check by Antonio Nino Diaz · 8 years ago
  78. 34466f9 Fix list of paths to perform coding style check on by Antonio Nino Diaz · 8 years ago
  79. 1d8f3a7 Merge pull request #587 from antonio-nino-diaz-arm/an/rename-bl33-base by danh-arm · 8 years ago
  80. 25ab118 Merge pull request #586 from antonio-nino-diaz-arm/an/spd-bl32 by danh-arm · 8 years ago
  81. 2b8277b Rename BL33_BASE option to PRELOADED_BL33_BASE by Antonio Nino Diaz · 8 years ago
  82. e4fa370 Remove BL32_BASE when building without SPD for FVP by Antonio Nino Diaz · 8 years ago
  83. e649196 Merge pull request #578 from EvanLloyd/ejll/woa_make2 by danh-arm · 8 years ago
  84. 004c9a5 Make:Allow for extension in tool names. by Evan Lloyd · 9 years ago
  85. f4ba5ca Make:Use "simply expanded" make variables. by Evan Lloyd · 9 years ago
  86. a71d259 Make:Use environment variables for OS detection. by Evan Lloyd · 9 years ago
  87. 26c6cb4 Make:Make shell commands more portable by Evan Lloyd · 9 years ago
  88. f269714 Make:Remove calls to shell from makefiles. by Evan Lloyd · 9 years ago
  89. 346f1f9 Remove xlat_helpers.c by Antonio Nino Diaz · 8 years ago
  90. faf144f Merge pull request #561 from antonio-nino-diaz-arm/an/bootwrapper by danh-arm · 8 years ago
  91. faf573a Enable preloaded BL33 alternative boot flow by Antonio Nino Diaz · 8 years ago
  92. 95036fc Compile stdlib C files individually by Antonio Nino Diaz · 8 years ago
  93. d481759 Disable non-temporal hint on Cortex-A53/57 by Sandrine Bailleux · 8 years ago
  94. 8e04dec Apply TBBR naming convention to the fip_create options by Juan Castillo · 8 years ago
  95. 5554dc9 Merge pull request #475 from danh-arm/dh/v1.2-final by danh-arm · 9 years ago
  96. 30734ec Increment Makefile version to 1.2 by Dan Handley · 9 years ago
  97. f4119ec Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  98. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  99. c69ef8c Merge pull request #463 from jcastillo-arm/jc/tf-issues/216 by danh-arm · 9 years ago
  100. 7ac4b11 De-feature PL011 UART driver to match generic UART spec by Juan Castillo · 9 years ago