TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
23fc05a33d2bd67d25e20b51f68e18872d761608
/
plat
/
rockchip
/
rk3399
/
drivers
/
pmu
e5e9ccd
fix(rockchip): add support for building with LTO enabled
by Andrey Skvortsov
· 1 year, 8 months ago
da04341
build: always prefix section names with `.`
by Chris Kay
· 2 years, 6 months ago
2c4b0c0
fix(rk3399/suspend): correct LPDDR4 resume sequence
by Jimmy Brisson
· 5 years ago
287a81d
Merge "plat/rockchip: enable power domains of rk3399 before reset" into integration
by Soby Mathew
· 6 years ago
39a97dc
rockchip: Prevent macro expansion in paths
by Joshua Watt
· 6 years ago
b489904
plat/rockchip: enable power domains of rk3399 before reset
by Piotr Szczepanik
· 6 years ago
0eb7fa9
rockchip: rk3399: store actual debug uart information on suspend
by Heiko Stuebner
· 6 years ago
c1185ff
plat/rockchip: Switch to use new common BL aux parameter library
by Julius Werner
· 6 years ago
79ca780
Update rockchip platform to not rely on undefined overflow behaviour
by Justin Chadwell
· 6 years ago
09d40e0
Sanitise includes across codebase
by Antonio Nino Diaz
· 7 years ago
c3cf06f
Standardise header guards across codebase
by Antonio Nino Diaz
· 7 years ago
b2805da
Remove .func and .endfunc assembler directives
by Roberto Vargas
· 7 years ago
5b88643
rockchip/rk3399: Add watchdog support in pmusram
by Derek Basehore
· 7 years ago
ff4735c
rockchip/rk3399: Split M0 binary into two
by Lin Huang
· 7 years ago
133598c
rockchip/rk3399: improve pmu powermode configure when suspend
by Lin Huang
· 7 years ago
649c48f
plat: fix switch statements to comply with MISRA rules
by Jonathan Wright
· 7 years ago
56bf940
rockchip/rk3399: save/restore watchdog register correctly
by Lin Huang
· 7 years ago
956defc
Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptions
by davidcunado-arm
· 8 years ago
de3c300
rockchip/rk3399: Fix memory corruptions or illegal memory access
by Caesar Wang
· 8 years ago
b38c6f6
rockchip/rk3399: Save and restore GIC
by Derek Basehore
· 8 years ago
8c1e78a
rockchip/rk3399: Add udelay to wait loops
by Derek Basehore
· 8 years ago
b2a0af1
rockchip/rk3399: Fix QOS save/restore
by Derek Basehore
· 8 years ago
aa9ee82
rockchip/rk3399: Change PD_CTR_LOOP to 10000
by Derek Basehore
· 8 years ago
dbc0f2d
rockchip/rk3399: reinitilize secure sgrf when resume
by Lin Huang
· 8 years ago
a109ec9
rockchip/rk3399: disable more powerdomain prepare for shutdown logic rail
by Lin Huang
· 8 years ago
2adcad6
rockchip/rk3399: save and restore pd_alive register
by Lin Huang
· 8 years ago
9aadf25
rockchip/rk3399: set ddr clock source back to dpll when ddr resume
by Lin Huang
· 8 years ago
74c3d79
rockchip/rk3399: reinitilize debug uart when resume
by Lin Huang
· 8 years ago
ee1ebbd
Fix order of remaining platform #includes
by Isla Mitchell
· 8 years ago
c3710ee
rockchip/rk3399: fixes the typo and the WARNINGS during suspend/resume
by Caesar Wang
· 8 years ago
4e836d3
rockchip/rk3399: enable PMU_PERILP_PD_EN bit when suspend
by Lin Huang
· 8 years ago
bc5c300
rockchip: add pmusram section
by Lin Huang
· 8 years ago
82cb2c1
Use SPDX license identifiers
by dp-arm
· 8 years ago
08ba8c6
Merge pull request #854 from rockchip-linux/pm_plat
by davidcunado-arm
· 8 years ago
f32ab444
rockchip: plat_pm.c: Change callbacks implement for our SOCs.
by tony.xie
· 8 years ago
e352511
rockchip: rk3399: Clean up and seprate secure parts from SoC codes
by Xing Zheng
· 8 years ago
1830f79
rockchip: Clean up header and referenced files
by Xing Zheng
· 8 years ago
87b5c17
rockchip: rk3399: fix PMU_CRU_GATEDIS_CON0 setting error
by Lin Huang
· 9 years ago
175476f
FIXUP: rockchip: rk3399: fix the incorrect bit during m0_init
by Xing Zheng
· 9 years ago
ca9286c
rockchip: rk3399: improve the m0 enable flow
by Lin Huang
· 9 years ago
c6e15d1
rockchip: rk3399: fix hang in ddr set rate
by Derek Basehore
· 8 years ago
4bd1d3f
rockchip: rk3399: add support for ddrfreq suspend/resume
by Derek Basehore
· 8 years ago
977001a
rk3399: dram: use PMU M0 to do ddr frequency scaling
by Xing Zheng
· 9 years ago
ede939f
Fix incorrect copyright notices
by Antonio Nino Diaz
· 9 years ago
aa2345e
rk3399: Add CFI debug information to SRAM functions
by Soren Brinkmann
· 9 years ago
0607716
rockchip: remove no needed code for rk3399
by Caesar Wang
· 9 years ago
a14e091
rockchip: disable watchdog during suspend
by Caesar Wang
· 9 years ago
4c127e6
rockchip: close the PD center logic during suspend
by Caesar Wang
· 9 years ago
9c68748
rockchip: move pmu registers into another header for rk3399
by Caesar Wang
· 9 years ago
7ac5200
rockchip: clear the power mode status via M0
by Caesar Wang
· 9 years ago
8382e17
rockchip: add M0 source code and build system for RK3399
by Caesar Wang
· 9 years ago
ec69356
rockchip: optimize the link mechanism for SRAM code
by Caesar Wang
· 9 years ago
d9738fb
Merge pull request #700 from rockchip-linux/fixes-typo-and-warnings
by davidcunado-arm
· 9 years ago
0587788
rockchip: fixes the gic panic for rk3399 resume
by Caesar Wang
· 9 years ago
7e1bedb
rockchip: fixes some typo
by Caesar Wang
· 9 years ago
2bff35b
rockchip: set gpio2 ~ gpio4 to input and pull none mode
by Caesar Wang
· 9 years ago
e550c63
rockchip: support disable/enable specific gpio when suspend/resume
by Caesar Wang
· 9 years ago
63ebf05
rockchip: fix the scu idle for rk3399
by Tony Xie
· 9 years ago
bdb2763
rockchip: handle some interrupt before enter power mode for rk3399
by Caesar Wang
· 9 years ago
b346423
rockchip: remove the unused code for rk3399
by Caesar Wang
· 9 years ago
9d5aee2
rockchip: on rk3399 enable Schmitt trigger on 32 kHz clock
by Caesar Wang
· 9 years ago
0786d68
rockchip: on rk3399 init the PMU counts at boot; set 24M/32k properly
by Caesar Wang
· 9 years ago
78f7017
rockchip: fix the reset-hold release for rk3399 resume
by Caesar Wang
· 9 years ago
545bff0
rockchip: fix the power up/dowm cnt for rk3399
by Caesar Wang
· 9 years ago
5d3b106
rockchip: update to handle PWMs for rk3399
by Caesar Wang
· 9 years ago
e6517ab
rockchip: fixes typo and some bugs for suspend/resume tests
by Caesar Wang
· 9 years ago
9ec78bd
rockchip: support the suspend/resume for rk3399
by Tony Xie
· 9 years ago
86c253e
rockchip: support system off function for rk3399
by Caesar Wang
· 9 years ago
8867299
rockchip: support reset SoC through gpio for rk3399
by Caesar Wang
· 9 years ago
80fb66b
Rockchip: Add some debug assertions in the PMU driver
by Sandrine Bailleux
· 9 years ago
f47a25d
rockchip: support the suspend/resume for rk3399
by Caesar Wang
· 9 years ago
6fba6e0
Support for Rockchip's family SoCs
by Tony Xie
· 10 years ago