1. 2860fe0 refactor(plat/rockchip/rk3399/drivers/gpio): reduce code duplication by Jona Stubbe · Tue Dec 22 13:06:10 2020 +0100
  2. fc7df8d fix(rk3399/suspend): correct LPDDR4 resume sequence by Jimmy Brisson · Mon Jun 29 12:21:23 2020 -0500
  3. 1a7cadf fix(rockchip/rk3399): fix dram section placement by Patrick Georgi · Wed Jun 23 21:34:38 2021 +0200
  4. b4660d8 rockchip: Add support for the stack protector by Christoph Müllner · Fri Nov 20 22:06:16 2020 +0100
  5. 84f1b5d TF-A GICv3 driver: Introduce makefile by Alexei Fedorov · Mon Mar 23 18:45:17 2020 +0000
  6. 2f13d6c TF-A GICv3 driver: Separate GICD and GICR accessor functions by Alexei Fedorov · Fri Feb 21 10:17:26 2020 +0000
  7. 73fa2d2 rockchip: Unify Platform specific defines for PSCI module by Deepika Bhavnani · Fri Dec 13 10:48:54 2019 -0600
  8. 5b8a672 Merge "plat/rockchip: enable power domains of rk3399 before reset" into integration by Soby Mathew · Tue Dec 17 16:41:30 2019 +0000
  9. 620a16b Merge "plat/rockchip: cliam a macro to enable hdcp feature for DP" into integration by Soby Mathew · Tue Dec 17 15:12:43 2019 +0000
  10. d6cdea0 rockchip: really use base+size for secure ddr regions by Heiko Stuebner · Wed Oct 09 14:39:44 2019 +0200
  11. 4f2d8ac rockchip: Prevent macro expansion in paths by Joshua Watt · Fri Dec 13 13:44:55 2019 -0600
  12. fea19ed plat/rockchip: cliam a macro to enable hdcp feature for DP by Ziyuan Xu · Tue Oct 08 10:27:05 2019 +0800
  13. 17d7d9b plat/rockchip: enable power domains of rk3399 before reset by Piotr Szczepanik · Tue Dec 10 20:55:00 2019 +0000
  14. 7d0e3ba Enable -Wshadow always by Justin Chadwell · Tue Sep 17 15:21:50 2019 +0100
  15. 6843ae9 rockchip: Update BL31_BASE to 0x40000 by Kever Yang · Thu Sep 19 10:37:36 2019 +0800
  16. 84cd6c0 rockchip: rk3399: store actual debug uart information on suspend by Heiko Stuebner · Mon Aug 05 16:44:36 2019 +0200
  17. f1d230c plat/rockchip: Use new bl31_params_parse_helper() by Julius Werner · Thu May 30 16:57:15 2019 -0700
  18. 65d5267 plat/rockchip: Switch to use new common BL aux parameter library by Julius Werner · Fri May 24 20:37:58 2019 -0700
  19. 2b558a6 Update rockchip platform to not rely on undefined overflow behaviour by Justin Chadwell · Wed Jul 03 14:11:28 2019 +0100
  20. 55828d5 Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · Thu Apr 04 09:13:28 2019 +0100
  21. 05ceda7 rockchip: Disable binary generation for all SoCs. by Christoph Müllner · Wed Apr 24 09:52:54 2019 +0200
  22. 6fd5b94 rockchip: only include libfdt in non-coreboot cases by Heiko Stuebner · Wed Apr 24 20:26:51 2019 +0200
  23. 0e80b09 Merge "rk3399: m0: Fix compiler warnings." into integration by Soby Mathew · Fri Apr 26 12:55:49 2019 +0000
  24. 385476e rockchip: move pmusram assembler code to a aarch64 subdir by Heiko Stuebner · Tue Mar 05 13:46:41 2019 +0100
  25. df76b44 rk3399: m0: Fix compiler warnings. by Christoph Müllner · Mon Apr 15 21:42:29 2019 +0200
  26. bbd0f5a rockchip: add an fdt parsing stub for platform param by Heiko Stuebner · Thu Mar 07 08:07:11 2019 +0100
  27. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  28. 6b88b65 drivers/console: Link console framework code by default by Julius Werner · Tue Nov 27 17:50:28 2018 -0800
  29. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · Thu Nov 08 10:20:19 2018 +0000
  30. a64b152 rockchip: Use common crash console functions by Antonio Nino Diaz · Tue Oct 16 16:39:12 2018 +0100
  31. a8083a6 Merge pull request #1584 from danielboulby-arm/db/Switches by Soby Mathew · Wed Oct 03 15:36:37 2018 +0100
  32. 5823090 rockchip: Migrate to new interfaces by Antonio Nino Diaz · Mon Sep 24 17:16:20 2018 +0100
  33. 8942a1b Ensure the flow through switch statements is clear by Daniel Boulby · Fri Jun 22 14:16:03 2018 +0100
  34. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · Thu Aug 16 16:52:57 2018 +0100
  35. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · Fri Jul 20 09:17:26 2018 +0100
  36. 59385d0 Remove .func and .endfunc assembler directives by Roberto Vargas · Tue Apr 17 11:31:43 2018 +0100
  37. e0f2c3b rockchip: Move stdint header to the offending header file by Paul Kocialkowski · Wed Jun 13 20:37:25 2018 +0200
  38. f900a06 rockchip/rk3399: Add watchdog support in pmusram by Derek Basehore · Mon Apr 23 14:49:22 2018 -0700
  39. 00960ba rockchip/rk3399: Split M0 binary into two by Lin Huang · Fri Apr 20 15:55:21 2018 +0800
  40. 86a45d9 rockchip/rk3399: improve pmu powermode configure when suspend by Lin Huang · Fri Apr 20 15:40:15 2018 +0800
  41. bf5d1ba Merge pull request #1255 from masahir0y/int-ll64 by danh-arm · Tue May 01 15:06:56 2018 +0100
  42. 5ac9d96 Fix pointer type mismatch of handlers by Masahiro Yamada · Thu Apr 19 01:18:48 2018 +0900
  43. e3691fa rockchip/rk3399: Fix sram_udelay by Derek Basehore · Fri Apr 06 16:45:24 2018 -0700
  44. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · Wed Mar 14 15:24:00 2018 +0000
  45. 0f92b0a Merge pull request #1323 from rockchip-linux/Fixes-rk3399-watchdog by Dimitris Papastamos · Mon Mar 26 10:53:24 2018 +0100
  46. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · Wed Mar 21 10:49:27 2018 +0000
  47. 825f273 rockchip/rk3399: save/restore watchdog register correctly by Lin Huang · Tue Mar 20 09:37:21 2018 +0800
  48. c150312 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · Fri Feb 16 21:12:58 2018 +0000
  49. c98462e Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptions by davidcunado-arm · Thu Feb 01 23:29:34 2018 +0000
  50. 4221c45 Merge pull request #1236 from dbasehore/gic-save-restore by davidcunado-arm · Thu Feb 01 08:58:23 2018 +0000
  51. bedba01 rockchip/rk3399: Fix memory corruptions or illegal memory access by Caesar Wang · Tue Jan 30 09:11:24 2018 +0800
  52. 2707c3d rockchip/rk3399: Save and restore GIC by Derek Basehore · Tue Jan 23 17:18:57 2018 -0800
  53. 1d605f7 rockchip/rk3399: Add udelay to wait loops by Derek Basehore · Tue Jan 23 16:24:43 2018 -0800
  54. 9b7a1a6 rockchip/rk3399: Fix QOS save/restore by Derek Basehore · Tue Jan 23 16:02:27 2018 -0800
  55. 4ab3a96 rockchip/rk3399: Change PD_CTR_LOOP to 10000 by Derek Basehore · Tue Jan 23 15:44:31 2018 -0800
  56. f39c806 rockchip: Move to MULTI_CONSOLE_API by Julius Werner · Wed Aug 02 16:31:04 2017 -0700
  57. c708778 rockchip: Use coreboot-supplied serial console on coreboot systems by Julius Werner · Fri Jun 09 15:22:44 2017 -0700
  58. 4213a3f Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · Mon Dec 11 12:29:47 2017 +0000
  59. 0f481cc Merge pull request #1179 from paulkocialkowski/integration by davidcunado-arm · Sat Dec 09 08:43:02 2017 +0000
  60. 2dde850 rockchip: Include stdint header in plat_sip_calls.c by Paul Kocialkowski · Sat Dec 02 16:41:38 2017 +0100
  61. c5b0c0f Do not enable SVE on pre-v8.2 platforms by David Cunado · Tue Oct 31 23:19:21 2017 +0000
  62. 2ce2b09 Replace magic numbers in linkerscripts by PAGE_SIZE by Antonio Nino Diaz · Wed Nov 15 11:45:35 2017 +0000
  63. e2395b4 Build: introduce ${BUILD_PLAT} target to create the top build directory by Masahiro Yamada · Sat Nov 04 03:12:28 2017 +0900
  64. b162fb4 rockchip/rk3399: reinitilize secure sgrf when resume by Lin Huang · Wed Jun 14 17:24:29 2017 +0800
  65. a14b8a3 rockchip/rk3399: do secure timer init in pmusram by Lin Huang · Sat May 27 17:47:01 2017 +0800
  66. 94bdbc4 rockchip/rk3399: use slice1 to restore ddr slice1 ~ slice4 by Lin Huang · Fri May 26 16:17:11 2017 +0800
  67. 127527f rockchip/rk3399: disable more powerdomain prepare for shutdown logic rail by Lin Huang · Mon May 22 10:29:59 2017 +0800
  68. 2c60b5f rockchip/rk3399: save and restore pd_alive register by Lin Huang · Thu May 18 18:04:25 2017 +0800
  69. 1f8fdeb rockchip/rk3399: set ddr clock source back to dpll when ddr resume by Lin Huang · Wed May 17 16:14:37 2017 +0800
  70. 5a5c2bb rockchip/rk3399: reinitilize debug uart when resume by Lin Huang · Fri Jun 16 10:43:40 2017 +0800
  71. e363146 Fix order of remaining platform #includes by Isla Mitchell · Fri Jul 14 10:46:32 2017 +0100
  72. 00be6b6 Merge pull request #1012 from rockchip-linux/rk3399/l2cache by davidcunado-arm · Mon Jul 10 18:37:18 2017 +0100
  73. af79536 Merge pull request #993 from rockchip-linux/hdcp-rk3399 by davidcunado-arm · Mon Jul 10 16:37:48 2017 +0100
  74. 4060cfd rockchip: implement hdcp key decryption feature for rk3399 by Ziyuan Xu · Fri Feb 10 11:54:52 2017 +0800
  75. 51d3c10 rockchip/rk3399: fixes the typo and the WARNINGS during suspend/resume by Caesar Wang · Mon Jun 19 14:02:52 2017 +0800
  76. e804c10 rockchip: enable A53's erratum 855873 for rk3399 by Caesar Wang · Wed Jun 28 08:40:26 2017 +0800
  77. 48890e2 rockchip: include hdcp.bin and declare hdcp key decryption handler by Ziyuan Xu · Thu Oct 27 19:07:35 2016 +0800
  78. 2a6df22 rockchip: check wakeup cpu when resume by Lin Huang · Fri May 12 10:26:32 2017 +0800
  79. 88dd123 rockchip/rk3399: enable PMU_PERILP_PD_EN bit when suspend by Lin Huang · Tue May 16 16:40:46 2017 +0800
  80. bfb73e6 rockchip/rk3399: Move DRAM restore to PMUSRAM by Derek Basehore · Mon May 15 21:18:28 2017 -0700
  81. 7b4d898 rockchip/rk3399: convert to for-loops to save code space by Derek Basehore · Fri May 12 21:29:13 2017 -0700
  82. b175d02 rockchip/rk3399: Remove unneeded if statement by Derek Basehore · Wed May 10 23:22:02 2017 -0700
  83. 20110a2 rockchip/rk3399: Remove unneeded register sets by Derek Basehore · Wed May 10 21:59:31 2017 -0700
  84. 80b0176 rockchip/rk3399: remove unneeded DDR restore function by Derek Basehore · Sat May 06 23:22:23 2017 -0700
  85. 6af5af0 rockchip/rk3399: Save space for DRAM suspend data by Derek Basehore · Fri May 05 17:53:33 2017 -0700
  86. 30e4339 rockchip: add pmusram section by Lin Huang · Thu May 04 16:02:45 2017 +0800
  87. e22d31a rockchip/rk3399: fix DRAM gate training issue by Lin Huang · Wed Feb 22 18:24:55 2017 +0800
  88. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  89. 509f379 rockchip/rk3399: changed printf/tf_printf for console output by Caesar Wang · Thu Apr 06 08:40:24 2017 +0800
  90. 230011c Move plat/common source file definitions to generic Makefiles by dp-arm · Tue Mar 07 11:02:47 2017 +0000
  91. 87f0fa8 Merge pull request #854 from rockchip-linux/pm_plat by davidcunado-arm · Fri Mar 03 23:29:01 2017 +0000
  92. 422d51c rockchip: plat_pm.c: Change callbacks implement for our SOCs. by tony.xie · Wed Mar 01 11:05:17 2017 +0800
  93. e8f7e1d Merge pull request #835 from rockchip-linux/rk3399-atf-cleanup-20170210 by davidcunado-arm · Mon Feb 27 15:25:45 2017 +0000
  94. d81abf1 rockchip: rk3399: enable secure accessing for SRAM by Xing Zheng · Tue Feb 14 18:03:20 2017 +0800
  95. be2a895 rockchip: rk3399: Use tFC value instead of tRFC value by Derek Basehore · Thu Feb 09 22:08:48 2017 -0800
  96. b07dfeb rockchip: rk3399: Fix CAS latency setting by Derek Basehore · Thu Feb 09 22:02:42 2017 -0800
  97. 035d6d6 rockchip: rk3399: disable training modules after DDR DFS by Xing Zheng · Thu Feb 09 14:51:38 2017 +0800
  98. 397046c rockchip: rk3399: Move DQS drive strength setting to M0 by Derek Basehore · Wed Feb 01 18:09:13 2017 -0800
  99. b734ba5 rockchip: rk3399: Remove dram dfs optimization by Derek Basehore · Tue Jan 31 16:37:01 2017 -0800
  100. 04c74b9 rockchip: rk3399: Save and restore RX_CAL_DQS values by Derek Basehore · Tue Jan 31 00:20:19 2017 -0800