TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
pfalcon
/
trusted-firmware-a
/
c060b5337a43cd42f55b99d83096bb44b51b5335
/
plat
/
rockchip
/
rk3399
9565962
refactor(plat/rockchip/rk3399/drivers/gpio): reduce code duplication
by Jona Stubbe
· 4 years, 8 months ago
2c4b0c0
fix(rk3399/suspend): correct LPDDR4 resume sequence
by Jimmy Brisson
· 5 years ago
f943b7c
fix(rockchip/rk3399): fix dram section placement
by Patrick Georgi
· 4 years, 1 month ago
826ba36
rockchip: Add support for the stack protector
by Christoph Müllner
· 4 years, 9 months ago
a6ea06f
TF-A GICv3 driver: Introduce makefile
by Alexei Fedorov
· 5 years ago
6e19bd5
TF-A GICv3 driver: Separate GICD and GICR accessor functions
by Alexei Fedorov
· 5 years ago
ed7a563
rockchip: Unify Platform specific defines for PSCI module
by Deepika Bhavnani
· 6 years ago
287a81d
Merge "plat/rockchip: enable power domains of rk3399 before reset" into integration
by Soby Mathew
· 6 years ago
37ebe8e
Merge "plat/rockchip: cliam a macro to enable hdcp feature for DP" into integration
by Soby Mathew
· 6 years ago
7f0b2e7
rockchip: really use base+size for secure ddr regions
by Heiko Stuebner
· 6 years ago
39a97dc
rockchip: Prevent macro expansion in paths
by Joshua Watt
· 6 years ago
f0063ef
plat/rockchip: cliam a macro to enable hdcp feature for DP
by Ziyuan Xu
· 6 years ago
b489904
plat/rockchip: enable power domains of rk3399 before reset
by Piotr Szczepanik
· 6 years ago
b7f6525
Enable -Wshadow always
by Justin Chadwell
· 6 years ago
0aad563
rockchip: Update BL31_BASE to 0x40000
by Kever Yang
· 6 years ago
0eb7fa9
rockchip: rk3399: store actual debug uart information on suspend
by Heiko Stuebner
· 6 years ago
3e02c74
plat/rockchip: Use new bl31_params_parse_helper()
by Julius Werner
· 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
5b6ebee
Remove MULTI_CONSOLE_API flag and references to it
by Ambroise Vincent
· 6 years ago
33218d2
rockchip: Disable binary generation for all SoCs.
by Christoph Müllner
· 6 years ago
4200e5a
rockchip: only include libfdt in non-coreboot cases
by Heiko Stuebner
· 6 years ago
5167520
Merge "rk3399: m0: Fix compiler warnings." into integration
by Soby Mathew
· 6 years ago
c3aaaba
rockchip: move pmusram assembler code to a aarch64 subdir
by Heiko Stuebner
· 6 years ago
af81a91
rk3399: m0: Fix compiler warnings.
by Christoph Müllner
· 6 years ago
7029e80
rockchip: add an fdt parsing stub for platform param
by Heiko Stuebner
· 6 years ago
09d40e0
Sanitise includes across codebase
by Antonio Nino Diaz
· 7 years ago
985ee0b
drivers/console: Link console framework code by default
by Julius Werner
· 7 years ago
c3cf06f
Standardise header guards across codebase
by Antonio Nino Diaz
· 7 years ago
a9d5a3f
rockchip: Use common crash console functions
by Antonio Nino Diaz
· 7 years ago
3ed87a4
Merge pull request #1584 from danielboulby-arm/db/Switches
by Soby Mathew
· 7 years ago
2d6f1f0
rockchip: Migrate to new interfaces
by Antonio Nino Diaz
· 7 years ago
a08a201
Ensure the flow through switch statements is clear
by Daniel Boulby
· 7 years ago
93c78ed
libc: Fix all includes in codebase
by Antonio Nino Diaz
· 7 years ago
1083b2b
PSCI: Fix types of definitions
by Antonio Nino Diaz
· 7 years ago
b2805da
Remove .func and .endfunc assembler directives
by Roberto Vargas
· 7 years ago
fb83888
rockchip: Move stdint header to the offending header file
by Paul Kocialkowski
· 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
ccd130e
Merge pull request #1255 from masahir0y/int-ll64
by danh-arm
· 7 years ago
57d1e5f
Fix pointer type mismatch of handlers
by Masahiro Yamada
· 7 years ago
3cb7492
rockchip/rk3399: Fix sram_udelay
by Derek Basehore
· 7 years ago
649c48f
plat: fix switch statements to comply with MISRA rules
by Jonathan Wright
· 7 years ago
b7229e4
Merge pull request #1323 from rockchip-linux/Fixes-rk3399-watchdog
by Dimitris Papastamos
· 7 years ago
085e80e
Rename 'smcc' to 'smccc'
by Antonio Nino Diaz
· 7 years ago
56bf940
rockchip/rk3399: save/restore watchdog register correctly
by Lin Huang
· 7 years ago
5724481
Update ULL() macro and instances of ull to comply with MISRA
by David Cunado
· 7 years ago
956defc
Merge pull request #1247 from rockchip-linux/rk3399/fixes-memory-corruptions
by davidcunado-arm
· 8 years ago
334e1ce
Merge pull request #1236 from dbasehore/gic-save-restore
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
890abc3
rockchip: Move to MULTI_CONSOLE_API
by Julius Werner
· 8 years ago
3c250b9
rockchip: Use coreboot-supplied serial console on coreboot systems
by Julius Werner
· 8 years ago
211d307
Merge pull request #1178 from davidcunado-arm/dc/enable_sve
by davidcunado-arm
· 8 years ago
49d7ea2
Merge pull request #1179 from paulkocialkowski/integration
by davidcunado-arm
· 8 years ago
c90e267
rockchip: Include stdint header in plat_sip_calls.c
by Paul Kocialkowski
· 8 years ago
3872fc2
Do not enable SVE on pre-v8.2 platforms
by David Cunado
· 8 years ago
a2aedac
Replace magic numbers in linkerscripts by PAGE_SIZE
by Antonio Nino Diaz
· 8 years ago
8012cc5
Build: introduce ${BUILD_PLAT} target to create the top build directory
by Masahiro Yamada
· 8 years ago
dbc0f2d
rockchip/rk3399: reinitilize secure sgrf when resume
by Lin Huang
· 8 years ago
a7bb338
rockchip/rk3399: do secure timer init in pmusram
by Lin Huang
· 8 years ago
4c3770d
rockchip/rk3399: use slice1 to restore ddr slice1 ~ slice4
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
36e742a
Merge pull request #1012 from rockchip-linux/rk3399/l2cache
by davidcunado-arm
· 8 years ago
0c02dc3
Merge pull request #993 from rockchip-linux/hdcp-rk3399
by davidcunado-arm
· 8 years ago
10301bf
rockchip: implement hdcp key decryption feature for rk3399
by Ziyuan Xu
· 8 years ago
c3710ee
rockchip/rk3399: fixes the typo and the WARNINGS during suspend/resume
by Caesar Wang
· 8 years ago
dea1e8e
rockchip: enable A53's erratum 855873 for rk3399
by Caesar Wang
· 8 years ago
c76631c
rockchip: include hdcp.bin and declare hdcp key decryption handler
by Ziyuan Xu
· 9 years ago
84597b5
rockchip: check wakeup cpu when resume
by Lin Huang
· 8 years ago
4e836d3
rockchip/rk3399: enable PMU_PERILP_PD_EN bit when suspend
by Lin Huang
· 8 years ago
af27fb8
rockchip/rk3399: Move DRAM restore to PMUSRAM
by Derek Basehore
· 8 years ago
c82eef6
rockchip/rk3399: convert to for-loops to save code space
by Derek Basehore
· 8 years ago
87aad73
rockchip/rk3399: Remove unneeded if statement
by Derek Basehore
· 8 years ago
18f705f
rockchip/rk3399: Remove unneeded register sets
by Derek Basehore
· 8 years ago
7d1b3f5
rockchip/rk3399: remove unneeded DDR restore function
by Derek Basehore
· 8 years ago
60400fc
rockchip/rk3399: Save space for DRAM suspend data
by Derek Basehore
· 8 years ago
bc5c300
rockchip: add pmusram section
by Lin Huang
· 8 years ago
a9059b9
rockchip/rk3399: fix DRAM gate training issue
by Lin Huang
· 8 years ago
82cb2c1
Use SPDX license identifiers
by dp-arm
· 8 years ago
01178e8
rockchip/rk3399: changed printf/tf_printf for console output
by Caesar Wang
· 8 years ago
7531120
Move plat/common source file definitions to generic Makefiles
by dp-arm
· 8 years ago
08ba8c6
Merge pull request #854 from rockchip-linux/pm_plat
by davidcunado-arm
· 8 years ago
f32ab44
rockchip: plat_pm.c: Change callbacks implement for our SOCs.
by tony.xie
· 8 years ago
d6845d3
Merge pull request #835 from rockchip-linux/rk3399-atf-cleanup-20170210
by davidcunado-arm
· 8 years ago
ccdc044
rockchip: rk3399: enable secure accessing for SRAM
by Xing Zheng
· 8 years ago
cdb6d5e
rockchip: rk3399: Use tFC value instead of tRFC value
by Derek Basehore
· 8 years ago
5a5dc61
rockchip: rk3399: Fix CAS latency setting
by Derek Basehore
· 8 years ago
43f52e9
rockchip: rk3399: disable training modules after DDR DFS
by Xing Zheng
· 8 years ago
50bde47
rockchip: rk3399: Move DQS drive strength setting to M0
by Derek Basehore
· 9 years ago
d8484b1
rockchip: rk3399: Remove dram dfs optimization
by Derek Basehore
· 9 years ago
951752d
rockchip: rk3399: Save and restore RX_CAL_DQS values
by Derek Basehore
· 9 years ago
Next »