1. 47b4443 Merge pull request #880 from Summer-ARM/sq/tcr-memory-attribution by davidcunado-arm · 7 years ago
  2. d4acf20 Merge pull request #879 from Summer-ARM/sq/mt-support by davidcunado-arm · 7 years ago
  3. daf5dbb Add support to change xlat_tables to non-cacheable by Summer Qin · 7 years ago
  4. 93c812f ARM platforms: Add support for MT bit in MPIDR by Summer Qin · 7 years ago
  5. 00eefd9 Add workaround for ARM Cortex-A53 erratum 855873 by Andre Przywara · 8 years ago
  6. f270d6b Merge pull request #861 from soby-mathew/sm/aarch32_fixes by davidcunado-arm · 7 years ago
  7. c4364f6 Merge pull request #856 from antonio-nino-diaz-arm/an/dynamic-xlat by davidcunado-arm · 7 years ago
  8. 719bf85 ARM platforms: Enable xlat tables lib v2 by Antonio Nino Diaz · 7 years ago
  9. 3f13c35 Apply workaround for errata 813419 of Cortex-A57 by Antonio Nino Diaz · 7 years ago
  10. ac99803 Add dynamic region support to xlat tables lib v2 by Antonio Nino Diaz · 7 years ago
  11. 233c7c1 Add version 2 of xlat tables library by Antonio Nino Diaz · 7 years ago
  12. 700ebe5 spd: trusty: pass VMID via X7 by Anthony Zhou · 9 years ago
  13. 074f693 AArch32: Fix conditional inclusion of bakery_locks by Soby Mathew · 7 years ago
  14. 3f745b2 stdlib: add memcpy16() to string.h by Varun Wadekar · 8 years ago
  15. 69ce101 Tegra: enable ECC/Parity protection for Cortex-A57 CPUs by Varun Wadekar · 8 years ago
  16. d43583c cpus: denver: disable DCO operations from platform code by Varun Wadekar · 8 years ago
  17. 3c337a6 cpus: Add support for all Denver variants by Varun Wadekar · 9 years ago
  18. 88de358 Merge pull request #841 from dp-arm/dp/debug-regs by danh-arm · 7 years ago
  19. 0470202 Merge pull request #834 from douglas-raillard-arm/dr/use_dc_zva_zeroing by davidcunado-arm · 7 years ago
  20. b71946b Juno: Disable SPIDEN in release builds by dp-arm · 7 years ago
  21. 595d0d5 Disable secure self-hosted debug via MDCR_EL3/SDCR by dp-arm · 7 years ago
  22. 66abfbe PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 7 years ago
  23. 21362a9 Introduce unified API to zero memory by Douglas Raillard · 8 years ago
  24. 8dbf3d7 PMF: Fixup PMF constants by dp-arm · 7 years ago
  25. 82968ce Merge pull request #821 from jeenu-arm/errata-printing by danh-arm · 7 years ago
  26. d5ec367 Report errata workaround status to console by Jeenu Viswambharan · 7 years ago
  27. 54ec86a Allow spin locks to be defined from assembly by Jeenu Viswambharan · 7 years ago
  28. 2e36de8 Resolve build errors flagged by GCC 6.2 by David Cunado · 7 years ago
  29. 2165a3e stdlib: Import timingsafe_bcmp() from FreeBSD by Antonio Nino Diaz · 7 years ago
  30. 18babd3 Merge pull request #818 from sandrine-bailleux-arm/sb/strnlen by danh-arm · 7 years ago
  31. ccfc829 Add strnlen() to local C library by Sandrine Bailleux · 7 years ago
  32. 980f185 Merge pull request #800 from masahir0y/ifdef by danh-arm · 7 years ago
  33. 9f25b3e Merge pull request #815 from hzhuang1/dwmmc_v3.9 by danh-arm · 7 years ago
  34. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  35. 06249dc drivers: add designware emmc driver by Haojian Zhuang · 8 years ago
  36. c4806d7 Merge pull request #813 from antonio-nino-diaz-arm/an/libfdt by danh-arm · 7 years ago
  37. 71c95f7 Merge pull request #812 from antonio-nino-diaz-arm/an/clear-static-vars by danh-arm · 7 years ago
  38. e40306b Fix declarations of cache maintenance functions by Antonio Nino Diaz · 7 years ago
  39. 8a2a84d Merge pull request #801 from masahir0y/cleanup by davidcunado-arm · 7 years ago
  40. a33fe23 Merge pull request #790 from masahir0y/utils by danh-arm · 7 years ago
  41. 0fac5af Move BL_COHERENT_RAM_BASE/END defines to common_def.h by Masahiro Yamada · 8 years ago
  42. 51bef61 Use *_END instead of *_LIMIT for linker derived end addresses by Masahiro Yamada · 7 years ago
  43. fecb2c1 libfdt: Replace v1.4.1 by v1.4.2 by Antonio Nino Diaz · 7 years ago
  44. db15bbd Merge pull request #807 from nmenon/upstream/fix-16650-rx by davidcunado-arm · 7 years ago
  45. 73dfd2e utils: move BIT(n) macro to utils.h by Masahiro Yamada · 8 years ago
  46. 7b4b513 uart: 16550: Fix getc by Nishanth Menon · 7 years ago
  47. 516dfcb fiptool: Add support for operating on binary blobs using the UUID by dp-arm · 8 years ago
  48. f212965 Abort preempted TSP STD SMC after PSCI CPU suspend by Douglas Raillard · 8 years ago
  49. 9c677fa Merge pull request #794 from douglas-raillard-arm/dr/fix_TSP_STD_FID_macro by danh-arm · 8 years ago
  50. 04939f1 Fix TSP_STD_FID macro by Douglas Raillard · 8 years ago
  51. 2b7d7ae Merge pull request #791 from jeenu-arm/asm-assert-32 by danh-arm · 8 years ago
  52. 2b0a176 Merge pull request #788 from jeenu-arm/cpuops-framework by danh-arm · 8 years ago
  53. 955c45d Merge pull request #793 from jeenu-arm/gic-changes by danh-arm · 8 years ago
  54. b0e529b Export is_mem_free() function by Sandrine Bailleux · 8 years ago
  55. 15719dc Merge pull request #785 from dp-arm/dp/nvcounter by Dan Handley · 8 years ago
  56. 24010ac Merge pull request #781 from yatharth-arm/yk/aarch64_tbbr_load_img_v2 by danh-arm · 8 years ago
  57. a1d1da7 Merge pull request #779 from dp-arm/dp/rtinstr-cache by danh-arm · 8 years ago
  58. 65f43f5 Merge pull request #778 from antonio-nino-diaz-arm/an/xlat-fixes by danh-arm · 8 years ago
  59. ff640c4 AArch32: Print ASM_ASSERT and panic messages by Jeenu Viswambharan · 8 years ago
  60. eeed530 Merge pull request #782 from antonio-nino-diaz-arm/an/fix-copyright by danh-arm · 8 years ago
  61. ee5eb80 Add provision to extend CPU operations at more levels by Jeenu Viswambharan · 8 years ago
  62. b3e8580 tbbr: Fix updating of Non-Trusted NV counter by dp-arm · 8 years ago
  63. 78132c9 Introduce ARM platform APIs for GICv3 Redistributor by Jeenu Viswambharan · 8 years ago
  64. 76647d5 GICv3: Introduce power management APIs for Redistributor by Jeenu Viswambharan · 8 years ago
  65. 8c0177f Enable TRUSTED_BOARD_BOOT support for LOAD_IMAGE_V2=1 by Yatharth Kochar · 8 years ago
  66. 493bf33 Fix incorrect copyright notices by Antonio Nino Diaz · 8 years ago
  67. 2d92de6 Add two timestamps to measure PSCI cache flush overhead by dp-arm · 8 years ago
  68. b54c1a5 Merge pull request #775 from soby-mathew/sm/AArch32_stack_align by danh-arm · 8 years ago
  69. f660104 ARM platforms: Replace address space size defines by Antonio Nino Diaz · 8 years ago
  70. d1beee2 Add PLAT_xxx_ADDR_SPACE_SIZE definitions by Antonio Nino Diaz · 8 years ago
  71. 46a33a5 Assert correct granularity when mapping a PA by Antonio Nino Diaz · 8 years ago
  72. adb7027 AArch32: Fix the stack alignment issue by Soby Mathew · 8 years ago
  73. 975d08c Merge pull request #774 from jeenu-arm/no-return-macro by danh-arm · 8 years ago
  74. cdaac7c Merge pull request #772 from davidcunado-arm/dc/reset_debug_reg by danh-arm · 8 years ago
  75. 4985a31 Merge pull request #770 from yatharth-arm/yk/AArch32_fixes by danh-arm · 8 years ago
  76. b1b7a8a Merge pull request #766 from soby-mathew/sm/scpi_reorg by danh-arm · 8 years ago
  77. 0b4c5a3 Allow ARM Standard platforms to dynamically define PSCI capability by Soby Mathew · 8 years ago
  78. 200fffd Introduce SCP power management abstraction by Soby Mathew · 8 years ago
  79. 68aef10 Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 8 years ago
  80. c14b08e Reset EL2 and EL3 configurable controls by David Cunado · 8 years ago
  81. e28ca9c emmc/sd: for C99 compliance, changed the unsigned char/short bitfield to unsigned int bitfields by Qixiang.Xu · 8 years ago
  82. d0f5f9c AArch32: Miscellaneous fixes in the AArch32 code by Yatharth Kochar · 8 years ago
  83. 1c0e208 Add CFI debug frame information for ASM functions by Douglas Raillard · 8 years ago
  84. 5f55e28 Reset debug registers MDCR-EL3/SDCR and MDCR_EL2/HDCR by David Cunado · 8 years ago
  85. 2ccfd5a Merge pull request #677 from hzhuang1/gpt by danh-arm · 8 years ago
  86. 8742220 Merge pull request #735 from soby-mathew/sm/aarch32_sctlr by danh-arm · 8 years ago
  87. 588ce0a Merge pull request #730 from dp-arm/dp/uuid-cleanup by danh-arm · 8 years ago
  88. a993c42 Unify SCTLR initialization for AArch32 normal world by Soby Mathew · 8 years ago
  89. a13dc07 Remove non-standard <sys/cdefs.h> include from uuid.h by dp-arm · 8 years ago
  90. 3cac786 Add PMF instrumentation points in TF by dp-arm · 8 years ago
  91. 1cebefd Introduce ARM SiP service by dp-arm · 8 years ago
  92. c44c5af AArch32: Add `memcpy4` function in assembly by Yatharth Kochar · 8 years ago
  93. 8da8966 PSCI: Do psci_setup() as part of std_svc_setup() by Soby Mathew · 8 years ago
  94. 89256b8 PSCI: Introduce PSCI Library argument structure by Soby Mathew · 8 years ago
  95. a4c219a AArch32: Add support for ARM Cortex-A32 MPCore Processor by Yatharth Kochar · 8 years ago
  96. 1c16a4c AArch32: Support in SP_MIN to receive arguments from BL2 by Yatharth Kochar · 8 years ago
  97. 5d36121 AArch32: Add generic changes in BL1 by Yatharth Kochar · 8 years ago
  98. f528faf AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  99. f9a0f16 ARM platform changes for new version of image loading by Yatharth Kochar · 8 years ago
  100. 51f76f6 Changes for new version of image loading in BL1/BL2 by Yatharth Kochar · 8 years ago