[U-Boot] [PATCH 0/6] ARM: DRA7: AM57xx: Enable SPL_DM
Lokesh Vutla
lokeshvutla at ti.com
Wed Feb 8 12:33:31 UTC 2017
- Enable SPL_DM on all DRA7 and AM57xx based platforms.
- SPL uses a generic dts on all platforms with same defconfig.
- After this series SPL size is increased by ~7KB.
Verified MMC, eMMC boot on DRA74-evm, DRA72-evm.
MMC boot on AM57xx-evm.
Lokesh Vutla (6):
tools: omapimage: Fix size in header
ARM: OMAP2+: define _image_binary_end to fix SPL_OF_CONTROL
ARM: dts: AM57xx: Add generic dts for spl
ARM: dts: DRA7: Add generic dts for spl
configs: am57xx_evm: Enable SPL_DM
configs: dra7xx_evm: Enable SPL_DM
arch/arm/dts/Makefile | 3 ++-
arch/arm/dts/am57xx-generic-spl.dts | 24 ++++++++++++++++++
arch/arm/dts/dra7-generic-spl.dts | 50 +++++++++++++++++++++++++++++++++++++
arch/arm/mach-omap2/u-boot-spl.lds | 2 ++
configs/am57xx_evm_defconfig | 7 ++++--
configs/am57xx_hs_evm_defconfig | 7 ++++--
configs/dra7xx_evm_defconfig | 7 ++++--
configs/dra7xx_hs_evm_defconfig | 7 ++++--
include/configs/am57xx_evm.h | 5 ----
include/configs/dra7xx_evm.h | 5 ----
include/configs/ti_omap5_common.h | 8 +-----
tools/gpimage.c | 2 +-
tools/omapimage.c | 2 +-
13 files changed, 101 insertions(+), 28 deletions(-)
create mode 100644 arch/arm/dts/am57xx-generic-spl.dts
create mode 100644 arch/arm/dts/dra7-generic-spl.dts
--
2.11.0
More information about the U-Boot
mailing list