1. 4200e5a rockchip: only include libfdt in non-coreboot cases by Heiko Stuebner · 6 years ago
  2. 82e18f8 rockchip: add common aarch32 support by Heiko Stuebner · 6 years ago
  3. 3b5b888 rockchip: Allow socs with undefined wfe check bits by Heiko Stuebner · 6 years ago
  4. c3aaaba rockchip: move pmusram assembler code to a aarch64 subdir by Heiko Stuebner · 6 years ago
  5. 7029e80 rockchip: add an fdt parsing stub for platform param by Heiko Stuebner · 6 years ago
  6. d31dcdc rockchip: Fix GICv2 interrupts by Antonio Nino Diaz · 7 years ago
  7. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  8. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  9. a623832 Replace S-EL3 references by EL3 by John Tsichritzis · 7 years ago
  10. 2d6f1f0 rockchip: Migrate to new interfaces by Antonio Nino Diaz · 7 years ago
  11. 5eddd22 rockchip: Add plat_is_my_cpu_primary function by Daniel Boulby · 7 years ago
  12. b2805da Remove .func and .endfunc assembler directives by Roberto Vargas · 7 years ago
  13. 0336486 Make TF UUID RFC 4122 compliant by Roberto Vargas · 7 years ago
  14. 0a2d5b4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 8 years ago
  15. 57d1e5f Fix pointer type mismatch of handlers by Masahiro Yamada · 7 years ago
  16. 6ab136c Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 7 years ago
  17. 9f85f9e Clean usage of void pointers to access symbols by Joel Hutton · 7 years ago
  18. 649c48f plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 7 years ago
  19. 334e1ce Merge pull request #1236 from dbasehore/gic-save-restore by davidcunado-arm · 8 years ago
  20. 3284ce1 rockchip: Disable rdist before pwr_dm_suspend is called by Derek Basehore · 8 years ago
  21. 890abc3 rockchip: Move to MULTI_CONSOLE_API by Julius Werner · 8 years ago
  22. 3c250b9 rockchip: Use coreboot-supplied serial console on coreboot systems by Julius Werner · 8 years ago
  23. a33e763 rockchip: Implement a panic handler that will reboot the system by Julius Werner · 8 years ago
  24. 2adcad6 rockchip/rk3399: save and restore pd_alive register by Lin Huang · 8 years ago
  25. 9aadf25 rockchip/rk3399: set ddr clock source back to dpll when ddr resume by Lin Huang · 8 years ago
  26. 64726e6 Add new alignment parameter to func assembler macro by Julius Werner · 8 years ago
  27. ee1ebbd Fix order of remaining platform #includes by Isla Mitchell · 8 years ago
  28. fb7d32e Unique names for defines in the CPU libraries by Varun Wadekar · 8 years ago
  29. 84597b5 rockchip: check wakeup cpu when resume by Lin Huang · 8 years ago
  30. 4e836d3 rockchip/rk3399: enable PMU_PERILP_PD_EN bit when suspend by Lin Huang · 8 years ago
  31. bc5c300 rockchip: add pmusram section by Lin Huang · 8 years ago
  32. c3e70be Use SPDX license identifiers for remaining files by dp-arm · 8 years ago
  33. a78b73f Merge pull request #918 from rockchip-linux/rk3328 by davidcunado-arm · 8 years ago
  34. 9bb0b3c Revert "rockchip: Remove unused rockchip_pd_pwr_down_wfi function" by Antonio Nino Diaz · 8 years ago
  35. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  36. 0d5ec95 rockchip: rk3328: support rk3328 by tony.xie · 8 years ago
  37. b6dcbf5 rockchip: Remove unused rockchip_pd_pwr_down_wfi function by Paul Kocialkowski · 8 years ago
  38. 08ba8c6 Merge pull request #854 from rockchip-linux/pm_plat by davidcunado-arm · 8 years ago
  39. f32ab444 rockchip: plat_pm.c: Change callbacks implement for our SOCs. by tony.xie · 8 years ago
  40. 977001a rk3399: dram: use PMU M0 to do ddr frequency scaling by Xing Zheng · 9 years ago
  41. 3d8256b Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 9 years ago
  42. f38d93f Merge pull request #801 from masahir0y/cleanup by davidcunado-arm · 9 years ago
  43. 4749705 Move BL_COHERENT_RAM_BASE/END defines to common_def.h by Masahiro Yamada · 9 years ago
  44. 152c8c1 utils: move BIT(n) macro to utils.h by Masahiro Yamada · 9 years ago
  45. ede939f Fix incorrect copyright notices by Antonio Nino Diaz · 9 years ago
  46. ad09652 Merge pull request #724 from rockchip-linux/support-rk3399-sdram by davidcunado-arm · 9 years ago
  47. 4ea8dc4 rockchip: fix A72 L2CTLR_DATA_RAM_LATENCY to 5 by Caesar Wang · 9 years ago
  48. 7ac5200 rockchip: clear the power mode status via M0 by Caesar Wang · 9 years ago
  49. ec69356 rockchip: optimize the link mechanism for SRAM code by Caesar Wang · 9 years ago
  50. d9738fb Merge pull request #700 from rockchip-linux/fixes-typo-and-warnings by davidcunado-arm · 9 years ago
  51. 7e1bedb rockchip: fixes some typo by Caesar Wang · 9 years ago
  52. 2bff35b rockchip: set gpio2 ~ gpio4 to input and pull none mode by Caesar Wang · 9 years ago
  53. e550c63 rockchip: support disable/enable specific gpio when suspend/resume by Caesar Wang · 9 years ago
  54. 63ebf05 rockchip: fix the scu idle for rk3399 by Tony Xie · 9 years ago
  55. bdb2763 rockchip: handle some interrupt before enter power mode for rk3399 by Caesar Wang · 9 years ago
  56. 545bff0 rockchip: fix the power up/dowm cnt for rk3399 by Caesar Wang · 9 years ago
  57. e6517ab rockchip: fixes typo and some bugs for suspend/resume tests by Caesar Wang · 9 years ago
  58. 84ded36 Merge pull request #654 from rockchip-linux/rk3399-suspend-resume by danh-arm · 9 years ago
  59. 473cae6 Merge pull request #653 from rockchip-linux/support-rockchip-sip-runtime-service by danh-arm · 9 years ago
  60. 9ec78bd rockchip: support the suspend/resume for rk3399 by Tony Xie · 9 years ago
  61. 1760db6 rockchip: support plat SIP runtime service by Caesar Wang · 9 years ago
  62. ed81f3e Introduce utils.h header file by Sandrine Bailleux · 9 years ago
  63. 86c253e rockchip: support system off function for rk3399 by Caesar Wang · 9 years ago
  64. 68ff45f rockchip: add reset or power off gpio configuration for rk3399 by Caesar Wang · 9 years ago
  65. 9901dcf rockchip: support rk3399 gpio driver by Caesar Wang · 9 years ago
  66. 6704f42 Replace Rockchip delay timer by generic one by Antonio Nino Diaz · 9 years ago
  67. f3d3b31 Implement plat_get_syscnt_freq2 on platforms by Antonio Nino Diaz · 9 years ago
  68. f47a25d rockchip: support the suspend/resume for rk3399 by Caesar Wang · 9 years ago
  69. c073fda Move `plat_get_syscnt_freq()` to arm_common.c by Yatharth Kochar · 9 years ago
  70. 9ff67fa Dump platform-defined regs in crash reporting by Gerald Lejeune · 10 years ago
  71. 6fba6e0 Support for Rockchip's family SoCs by Tony Xie · 10 years ago