From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 21 May 2008 17:42:06 +0200 Subject: [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Message-ID: <200805211742.06390.sr@denx.de> 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 727f63334676e760877d43bfb8f0e9331ac8b101: Hebbar (1): common/usb.c: fix incorrect escape sequence are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Gary Jennejohn (2): ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board ppc4xx: QUAD100HD: Allow the environment to be put into flash. Stefan Roese (1): Merge branch 'quad100hd' MAINTAINERS | 4 + MAKEALL | 1 + Makefile | 3 + board/quad100hd/Makefile | 51 ++++++++ board/quad100hd/config.mk | 24 ++++ board/quad100hd/nand.c | 79 ++++++++++++ board/quad100hd/quad100hd.c | 93 ++++++++++++++ board/quad100hd/u-boot.lds | 133 +++++++++++++++++++ include/configs/quad100hd.h | 298 +++++++++++++++++++++++++++++++++++++++++++ 9 files changed, 686 insertions(+), 0 deletions(-) create mode 100644 board/quad100hd/Makefile create mode 100644 board/quad100hd/config.mk create mode 100644 board/quad100hd/nand.c create mode 100644 board/quad100hd/quad100hd.c create mode 100644 board/quad100hd/u-boot.lds create mode 100644 include/configs/quad100hd.h