1. 523e864 build: use new toolchain variables for tools by Chris Kay · 7 months ago
  2. c8a47ba build: refactor toolchain detection by Chris Kay · 9 months ago
  3. 43f54b8 build: remove the `NM` variable by Chris Kay · 6 months ago
  4. fdb6f42 build: prefer `gcc-ar` over `ar` by Chris Kay · 6 months ago
  5. c7ea347 build: always use the C compiler to preprocess by Chris Kay · 6 months ago
  6. 2be03c0 fix(tree): correct some typos by Elyes Haouas · 1 year, 5 months ago
  7. 64b7cdc fix(rockchip): use semicolon instead of comma by Elyes Haouas · 1 year, 4 months ago
  8. 183638f style: remove useless trailing semicolon and line continuations by Elyes Haouas · 1 year, 5 months ago
  9. 33bfc5e build: always prefix section names with `.` by Chris Kay · 1 year, 5 months ago
  10. 2860fe0 refactor(plat/rockchip/rk3399/drivers/gpio): reduce code duplication by Jona Stubbe · 3 years, 6 months ago
  11. fc7df8d fix(rk3399/suspend): correct LPDDR4 resume sequence by Jimmy Brisson · 4 years ago
  12. 1a7cadf fix(rockchip/rk3399): fix dram section placement by Patrick Georgi · 3 years ago
  13. 5b8a672 Merge "plat/rockchip: enable power domains of rk3399 before reset" into integration by Soby Mathew · 4 years, 7 months ago
  14. d6cdea0 rockchip: really use base+size for secure ddr regions by Heiko Stuebner · 4 years, 9 months ago
  15. 4f2d8ac rockchip: Prevent macro expansion in paths by Joshua Watt · 4 years, 7 months ago
  16. 17d7d9b plat/rockchip: enable power domains of rk3399 before reset by Piotr Szczepanik · 4 years, 7 months ago
  17. 7d0e3ba Enable -Wshadow always by Justin Chadwell · 4 years, 10 months ago
  18. 84cd6c0 rockchip: rk3399: store actual debug uart information on suspend by Heiko Stuebner · 5 years ago
  19. 65d5267 plat/rockchip: Switch to use new common BL aux parameter library by Julius Werner · 5 years ago
  20. 2b558a6 Update rockchip platform to not rely on undefined overflow behaviour by Justin Chadwell · 5 years ago
  21. df76b44 rk3399: m0: Fix compiler warnings. by Christoph Müllner · 5 years ago
  22. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  23. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  24. 8942a1b Ensure the flow through switch statements is clear by Daniel Boulby · 6 years ago
  25. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  26. 59385d0 Remove .func and .endfunc assembler directives by Roberto Vargas · 6 years ago
  27. e0f2c3b rockchip: Move stdint header to the offending header file by Paul Kocialkowski · 6 years ago
  28. f900a06 rockchip/rk3399: Add watchdog support in pmusram by Derek Basehore · 6 years ago
  29. 00960ba rockchip/rk3399: Split M0 binary into two by Lin Huang · 6 years ago
  30. 86a45d9 rockchip/rk3399: improve pmu powermode configure when suspend by Lin Huang · 6 years ago
  31. e3691fa rockchip/rk3399: Fix sram_udelay by Derek Basehore · 6 years ago
  32. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  33. 0f92b0a Merge pull request #1323 from rockchip-linux/Fixes-rk3399-watchdog by Dimitris Papastamos · 6 years ago
  34. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 6 years ago
  35. 825f273 rockchip/rk3399: save/restore watchdog register correctly by Lin Huang · 6 years ago
  36. c98462e Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptions by davidcunado-arm · 6 years ago
  37. bedba01 rockchip/rk3399: Fix memory corruptions or illegal memory access by Caesar Wang · 6 years ago
  38. 2707c3d rockchip/rk3399: Save and restore GIC by Derek Basehore · 6 years ago
  39. 1d605f7 rockchip/rk3399: Add udelay to wait loops by Derek Basehore · 6 years ago
  40. 9b7a1a6 rockchip/rk3399: Fix QOS save/restore by Derek Basehore · 6 years ago
  41. 4ab3a96 rockchip/rk3399: Change PD_CTR_LOOP to 10000 by Derek Basehore · 6 years ago
  42. b162fb4 rockchip/rk3399: reinitilize secure sgrf when resume by Lin Huang · 7 years ago
  43. a14b8a3 rockchip/rk3399: do secure timer init in pmusram by Lin Huang · 7 years ago
  44. 94bdbc4 rockchip/rk3399: use slice1 to restore ddr slice1 ~ slice4 by Lin Huang · 7 years ago
  45. 127527f rockchip/rk3399: disable more powerdomain prepare for shutdown logic rail by Lin Huang · 7 years ago
  46. 2c60b5f rockchip/rk3399: save and restore pd_alive register by Lin Huang · 7 years ago
  47. 1f8fdeb rockchip/rk3399: set ddr clock source back to dpll when ddr resume by Lin Huang · 7 years ago
  48. 5a5c2bb rockchip/rk3399: reinitilize debug uart when resume by Lin Huang · 7 years ago
  49. e363146 Fix order of remaining platform #includes by Isla Mitchell · 7 years ago
  50. 00be6b6 Merge pull request #1012 from rockchip-linux/rk3399/l2cache by davidcunado-arm · 7 years ago
  51. 4060cfd rockchip: implement hdcp key decryption feature for rk3399 by Ziyuan Xu · 7 years ago
  52. 51d3c10 rockchip/rk3399: fixes the typo and the WARNINGS during suspend/resume by Caesar Wang · 7 years ago
  53. 48890e2 rockchip: include hdcp.bin and declare hdcp key decryption handler by Ziyuan Xu · 8 years ago
  54. 88dd123 rockchip/rk3399: enable PMU_PERILP_PD_EN bit when suspend by Lin Huang · 7 years ago
  55. bfb73e6 rockchip/rk3399: Move DRAM restore to PMUSRAM by Derek Basehore · 7 years ago
  56. 7b4d898 rockchip/rk3399: convert to for-loops to save code space by Derek Basehore · 7 years ago
  57. b175d02 rockchip/rk3399: Remove unneeded if statement by Derek Basehore · 7 years ago
  58. 20110a2 rockchip/rk3399: Remove unneeded register sets by Derek Basehore · 7 years ago
  59. 80b0176 rockchip/rk3399: remove unneeded DDR restore function by Derek Basehore · 7 years ago
  60. 6af5af0 rockchip/rk3399: Save space for DRAM suspend data by Derek Basehore · 7 years ago
  61. 30e4339 rockchip: add pmusram section by Lin Huang · 7 years ago
  62. e22d31a rockchip/rk3399: fix DRAM gate training issue by Lin Huang · 7 years ago
  63. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  64. 509f379 rockchip/rk3399: changed printf/tf_printf for console output by Caesar Wang · 7 years ago
  65. 87f0fa8 Merge pull request #854 from rockchip-linux/pm_plat by davidcunado-arm · 7 years ago
  66. 422d51c rockchip: plat_pm.c: Change callbacks implement for our SOCs. by tony.xie · 7 years ago
  67. e8f7e1d Merge pull request #835 from rockchip-linux/rk3399-atf-cleanup-20170210 by davidcunado-arm · 7 years ago
  68. d81abf1 rockchip: rk3399: enable secure accessing for SRAM by Xing Zheng · 7 years ago
  69. be2a895 rockchip: rk3399: Use tFC value instead of tRFC value by Derek Basehore · 7 years ago
  70. b07dfeb rockchip: rk3399: Fix CAS latency setting by Derek Basehore · 7 years ago
  71. 035d6d6 rockchip: rk3399: disable training modules after DDR DFS by Xing Zheng · 7 years ago
  72. 397046c rockchip: rk3399: Move DQS drive strength setting to M0 by Derek Basehore · 7 years ago
  73. b734ba5 rockchip: rk3399: Remove dram dfs optimization by Derek Basehore · 7 years ago
  74. 04c74b9 rockchip: rk3399: Save and restore RX_CAL_DQS values by Derek Basehore · 7 years ago
  75. 84afaaf rockchip: Add MIN() and MAX() macros back to M0 code by Julius Werner · 7 years ago
  76. f585246 rockchip: Clean up M0 Makefile, clarify float-abi by Julius Werner · 7 years ago
  77. 22a9871 rockchip: rk3399: Clean up and seprate secure parts from SoC codes by Xing Zheng · 7 years ago
  78. 5e1e48f rockchip: rk3399: configure the DDR secure region for BL31 image by Xing Zheng · 7 years ago
  79. b4bcc1d rockchip: Clean up header and referenced files by Xing Zheng · 7 years ago
  80. fc0552d rockchip: rk3399: Don't wait for vblank in M0 for ddrfreq by Derek Basehore · 7 years ago
  81. 2510366 rockchip: rk3399: restore PMU_CRU_GATEDIS_CON0 value after ddr dvfs by Lin Huang · 8 years ago
  82. 8140b7d rockchip: rk3399: fix PMU_CRU_GATEDIS_CON0 setting error by Lin Huang · 8 years ago
  83. 61230b0 FIXUP: rockchip: rk3399: fix the incorrect bit during m0_init by Xing Zheng · 8 years ago
  84. b4a7676 rockchip: rk3399: improve the m0 enable flow by Lin Huang · 8 years ago
  85. 3b0eb7e rockchip: rk3399: check vop status when we wait dma finish flag by Lin Huang · 8 years ago
  86. e7c2422 rockchip: rk3399: add stopwatch functions to m0 by Lin Huang · 8 years ago
  87. 52512c2 rockchip: rk3399: dram: set all ddr frequency pll_postdiv values to 0 by Lin Huang · 8 years ago
  88. dc8e82e rockchip: rk3399: enable CA training when do ddr dfs by Lin Huang · 8 years ago
  89. c8e5c78 rockchip: rk3399: fix hang in ddr set rate by Derek Basehore · 7 years ago
  90. 0e8909d rockchip: rk3399: Enable per CS training at 666MHz by Derek Basehore · 8 years ago
  91. e13bc54 rockchip: rk3399: add support for ddrfreq suspend/resume by Derek Basehore · 7 years ago
  92. 93280b7 rk3399: dram: use PMU M0 to do ddr frequency scaling by Xing Zheng · 8 years ago
  93. aae6be4 rockchip: update the raw read/write APIs for M0 by Xing Zheng · 8 years ago
  94. b106512 rk3399: dram: making phy into dll bypass mode at low frequency by Derek Basehore · 8 years ago
  95. ff461d0 rockchip: rk3399: dram: remove dram_init and dts_timing_receive function by Derek Basehore · 8 years ago
  96. a8954fc Replace some memset call by zeromem by Douglas Raillard · 7 years ago
  97. 73dfd2e utils: move BIT(n) macro to utils.h by Masahiro Yamada · 8 years ago
  98. 5c979f1 rockchip: Build m0 firmware without standard libraries by Patrick Georgi · 7 years ago
  99. 493bf33 Fix incorrect copyright notices by Antonio Nino Diaz · 8 years ago
  100. 89dfb97 rk3399: Add CFI debug information to SRAM functions by Soren Brinkmann · 8 years ago