mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
To: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: barebox@lists.infradead.org
Subject: [PATCH v2 0/6] mvebu multi SoC support
Date: Wed, 17 Sep 2014 22:22:38 +0200	[thread overview]
Message-ID: <1410985364-7105-1-git-send-email-sebastian.hesselbarth@gmail.com> (raw)

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@pengutronix.de>
Cc: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Cc: barebox@lists.infradead.org
-- 
2.0.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2014-09-17 20:23 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-17 20:22 Sebastian Hesselbarth [this message]
2014-09-17 20:22 ` [PATCH v2 1/6] ARM: mvebu: Add common reset_cpu function Sebastian Hesselbarth
2014-09-17 20:22 ` [PATCH v2 2/6] ARM: mvebu: Add machine compatible to mbus ranges Sebastian Hesselbarth
2014-09-17 20:22 ` [PATCH v2 3/6] ARM: mvebu: Simplify memory init order Sebastian Hesselbarth
2014-09-17 20:22 ` [PATCH v2 4/6] ARM: mvebu: Check for correct SoC in of_fixup callback Sebastian Hesselbarth
2014-09-17 20:22 ` [PATCH v2 5/6] ARM: mvebu: Allow multiple SoCs Sebastian Hesselbarth
2014-09-17 20:22 ` [PATCH v2 6/6] ARM: Add mvebu_defconfig Sebastian Hesselbarth
2014-09-20 17:24   ` Sebastian Hesselbarth
2014-09-23  5:58     ` Sascha Hauer
2014-09-19  5:47 ` [PATCH v2 0/6] mvebu multi SoC support Sascha Hauer
2014-09-19  6:44   ` Sebastian Hesselbarth
2014-09-19  7:55     ` Sascha Hauer
2014-09-19  8:25       ` Sebastian Hesselbarth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1410985364-7105-1-git-send-email-sebastian.hesselbarth@gmail.com \
    --to=sebastian.hesselbarth@gmail.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox