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