[U-Boot] [PATCH 0/6] [3/3] Initial support Texas Instrument's AM654 Platform
Lokesh Vutla
lokeshvutla at ti.com
Tue Aug 21 14:33:10 UTC 2018
Continue from PART 2/3...
This series adds arm64 support for AM654 EVM. Patch 2/6 describes the
boot flow in detail. I would recommend to go through the patch in order
to understand the entire boot flow.
Right now only arm64 support is added. r5 support will be posted later
once loading of system firmware is ported to generic filesystem loader.
Andreas Dannenberg (1):
include: am654_evm: Establish initial environment for SD card boot
Lokesh Vutla (5):
board: ti: am654: a53: Add initial support for am654
board: ti: am65x: Add README
arm64: dts: k3: Add Support for AM654 SoC
arm64: dts: k3: Add u-boot specific nodes
configs: am65x_evm_a53: Add initial support
arch/arm/dts/Makefile | 2 +
arch/arm/dts/k3-am65-main.dtsi | 31 +++
arch/arm/dts/k3-am65.dtsi | 87 ++++++++
arch/arm/dts/k3-am654-base-board-u-boot.dtsi | 203 +++++++++++++++++++
arch/arm/dts/k3-am654-base-board.dts | 36 ++++
arch/arm/dts/k3-am654.dtsi | 115 +++++++++++
arch/arm/mach-k3/Kconfig | 1 +
board/ti/am65x/Kconfig | 30 +++
board/ti/am65x/MAINTAINERS | 6 +
board/ti/am65x/Makefile | 8 +
board/ti/am65x/README | 134 ++++++++++++
board/ti/am65x/evm.c | 68 +++++++
configs/am65x_evm_a53_defconfig | 71 +++++++
include/configs/am65x_evm.h | 71 +++++++
include/dt-bindings/pinctrl/k3-am65.h | 49 +++++
15 files changed, 912 insertions(+)
create mode 100644 arch/arm/dts/k3-am65-main.dtsi
create mode 100644 arch/arm/dts/k3-am65.dtsi
create mode 100644 arch/arm/dts/k3-am654-base-board-u-boot.dtsi
create mode 100644 arch/arm/dts/k3-am654-base-board.dts
create mode 100644 arch/arm/dts/k3-am654.dtsi
create mode 100644 board/ti/am65x/Kconfig
create mode 100644 board/ti/am65x/MAINTAINERS
create mode 100644 board/ti/am65x/Makefile
create mode 100644 board/ti/am65x/README
create mode 100644 board/ti/am65x/evm.c
create mode 100644 configs/am65x_evm_a53_defconfig
create mode 100644 include/configs/am65x_evm.h
create mode 100644 include/dt-bindings/pinctrl/k3-am65.h
--
2.18.0
More information about the U-Boot
mailing list