1. ccdc044 rockchip: rk3399: enable secure accessing for SRAM by Xing Zheng · 8 years ago
  2. cdb6d5e rockchip: rk3399: Use tFC value instead of tRFC value by Derek Basehore · 8 years ago
  3. 5a5dc61 rockchip: rk3399: Fix CAS latency setting by Derek Basehore · 8 years ago
  4. 43f52e9 rockchip: rk3399: disable training modules after DDR DFS by Xing Zheng · 8 years ago
  5. 50bde47 rockchip: rk3399: Move DQS drive strength setting to M0 by Derek Basehore · 9 years ago
  6. d8484b1 rockchip: rk3399: Remove dram dfs optimization by Derek Basehore · 9 years ago
  7. 951752d rockchip: rk3399: Save and restore RX_CAL_DQS values by Derek Basehore · 9 years ago
  8. 4dbab5d rockchip: Add MIN() and MAX() macros back to M0 code by Julius Werner · 9 years ago
  9. 2d051d2 rockchip: Clean up M0 Makefile, clarify float-abi by Julius Werner · 9 years ago
  10. e352511 rockchip: rk3399: Clean up and seprate secure parts from SoC codes by Xing Zheng · 8 years ago
  11. ae7a935 rockchip: rk3399: sperate the BL31 parameters for sharing by Xing Zheng · 9 years ago
  12. 941c714 rockchip: rk3399: configure the DDR secure region for BL31 image by Xing Zheng · 8 years ago
  13. 1830f79 rockchip: Clean up header and referenced files by Xing Zheng · 8 years ago
  14. a7519b6 rockchip: rk3399: Don't wait for vblank in M0 for ddrfreq by Derek Basehore · 9 years ago
  15. ef0a6bf rockchip: rk3399: restore PMU_CRU_GATEDIS_CON0 value after ddr dvfs by Lin Huang · 9 years ago
  16. 87b5c17 rockchip: rk3399: fix PMU_CRU_GATEDIS_CON0 setting error by Lin Huang · 9 years ago
  17. 175476f FIXUP: rockchip: rk3399: fix the incorrect bit during m0_init by Xing Zheng · 9 years ago
  18. ca9286c rockchip: rk3399: improve the m0 enable flow by Lin Huang · 9 years ago
  19. a82ec81 rockchip: rk3399: check vop status when we wait dma finish flag by Lin Huang · 9 years ago
  20. 95c3f42 rockchip: rk3399: add stopwatch functions to m0 by Lin Huang · 9 years ago
  21. 09f41f8 rockchip: rk3399: dram: set all ddr frequency pll_postdiv values to 0 by Lin Huang · 9 years ago
  22. 46b9dbc rockchip: rk3399: enable CA training when do ddr dfs by Lin Huang · 9 years ago
  23. c6e15d1 rockchip: rk3399: fix hang in ddr set rate by Derek Basehore · 8 years ago
  24. ad84ad4 rockchip: rk3399: Enable per CS training at 666MHz by Derek Basehore · 9 years ago
  25. 4bd1d3f rockchip: rk3399: add support for ddrfreq suspend/resume by Derek Basehore · 8 years ago
  26. 977001a rk3399: dram: use PMU M0 to do ddr frequency scaling by Xing Zheng · 9 years ago
  27. e82f508 rockchip/rk3399: Cleanup platform.mk file by Derek Basehore · 9 years ago
  28. a9a4d23 rockchip: update the raw read/write APIs for M0 by Xing Zheng · 9 years ago
  29. 9a6376c rk3399: dram: making phy into dll bypass mode at low frequency by Derek Basehore · 9 years ago
  30. f91b969 rockchip: rk3399: dram: remove dram_init and dts_timing_receive function by Derek Basehore · 9 years ago
  31. bcc2bf0 Merge pull request #821 from jeenu-arm/errata-printing by danh-arm · 9 years ago
  32. 474d4ec Merge pull request #799 from masahir0y/fiptool by danh-arm · 9 years ago
  33. e9ced6f Merge pull request #825 from dp-arm/dp/simplify-cond by danh-arm · 9 years ago
  34. bac7529 Merge pull request #823 from douglas-raillard-arm/dr/add_fno_builtin by danh-arm · 9 years ago
  35. f2590d6 Merge pull request #822 from jeenu-arm/fix-fvp-refs by danh-arm · 9 years ago
  36. 424ad49 Merge pull request #819 from davidcunado-arm/dc/build_with_gcc6.2 by danh-arm · 9 years ago
  37. f3ded37 tbbr: Simplify conditional by dp-arm · 9 years ago
  38. 10bcd76 Report errata workaround status to console by Jeenu Viswambharan · 9 years ago
  39. b38bc68 Allow spin locks to be defined from assembly by Jeenu Viswambharan · 9 years ago
  40. e507f8e Add -fno-builtin to CFLAGS by Douglas Raillard · 9 years ago
  41. 1c75d5d fiptool: support --align option to add desired alignment to image offset by Masahiro Yamada · 9 years ago
  42. 65caa3d fiptool: embed fip_toc_entry in struct image by Masahiro Yamada · 9 years ago
  43. a1da83f fiptool: add xfwrite() helper by Masahiro Yamada · 9 years ago
  44. 4f96a49 fiptool: fix the global option in usage by Masahiro Yamada · 9 years ago
  45. ee07932 fiptool: simplify the top line of command usage by Masahiro Yamada · 9 years ago
  46. 9e866d3 fiptool: refactor remove_image() by Masahiro Yamada · 9 years ago
  47. e9e0d28 fiptool: simplify assert() for add_image(_desc) by Masahiro Yamada · 9 years ago
  48. ea39d55 fiptool: revive replace_image() to keep the image order by update command by Masahiro Yamada · 9 years ago
  49. 67973fb fiptool: remove always true conditional by Masahiro Yamada · 9 years ago
  50. 40866aa fiptool: fix existence check of FIP input file for update command by Masahiro Yamada · 9 years ago
  51. c38b36d Merge pull request #814 from freedomtan/patches-for-8173-crbook-osi-0110 by danh-arm · 9 years ago
  52. 186cbd0 user-guide.md: Fix FVP references by Jeenu Viswambharan · 9 years ago
  53. 9edac04 Resolve build errors flagged by GCC 6.2 by David Cunado · 9 years ago
  54. d7aa7b4 Merge pull request #817 from antonio-nino-diaz-arm/an/timingsafe by danh-arm · 9 years ago
  55. b621fb5 tbbr: Use constant-time bcmp() to compare hashes by Antonio Nino Diaz · 9 years ago
  56. aa050a7 stdlib: Import timingsafe_bcmp() from FreeBSD by Antonio Nino Diaz · 9 years ago
  57. 3443866 Merge pull request #818 from sandrine-bailleux-arm/sb/strnlen by danh-arm · 9 years ago
  58. d67879d Add strnlen() to local C library by Sandrine Bailleux · 9 years ago
  59. 201d535 Remove use of all deprecated APIs by Koan-Sin Tan · 9 years ago
  60. 8bc2003 Get rid of use of old GIC APIs by Koan-Sin Tan · 9 years ago
  61. 9cfd83e Add support of PSCI_EXTENDED_STATE_ID to MT8173 by Koan-Sin Tan · 9 years ago
  62. 3fc26aa Get rid of use of compatibility API by Koan-Sin Tan · 9 years ago
  63. 4abd222 Merge pull request #800 from masahir0y/ifdef by danh-arm · 9 years ago
  64. e02be20 Merge pull request #815 from hzhuang1/dwmmc_v3.9 by danh-arm · 9 years ago
  65. 6af03f9 Use #ifdef for AARCH32 instead of #if by Masahiro Yamada · 9 years ago
  66. 3d8256b Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 9 years ago
  67. 7750990 Merge pull request #808 from masahir0y/build_fix by danh-arm · 9 years ago
  68. 5dbdb7d drivers: add designware emmc driver by Haojian Zhuang · 9 years ago
  69. bf6363a Merge pull request #810 from masahir0y/fiptool_fix by danh-arm · 9 years ago
  70. 7b94e4b Merge pull request #813 from antonio-nino-diaz-arm/an/libfdt by danh-arm · 9 years ago
  71. 23beccc Merge pull request #812 from antonio-nino-diaz-arm/an/clear-static-vars by danh-arm · 9 years ago
  72. d014ea6 Build: strip trailing slashes from directory paths more simply by Masahiro Yamada · 9 years ago
  73. a6ca788 Build: Fix parallel building by Masahiro Yamada · 9 years ago
  74. 51c5e1a Clear static variables in X509 parser on error by Antonio Nino Diaz · 9 years ago
  75. c8d64c5 Fix declarations of cache maintenance functions by Antonio Nino Diaz · 9 years ago
  76. f38d93f Merge pull request #801 from masahir0y/cleanup by davidcunado-arm · 9 years ago
  77. faaa945 Merge pull request #811 from davidcunado-arm/dc/dc-scratch-pad by davidcunado-arm · 9 years ago
  78. 1dd920f Merge pull request #809 from paulkocialkowski/integration by danh-arm · 9 years ago
  79. fc17f61 Merge pull request #790 from masahir0y/utils by danh-arm · 9 years ago
  80. 7a2b35d qemu: remove unused BL32_SIZE by Masahiro Yamada · 9 years ago
  81. 4749705 Move BL_COHERENT_RAM_BASE/END defines to common_def.h by Masahiro Yamada · 9 years ago
  82. ecdc898 Use *_END instead of *_LIMIT for linker derived end addresses by Masahiro Yamada · 9 years ago
  83. 55c70cb Correct system include order by David Cunado · 9 years ago
  84. 29440c1 libfdt: Replace v1.4.1 by v1.4.2 by Antonio Nino Diaz · 9 years ago
  85. a78676b libfdt: Minor changes to enable TF integration by Antonio Nino Diaz · 9 years ago
  86. cffc9ce libfdt: Import libfdt v1.4.2 by Antonio Nino Diaz · 9 years ago
  87. 55cdcf7 checkpatch: Fix regular expressions by Antonio Nino Diaz · 9 years ago
  88. 11c0a4f fiptool: fix add_image() and add_image_desc() implementation by Masahiro Yamada · 9 years ago
  89. 03be480 mt8173: Correct SPM MCDI firmware length by Paul Kocialkowski · 9 years ago
  90. 696ccba fiptool: introduce xzalloc() helper function by Masahiro Yamada · 9 years ago
  91. 44f1c0b Merge pull request #807 from nmenon/upstream/fix-16650-rx by davidcunado-arm · 9 years ago
  92. fc7c870 Merge pull request #797 from dp-arm/dp/fiptool-improvements by davidcunado-arm · 9 years ago
  93. 152c8c1 utils: move BIT(n) macro to utils.h by Masahiro Yamada · 9 years ago
  94. 9eb4d4d Merge pull request #796 from masahir0y/build by danh-arm · 9 years ago
  95. 861ac52 uart: 16550: Fix getc by Nishanth Menon · 9 years ago
  96. 236c27d Merge pull request #805 from Xilinx/zynqmp/addr_space_size by danh-arm · 9 years ago
  97. 3140d96 Merge pull request #803 from masahir0y/tbb by danh-arm · 9 years ago
  98. 85dfa59 Merge pull request #802 from pgeorgi/rk3399m0 by danh-arm · 9 years ago
  99. 7b2a268 zynqmp: Migrate to new address space macros by Soren Brinkmann · 9 years ago
  100. a56f87c TBB: fix comment about MBEDTLS_KEY_ALG default by Masahiro Yamada · 9 years ago