u-boot-brain/arch/arm/mach-rockchip/rk3368
Philipp Tomsich 66a63fec81 rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATA
The RK3368 has both a limited TPL size (just 0x7000 bytes) and the
added challenge of booting in AArch64, which increases the code size
for TPL (particularily when using the LP64 programming model).  For
this reason we expect the RK3368 to always use OF_PLATDATA for its
TPL stage.

This change adds support for the MSCH, PMUGRF and GRF register regions
in syscon, which are necessary for initialising the RK3368's DRAM
controller.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-08-13 17:12:22 +02:00
..
clk_rk3368.c rockchip: rk3368: Add core start-up code for RK3368 2017-06-07 07:29:19 -06:00
Kconfig rockchip: rk3368: Add PX5 Evaluation board 2017-06-07 07:29:20 -06:00
Makefile rockchip: rk3368: add sdram driver for U-Boot 2017-07-11 12:13:45 +02:00
rk3368.c rockchip: correct the bank0 ram size 2017-07-11 12:13:45 +02:00
sdram_rk3368.c rockchip: rk3368: add sdram driver for U-Boot 2017-07-11 12:13:45 +02:00
syscon_rk3368.c rockchip: rk3368: syscon: MSCH/PMUGRF/GRF support for OF_PLATDATA 2017-08-13 17:12:22 +02:00