From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kumar Gala Date: Fri, 9 Dec 2011 08:51:08 -0600 (CST) Subject: [U-Boot] [GIT PULL] please pull u-boot-mpc85xx Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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