[U-Boot] [PATCH v2 0/5] ARM: DRA7: AM57xx: Enable SPL_DM
Lokesh Vutla
lokeshvutla at ti.com
Thu Feb 9 04:00:07 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 ~8KB.
Verified MMC, eMMC boot on DRA74-evm, DRA72-evm.
MMC boot on AM57xx-evm.
Changes since v1:
- Instead of creating a new dts file for each platform, created a omap5
specific common dtsi that will be included automatically.
Lokesh Vutla (5):
tools: omapimage: Fix size in header
ARM: OMAP2+: define _image_binary_end to fix SPL_OF_CONTROL
ARM: dts: OMAP5+: Add u-boot specific dtsi
configs: am57xx_evm: Enable SPL_DM
configs: dra7xx_evm: Enable SPL_DM
arch/arm/dts/omap5-u-boot.dtsi | 46 ++++++++++++++++++++++++++++++++++++++
arch/arm/mach-omap2/u-boot-spl.lds | 2 ++
configs/am57xx_evm_defconfig | 7 ++++--
configs/am57xx_hs_evm_defconfig | 5 ++++-
configs/dra7xx_evm_defconfig | 5 ++++-
configs/dra7xx_hs_evm_defconfig | 5 ++++-
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 +-
11 files changed, 68 insertions(+), 24 deletions(-)
create mode 100644 arch/arm/dts/omap5-u-boot.dtsi
--
2.11.0
More information about the U-Boot
mailing list