[PATCH v2 0/6] mvebu multi SoC support

Sebastian Hesselbarth sebastian.hesselbarth at gmail.com
Wed Sep 17 13:22:38 PDT 2014


This is v2 of the Multi-SoC series for MVEBU. It has been tested
on Kirkwood (Guruplug), Dove (CuBox), and Armada 370 (Mirabox)
with the very same non-EABI binary. It should also work on Armada
XP but I cannot test right now.

Overall changes:
- Add mbus_range compatible check to allow to register mbus ranges
  per SoC.
- Remove CONFIG_AEABI from mvebu_defconfig since it fails on ARMv5TE
  (Kirkwood) with my gcc 4.7.2 cross-compiler.
- Add a bunch of new drivers to mvebu_defconfig.

Original cover letter from Sascha's v1:

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 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

Sebastian Hesselbarth (1):
  ARM: mvebu: Add machine compatible to mbus ranges

 arch/arm/configs/mvebu_defconfig          | 123 ++++++++++++++++++++++++++++++
 arch/arm/mach-mvebu/Kconfig               |  37 ++++-----
 arch/arm/mach-mvebu/armada-370-xp.c       |  28 ++++---
 arch/arm/mach-mvebu/common.c              |  45 +++++------
 arch/arm/mach-mvebu/dove.c                |  33 +++++---
 arch/arm/mach-mvebu/include/mach/common.h |   3 +-
 arch/arm/mach-mvebu/kirkwood.c            |  28 ++++---
 drivers/bus/mvebu-mbus.c                  |   6 +-
 include/linux/mbus.h                      |   3 +-
 9 files changed, 231 insertions(+), 75 deletions(-)
 create mode 100644 arch/arm/configs/mvebu_defconfig

---
Cc: Sascha Hauer <s.hauer at pengutronix.de>
Cc: Ezequiel Garcia <ezequiel.garcia at free-electrons.com>
Cc: barebox at lists.infradead.org
-- 
2.0.0




More information about the barebox mailing list