1. f900a06 rockchip/rk3399: Add watchdog support in pmusram by Derek Basehore · 6 years ago
  2. 00960ba rockchip/rk3399: Split M0 binary into two by Lin Huang · 6 years ago
  3. 86a45d9 rockchip/rk3399: improve pmu powermode configure when suspend by Lin Huang · 6 years ago
  4. bf5d1ba Merge pull request #1255 from masahir0y/int-ll64 by danh-arm · 6 years ago
  5. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 6 years ago
  6. 5ac9d96 Fix pointer type mismatch of handlers by Masahiro Yamada · 6 years ago
  7. e3691fa rockchip/rk3399: Fix sram_udelay by Derek Basehore · 6 years ago
  8. 2257d6d Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 6 years ago
  9. 0e094d3 Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointers by Dimitris Papastamos · 6 years ago
  10. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  11. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  12. 0f92b0a Merge pull request #1323 from rockchip-linux/Fixes-rk3399-watchdog by Dimitris Papastamos · 6 years ago
  13. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 6 years ago
  14. 825f273 rockchip/rk3399: save/restore watchdog register correctly by Lin Huang · 6 years ago
  15. c150312 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · 6 years ago
  16. eb24dff Ensure the correct execution of TLBI instructions by Antonio Nino Diaz · 6 years ago
  17. c98462e Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptions by davidcunado-arm · 6 years ago
  18. 7e90696 Merge pull request #1240 from dp-arm/dp/smccc by davidcunado-arm · 6 years ago
  19. 4221c45 Merge pull request #1236 from dbasehore/gic-save-restore by davidcunado-arm · 6 years ago
  20. bedba01 rockchip/rk3399: Fix memory corruptions or illegal memory access by Caesar Wang · 6 years ago
  21. 8e5bd5e Disable workaround for CVE-2017-5715 on unaffected platforms by Dimitris Papastamos · 6 years ago
  22. a169a80 rockchip: Disable rdist before pwr_dm_suspend is called by Derek Basehore · 6 years ago
  23. 2707c3d rockchip/rk3399: Save and restore GIC by Derek Basehore · 6 years ago
  24. 1d605f7 rockchip/rk3399: Add udelay to wait loops by Derek Basehore · 6 years ago
  25. 9b7a1a6 rockchip/rk3399: Fix QOS save/restore by Derek Basehore · 6 years ago
  26. 4ab3a96 rockchip/rk3399: Change PD_CTR_LOOP to 10000 by Derek Basehore · 6 years ago
  27. f39c806 rockchip: Move to MULTI_CONSOLE_API by Julius Werner · 7 years ago
  28. c708778 rockchip: Use coreboot-supplied serial console on coreboot systems by Julius Werner · 7 years ago
  29. 624b557 rockchip: Implement a panic handler that will reboot the system by Julius Werner · 7 years ago
  30. 4213a3f Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · 7 years ago
  31. 0f481cc Merge pull request #1179 from paulkocialkowski/integration by davidcunado-arm · 7 years ago
  32. 2dde850 rockchip: Include stdint header in plat_sip_calls.c by Paul Kocialkowski · 7 years ago
  33. c5b0c0f Do not enable SVE on pre-v8.2 platforms by David Cunado · 7 years ago
  34. 2ce2b09 Replace magic numbers in linkerscripts by PAGE_SIZE by Antonio Nino Diaz · 7 years ago
  35. 74275b0 Merge pull request #1155 from masahir0y/uniphier by davidcunado-arm · 7 years ago
  36. e2395b4 Build: introduce ${BUILD_PLAT} target to create the top build directory by Masahiro Yamada · 7 years ago
  37. 8247796 Fix usage of IMAGE_BLx macros by Roberto Vargas · 7 years ago
  38. b162fb4 rockchip/rk3399: reinitilize secure sgrf when resume by Lin Huang · 7 years ago
  39. a14b8a3 rockchip/rk3399: do secure timer init in pmusram by Lin Huang · 7 years ago
  40. 94bdbc4 rockchip/rk3399: use slice1 to restore ddr slice1 ~ slice4 by Lin Huang · 7 years ago
  41. 127527f rockchip/rk3399: disable more powerdomain prepare for shutdown logic rail by Lin Huang · 7 years ago
  42. 2c60b5f rockchip/rk3399: save and restore pd_alive register by Lin Huang · 7 years ago
  43. 1f8fdeb rockchip/rk3399: set ddr clock source back to dpll when ddr resume by Lin Huang · 7 years ago
  44. 5a5c2bb rockchip/rk3399: reinitilize debug uart when resume by Lin Huang · 7 years ago
  45. b4c75e9 Add new alignment parameter to func assembler macro by Julius Werner · 7 years ago
  46. e363146 Fix order of remaining platform #includes by Isla Mitchell · 7 years ago
  47. 00be6b6 Merge pull request #1012 from rockchip-linux/rk3399/l2cache by davidcunado-arm · 7 years ago
  48. af79536 Merge pull request #993 from rockchip-linux/hdcp-rk3399 by davidcunado-arm · 7 years ago
  49. 4060cfd rockchip: implement hdcp key decryption feature for rk3399 by Ziyuan Xu · 7 years ago
  50. 51d3c10 rockchip/rk3399: fixes the typo and the WARNINGS during suspend/resume by Caesar Wang · 7 years ago
  51. e804c10 rockchip: enable A53's erratum 855873 for rk3399 by Caesar Wang · 7 years ago
  52. 48890e2 rockchip: include hdcp.bin and declare hdcp key decryption handler by Ziyuan Xu · 8 years ago
  53. 1384a16 Unique names for defines in the CPU libraries by Varun Wadekar · 7 years ago
  54. 2a6df22 rockchip: check wakeup cpu when resume by Lin Huang · 7 years ago
  55. 88dd123 rockchip/rk3399: enable PMU_PERILP_PD_EN bit when suspend by Lin Huang · 7 years ago
  56. bfb73e6 rockchip/rk3399: Move DRAM restore to PMUSRAM by Derek Basehore · 7 years ago
  57. 7b4d898 rockchip/rk3399: convert to for-loops to save code space by Derek Basehore · 7 years ago
  58. b175d02 rockchip/rk3399: Remove unneeded if statement by Derek Basehore · 7 years ago
  59. 20110a2 rockchip/rk3399: Remove unneeded register sets by Derek Basehore · 7 years ago
  60. 80b0176 rockchip/rk3399: remove unneeded DDR restore function by Derek Basehore · 7 years ago
  61. 6af5af0 rockchip/rk3399: Save space for DRAM suspend data by Derek Basehore · 7 years ago
  62. 30e4339 rockchip: add pmusram section by Lin Huang · 7 years ago
  63. e22d31a rockchip/rk3399: fix DRAM gate training issue by Lin Huang · 7 years ago
  64. 5f5b53b rockchip: rk3328: Add assert check in pmu.c by tony.xie · 7 years ago
  65. d91aaae Use SPDX license identifiers for remaining files by dp-arm · 7 years ago
  66. 8016ffd Merge pull request #918 from rockchip-linux/rk3328 by davidcunado-arm · 7 years ago
  67. 1d74beb Revert "rockchip: Remove unused rockchip_pd_pwr_down_wfi function" by Antonio Nino Diaz · 7 years ago
  68. d1374a2 rockchip: rk3328: Add a missing paragraph for copyright notice. by tony.xie · 7 years ago
  69. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  70. 54973e7 rockchip: rk3328: support rk3328 by tony.xie · 7 years ago
  71. 0d1c29a Merge pull request #892 from rockchip-linux/fixes-a-typo by davidcunado-arm · 7 years ago
  72. 509f379 rockchip/rk3399: changed printf/tf_printf for console output by Caesar Wang · 7 years ago
  73. 45d81a1 rockchip: Remove unused rockchip_pd_pwr_down_wfi function by Paul Kocialkowski · 7 years ago
  74. 230011c Move plat/common source file definitions to generic Makefiles by dp-arm · 7 years ago
  75. 87f0fa8 Merge pull request #854 from rockchip-linux/pm_plat by davidcunado-arm · 7 years ago
  76. 3ecb021 rockchip: Change the callback implement of power domain for rk3368 by tony.xie · 7 years ago
  77. 422d51c rockchip: plat_pm.c: Change callbacks implement for our SOCs. by tony.xie · 7 years ago
  78. e8f7e1d Merge pull request #835 from rockchip-linux/rk3399-atf-cleanup-20170210 by davidcunado-arm · 7 years ago
  79. d81abf1 rockchip: rk3399: enable secure accessing for SRAM by Xing Zheng · 7 years ago
  80. be2a895 rockchip: rk3399: Use tFC value instead of tRFC value by Derek Basehore · 7 years ago
  81. b07dfeb rockchip: rk3399: Fix CAS latency setting by Derek Basehore · 7 years ago
  82. 035d6d6 rockchip: rk3399: disable training modules after DDR DFS by Xing Zheng · 7 years ago
  83. 397046c rockchip: rk3399: Move DQS drive strength setting to M0 by Derek Basehore · 7 years ago
  84. b734ba5 rockchip: rk3399: Remove dram dfs optimization by Derek Basehore · 7 years ago
  85. 04c74b9 rockchip: rk3399: Save and restore RX_CAL_DQS values by Derek Basehore · 7 years ago
  86. 84afaaf rockchip: Add MIN() and MAX() macros back to M0 code by Julius Werner · 7 years ago
  87. f585246 rockchip: Clean up M0 Makefile, clarify float-abi by Julius Werner · 7 years ago
  88. 22a9871 rockchip: rk3399: Clean up and seprate secure parts from SoC codes by Xing Zheng · 7 years ago
  89. c39aacd rockchip: rk3399: sperate the BL31 parameters for sharing by Xing Zheng · 8 years ago
  90. 5e1e48f rockchip: rk3399: configure the DDR secure region for BL31 image by Xing Zheng · 7 years ago
  91. b4bcc1d rockchip: Clean up header and referenced files by Xing Zheng · 7 years ago
  92. fc0552d rockchip: rk3399: Don't wait for vblank in M0 for ddrfreq by Derek Basehore · 7 years ago
  93. 2510366 rockchip: rk3399: restore PMU_CRU_GATEDIS_CON0 value after ddr dvfs by Lin Huang · 8 years ago
  94. 8140b7d rockchip: rk3399: fix PMU_CRU_GATEDIS_CON0 setting error by Lin Huang · 8 years ago
  95. 61230b0 FIXUP: rockchip: rk3399: fix the incorrect bit during m0_init by Xing Zheng · 8 years ago
  96. b4a7676 rockchip: rk3399: improve the m0 enable flow by Lin Huang · 8 years ago
  97. 3b0eb7e rockchip: rk3399: check vop status when we wait dma finish flag by Lin Huang · 8 years ago
  98. e7c2422 rockchip: rk3399: add stopwatch functions to m0 by Lin Huang · 8 years ago
  99. 52512c2 rockchip: rk3399: dram: set all ddr frequency pll_postdiv values to 0 by Lin Huang · 8 years ago
  100. dc8e82e rockchip: rk3399: enable CA training when do ddr dfs by Lin Huang · 8 years ago