[U-Boot] [PATCH 00/12] ARM: dra7: Add support for dra76-evm
Lokesh Vutla
lokeshvutla at ti.com
Sat Aug 12 06:29:21 UTC 2017
dra76 family is a high-performance, infotainment application
device, based on OMAP architecture on a 28-nm technology.
This contains most of the subsystems, peripherals that are
available on dra74, dra72 family. This SoC mainly features
Subsystems:
- 2 x Cortex-A15 with max speed of 1.8GHz
- 2 X DSP
- 2 X Cortex-M4 IPU
- ISS
- CAL
- DSS
- VPE
- VIP
Connectivity peripherals:
- 1 USB3.0 and 3 USB2.0 subsystems
- 2 x SATA
- 2 x PCI Express Gen2
- 3-port Gigabit ethernet switch
- 2 x CAN
- MCAN
This series adds support for dra76-evm.
Tested on dra76-evm:
MMC boot: http://pastebin.ubuntu.com/25295219/
eMMC boot: http://pastebin.ubuntu.com/25295222/
SPI boot: http://pastebin.ubuntu.com/25295229/
Keerthy (2):
configs: dra7xx: Enable LP87565 related configs
board: ti: dra76-evm: Add the pmic data
Lokesh Vutla (9):
arm: omap5+: Add board specific ldo powering
palmas: Add support for powering different ldos
board: ti: dra76-evm: Add epprom support
board: ti: dra76-evm: Add DDR data
board: ti: dra76-evm: Add the pinmux data
board: ti: dra76-evm: Add support for powering on mmc ldo
env: ti: boot: Select dtb name for dra76
ARM: dts: dra7-evm: sync DT with latest Linux
ARM: dts: dra76-evm: Add initial support
Praneeth Bajjuri (1):
arm: dra76: Add support for ES1.0 detection
arch/arm/dts/Makefile | 2 +-
arch/arm/dts/dra7-evm.dts | 533 ++------------------------------
arch/arm/dts/dra76-evm.dts | 423 +++++++++++++++++++++++++
arch/arm/dts/dra76x.dtsi | 19 ++
arch/arm/include/asm/arch-omap5/clock.h | 9 +
arch/arm/include/asm/arch-omap5/omap.h | 1 +
arch/arm/include/asm/omap_common.h | 9 +
arch/arm/include/asm/omap_mmc.h | 1 +
arch/arm/mach-omap2/omap5/hw_data.c | 44 +++
arch/arm/mach-omap2/omap5/hwinit.c | 19 +-
arch/arm/mach-omap2/omap5/sdram.c | 2 +
board/ti/dra7xx/evm.c | 140 ++++++++-
board/ti/dra7xx/mux_data.h | 294 ++++++++++++++++++
configs/dra7xx_evm_defconfig | 4 +-
configs/dra7xx_hs_evm_defconfig | 4 +-
drivers/power/palmas.c | 11 +-
include/environment/ti/boot.h | 2 +
include/palmas.h | 6 +-
18 files changed, 999 insertions(+), 524 deletions(-)
create mode 100644 arch/arm/dts/dra76-evm.dts
create mode 100644 arch/arm/dts/dra76x.dtsi
--
2.13.0
More information about the U-Boot
mailing list