mvebu multi SoC support
Sascha Hauer
s.hauer at pengutronix.de
Mon Sep 15 00:41:08 PDT 2014
Hi All,
The following series allows to select multiple mvebu SoCs at once.
Additionally a mvebu_defconfig is added to collect all mvebu based
boards.
I couldn't test this series. We have a cubox somewhere, but it seems
to have disappeared from our remotelab. Sebastian, could you give
this series a try?
The goal is to remove the board specific defconfigs in the next step,
but I don't want to do this until the mvebu_defconfig is confirmed
working. The defconfig files could use an overhaul anyway. We now
have networking support for mvebu, but it's not enabled in the config.
Sascha
----------------------------------------------------------------
Sascha Hauer (5):
ARM: mvebu: Add common reset_cpu function
ARM: mvebu: Simplify memory init order
ARM: mvebu: Check for correct SoC in of_fixup callback
ARM: mvebu: Allow multiple SoCs
ARM: Add mvebu_defconfig
arch/arm/configs/mvebu_defconfig | 108 ++++++++++++++++++++++++++++++
arch/arm/mach-mvebu/Kconfig | 38 ++++-------
arch/arm/mach-mvebu/armada-370-xp.c | 25 ++++---
arch/arm/mach-mvebu/common.c | 45 +++++++------
arch/arm/mach-mvebu/dove.c | 27 +++++---
arch/arm/mach-mvebu/include/mach/common.h | 3 +-
arch/arm/mach-mvebu/kirkwood.c | 25 ++++---
7 files changed, 197 insertions(+), 74 deletions(-)
create mode 100644 arch/arm/configs/mvebu_defconfig
More information about the barebox
mailing list