[U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git

Stefan Roese sr at denx.de
Wed Jun 6 11:50:56 CEST 2007


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




More information about the U-Boot mailing list