All of lore.kernel.org
 help / color / mirror / Atom feed
* mvebu multi SoC support
@ 2014-09-15  7:41 Sascha Hauer
  2014-09-15  7:41 ` [PATCH 1/5] ARM: mvebu: Add common reset_cpu function Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Sascha Hauer @ 2014-09-15  7:41 UTC (permalink / raw)
  To: barebox

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

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

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2014-09-17  7:30 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-15  7:41 mvebu multi SoC support Sascha Hauer
2014-09-15  7:41 ` [PATCH 1/5] ARM: mvebu: Add common reset_cpu function Sascha Hauer
2014-09-16 19:17   ` Sebastian Hesselbarth
2014-09-17  6:32     ` Sascha Hauer
2014-09-15  7:41 ` [PATCH 2/5] ARM: mvebu: Simplify memory init order Sascha Hauer
2014-09-16 20:05   ` Sebastian Hesselbarth
2014-09-17  6:45     ` Sascha Hauer
2014-09-17  7:19       ` Sebastian Hesselbarth
2014-09-17  7:29         ` Sascha Hauer
2014-09-15  7:41 ` [PATCH 3/5] ARM: mvebu: Check for correct SoC in of_fixup callback Sascha Hauer
2014-09-15  7:41 ` [PATCH 4/5] ARM: mvebu: Allow multiple SoCs Sascha Hauer
2014-09-15  8:00   ` Sebastian Hesselbarth
2014-09-15  9:13     ` Sascha Hauer
2014-09-15 21:12       ` Sebastian Hesselbarth
2014-09-16  6:00         ` Sascha Hauer
2014-09-15  7:41 ` [PATCH 5/5] ARM: Add mvebu_defconfig Sascha Hauer
2014-09-15 21:15   ` Sebastian Hesselbarth
2014-09-16  6:05     ` Sascha Hauer
2014-09-15  8:09 ` mvebu multi SoC support Ezequiel Garcia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.