rockchip: add px30 architecture core
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Tue, 16 Jul 2019 20:18:21 +0000 (22:18 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 17 Nov 2019 09:23:24 +0000 (17:23 +0800)
commite9ccb2f526edab7626abb69b2a6aadcb52510889
treea2b7ee767417f55dd6594341f8addce0d6ad1ddc
parent537b1a277479a6dc89e58cce6dfb5966c64f799d
rockchip: add px30 architecture core

Add core architecture code to support the px30 soc.
This includes a separate tpl board file due to very limited
sram size as well as a non-dm sdram driver, as this also has
to fit into the tiny sram.

Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/include/asm/arch-px30/boot0.h [new file with mode: 0644]
arch/arm/include/asm/arch-px30/gpio.h [new file with mode: 0644]
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/px30-board-tpl.c [new file with mode: 0644]
arch/arm/mach-rockchip/px30/Kconfig [new file with mode: 0644]
arch/arm/mach-rockchip/px30/Makefile [new file with mode: 0644]
arch/arm/mach-rockchip/px30/clk_px30.c [new file with mode: 0644]
arch/arm/mach-rockchip/px30/px30.c [new file with mode: 0644]
arch/arm/mach-rockchip/px30/syscon_px30.c [new file with mode: 0644]