dreamplug: initial board support.
authorJason Cooper <[u-boot@lakedaemon.net]>
Mon, 3 Oct 2011 08:19:53 +0000 (13:49 +0530)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 27 Oct 2011 19:56:32 +0000 (21:56 +0200)
commit2e0c1c7d5cafb92f7bee9c8ac4b69f5bed075c67
treebe61db02b35a1e7111bce35d2b413d41285b5da7
parent77f11a99e14ce10ebc3b26a39a976a0827b88f86
dreamplug: initial board support.

Copied wholeheartedly from board/Marvell/guruplug and modified to add support
for SPI NOR flash.

CONFIG_MACH_DREAMPLUG defined in include/configs/dreamplug.h until Linus's
kernel.org tree adds it to mach-types.h.  Once it trickles down, the definition
can be removed from include/configs/dreamplug.h.

Signed-off-by: Jason Cooper <u-boot@lakedaemon.net>
MAINTAINERS
arch/arm/cpu/arm926ejs/kirkwood/asm-offsets.s [new file with mode: 0644]
board/Marvell/dreamplug/Makefile [new file with mode: 0644]
board/Marvell/dreamplug/dreamplug.c [new file with mode: 0644]
board/Marvell/dreamplug/dreamplug.h [new file with mode: 0644]
board/Marvell/dreamplug/kwbimage.cfg [new file with mode: 0644]
boards.cfg
include/configs/dreamplug.h [new file with mode: 0644]