[U-Boot] [PATCH 0/5] board: ti: beagleboneai: add initial support

Caleb Robey c-robey at ti.com
Wed Nov 20 22:09:16 UTC 2019


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



More information about the U-Boot mailing list