public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/5] [3/3] Initial support Texas Instrument's AM654 Platform
@ 2018-08-27 10:29 Lokesh Vutla
  2018-08-27 10:29 ` [U-Boot] [PATCH v2 1/5] board: ti: am654: a53: Add initial support for am654 Lokesh Vutla
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Lokesh Vutla @ 2018-08-27 10:29 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-09-12  0:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-27 10:29 [U-Boot] [PATCH v2 0/5] [3/3] Initial support Texas Instrument's AM654 Platform Lokesh Vutla
2018-08-27 10:29 ` [U-Boot] [PATCH v2 1/5] board: ti: am654: a53: Add initial support for am654 Lokesh Vutla
2018-09-12  0:42   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:29 ` [U-Boot] [PATCH v2 2/5] include: am654_evm: Establish initial environment for SD card boot Lokesh Vutla
2018-09-12  0:42   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:29 ` [U-Boot] [PATCH v2 3/5] arm64: dts: k3: Add Support for AM654 SoC Lokesh Vutla
2018-09-12  0:42   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:29 ` [U-Boot] [PATCH v2 4/5] arm64: dts: k3: Add u-boot specific nodes Lokesh Vutla
2018-09-12  0:42   ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-08-27 10:29 ` [U-Boot] [PATCH v2 5/5] configs: am65x_evm_a53: Add initial support Lokesh Vutla
2018-09-12  0:42   ` [U-Boot] [U-Boot, v2, " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox