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