1. e44c449 Merge "rockchip: px30: Add support for UART3 as serial output" into integration by Manish Pandey · 4 years, 7 months ago
  2. 2afd023 Merge "Enable -Wshadow always" into integration by Manish Pandey · 4 years, 7 months ago
  3. 91e299c rockchip: px30: Add support for UART3 as serial output by Paul Kocialkowski · 4 years, 7 months ago
  4. 7d0e3ba Enable -Wshadow always by Justin Chadwell · 4 years, 10 months ago
  5. 75afb1d plat/rockchip: initialize reset and poweroff GPIOs with known invalid value by Vasily Khoruzhick · 4 years, 8 months ago
  6. 6843ae9 rockchip: Update BL31_BASE to 0x40000 by Kever Yang · 4 years, 10 months ago
  7. b99b30a rockchip: Fix typo for TF content text by Kever Yang · 4 years, 10 months ago
  8. 47689d7 Merge changes from topic "rockchip-uart-fixes" into integration by Paul Beesley · 5 years ago
  9. 84cd6c0 rockchip: rk3399: store actual debug uart information on suspend by Heiko Stuebner · 5 years ago
  10. 40b3cb1 rockchip: move dt-coreboot uart distinction into param handling code by Heiko Stuebner · 5 years ago
  11. 42aba05 rockchip: make uart baudrate configurable by Heiko Stuebner · 5 years ago
  12. 64a4a7a rockchip: px30: add uart5 as option for serial output by Heiko Stuebner · 5 years ago
  13. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  14. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  15. 821ae24 rockchip: px30: Use new bl31_params_parse functions by Ambroise Vincent · 5 years ago
  16. b761389 Merge "rockchip: px30: Fix build error" into integration by Soby Mathew · 5 years ago
  17. e499f63 rockchip: px30: Fix build error by Ambroise Vincent · 5 years ago
  18. 4047728 Merge changes I0d17ba6c,I540741d2,I9e6475ad,Ifd769320,I12c04a85, ... into integration by Soby Mathew · 5 years ago
  19. f1d230c plat/rockchip: Use new bl31_params_parse_helper() by Julius Werner · 5 years ago
  20. 24ccf11 Merge "rockchip: px30: support px30" into integration by Soby Mathew · 5 years ago
  21. 2a231e3 Factor out cross-BL API into export headers suitable for 3rd party code by Julius Werner · 5 years ago
  22. 65d5267 plat/rockchip: Switch to use new common BL aux parameter library by Julius Werner · 5 years ago
  23. 2b558a6 Update rockchip platform to not rely on undefined overflow behaviour by Justin Chadwell · 5 years ago
  24. 83f79a8 rockchip: px30: support px30 by XiaoDong Huang · 5 years ago
  25. 55828d5 Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 5 years ago
  26. abcff55 rockchip: drop rockchip-specific imported linker symbols for bl31 by Heiko Stuebner · 5 years ago
  27. 05ceda7 rockchip: Disable binary generation for all SoCs. by Christoph Müllner · 5 years ago
  28. cb9204a rockchip: Allow console device to be set by DTB. by Christoph Müllner · 5 years ago
  29. 81bb0d9 rockchip: Add params_setup to RK3328. by Christoph Müllner · 5 years ago
  30. 9fecc19 rockchip: Streamline and complete UARTn_BASE macros. by Christoph Müllner · 5 years ago
  31. 6fd5b94 rockchip: only include libfdt in non-coreboot cases by Heiko Stuebner · 5 years ago
  32. 0e80b09 Merge "rk3399: m0: Fix compiler warnings." into integration by Soby Mathew · 5 years ago
  33. 87b9a3c rockchip: add support for rk3288 by Heiko Stuebner · 5 years ago
  34. 9dc2833 rockchip: add common aarch32 support by Heiko Stuebner · 5 years ago
  35. 5bc810a rockchip: rk3328: drop double declaration of entry_point storage by Heiko Stuebner · 5 years ago
  36. 3b2d563 rockchip: Allow socs with undefined wfe check bits by Heiko Stuebner · 5 years ago
  37. 385476e rockchip: move pmusram assembler code to a aarch64 subdir by Heiko Stuebner · 5 years ago
  38. df76b44 rk3399: m0: Fix compiler warnings. by Christoph Müllner · 5 years ago
  39. bbd0f5a rockchip: add an fdt parsing stub for platform param by Heiko Stuebner · 5 years ago
  40. 50a4d1a Remove unneeded include paths in PLAT_INCLUDES by Antonio Nino Diaz · 5 years ago
  41. 884de1f rockchip: Fix GICv2 interrupts by Antonio Nino Diaz · 5 years ago
  42. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  43. 6b88b65 drivers/console: Link console framework code by default by Julius Werner · 6 years ago
  44. 5eb8837 Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  45. a64b152 rockchip: Use common crash console functions by Antonio Nino Diaz · 6 years ago
  46. d653d33 Replace S-EL3 references by EL3 by John Tsichritzis · 6 years ago
  47. a8083a6 Merge pull request #1584 from danielboulby-arm/db/Switches by Soby Mathew · 6 years ago
  48. 5823090 rockchip: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  49. 8942a1b Ensure the flow through switch statements is clear by Daniel Boulby · 6 years ago
  50. 4b32e62 libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  51. ee3e4b0 rockchip: Add plat_is_my_cpu_primary function by Daniel Boulby · 6 years ago
  52. 6f3ccc5 PSCI: Fix types of definitions by Antonio Nino Diaz · 6 years ago
  53. 59385d0 Remove .func and .endfunc assembler directives by Roberto Vargas · 6 years ago
  54. cc9b496 Merge pull request #1406 from robertovargas-arm/uuid by Dimitris Papastamos · 6 years ago
  55. eace8f1 Make TF UUID RFC 4122 compliant by Roberto Vargas · 6 years ago
  56. e0f2c3b rockchip: Move stdint header to the offending header file by Paul Kocialkowski · 6 years ago
  57. f900a06 rockchip/rk3399: Add watchdog support in pmusram by Derek Basehore · 6 years ago
  58. 00960ba rockchip/rk3399: Split M0 binary into two by Lin Huang · 6 years ago
  59. 86a45d9 rockchip/rk3399: improve pmu powermode configure when suspend by Lin Huang · 6 years ago
  60. bf5d1ba Merge pull request #1255 from masahir0y/int-ll64 by danh-arm · 6 years ago
  61. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 6 years ago
  62. 5ac9d96 Fix pointer type mismatch of handlers by Masahiro Yamada · 6 years ago
  63. e3691fa rockchip/rk3399: Fix sram_udelay by Derek Basehore · 6 years ago
  64. 2257d6d Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 6 years ago
  65. 0e094d3 Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointers by Dimitris Papastamos · 6 years ago
  66. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  67. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  68. 0f92b0a Merge pull request #1323 from rockchip-linux/Fixes-rk3399-watchdog by Dimitris Papastamos · 6 years ago
  69. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 6 years ago
  70. 825f273 rockchip/rk3399: save/restore watchdog register correctly by Lin Huang · 6 years ago
  71. c150312 Update ULL() macro and instances of ull to comply with MISRA by David Cunado · 6 years ago
  72. eb24dff Ensure the correct execution of TLBI instructions by Antonio Nino Diaz · 6 years ago
  73. c98462e Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptions by davidcunado-arm · 6 years ago
  74. 7e90696 Merge pull request #1240 from dp-arm/dp/smccc by davidcunado-arm · 6 years ago
  75. 4221c45 Merge pull request #1236 from dbasehore/gic-save-restore by davidcunado-arm · 6 years ago
  76. bedba01 rockchip/rk3399: Fix memory corruptions or illegal memory access by Caesar Wang · 6 years ago
  77. 8e5bd5e Disable workaround for CVE-2017-5715 on unaffected platforms by Dimitris Papastamos · 6 years ago
  78. a169a80 rockchip: Disable rdist before pwr_dm_suspend is called by Derek Basehore · 6 years ago
  79. 2707c3d rockchip/rk3399: Save and restore GIC by Derek Basehore · 6 years ago
  80. 1d605f7 rockchip/rk3399: Add udelay to wait loops by Derek Basehore · 6 years ago
  81. 9b7a1a6 rockchip/rk3399: Fix QOS save/restore by Derek Basehore · 6 years ago
  82. 4ab3a96 rockchip/rk3399: Change PD_CTR_LOOP to 10000 by Derek Basehore · 6 years ago
  83. f39c806 rockchip: Move to MULTI_CONSOLE_API by Julius Werner · 7 years ago
  84. c708778 rockchip: Use coreboot-supplied serial console on coreboot systems by Julius Werner · 7 years ago
  85. 624b557 rockchip: Implement a panic handler that will reboot the system by Julius Werner · 7 years ago
  86. 4213a3f Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · 7 years ago
  87. 0f481cc Merge pull request #1179 from paulkocialkowski/integration by davidcunado-arm · 7 years ago
  88. 2dde850 rockchip: Include stdint header in plat_sip_calls.c by Paul Kocialkowski · 7 years ago
  89. c5b0c0f Do not enable SVE on pre-v8.2 platforms by David Cunado · 7 years ago
  90. 2ce2b09 Replace magic numbers in linkerscripts by PAGE_SIZE by Antonio Nino Diaz · 7 years ago
  91. 74275b0 Merge pull request #1155 from masahir0y/uniphier by davidcunado-arm · 7 years ago
  92. e2395b4 Build: introduce ${BUILD_PLAT} target to create the top build directory by Masahiro Yamada · 7 years ago
  93. 8247796 Fix usage of IMAGE_BLx macros by Roberto Vargas · 7 years ago
  94. b162fb4 rockchip/rk3399: reinitilize secure sgrf when resume by Lin Huang · 7 years ago
  95. a14b8a3 rockchip/rk3399: do secure timer init in pmusram by Lin Huang · 7 years ago
  96. 94bdbc4 rockchip/rk3399: use slice1 to restore ddr slice1 ~ slice4 by Lin Huang · 7 years ago
  97. 127527f rockchip/rk3399: disable more powerdomain prepare for shutdown logic rail by Lin Huang · 7 years ago
  98. 2c60b5f rockchip/rk3399: save and restore pd_alive register by Lin Huang · 7 years ago
  99. 1f8fdeb rockchip/rk3399: set ddr clock source back to dpll when ddr resume by Lin Huang · 7 years ago
  100. 5a5c2bb rockchip/rk3399: reinitilize debug uart when resume by Lin Huang · 7 years ago