[U-Boot] Pull request for u-boot-marvell.git
Prafulla Wadaskar
prafulla at marvell.com
Tue Oct 18 13:12:19 CEST 2011
Hi Albert
Please kindly pull
The following changes since commit 0e005ee09d3424e2780efc6895fcbfbdf7a492fa:
Prafulla Wadaskar (1):
Merge branch 'master' of git://git.marvell.com/mirror/denx.de/u-boot-arm into armmaster
are available in the git repository at:
u-boot-marvell.git master branch.
Ajay Bhargav (4):
SPI: Add SPI driver support for Marvell Armada100
Armada100: Add SPI support for Marvell gplugD
Armada100: Add SPI flash support for Marvell gplugD
Armada100: Add env storage support for Marvell gplugD
Jason Cooper (1):
dreamplug: initial board support.
Lei Wen (5):
ARM: pantheon: reduce dependence of including platform file
ARM: armada100: reduce dependence of including platform file
ARM: kirkwood: reduce dependence of including platform file
serial: reduce include platform file for marvell chip
gpio: mvmfp: reduce include platform file
Michael Walle (1):
kirkwood_spi: add dummy spi_init()
Prafulla Wadaskar (1):
gplug: fixed build error as a result of code cleanup patch
MAINTAINERS | 4 +
arch/arm/cpu/arm926ejs/armada100/cpu.c | 2 +-
arch/arm/cpu/arm926ejs/armada100/dram.c | 1 +
arch/arm/cpu/arm926ejs/armada100/timer.c | 1 +
arch/arm/cpu/arm926ejs/kirkwood/cpu.c | 2 +
arch/arm/cpu/arm926ejs/kirkwood/dram.c | 2 +
arch/arm/cpu/arm926ejs/kirkwood/mpp.c | 2 +
arch/arm/cpu/arm926ejs/kirkwood/timer.c | 1 +
arch/arm/cpu/arm926ejs/pantheon/cpu.c | 2 +-
arch/arm/cpu/arm926ejs/pantheon/dram.c | 1 +
arch/arm/cpu/arm926ejs/pantheon/timer.c | 1 +
arch/arm/include/asm/arch-armada100/armada100.h | 120 +------------
arch/arm/include/asm/arch-armada100/config.h | 1 +
arch/arm/include/asm/arch-armada100/cpu.h | 125 +++++++++++++
arch/arm/include/asm/arch-armada100/mfp.h | 6 +
arch/arm/include/asm/arch-armada100/spi.h | 95 ++++++++++
arch/arm/include/asm/arch-kirkwood/config.h | 1 +
arch/arm/include/asm/arch-kirkwood/kirkwood.h | 6 -
arch/arm/include/asm/arch-pantheon/config.h | 2 +
arch/arm/include/asm/arch-pantheon/pantheon.h | 7 -
board/Marvell/aspenite/aspenite.c | 1 +
board/Marvell/dreamplug/Makefile | 54 ++++++
board/Marvell/dreamplug/dreamplug.c | 151 +++++++++++++++
board/Marvell/dreamplug/dreamplug.h | 42 ++++
board/Marvell/dreamplug/kwbimage.cfg | 163 ++++++++++++++++
board/Marvell/gplugd/gplugd.c | 13 ++
board/Marvell/guruplug/guruplug.c | 1 +
board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c | 1 +
board/Marvell/openrd/openrd.c | 1 +
board/Marvell/rd6281a/rd6281a.c | 1 +
board/Marvell/sheevaplug/sheevaplug.c | 1 +
board/keymile/km_arm/km_arm.c | 1 +
boards.cfg | 1 +
drivers/gpio/kw_gpio.c | 1 +
drivers/gpio/mvmfp.c | 7 -
drivers/net/mvgbe.c | 2 +
drivers/serial/serial.c | 9 -
drivers/spi/Makefile | 1 +
drivers/spi/armada100_spi.c | 228 +++++++++++++++++++++++
drivers/spi/kirkwood_spi.c | 5 +
drivers/usb/host/ehci-kirkwood.c | 1 +
include/configs/dreamplug.h | 151 +++++++++++++++
include/configs/gplugd.h | 19 ++-
43 files changed, 1088 insertions(+), 149 deletions(-)
create mode 100644 arch/arm/cpu/arm926ejs/kirkwood/asm-offsets.s
create mode 100644 arch/arm/include/asm/arch-armada100/spi.h
create mode 100644 board/Marvell/dreamplug/Makefile
create mode 100644 board/Marvell/dreamplug/dreamplug.c
create mode 100644 board/Marvell/dreamplug/dreamplug.h
create mode 100644 board/Marvell/dreamplug/kwbimage.cfg
create mode 100644 drivers/spi/armada100_spi.c
create mode 100644 include/configs/dreamplug.h
Regards..
Prafulla . . .
More information about the U-Boot
mailing list