1. 9500d5a Merge pull request #1148 from antonio-nino-diaz-arm/an/spm by davidcunado-arm · 7 years ago
  2. 2fccb22 SPM: Introduce Secure Partition Manager by Antonio Nino Diaz · 7 years ago
  3. 8012cc5 Build: introduce ${BUILD_PLAT} target to create the top build directory by Masahiro Yamada · 7 years ago
  4. 74dce7f GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · 7 years ago
  5. b4f4a2f Merge pull request #1093 from soby-mathew/eb/log_fw by davidcunado-arm · 7 years ago
  6. 7f56e9a Implement log framework by Soby Mathew · 7 years ago
  7. 76580f3 Filter out invalid configure for EL3_PAYLOAD_BASE by Qixiang Xu · 7 years ago
  8. 66079b0 Makefile: correct path for CHECKPATCH warnings by Etienne Carriere · 7 years ago
  9. e33fd44 CCI: Adapt for specific product at run time by Jeenu Viswambharan · 7 years ago
  10. c1232c3 Fix alphabetic ordering by Jeenu Viswambharan · 7 years ago
  11. 07f2178 Release v1.4: Update minor version number to 4 by David Cunado · 7 years ago
  12. c2b8806 Introduce TF_LDFLAGS by Douglas Raillard · 7 years ago
  13. 0d182a0 Merge pull request #1002 from douglas-raillard-arm/dr/fix_errata_a53 by danh-arm · 7 years ago
  14. a94cc37 Apply workarounds for A53 Cat A Errata 835769 and 843419 by Douglas Raillard · 7 years ago
  15. d832aee aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 7 years ago
  16. 79eb1af Remove `DISABLE_PEDANTIC` build option by Antonio Nino Diaz · 7 years ago
  17. 572e141 Merge pull request #949 from antonio-nino-diaz-arm/an/printf-memory by davidcunado-arm · 7 years ago
  18. 7559633 build: Introduce ARM Compiler 6 support by dp-arm · 7 years ago
  19. d546185 build: Introduce clang support by dp-arm · 7 years ago
  20. 72610c4 build: Introduce HOSTCC flag by dp-arm · 7 years ago
  21. 344af65 Switch default C environment from c99 to gnu99 by dp-arm · 7 years ago
  22. e715e67 Merge pull request #938 from masahir0y/tools_share by danh-arm · 7 years ago
  23. da5241c Introduce `tf_snprintf` by Antonio Nino Diaz · 7 years ago
  24. bb41eb7 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · 7 years ago
  25. 2a6c1a8 fip: move headers shared between TF and fiptool to include/tools_share by Masahiro Yamada · 7 years ago
  26. 1bd61d0 AArch32: Add BL2U support by Yatharth Kochar · 8 years ago
  27. a440900 AArch32: Add `TRUSTED_BOARD_BOOT` support by dp-arm · 8 years ago
  28. d801fbb Hook up LLVM compiler-rt in the build system by dp-arm · 7 years ago
  29. 172138b Merge pull request #926 from EvanLloyd/win_make_4 by davidcunado-arm · 7 years ago
  30. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  31. 052ab52 Build: Correct Unix specific echo commands by Evan Lloyd · 7 years ago
  32. e83b5fd Merge pull request #898 from soby-mathew/sm/dcache-early by davidcunado-arm · 7 years ago
  33. 044bb2f Remove build option `ASM_ASSERTION` by Antonio Nino Diaz · 7 years ago
  34. cc8b563 Add `ENABLE_ASSERTIONS` build option by Antonio Nino Diaz · 7 years ago
  35. bcc3c49 PSCI: Build option to enable D-Caches early in warmboot by Soby Mathew · 7 years ago
  36. ea69a93 Merge pull request #890 from masahir0y/scp by davidcunado-arm · 7 years ago
  37. ed75625 Merge pull request #886 from dp-arm/dp/stack-protector by davidcunado-arm · 7 years ago
  38. 5dff210 Merge pull request #877 from soby-mathew/sm/build_opt_checks by davidcunado-arm · 7 years ago
  39. 4d045d0 Build: add generic way to include SCP_BL2 into FIP image by Masahiro Yamada · 7 years ago
  40. 51faada Add support for GCC stack protection by Douglas Raillard · 7 years ago
  41. 8a86052 Include all makefiles before build option checks by Soby Mathew · 8 years ago
  42. 7531120 Move plat/common source file definitions to generic Makefiles by dp-arm · 7 years ago
  43. 510a9de Merge pull request #860 from jeenu-arm/hw-asstd-coh by davidcunado-arm · 7 years ago
  44. 28ee754 Merge pull request #856 from antonio-nino-diaz-arm/an/dynamic-xlat by davidcunado-arm · 7 years ago
  45. 7bb01fb Add version 2 of xlat tables library by Antonio Nino Diaz · 7 years ago
  46. d4593e4 Disallow using coherent memory with hardware-assisted coherency by Jeenu Viswambharan · 8 years ago
  47. 3c251af build: Define build option for hardware-assisted coherency by Jeenu Viswambharan · 8 years ago
  48. 7befa5a Merge pull request #837 from douglas-raillard-arm/dr/fix_tools_cflags by danh-arm · 7 years ago
  49. 8da12f6 Merge pull request #843 from jeenu-arm/cas-lock by danh-arm · 8 years ago
  50. 2866ea1 Merge pull request #829 from masahir0y/build by davidcunado-arm · 8 years ago
  51. c877b41 Introduce locking primitives using CAS instruction by Jeenu Viswambharan · 8 years ago
  52. 04c1db1 PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 8 years ago
  53. bee71c7 Makefile: use git describe for BUILD_STRING by Masahiro Yamada · 8 years ago
  54. bcc2bf0 Merge pull request #821 from jeenu-arm/errata-printing by danh-arm · 8 years ago
  55. 474d4ec Merge pull request #799 from masahir0y/fiptool by danh-arm · 8 years ago
  56. 72fc70e build: Use separate CFLAGS for tools by Douglas Raillard · 8 years ago
  57. 10bcd76 Report errata workaround status to console by Jeenu Viswambharan · 8 years ago
  58. e507f8e Add -fno-builtin to CFLAGS by Douglas Raillard · 8 years ago
  59. 1c75d5d fiptool: support --align option to add desired alignment to image offset by Masahiro Yamada · 8 years ago
  60. 55cdcf7 checkpatch: Fix regular expressions by Antonio Nino Diaz · 8 years ago
  61. 59de509 Build: use CPP just for pre-processing by Masahiro Yamada · 8 years ago
  62. f2e1d57 Build: exclude -c flag from TF_CFLAGS by Masahiro Yamada · 8 years ago
  63. 53d703a Enable TRUSTED_BOARD_BOOT support for LOAD_IMAGE_V2=1 by Yatharth Kochar · 8 years ago
  64. 2fae4b1 build: Reorder build variables alphabetically by Jeenu Viswambharan · 8 years ago
  65. c626311 Fix format of patches passed to checkpatch by Antonio Nino Diaz · 8 years ago
  66. 1281a42 Merge pull request #734 from afaerber/make-help by danh-arm · 8 years ago
  67. 66b4542 Merge pull request #729 from dp-arm/dp/arm-sip by danh-arm · 8 years ago
  68. d4e748f Release v1.3: Update minor version number to 3 by David Cunado · 8 years ago
  69. 872be88 Add PMF instrumentation points in TF by dp-arm · 8 years ago
  70. 59dead2 Makefile: Add missing space in help output by Andreas Färber · 8 years ago
  71. 6fe8aa2 AArch32: Add ARM platform changes in BL2 by Yatharth Kochar · 8 years ago
  72. 83fc4a9 AArch32: Add ARM platform changes in BL1 by Yatharth Kochar · 8 years ago
  73. 1a0a3f0 AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  74. 7260022 Add new version of image loading. by Yatharth Kochar · 8 years ago
  75. afdda57 Move pmf headers to include/lib/pmf by dp-arm · 8 years ago
  76. 9d29c22 AArch32: Enable build at top level Makefile for FVP by Soby Mathew · 8 years ago
  77. 031dbb1 AArch32: Add essential Arch helpers by Soby Mathew · 8 years ago
  78. 41b568f Merge pull request #661 from dp-arm/master by danh-arm · 8 years ago
  79. 819281e Replace fip_create with fiptool by dp-arm · 8 years ago
  80. 532ed61 Introduce `el3_runtime` and `PSCI` libraries by Soby Mathew · 8 years ago
  81. 5d1c104 Introduce SEPARATE_CODE_AND_RODATA build flag by Sandrine Bailleux · 8 years ago
  82. 170fb93 Add optional PSCI STAT residency & count functions by Yatharth Kochar · 8 years ago
  83. a31d898 Add Performance Measurement Framework(PMF) by Yatharth Kochar · 8 years ago
  84. 174baee Merge pull request #643 from sandrine-bailleux-arm/sb/checkpatch-conf-file by danh-arm · 8 years ago
  85. adb1ddf Merge pull request #639 from danh-arm/dh/import-libfdt by danh-arm · 8 years ago
  86. f607739 Move checkpatch options in a configuration file by Sandrine Bailleux · 8 years ago
  87. 1a41e8c Exclude more files from checkpatch and checkcodebase by Dan Handley · 8 years ago
  88. f0b489c Move stdlib header files to include/lib/stdlib by Dan Handley · 8 years ago
  89. 8cd16e6 Build option to include AArch32 registers in cpu context by Soby Mathew · 8 years ago
  90. 403973c Give user's compiler flags precedence over default ones by Sandrine Bailleux · 8 years ago
  91. af984ee Merge pull request #588 from antonio-nino-diaz-arm/an/ignore-check-md by danh-arm · 8 years ago
  92. 8f524c2 Remove markdown files from coding style check by Antonio Nino Diaz · 8 years ago
  93. 3323fe1 Fix list of paths to perform coding style check on by Antonio Nino Diaz · 8 years ago
  94. c71a87a Merge pull request #587 from antonio-nino-diaz-arm/an/rename-bl33-base by danh-arm · 8 years ago
  95. b2c9687 Merge pull request #586 from antonio-nino-diaz-arm/an/spd-bl32 by danh-arm · 8 years ago
  96. 68450a6 Rename BL33_BASE option to PRELOADED_BL33_BASE by Antonio Nino Diaz · 8 years ago
  97. 81d139d Remove BL32_BASE when building without SPD for FVP by Antonio Nino Diaz · 8 years ago
  98. 91e8ae6 Merge pull request #578 from EvanLloyd/ejll/woa_make2 by danh-arm · 8 years ago
  99. 42a45b5 Make:Allow for extension in tool names. by Evan Lloyd · 9 years ago
  100. b169f6a Make:Use "simply expanded" make variables. by Evan Lloyd · 9 years ago