[U-Boot] [GIT PULL] please pull u-boot-mpc85xx

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

Dear Kumar Gala,
In message alpine.LFD.2.00.1112090850440.21621@right.am.freescale.net you wrote:
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
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Kumar Gala
-
Wolfgang Denk