[U-Boot] [GIT PULL] please pull u-boot-mpc85xx
Kumar Gala
galak at kernel.crashing.org
Fri Dec 9 15:51:08 CET 2011
The following changes since commit c4eba6ec5c58083b38340724c006294c7a4fe2eb:
common/usb_kbd.c: fix bug introduced in commit 00b7d6e (2011-12-09 12:09:35 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
Kyle Moffett (1):
mpc85xx: Add board support for the eXMeritus HWW-1U-1A devices
MAINTAINERS | 4 +
board/exmeritus/hww1u1a/Makefile | 48 ++++
board/exmeritus/hww1u1a/ddr.c | 34 +++
board/exmeritus/hww1u1a/gpios.h | 69 ++++++
board/exmeritus/hww1u1a/hww1u1a.c | 277 +++++++++++++++++++++++
board/exmeritus/hww1u1a/law.c | 34 +++
board/exmeritus/hww1u1a/tlb.c | 106 +++++++++
boards.cfg | 1 +
include/configs/HWW1U1A.h | 451 +++++++++++++++++++++++++++++++++++++
9 files changed, 1024 insertions(+), 0 deletions(-)
create mode 100644 board/exmeritus/hww1u1a/Makefile
create mode 100644 board/exmeritus/hww1u1a/ddr.c
create mode 100644 board/exmeritus/hww1u1a/gpios.h
create mode 100644 board/exmeritus/hww1u1a/hww1u1a.c
create mode 100644 board/exmeritus/hww1u1a/law.c
create mode 100644 board/exmeritus/hww1u1a/tlb.c
create mode 100644 include/configs/HWW1U1A.h
More information about the U-Boot
mailing list