From: Lokesh Vutla <lokeshvutla@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] [3/3] Initial support Texas Instrument's AM654 Platform
Date: Tue, 21 Aug 2018 20:03:10 +0530 [thread overview]
Message-ID: <20180821143316.29329-1-lokeshvutla@ti.com> (raw)
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
next reply other threads:[~2018-08-21 14:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-21 14:33 Lokesh Vutla [this message]
2018-08-21 14:33 ` [U-Boot] [PATCH 1/6] board: ti: am654: a53: Add initial support for am654 Lokesh Vutla
2018-08-24 14:13 ` Tom Rini
2018-08-21 14:33 ` [U-Boot] [PATCH 2/6] board: ti: am65x: Add README Lokesh Vutla
2018-08-24 14:13 ` Tom Rini
2018-08-21 14:33 ` [U-Boot] [PATCH 3/6] include: am654_evm: Establish initial environment for SD card boot Lokesh Vutla
2018-08-24 14:13 ` Tom Rini
2018-08-21 14:33 ` [U-Boot] [PATCH 4/6] arm64: dts: k3: Add Support for AM654 SoC Lokesh Vutla
2018-08-24 14:13 ` Tom Rini
2018-08-21 14:33 ` [U-Boot] [PATCH 5/6] arm64: dts: k3: Add u-boot specific nodes Lokesh Vutla
2018-08-24 14:13 ` Tom Rini
2018-08-21 14:33 ` [U-Boot] [PATCH 6/6] configs: am65x_evm_a53: Add initial support Lokesh Vutla
2018-08-24 14:13 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180821143316.29329-1-lokeshvutla@ti.com \
--to=lokeshvutla@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox