1. 59385d0 Remove .func and .endfunc assembler directives by Roberto Vargas · 6 years ago
  2. eace8f1 Make TF UUID RFC 4122 compliant by Roberto Vargas · 6 years ago
  3. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 6 years ago
  4. 5ac9d96 Fix pointer type mismatch of handlers by Masahiro Yamada · 6 years ago
  5. 2257d6d Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 6 years ago
  6. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  7. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  8. 4221c45 Merge pull request #1236 from dbasehore/gic-save-restore by davidcunado-arm · 6 years ago
  9. a169a80 rockchip: Disable rdist before pwr_dm_suspend is called by Derek Basehore · 6 years ago
  10. f39c806 rockchip: Move to MULTI_CONSOLE_API by Julius Werner · 7 years ago
  11. c708778 rockchip: Use coreboot-supplied serial console on coreboot systems by Julius Werner · 7 years ago
  12. 624b557 rockchip: Implement a panic handler that will reboot the system by Julius Werner · 7 years ago
  13. 2c60b5f rockchip/rk3399: save and restore pd_alive register by Lin Huang · 7 years ago
  14. 1f8fdeb rockchip/rk3399: set ddr clock source back to dpll when ddr resume by Lin Huang · 7 years ago
  15. b4c75e9 Add new alignment parameter to func assembler macro by Julius Werner · 7 years ago
  16. e363146 Fix order of remaining platform #includes by Isla Mitchell · 7 years ago
  17. 1384a16 Unique names for defines in the CPU libraries by Varun Wadekar · 7 years ago
  18. 2a6df22 rockchip: check wakeup cpu when resume by Lin Huang · 7 years ago
  19. 88dd123 rockchip/rk3399: enable PMU_PERILP_PD_EN bit when suspend by Lin Huang · 7 years ago
  20. 30e4339 rockchip: add pmusram section by Lin Huang · 7 years ago
  21. d91aaae Use SPDX license identifiers for remaining files by dp-arm · 7 years ago
  22. 8016ffd Merge pull request #918 from rockchip-linux/rk3328 by davidcunado-arm · 7 years ago
  23. 1d74beb Revert "rockchip: Remove unused rockchip_pd_pwr_down_wfi function" by Antonio Nino Diaz · 7 years ago
  24. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  25. 54973e7 rockchip: rk3328: support rk3328 by tony.xie · 7 years ago
  26. 45d81a1 rockchip: Remove unused rockchip_pd_pwr_down_wfi function by Paul Kocialkowski · 7 years ago
  27. 87f0fa8 Merge pull request #854 from rockchip-linux/pm_plat by davidcunado-arm · 7 years ago
  28. 422d51c rockchip: plat_pm.c: Change callbacks implement for our SOCs. by tony.xie · 7 years ago
  29. 93280b7 rk3399: dram: use PMU M0 to do ddr frequency scaling by Xing Zheng · 8 years ago
  30. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  31. 8a2a84d Merge pull request #801 from masahir0y/cleanup by davidcunado-arm · 7 years ago
  32. 0fac5af Move BL_COHERENT_RAM_BASE/END defines to common_def.h by Masahiro Yamada · 8 years ago
  33. 73dfd2e utils: move BIT(n) macro to utils.h by Masahiro Yamada · 8 years ago
  34. 493bf33 Fix incorrect copyright notices by Antonio Nino Diaz · 8 years ago
  35. c9ed717 Merge pull request #724 from rockchip-linux/support-rk3399-sdram by davidcunado-arm · 8 years ago
  36. 11b87ae rockchip: fix A72 L2CTLR_DATA_RAM_LATENCY to 5 by Caesar Wang · 8 years ago
  37. bb22862 rockchip: clear the power mode status via M0 by Caesar Wang · 8 years ago
  38. d90f43e rockchip: optimize the link mechanism for SRAM code by Caesar Wang · 8 years ago
  39. d51f5d3 Merge pull request #700 from rockchip-linux/fixes-typo-and-warnings by davidcunado-arm · 8 years ago
  40. da9e6de rockchip: fixes some typo by Caesar Wang · 8 years ago
  41. 5045a1c rockchip: set gpio2 ~ gpio4 to input and pull none mode by Caesar Wang · 8 years ago
  42. ef18007 rockchip: support disable/enable specific gpio when suspend/resume by Caesar Wang · 8 years ago
  43. 6d7d93c rockchip: fix the scu idle for rk3399 by Tony Xie · 8 years ago
  44. e67b1de rockchip: handle some interrupt before enter power mode for rk3399 by Caesar Wang · 8 years ago
  45. fbaa360 rockchip: fix the power up/dowm cnt for rk3399 by Caesar Wang · 8 years ago
  46. ad39cfe rockchip: fixes typo and some bugs for suspend/resume tests by Caesar Wang · 8 years ago
  47. bcb4aaa Merge pull request #654 from rockchip-linux/rk3399-suspend-resume by danh-arm · 8 years ago
  48. bb6611b Merge pull request #653 from rockchip-linux/support-rockchip-sip-runtime-service by danh-arm · 8 years ago
  49. 42e113e rockchip: support the suspend/resume for rk3399 by Tony Xie · 8 years ago
  50. c1bf646 rockchip: support plat SIP runtime service by Caesar Wang · 8 years ago
  51. 7659a26 Introduce utils.h header file by Sandrine Bailleux · 8 years ago
  52. d1b9d2d rockchip: support system off function for rk3399 by Caesar Wang · 8 years ago
  53. 3e3c5b0 rockchip: add reset or power off gpio configuration for rk3399 by Caesar Wang · 8 years ago
  54. 038f6aa rockchip: support rk3399 gpio driver by Caesar Wang · 8 years ago
  55. 2361fcc Replace Rockchip delay timer by generic one by Antonio Nino Diaz · 8 years ago
  56. e82e29c Implement plat_get_syscnt_freq2 on platforms by Antonio Nino Diaz · 8 years ago
  57. 59e41b5 rockchip: support the suspend/resume for rk3399 by Caesar Wang · 8 years ago
  58. 3c0087a Move `plat_get_syscnt_freq()` to arm_common.c by Yatharth Kochar · 8 years ago
  59. 2c7ed5b Dump platform-defined regs in crash reporting by Gerald Lejeune · 9 years ago
  60. f6118cc Support for Rockchip's family SoCs by Tony Xie · 8 years ago