u-boot/arch/arm/mach-mvebu
Stefan Roese 9cffb2335c arm: mvebu: Add DM (driver model) support
This patch adds driver model support for some Marvell MVEBU SoC's. Including
Armada XP and 38x. All 3 currently mainlined boards are converted. DM is now
selected automatically for MVEBU platforms.

With this DM support now available for MVEBU, hardcoding the base addresses
and other information is not necessary any more. Probing should be done
by using the values provided via the device tree now instead. For this
the driver also need to be converted to DM. Patches for some of the drivers
will follow.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Luka Perkov <luka.perkov@sartura.hr>
2015-10-21 02:25:01 +02:00
..
include/mach arm: mvebu: Add option to use UART xmodem protocol via kwboot 2015-10-21 02:25:00 +02:00
serdes arm: mvebu: a38x: Use correct PEX register access macros 2015-07-23 10:39:25 +02:00
Kconfig arm: mvebu: Add option to use UART xmodem protocol via kwboot 2015-10-21 02:25:00 +02:00
Makefile arm: mvebu: Add complete SDRAM ECC scrubbing 2015-08-17 18:49:33 +02:00
cpu.c arm: mvebu: Only set CONFIG_SKIP_LOWLEVEL_INIT for SPL 2015-10-21 02:25:00 +02:00
dram.c arm: mvebu: Add complete SDRAM ECC scrubbing 2015-08-17 18:49:33 +02:00
gpio.c arm: mvebu: Move mvebu-common into mach-mvebu 2015-05-05 14:28:29 +02:00
lowlevel_spl.S arm: mvebu: Add option to use UART xmodem protocol via kwboot 2015-10-21 02:25:00 +02:00
mbus.c arm: mvebu: Enable NAND controller on MVEBU SoC's 2015-08-17 18:49:02 +02:00
spl.c arm: mvebu: Add DM (driver model) support 2015-10-21 02:25:01 +02:00
timer.c arm: mvebu: timer.c: Explicitly move "init_done" var to data section 2015-10-01 02:00:02 +02:00
u-boot-spl.lds arm: mvebu: Move mvebu-common into mach-mvebu 2015-05-05 14:28:29 +02:00