All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] ARM: DRA7: AM57xx: Enable SPL_DM
@ 2017-02-08 12:33 Lokesh Vutla
  2017-02-08 12:33 ` [U-Boot] [PATCH 1/6] tools: omapimage: Fix size in header Lokesh Vutla
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: Lokesh Vutla @ 2017-02-08 12:33 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 ~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

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

end of thread, other threads:[~2017-02-09  4:01 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-08 12:33 [U-Boot] [PATCH 0/6] ARM: DRA7: AM57xx: Enable SPL_DM Lokesh Vutla
2017-02-08 12:33 ` [U-Boot] [PATCH 1/6] tools: omapimage: Fix size in header Lokesh Vutla
2017-02-08 13:50   ` Tom Rini
2017-02-08 12:33 ` [U-Boot] [PATCH 2/6] ARM: OMAP2+: define _image_binary_end to fix SPL_OF_CONTROL Lokesh Vutla
2017-02-08 13:50   ` Tom Rini
2017-02-08 16:33   ` Ladislav Michl
2017-02-09  4:01     ` Lokesh Vutla
2017-02-08 12:33 ` [U-Boot] [PATCH 3/6] ARM: dts: AM57xx: Add generic dts for spl Lokesh Vutla
2017-02-08 13:49   ` Tom Rini
2017-02-09  4:01     ` Lokesh Vutla
2017-02-08 12:33 ` [U-Boot] [PATCH 4/6] ARM: dts: DRA7: " Lokesh Vutla
2017-02-08 12:33 ` [U-Boot] [PATCH 5/6] configs: am57xx_evm: Enable SPL_DM Lokesh Vutla
2017-02-08 12:33 ` [U-Boot] [PATCH 6/6] configs: dra7xx_evm: " Lokesh Vutla
2017-02-08 12:56 ` [U-Boot] [PATCH 0/6] ARM: DRA7: AM57xx: " Tom Rini
2017-02-08 13:07   ` Lokesh Vutla
2017-02-08 13:15     ` Tom Rini
2017-02-08 13:28       ` Lokesh Vutla
2017-02-08 13:30         ` Tom Rini
2017-02-08 18:42     ` Andrew F. Davis
2017-02-08 20:40       ` Tom Rini
2017-02-08 20:46         ` Andrew F. Davis
2017-02-08 20:47           ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.