linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Adding support for the new Armada XP development board from Marvell
@ 2013-02-04 17:21 Gregory CLEMENT
  2013-02-04 17:21 ` [PATCH v4 1/2] arm: mvebu: update defconfig with ATAG support when using DT Gregory CLEMENT
  2013-02-04 17:21 ` [PATCH v4 2/2] arm: mvebu: support for the new Armada XP development board(DB-MV784MP-GP) Gregory CLEMENT
  0 siblings, 2 replies; 24+ messages in thread
From: Gregory CLEMENT @ 2013-02-04 17:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This is the forth version (the third was not the last one finally) of
a patch set to add the dts support for new Armada XP development
board from Marvell called DB-MV784MP-GP.

The branch GP-board is available at
https://github.com/MISL-EBU-System-SW/mainline-public.git

Changelog:
v3->v4:
- change the amount of memory in DTS to indicate the size actually
  present on the board
- add a patch which allow the kernel to receive the amount of memory
  available on the board using ATAG (for legacy bootloader such as the
  one currently used on Marvell boards).

V2->v3
- fixed typos in comments
- fixed the compatible string for the board and use marvell,axp-gp
  instead of marvell,axp-db which was already used by an other board
- fixed the model name by remove the colon

v2->v1:
- added tested-by from Simon Guinot and Florian Fainelli
- added some comments to emphasize that the amount of memory may
  change.
- named the board ``development board''

Gregory CLEMENT (2):
  arm: mvebu: update defconfig with ATAG support when using DT
  arm: mvebu: support for the new Armada XP development
    board(DB-MV784MP-GP)

 arch/arm/boot/dts/Makefile         |    1 +
 arch/arm/boot/dts/armada-xp-gp.dts |  101 ++++++++++++++++++++++++++++++++++++
 arch/arm/configs/mvebu_defconfig   |    1 +
 3 files changed, 103 insertions(+)
 create mode 100644 arch/arm/boot/dts/armada-xp-gp.dts

-- 
1.7.9.5

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

end of thread, other threads:[~2013-03-21 18:49 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 17:21 [PATCH v4 0/2] Adding support for the new Armada XP development board from Marvell Gregory CLEMENT
2013-02-04 17:21 ` [PATCH v4 1/2] arm: mvebu: update defconfig with ATAG support when using DT Gregory CLEMENT
2013-02-16 16:48   ` Jason Cooper
2013-02-04 17:21 ` [PATCH v4 2/2] arm: mvebu: support for the new Armada XP development board(DB-MV784MP-GP) Gregory CLEMENT
2013-02-16 16:44   ` Jason Cooper
2013-03-12 15:12     ` [PATCH] ARM: mvebu: fix RAM size for Armada XP board DB-MV784MP-GP Jason Cooper
2013-03-13 14:30       ` Sergei Shtylyov
2013-03-13 14:37         ` Gregory CLEMENT
2013-03-13 14:50           ` Jason Cooper
2013-03-13 17:35           ` Jason Gunthorpe
2013-03-13 17:43             ` Andrew Lunn
2013-03-13 18:30               ` Jason Gunthorpe
2013-03-13 14:39         ` Jason Cooper
2013-03-13 14:42           ` Gregory CLEMENT
2013-03-13 14:54             ` Jason Cooper
2013-03-13 17:13               ` Jason Gunthorpe
2013-03-14 15:39                 ` Jason Cooper
2013-03-14 15:57     ` [PATCH V2] " Jason Cooper
2013-03-14 16:22       ` Jason Gunthorpe
2013-03-14 16:56         ` Jason Cooper
2013-03-14 17:22           ` Gregory CLEMENT
2013-03-14 17:30             ` Jason Cooper
2013-03-14 17:46     ` [PATCH V3] " Jason Cooper
2013-03-21 18:49       ` Jason Cooper

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).