1. be2a895 rockchip: rk3399: Use tFC value instead of tRFC value by Derek Basehore · 8 years ago
  2. b07dfeb rockchip: rk3399: Fix CAS latency setting by Derek Basehore · 8 years ago
  3. 035d6d6 rockchip: rk3399: disable training modules after DDR DFS by Xing Zheng · 8 years ago
  4. 397046c rockchip: rk3399: Move DQS drive strength setting to M0 by Derek Basehore · 8 years ago
  5. b734ba5 rockchip: rk3399: Remove dram dfs optimization by Derek Basehore · 8 years ago
  6. 04c74b9 rockchip: rk3399: Save and restore RX_CAL_DQS values by Derek Basehore · 8 years ago
  7. 84afaaf rockchip: Add MIN() and MAX() macros back to M0 code by Julius Werner · 8 years ago
  8. f585246 rockchip: Clean up M0 Makefile, clarify float-abi by Julius Werner · 8 years ago
  9. 22a9871 rockchip: rk3399: Clean up and seprate secure parts from SoC codes by Xing Zheng · 8 years ago
  10. c39aacd rockchip: rk3399: sperate the BL31 parameters for sharing by Xing Zheng · 8 years ago
  11. 5e1e48f rockchip: rk3399: configure the DDR secure region for BL31 image by Xing Zheng · 8 years ago
  12. b4bcc1d rockchip: Clean up header and referenced files by Xing Zheng · 8 years ago
  13. fc0552d rockchip: rk3399: Don't wait for vblank in M0 for ddrfreq by Derek Basehore · 8 years ago
  14. 2510366 rockchip: rk3399: restore PMU_CRU_GATEDIS_CON0 value after ddr dvfs by Lin Huang · 8 years ago
  15. 8140b7d rockchip: rk3399: fix PMU_CRU_GATEDIS_CON0 setting error by Lin Huang · 8 years ago
  16. 61230b0 FIXUP: rockchip: rk3399: fix the incorrect bit during m0_init by Xing Zheng · 8 years ago
  17. b4a7676 rockchip: rk3399: improve the m0 enable flow by Lin Huang · 8 years ago
  18. 3b0eb7e rockchip: rk3399: check vop status when we wait dma finish flag by Lin Huang · 8 years ago
  19. e7c2422 rockchip: rk3399: add stopwatch functions to m0 by Lin Huang · 8 years ago
  20. 52512c2 rockchip: rk3399: dram: set all ddr frequency pll_postdiv values to 0 by Lin Huang · 8 years ago
  21. dc8e82e rockchip: rk3399: enable CA training when do ddr dfs by Lin Huang · 8 years ago
  22. c8e5c78 rockchip: rk3399: fix hang in ddr set rate by Derek Basehore · 8 years ago
  23. 0e8909d rockchip: rk3399: Enable per CS training at 666MHz by Derek Basehore · 8 years ago
  24. e13bc54 rockchip: rk3399: add support for ddrfreq suspend/resume by Derek Basehore · 8 years ago
  25. 93280b7 rk3399: dram: use PMU M0 to do ddr frequency scaling by Xing Zheng · 8 years ago
  26. b9be54b rockchip/rk3399: Cleanup platform.mk file by Derek Basehore · 8 years ago
  27. aae6be4 rockchip: update the raw read/write APIs for M0 by Xing Zheng · 8 years ago
  28. b106512 rk3399: dram: making phy into dll bypass mode at low frequency by Derek Basehore · 8 years ago
  29. ff461d0 rockchip: rk3399: dram: remove dram_init and dts_timing_receive function by Derek Basehore · 8 years ago
  30. 82968ce Merge pull request #821 from jeenu-arm/errata-printing by danh-arm · 8 years ago
  31. 092d273 Merge pull request #799 from masahir0y/fiptool by danh-arm · 8 years ago
  32. da7ffae Merge pull request #825 from dp-arm/dp/simplify-cond by danh-arm · 8 years ago
  33. 0b91036 Merge pull request #823 from douglas-raillard-arm/dr/add_fno_builtin by danh-arm · 8 years ago
  34. 04e2994 Merge pull request #822 from jeenu-arm/fix-fvp-refs by danh-arm · 8 years ago
  35. 32b3a43 Merge pull request #819 from davidcunado-arm/dc/build_with_gcc6.2 by danh-arm · 8 years ago
  36. 3d1b8a6 tbbr: Simplify conditional by dp-arm · 8 years ago
  37. d5ec367 Report errata workaround status to console by Jeenu Viswambharan · 8 years ago
  38. 54ec86a Allow spin locks to be defined from assembly by Jeenu Viswambharan · 8 years ago
  39. 72f572f Add -fno-builtin to CFLAGS by Douglas Raillard · 8 years ago
  40. 4d87eb4 fiptool: support --align option to add desired alignment to image offset by Masahiro Yamada · 8 years ago
  41. 2fe0dad fiptool: embed fip_toc_entry in struct image by Masahiro Yamada · 8 years ago
  42. 23f9b9e fiptool: add xfwrite() helper by Masahiro Yamada · 8 years ago
  43. 252c336 fiptool: fix the global option in usage by Masahiro Yamada · 8 years ago
  44. 7abd0a2 fiptool: simplify the top line of command usage by Masahiro Yamada · 8 years ago
  45. c0d2d98 fiptool: refactor remove_image() by Masahiro Yamada · 8 years ago
  46. c2a7d9c fiptool: simplify assert() for add_image(_desc) by Masahiro Yamada · 8 years ago
  47. d65e7fd fiptool: revive replace_image() to keep the image order by update command by Masahiro Yamada · 8 years ago
  48. eee3931 fiptool: remove always true conditional by Masahiro Yamada · 8 years ago
  49. ebb6e37 fiptool: fix existence check of FIP input file for update command by Masahiro Yamada · 8 years ago
  50. dbe5100 Merge pull request #814 from freedomtan/patches-for-8173-crbook-osi-0110 by danh-arm · 8 years ago
  51. 9de5d4c user-guide.md: Fix FVP references by Jeenu Viswambharan · 8 years ago
  52. 2e36de8 Resolve build errors flagged by GCC 6.2 by David Cunado · 8 years ago
  53. aa1f261 Merge pull request #817 from antonio-nino-diaz-arm/an/timingsafe by danh-arm · 8 years ago
  54. 6adeeda tbbr: Use constant-time bcmp() to compare hashes by Antonio Nino Diaz · 8 years ago
  55. 2165a3e stdlib: Import timingsafe_bcmp() from FreeBSD by Antonio Nino Diaz · 8 years ago
  56. 18babd3 Merge pull request #818 from sandrine-bailleux-arm/sb/strnlen by danh-arm · 8 years ago
  57. ccfc829 Add strnlen() to local C library by Sandrine Bailleux · 8 years ago
  58. ad3dcbb Remove use of all deprecated APIs by Koan-Sin Tan · 8 years ago
  59. 1d2b639 Get rid of use of old GIC APIs by Koan-Sin Tan · 8 years ago
  60. 22ea87c Add support of PSCI_EXTENDED_STATE_ID to MT8173 by Koan-Sin Tan · 8 years ago
  61. bc99807 Get rid of use of compatibility API by Koan-Sin Tan · 8 years ago
  62. 980f185 Merge pull request #800 from masahir0y/ifdef by danh-arm · 8 years ago
  63. 9f25b3e Merge pull request #815 from hzhuang1/dwmmc_v3.9 by danh-arm · 8 years ago
  64. a269837 Use #ifdef for AARCH32 instead of #if by Masahiro Yamada · 8 years ago
  65. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  66. 7ed30a2 Merge pull request #808 from masahir0y/build_fix by danh-arm · 8 years ago
  67. 06249dc drivers: add designware emmc driver by Haojian Zhuang · 8 years ago
  68. ec2a8f1 Merge pull request #810 from masahir0y/fiptool_fix by danh-arm · 8 years ago
  69. c4806d7 Merge pull request #813 from antonio-nino-diaz-arm/an/libfdt by danh-arm · 8 years ago
  70. 71c95f7 Merge pull request #812 from antonio-nino-diaz-arm/an/clear-static-vars by danh-arm · 8 years ago
  71. 823482b Build: strip trailing slashes from directory paths more simply by Masahiro Yamada · 8 years ago
  72. 4abe923 Build: Fix parallel building by Masahiro Yamada · 8 years ago
  73. 30eb967 Clear static variables in X509 parser on error by Antonio Nino Diaz · 8 years ago
  74. e40306b Fix declarations of cache maintenance functions by Antonio Nino Diaz · 8 years ago
  75. 8a2a84d Merge pull request #801 from masahir0y/cleanup by davidcunado-arm · 8 years ago
  76. d680ae0 Merge pull request #811 from davidcunado-arm/dc/dc-scratch-pad by davidcunado-arm · 8 years ago
  77. df8218c Merge pull request #809 from paulkocialkowski/integration by danh-arm · 8 years ago
  78. a33fe23 Merge pull request #790 from masahir0y/utils by danh-arm · 8 years ago
  79. 70f625a qemu: remove unused BL32_SIZE by Masahiro Yamada · 8 years ago
  80. 0fac5af Move BL_COHERENT_RAM_BASE/END defines to common_def.h by Masahiro Yamada · 8 years ago
  81. 51bef61 Use *_END instead of *_LIMIT for linker derived end addresses by Masahiro Yamada · 8 years ago
  82. 1f5f812 Correct system include order by David Cunado · 8 years ago
  83. fecb2c1 libfdt: Replace v1.4.1 by v1.4.2 by Antonio Nino Diaz · 8 years ago
  84. 57e4bee libfdt: Minor changes to enable TF integration by Antonio Nino Diaz · 8 years ago
  85. 3057efb libfdt: Import libfdt v1.4.2 by Antonio Nino Diaz · 8 years ago
  86. d84f88e checkpatch: Fix regular expressions by Antonio Nino Diaz · 8 years ago
  87. d224b45 fiptool: fix add_image() and add_image_desc() implementation by Masahiro Yamada · 8 years ago
  88. 5c5bedc mt8173: Correct SPM MCDI firmware length by Paul Kocialkowski · 8 years ago
  89. 03fdf69 fiptool: introduce xzalloc() helper function by Masahiro Yamada · 8 years ago
  90. db15bbd Merge pull request #807 from nmenon/upstream/fix-16650-rx by davidcunado-arm · 8 years ago
  91. d89081f Merge pull request #797 from dp-arm/dp/fiptool-improvements by davidcunado-arm · 8 years ago
  92. 73dfd2e utils: move BIT(n) macro to utils.h by Masahiro Yamada · 8 years ago
  93. 589a1dd Merge pull request #796 from masahir0y/build by danh-arm · 8 years ago
  94. 7b4b513 uart: 16550: Fix getc by Nishanth Menon · 8 years ago
  95. 3ff485f Merge pull request #805 from Xilinx/zynqmp/addr_space_size by danh-arm · 8 years ago
  96. 9b4082d Merge pull request #803 from masahir0y/tbb by danh-arm · 8 years ago
  97. 2a5ce48 Merge pull request #802 from pgeorgi/rk3399m0 by danh-arm · 8 years ago
  98. 6a9e03e zynqmp: Migrate to new address space macros by Soren Brinkmann · 8 years ago
  99. 393c48f TBB: fix comment about MBEDTLS_KEY_ALG default by Masahiro Yamada · 8 years ago
  100. e487bb6 Build: add -MP option to add dummy rules to *.d files by Masahiro Yamada · 8 years ago