[U-Boot] [PATCH v2 0/6] arm: am335x: Enable SPL_DM
Lokesh Vutla
lokeshvutla at ti.com
Wed Apr 26 08:07:04 UTC 2017
Enable SPL_DM on all AM335x based TI platforms.
Using board-data way instead of using DT as suggested by
Tom here[1], mainly due to space constraints.
This series depends on Adam Ford's patch[2].
Link to travis-ci build tests: https://travis-ci.org/lokeshvutla/u-boot/builds/225872244
[1] https://www.mail-archive.com/u-boot@lists.denx.de/msg238483.html
[2] http://patchwork.ozlabs.org/patch/751300/
Lokesh Vutla (6):
dm: mmc: omap_hsmmc: Update to support of-platdata
dm: mmc: omap_hsmmc: Add pre-reloc flag to the driver
configs: am335x_evm: Use omap2 generic spl load script
am33xx: Provide platform data for mmc
configs: am335x_evm: Enable SPL_DM
arm: am335x: Enable tiny printf in SPL
arch/arm/Kconfig | 1 +
arch/arm/include/asm/omap_mmc.h | 9 +++++
arch/arm/mach-omap2/am33xx/Kconfig | 5 +++
arch/arm/mach-omap2/am33xx/u-boot-spl.lds | 56 -------------------------------
board/ti/am335x/board.c | 32 ++++++++++++++++++
drivers/mmc/omap_hsmmc.c | 25 ++++++++------
include/configs/am335x_evm.h | 3 +-
include/configs/am335x_igep0033.h | 2 +-
include/configs/am335x_shc.h | 2 +-
include/configs/am335x_sl50.h | 2 +-
include/configs/baltos.h | 2 +-
include/configs/bav335x.h | 2 +-
include/configs/bur_am335x_common.h | 2 +-
include/configs/chiliboard.h | 2 +-
include/configs/cm_t335.h | 2 +-
include/configs/pcm051.h | 2 +-
include/configs/pengwyn.h | 2 +-
include/configs/pepper.h | 2 +-
include/configs/siemens-am33x-common.h | 2 +-
include/configs/ti_am335x_common.h | 2 ++
20 files changed, 77 insertions(+), 80 deletions(-)
delete mode 100644 arch/arm/mach-omap2/am33xx/u-boot-spl.lds
--
2.11.0
More information about the U-Boot
mailing list