[U-Boot] Please pull u-boot-marvell master
Luka Perkov
luka.perkov at sartura.hr
Wed Oct 21 02:29:46 CEST 2015
Hi Tom,
can you please pull various mvebu enhancements from Stefan?
The following changes since commit 5ec0003b19cbdf06ccd6941237cbc0d1c3468e2d:
Prepare v2015.10 (2015-10-19 19:59:38 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-marvell.git
for you to fetch changes up to 5b37212a3d78f546b5ef3f97a75155b3a0fd88cb:
mmc: mv_sdhci: Configure the SDHCI MBUS bridge windows (2015-10-21 02:25:02 +0200)
----------------------------------------------------------------
Stefan Roese (12):
arm: mvebu: Move Armada XP/38x Kconfig to mach specific Kconfig file
arm: mvebu: Add option to use UART xmodem protocol via kwboot
arm: mvebu: Only set CONFIG_SKIP_LOWLEVEL_INIT for SPL
dm: core: Enable optional use of fdt_translate_address()
kwbimage: Align payload size to 4 bytes
arm: mvebu: Do not call board_init_r() from board_init_f()
arm: mvebu: Add basic Armada XP / 38x dtsi/dts files
arm: mvebu: Add DM (driver model) support
usb: ehci-marvell.c: Add DM support
arm: mvebu: Enable DM_USB on AXP / A38x boards
arm: mvebu: Enable DM_SERIAL on AXP / A38x boards
mmc: mv_sdhci: Configure the SDHCI MBUS bridge windows
Makefile | 14 +-
arch/arm/Kconfig | 20 +-
arch/arm/dts/Makefile | 5 +
arch/arm/dts/armada-370-xp.dtsi | 333 ++++++++++++++++++
arch/arm/dts/armada-380.dtsi | 152 +++++++++
arch/arm/dts/armada-385.dtsi | 184 ++++++++++
arch/arm/dts/armada-388-gp.dts | 413 +++++++++++++++++++++++
arch/arm/dts/armada-388.dtsi | 70 ++++
arch/arm/dts/armada-38x.dtsi | 600 +++++++++++++++++++++++++++++++++
arch/arm/dts/armada-xp-gp.dts | 245 ++++++++++++++
arch/arm/dts/armada-xp-mv78230.dtsi | 231 +++++++++++++
arch/arm/dts/armada-xp-mv78260.dtsi | 333 ++++++++++++++++++
arch/arm/dts/armada-xp-mv78460.dtsi | 371 ++++++++++++++++++++
arch/arm/dts/armada-xp.dtsi | 320 ++++++++++++++++++
arch/arm/mach-mvebu/Kconfig | 31 ++
arch/arm/mach-mvebu/cpu.c | 31 +-
arch/arm/mach-mvebu/include/mach/cpu.h | 2 +
arch/arm/mach-mvebu/include/mach/soc.h | 2 +-
arch/arm/mach-mvebu/lowlevel_spl.S | 16 +
arch/arm/mach-mvebu/spl.c | 26 +-
board/Marvell/db-88f6820-gp/Kconfig | 3 -
board/Marvell/db-mv784mp-gp/Kconfig | 3 -
board/maxbcm/Kconfig | 3 -
configs/db-88f6820-gp_defconfig | 7 +
configs/db-mv784mp-gp_defconfig | 7 +
configs/maxbcm_defconfig | 2 +
drivers/core/Kconfig | 30 ++
drivers/core/device.c | 20 ++
drivers/mmc/mv_sdhci.c | 41 +++
drivers/usb/host/Kconfig | 7 +
drivers/usb/host/ehci-marvell.c | 86 ++++-
include/configs/db-88f6820-gp.h | 6 +-
include/configs/db-mv784mp-gp.h | 6 +-
include/configs/maxbcm.h | 2 +
include/configs/mv-common.h | 10 +-
tools/kwbimage.c | 3 +
36 files changed, 3570 insertions(+), 65 deletions(-)
create mode 100644 arch/arm/dts/armada-370-xp.dtsi
create mode 100644 arch/arm/dts/armada-380.dtsi
create mode 100644 arch/arm/dts/armada-385.dtsi
create mode 100644 arch/arm/dts/armada-388-gp.dts
create mode 100644 arch/arm/dts/armada-388.dtsi
create mode 100644 arch/arm/dts/armada-38x.dtsi
create mode 100644 arch/arm/dts/armada-xp-gp.dts
create mode 100644 arch/arm/dts/armada-xp-mv78230.dtsi
create mode 100644 arch/arm/dts/armada-xp-mv78260.dtsi
create mode 100644 arch/arm/dts/armada-xp-mv78460.dtsi
create mode 100644 arch/arm/dts/armada-xp.dtsi
create mode 100644 arch/arm/mach-mvebu/Kconfig
Thanks,
Luka
More information about the U-Boot
mailing list