public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/5] ARM: DRA7: AM57xx: Enable SPL_DM
@ 2017-02-10 15:07 Lokesh Vutla
  2017-02-10 15:07 ` [U-Boot] [PATCH v3 1/5] tools: omapimage: Fix size in header Lokesh Vutla
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Lokesh Vutla @ 2017-02-10 15:07 UTC (permalink / raw)
  To: u-boot

- 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 v2:
- Increased SYS_MALLOC_F_LEN.

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     | 50 ++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/u-boot-spl.lds |  2 ++
 configs/am57xx_evm_defconfig       |  8 ++++--
 configs/am57xx_hs_evm_defconfig    |  6 ++++-
 configs/dra7xx_evm_defconfig       |  6 ++++-
 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, 75 insertions(+), 24 deletions(-)
 create mode 100644 arch/arm/dts/omap5-u-boot.dtsi

-- 
2.11.0

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-03-21 18:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 15:07 [U-Boot] [PATCH v3 0/5] ARM: DRA7: AM57xx: Enable SPL_DM Lokesh Vutla
2017-02-10 15:07 ` [U-Boot] [PATCH v3 1/5] tools: omapimage: Fix size in header Lokesh Vutla
2017-02-15 12:32   ` Lokesh Vutla
2017-02-15 13:07     ` Tom Rini
2017-02-10 15:07 ` [U-Boot] [PATCH v3 2/5] ARM: OMAP2+: define _image_binary_end to fix SPL_OF_CONTROL Lokesh Vutla
2017-03-21 18:07   ` [U-Boot] [U-Boot, v3, " Tom Rini
2017-02-10 15:07 ` [U-Boot] [PATCH v3 3/5] ARM: dts: OMAP5+: Add u-boot specific dtsi Lokesh Vutla
2017-03-21 18:07   ` [U-Boot] [U-Boot, v3, " Tom Rini
2017-02-10 15:07 ` [U-Boot] [PATCH v3 4/5] configs: am57xx_evm: Enable SPL_DM Lokesh Vutla
2017-03-21 18:07   ` [U-Boot] [U-Boot,v3,4/5] " Tom Rini
2017-02-10 15:07 ` [U-Boot] [PATCH v3 5/5] configs: dra7xx_evm: " Lokesh Vutla
2017-03-21 18:07   ` [U-Boot] [U-Boot,v3,5/5] " Tom Rini
2017-02-15 13:12 ` [U-Boot] [PATCH v4] tools: omapimage: Fix size in header Lokesh Vutla
2017-03-16 20:40   ` [U-Boot] [U-Boot,v4] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox