[U-Boot] ARM Pull Request
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Wed Feb 18 04:26:38 CET 2009
Hi Wolfgang,
Please pull The following changes since commit 9d8811c5bd2b7dd6307742cf22fbdb7953b6f816:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-usb
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Guennadi Liakhovetski (1):
ARM: remove unused variable
Ilya Yanok (4):
mx31: add GPIO registers definitions
dnet: driver for Dave DNET ethernet controller
qong: support for Dave/DENX QongEVB-LITE board
qong: changes to Dave/DENX Qong configuration
Nishanth Menon (1):
ARM:OMAP3:Zoom1: Add nand unlock option
MAINTAINERS | 3 +
MAKEALL | 1 +
Makefile | 4 +
board/davedenx/qong/Makefile | 53 +++++
board/davedenx/qong/config.mk | 1 +
board/davedenx/qong/lowlevel_init.S | 172 ++++++++++++++
board/davedenx/qong/qong.c | 168 ++++++++++++++
board/davedenx/qong/qong_fpga.h | 41 ++++
board/davedenx/qong/u-boot.lds | 58 +++++
drivers/net/Makefile | 1 +
drivers/net/dnet.c | 396 +++++++++++++++++++++++++++++++++
drivers/net/dnet.h | 166 ++++++++++++++
include/asm-arm/arch-mx31/mx31-regs.h | 10 +
include/configs/omap3_zoom1.h | 1 +
include/configs/qong.h | 221 ++++++++++++++++++
include/netdev.h | 1 +
lib_arm/board.c | 10 +-
17 files changed, 1300 insertions(+), 7 deletions(-)
create mode 100644 board/davedenx/qong/Makefile
create mode 100644 board/davedenx/qong/config.mk
create mode 100644 board/davedenx/qong/lowlevel_init.S
create mode 100644 board/davedenx/qong/qong.c
create mode 100644 board/davedenx/qong/qong_fpga.h
create mode 100644 board/davedenx/qong/u-boot.lds
create mode 100644 drivers/net/dnet.c
create mode 100644 drivers/net/dnet.h
create mode 100644 include/configs/qong.h
Best Regards,
J.
More information about the U-Boot
mailing list