[U-Boot] AT91 pull request
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Thu Nov 6 20:32:23 CET 2008
Hi Wolfgang,
Please pull the following changes since commit 3ec53148eb68ddfb0c3311fb4c06cd2bd0ef3eeb:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
are available in the git repository at:
git://git.denx.de/u-boot-at91.git master
Jean-Christophe PLAGNIOL-VILLARD (1):
Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
Sergey Lapin (1):
Custom AFEB9260 board support
Stelian Pop (2):
AT91: Replace (undefined) AT91_ID_US* by the board specific values.
AT91: Replace AT91_BASE_EMAC by the board specific values.
MAINTAINERS | 4 +
MAKEALL | 1 +
Makefile | 21 ++-
board/afeb9260/Makefile | 56 +++++++
board/afeb9260/afeb9260.c | 243 +++++++++++++++++++++++++++++
board/afeb9260/config.mk | 1 +
board/afeb9260/nand.c | 78 +++++++++
board/afeb9260/partition.c | 37 +++++
board/atmel/at91cap9adk/at91cap9adk.c | 8 +-
board/atmel/at91sam9260ek/at91sam9260ek.c | 8 +-
board/atmel/at91sam9261ek/at91sam9261ek.c | 6 +-
board/atmel/at91sam9263ek/at91sam9263ek.c | 8 +-
board/atmel/at91sam9rlek/at91sam9rlek.c | 6 +-
include/asm-arm/arch-at91/hardware.h | 3 -
include/configs/afeb9260.h | 169 ++++++++++++++++++++
15 files changed, 619 insertions(+), 30 deletions(-)
create mode 100644 board/afeb9260/Makefile
create mode 100644 board/afeb9260/afeb9260.c
create mode 100644 board/afeb9260/config.mk
create mode 100644 board/afeb9260/nand.c
create mode 100644 board/afeb9260/partition.c
create mode 100644 include/configs/afeb9260.h
Best Regards,
J.
More information about the U-Boot
mailing list