From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 6 Jun 2007 11:50:56 +0200 Subject: [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git In-Reply-To: <200706011627.51210.sr@denx.de> References: <20070423123237.295A13535D2@atlas.denx.de> <200705241112.58816.sr@denx.de> <200706011627.51210.sr@denx.de> Message-ID: <200706061150.57099.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 c0c292b2852a12e9d93e99b3aaf5b0dac5f36fdc: Wolfgang Denk (1): Merge with /home/wd/git/u-boot/custodian/u-boot-ppc4xx are found in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese (2): ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board Merge with /home/stefan/git/u-boot/acadia-nand-boot MAKEALL | 33 ++++---- Makefile | 9 ++ board/amcc/acadia/Makefile | 2 +- board/amcc/acadia/acadia.c | 10 ++- board/amcc/acadia/cmd_acadia.c | 101 ++++++++++++++++++++++ board/amcc/acadia/config.mk | 6 ++ board/amcc/acadia/memory.c | 11 ++- board/amcc/acadia/u-boot-nand.lds | 137 +++++++++++++++++++++++++++++ cpu/ppc4xx/start.S | 72 ++++++++++++---- include/configs/acadia.h | 152 ++++++++++++++++++++++++++------- include/ppc405.h | 8 ++ nand_spl/board/amcc/acadia/Makefile | 104 ++++++++++++++++++++++ nand_spl/board/amcc/acadia/config.mk | 47 ++++++++++ nand_spl/board/amcc/acadia/u-boot.lds | 63 ++++++++++++++ 14 files changed, 685 insertions(+), 70 deletions(-) create mode 100644 board/amcc/acadia/cmd_acadia.c create mode 100644 board/amcc/acadia/u-boot-nand.lds create mode 100644 nand_spl/board/amcc/acadia/Makefile create mode 100644 nand_spl/board/amcc/acadia/config.mk create mode 100644 nand_spl/board/amcc/acadia/u-boot.lds