[U-Boot] [PATCH v2 0/5] [3/3] Initial support Texas Instrument's AM654 Platform
Lokesh Vutla
lokeshvutla at ti.com
Mon Aug 27 10:29:05 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.
Changes since v1:
- Merged adding readme patch[2/6] to board support patch[1/6]
- Updated more info on the boot flow.
Andreas Dannenberg (1):
include: am654_evm: Establish initial environment for SD card boot
Lokesh Vutla (4):
board: ti: am654: a53: Add initial support for am654
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 | 28 +++
board/ti/am65x/MAINTAINERS | 6 +
board/ti/am65x/Makefile | 8 +
board/ti/am65x/README | 141 +++++++++++++
board/ti/am65x/evm.c | 68 +++++++
configs/am65x_evm_a53_defconfig | 71 +++++++
include/configs/am65x_evm.h | 69 +++++++
include/dt-bindings/pinctrl/k3-am65.h | 49 +++++
15 files changed, 915 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