From: Caleb Robey <c-robey@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] board: ti: beagleboneai: add initial support
Date: Wed, 20 Nov 2019 16:09:16 -0600 [thread overview]
Message-ID: <20191120220924.19156-1-c-robey@ti.com> (raw)
The following patches
1) Introduce the emmc based board detection for BBAI due to a lack of
eeprom onboard the BBAI (to be fixed in future revision of the board).
2) Minor changes to files to support dts and bbai boot overall
3) Add structures in the pinctrl to detect the beaglebone AI and add
checks for the beaglebone AI in the board detection scheme
4) Add device tree file for BeagleBone AI
5) Enable beaglebone ai in am57xx_evm_defconfig
Device tree has gone to mainline kernel found here:
https://patchwork.kernel.org/patch/11254903/
Caleb Robey (5):
board: ti: beagleboneai: emmc read changes
board: ti: beagleboneai: add initial support
board: ti: beagleboneai: IODELAY and pinmux changes
board: ti: beagleboneai: add dts file
board: ti: beagleboneai: enable in am57xx_evm_defconfig
arch/arm/dts/Makefile | 1 +
arch/arm/dts/am5729-beagleboneai.dts | 731 +++++++++++++++++++++++++++
arch/arm/dts/dra7.dtsi | 2 +-
arch/arm/mach-omap2/omap5/hw_data.c | 1 +
board/ti/am57xx/board.c | 37 ++
board/ti/am57xx/mux_data.h | 280 ++++++++++
board/ti/common/board_detect.c | 80 ++-
board/ti/common/board_detect.h | 9 +
configs/am57xx_evm_defconfig | 2 +-
include/configs/am57xx_evm.h | 1 -
include/environment/ti/boot.h | 4 +-
11 files changed, 1141 insertions(+), 7 deletions(-)
create mode 100644 arch/arm/dts/am5729-beagleboneai.dts
--
2.17.1
next reply other threads:[~2019-11-20 22:09 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-20 22:09 Caleb Robey [this message]
2019-11-20 22:09 ` [U-Boot] [PATCH 1/5] board: ti: beagleboneai: emmc read changes Caleb Robey
2019-11-20 22:09 ` [U-Boot] [PATCH 2/5] board: ti: beagleboneai: add initial support Caleb Robey
2019-11-21 3:43 ` Lokesh Vutla
2019-11-20 22:09 ` [U-Boot] [PATCH 3/5] board: ti: beagleboneai: IODELAY and pinmux changes Caleb Robey
2019-11-20 22:09 ` [U-Boot] [PATCH 4/5] board: ti: beagleboneai: add dts file Caleb Robey
2019-11-20 22:09 ` [U-Boot] [PATCH 5/5] board: ti: beagleboneai: enable in am57xx_evm_defconfig Caleb Robey
2019-11-21 3:45 ` Lokesh Vutla
2019-11-21 15:12 ` Tom Rini
2019-11-21 16:00 ` [U-Boot] [EXTERNAL] " Robey, Caleb
2019-11-21 16:34 ` Tom Rini
2019-11-21 22:28 ` Robey, Caleb
2019-11-21 23:07 ` 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=20191120220924.19156-1-c-robey@ti.com \
--to=c-robey@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