[U-Boot] Please pull u-boot-mpc85xx

Andy Fleming afleming at freescale.com
Wed Apr 25 07:11:27 CEST 2012


The following changes since commit 61ddce07f8b96c5df7d00466b4da9edaecb0eff1:

  sandbox: Use the new run_command() (2012-04-23 22:53:54 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-mpc85xx.git master

Chunhe Lan (1):
      powerpc/p1023rds: Disable nor flash node and enable nand flash node

Jerry Huang (1):
      PowerPC: correct the SATA for p1/p2 rdb-pc platform

Liu Gang (8):
      powerpc/srio: Rewrite the struct ccsr_rio
      powerpc/corenet_ds: Correct the compilation errors about ENV
      powerpc/corenet_ds: Document for the boot from SRIO
      powerpc/corenet_ds: Master module for boot from SRIO
      powerpc/corenet_ds: Slave module for boot from SRIO
      powerpc/corenet_ds: Slave uploads ucode when boot from SRIO
      powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO
      powerpc/corenet_ds: Slave core in holdoff when boot from SRIO

Prabhakar Kushwaha (4):
      powerpc/85xx:Avoid hardcoded vector address for IVORs
      powerpc/85xx:Fix IVORs addr after vector table relocation
      powerpc/85xx:Avoid vector table compilation for nand_spl
      powerpc/85xx:Fix lds for nand boot debug info

Shaohui Xie (2):
      powerpc/p2041rdb: add NAND and NAND boot support
      powerpc/p2041rdb: add env in NAND support

Timur Tabi (3):
      cmd_bdinfo: display the address map size (32-bit vs. 36-bit)
      powerpc/85xx: don't display address map size (32-bit vs. 36-bit) during boot
      powerpc/85xx: don't touch MAS7 on e500v1 when relocating CCSR

York Sun (1):
      powerpc/mpc8xxx: Fix CONFIG_DDR_RAW_TIMING for two boards

 README                                      |   24 ++
 arch/powerpc/cpu/mpc85xx/cpu_init.c         |    9 +-
 arch/powerpc/cpu/mpc85xx/start.S            |  112 ++++++---
 arch/powerpc/cpu/mpc85xx/u-boot-nand.lds    |    4 +-
 arch/powerpc/cpu/mpc8xxx/srio.c             |  210 +++++++++++++++
 arch/powerpc/include/asm/config_mpc85xx.h   |   46 ++++
 arch/powerpc/include/asm/fsl_srio.h         |   64 +++++
 arch/powerpc/include/asm/immap_85xx.h       |  387 ++++++++++++++++-----------
 board/freescale/common/p_corenet/law.c      |   13 +
 board/freescale/common/p_corenet/tlb.c      |   19 ++
 board/freescale/corenet_ds/corenet_ds.c     |    4 -
 board/freescale/mpc8536ds/mpc8536ds.c       |    7 +-
 board/freescale/mpc8572ds/mpc8572ds.c       |    6 +-
 board/freescale/mpc8641hpcn/mpc8641hpcn.c   |    3 -
 board/freescale/p1010rdb/ddr.c              |    6 +-
 board/freescale/p1010rdb/p1010rdb.c         |    6 +-
 board/freescale/p1022ds/p1022ds.c           |    8 +-
 board/freescale/p1023rds/p1023rds.c         |    6 +
 board/freescale/p1_p2_rdb/p1_p2_rdb.c       |    4 +-
 board/freescale/p1_p2_rdb_pc/ddr.c          |    4 +-
 board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c |    8 +-
 board/freescale/p2020ds/p2020ds.c           |    8 +-
 board/freescale/p2041rdb/p2041rdb.c         |    4 -
 board/freescale/p3060qds/p3060qds.c         |    3 -
 boards.cfg                                  |    7 +
 common/Makefile                             |    1 +
 common/cmd_bdinfo.c                         |    8 +
 common/cmd_nvedit.c                         |    3 +-
 common/env_remote.c                         |   79 ++++++
 doc/README.srio-boot-corenet                |  103 +++++++
 drivers/net/fm/fm.c                         |    2 +
 include/configs/P1010RDB.h                  |    2 +-
 include/configs/P2041RDB.h                  |   59 ++++-
 include/configs/corenet_ds.h                |   75 +++++
 include/configs/p1_p2_rdb_pc.h              |    4 +-
 35 files changed, 1047 insertions(+), 261 deletions(-)
 create mode 100644 arch/powerpc/include/asm/fsl_srio.h
 create mode 100644 common/env_remote.c
 create mode 100644 doc/README.srio-boot-corenet



More information about the U-Boot mailing list