From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Wed, 8 Feb 2017 18:03:31 +0530 Subject: [U-Boot] [PATCH 0/6] ARM: DRA7: AM57xx: Enable SPL_DM Message-ID: <20170208123337.27079-1-lokeshvutla@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de - 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