[U-Boot] ARM Pull Request
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sun Jul 12 23:40:57 CEST 2009
Hi Wolfgang,
please pull
The following changes since commit 59869ca72df8bc4e4ffa9dd17cb6673bbe010272:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-video
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Daniel Mack (2):
pxa: add clock for system bus 2 arbiter
pxa: fix CKEN_B register bits
Grazvydas Ignotas (4):
OMAP3 pandora: pin mux cleanup
OMAP3 pandora: setup pin mux for pins used on rev3 boards
OMAP3 pandora: setup pulls for various GPIOs
OMAP3 pandora: Fix CKE1 MUX setting to allow self-refresh
Jean-Christophe PLAGNIOL-VILLARD (2):
versatile: specify the board type on the prompt
versatile: update config and merge to cfi flash driver
Prafulla Wadaskar (2):
nand: Add Marvell Kirkwood NAND driver
arm: Kirkwood: bugfix: UART1 bar correction
Sedji Gaouaou (2):
at91: Introduction of at91sam9g45 SOC.
at91: Introduction of at91sam9g10 SOC.
MAINTAINERS | 4 +
MAKEALL | 38 +-
Makefile | 41 ++-
board/armltd/versatile/Makefile | 2 +-
board/armltd/versatile/flash.c | 514 -----------------------
board/atmel/at91sam9261ek/at91sam9261ek.c | 36 ++
board/atmel/at91sam9m10g45ek/Makefile | 55 +++
board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 334 +++++++++++++++
board/atmel/at91sam9m10g45ek/config.mk | 1 +
board/atmel/at91sam9m10g45ek/led.c | 41 ++
board/omap3/pandora/pandora.h | 86 ++---
cpu/arm926ejs/at91/Makefile | 3 +
cpu/arm926ejs/at91/at91sam9m10g45_devices.c | 175 ++++++++
cpu/arm926ejs/at91/clock.c | 12 +-
doc/README.at91 | 22 +-
drivers/mtd/nand/Makefile | 1 +
drivers/mtd/nand/kirkwood_nand.c | 82 ++++
drivers/net/macb.c | 6 +-
include/asm-arm/arch-at91/at91_pmc.h | 1 +
include/asm-arm/arch-at91/at91sam9_matrix.h | 2 +
include/asm-arm/arch-at91/at91sam9g45.h | 139 ++++++
include/asm-arm/arch-at91/at91sam9g45_matrix.h | 153 +++++++
include/asm-arm/arch-at91/clk.h | 5 +
include/asm-arm/arch-at91/hardware.h | 8 +-
include/asm-arm/arch-at91/memory-map.h | 1 +
include/asm-arm/arch-kirkwood/kirkwood.h | 2 +-
include/asm-arm/arch-pxa/pxa-regs.h | 13 +-
include/configs/at91sam9261ek.h | 13 +-
include/configs/at91sam9m10g45ek.h | 225 ++++++++++
include/configs/versatile.h | 77 +++-
30 files changed, 1474 insertions(+), 618 deletions(-)
delete mode 100644 board/armltd/versatile/flash.c
create mode 100644 board/atmel/at91sam9m10g45ek/Makefile
create mode 100644 board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c
create mode 100644 board/atmel/at91sam9m10g45ek/config.mk
create mode 100644 board/atmel/at91sam9m10g45ek/led.c
create mode 100644 cpu/arm926ejs/at91/at91sam9m10g45_devices.c
create mode 100644 drivers/mtd/nand/kirkwood_nand.c
create mode 100644 include/asm-arm/arch-at91/at91sam9g45.h
create mode 100644 include/asm-arm/arch-at91/at91sam9g45_matrix.h
create mode 100644 include/configs/at91sam9m10g45ek.h
Best Regards,
J.
More information about the U-Boot
mailing list