[U-Boot] [PATCH v5 0/8] rockchip: enable TPL for tinker-rk3288
Kever Yang
kever.yang at rock-chips.com
Tue Jul 2 03:43:04 UTC 2019
Tinker board has overflow the SRAM size limit, enable TPL
for it so that there will be no size limit for SPL.
Also some other fix to bring up Tinker board:
- enabel sdmmc pinctrl with dts in SPL
- extend raw u-boot.bin size limit
Version 2 move related "u-boot,dm-pre-reloc" into -u-boot.dtsi
Changes in v5:
- use imply instead of select for TPL options
- use imply instead of select for TPL Kconfig option
Changes in v4:
- include "rk3288-u-boot.dtsi" in board '-u-boot.dtsi' and
not touch dts file.
Series-changes: 3
- include "rk3288-u-boot.dtsi" for board already have board
level -u-boot.dtsi
- include "rk3288-u-boot.dtsi" in board '-u-boot.dtsi' and
not touch dts file.
Series-changes: 3
- include "rk3288-u-boot.dtsi" in dts.
- add blank line back
Changes in v2:
- update the tags in -u-boot.dtsi
Kever Yang (8):
rockchip: rk3288: enable TPL configs to chip level
rockchip: rk3288: add separate TPL STACK address
rockchip: dts: rk3288: move reloc tag into -u-boot dts
rockchip: dts: tinker: migrate the dm-pre-reloc tag into -u-boot dts
rockchip: dts: rk3288-tinker: enable sdmmc pinctrl node in spl
rockchip: config: update config for TPL support on tinker-rk3288
rockchip: config: tiner-rk3288: extend CONFIG_SYS_MONITOR_LEN to 600KB
rockchip: rk3288: enable TPL for tinker-board
arch/arm/dts/rk3288-tinker-u-boot.dtsi | 54 +++++++++++++++++++
arch/arm/dts/rk3288-tinker.dts | 19 -------
arch/arm/dts/rk3288-u-boot.dtsi | 36 +++++++++++++
arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi | 2 +
arch/arm/dts/rk3288-vyasa-u-boot.dtsi | 2 +
arch/arm/dts/rk3288.dtsi | 8 ---
arch/arm/mach-rockchip/Kconfig | 18 +++++++
arch/arm/mach-rockchip/rk3288/Kconfig | 15 +-----
configs/tinker-rk3288_defconfig | 13 ++---
include/configs/tinker_rk3288.h | 1 +
10 files changed, 119 insertions(+), 49 deletions(-)
create mode 100644 arch/arm/dts/rk3288-tinker-u-boot.dtsi
create mode 100644 arch/arm/dts/rk3288-u-boot.dtsi
--
2.20.1
More information about the U-Boot
mailing list