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

Andy Fleming afleming at freescale.com
Sat Jul 7 00:32:13 CEST 2012


  tools/mkenvimage.c: fix basename(3) usage (2012-07-02 20:21:49 +0200)

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

Prabhakar Kushwaha (8):
      powerpc/mpc85xx:Add BSC9131/BSC9130/BSC9231 Processor Support
      powerpc/mpc85xx:Add BSC9131 RDB Support
      PATCH 1/4][v4] doc:Add documentation for e500 external debugger support
      powerpc/85xx:Fix MSR[DE] bit in MSR to support debugger
      powerpc/85xx:Make debug exception vector accessible
      powerpc/85xx:Fix NAND code base to support debugger
      powerpc/mpc85xx:Add debugger support for e500v2 SoC
      powerpc/mpc85xx:NAND_SPL:Avoid IFC/eLBC Base address setting

Shengzhou Liu (2):
      powerpc/p1010rdb: update mux config of p1010rdb board
      powerpc/p1010rdb: add readme document for p1010rdb

Timur Tabi (4):
      powerpc/85xx: minor clean-ups to the P2020DS board header file
      powerpc/85xx: fdt_set_phy_handle() should return an error code
      powerpc/85xx: clean up P1022DS board configuration header file
      lib/powerpc: addrmap_phys_to_virt() should return a pointer

York Sun (4):
      powerpc/P4080: Check SVR for CPU22 workaround
      powerpc/mpc85xx: Ignore E bit for SVR_SOC_VER()
      powerpc/mpc85xx: Workaround for erratum CPU_A011
      powerpc/mpc85xx: Fix Handling the lack of L2 cache on P2040/P2040E

ramneek mehresh (1):
      powerpc/85xx: Add USB device-tree fixup for various platforms

 MAINTAINERS                               |    2 +
 README                                    |    9 +
 arch/powerpc/cpu/mpc85xx/Makefile         |    1 +
 arch/powerpc/cpu/mpc85xx/cmd_errata.c     |   13 +-
 arch/powerpc/cpu/mpc85xx/cpu_init.c       |   31 ++-
 arch/powerpc/cpu/mpc85xx/cpu_init_early.c |   32 ++-
 arch/powerpc/cpu/mpc85xx/cpu_init_nand.c  |   26 --
 arch/powerpc/cpu/mpc85xx/fdt.c            |   11 +-
 arch/powerpc/cpu/mpc85xx/p2041_serdes.c   |    4 +-
 arch/powerpc/cpu/mpc85xx/release.S        |   39 ++-
 arch/powerpc/cpu/mpc85xx/start.S          |   90 ++++++-
 arch/powerpc/cpu/mpc8xxx/cpu.c            |   43 +---
 arch/powerpc/include/asm/config_mpc85xx.h |   31 ++-
 arch/powerpc/include/asm/immap_85xx.h     |  119 ++++++++-
 arch/powerpc/include/asm/io.h             |    2 +-
 arch/powerpc/include/asm/processor.h      |   46 +---
 board/freescale/bsc9131rdb/Makefile       |   53 ++++
 board/freescale/bsc9131rdb/README         |  137 +++++++++
 board/freescale/bsc9131rdb/bsc9131rdb.c   |   83 ++++++
 board/freescale/bsc9131rdb/ddr.c          |  187 +++++++++++++
 board/freescale/bsc9131rdb/law.c          |   31 ++
 board/freescale/bsc9131rdb/tlb.c          |   67 +++++
 board/freescale/common/fman.c             |   36 ++--
 board/freescale/common/fman.h             |    2 +-
 board/freescale/mpc8536ds/mpc8536ds.c     |    7 +-
 board/freescale/p1010rdb/README           |  212 ++++++++++++++
 board/freescale/p1010rdb/ddr.c            |    6 +-
 board/freescale/p1010rdb/p1010rdb.c       |   60 +++-
 board/freescale/p1022ds/p1022ds.c         |    6 +-
 board/freescale/p1023rds/p1023rds.c       |    5 +-
 board/freescale/p1_p2_rdb/ddr.c           |    6 +-
 board/freescale/p2020come/p2020come.c     |    4 +-
 board/freescale/p2020ds/p2020ds.c         |    6 +-
 board/freescale/p2041rdb/p2041rdb.c       |    6 +-
 board/freescale/p3060qds/p3060qds.c       |    6 +-
 boards.cfg                                |    1 +
 doc/README.mpc85xx                        |  166 +++++++++++
 include/addr_map.h                        |    2 +-
 include/configs/BSC9131RDB.h              |  428 +++++++++++++++++++++++++++++
 include/configs/MPC8536DS.h               |    5 +-
 include/configs/P1022DS.h                 |   48 ++--
 include/configs/P1023RDS.h                |    5 +-
 include/configs/P2020COME.h               |    6 +-
 include/configs/P2020DS.h                 |   27 +--
 include/configs/P2041RDB.h                |    8 +-
 include/configs/corenet_ds.h              |    8 +-
 lib/addr_map.c                            |   19 +-
 47 files changed, 1881 insertions(+), 261 deletions(-)
 create mode 100644 board/freescale/bsc9131rdb/Makefile
 create mode 100644 board/freescale/bsc9131rdb/README
 create mode 100644 board/freescale/bsc9131rdb/bsc9131rdb.c
 create mode 100644 board/freescale/bsc9131rdb/ddr.c
 create mode 100644 board/freescale/bsc9131rdb/law.c
 create mode 100644 board/freescale/bsc9131rdb/tlb.c
 create mode 100644 board/freescale/p1010rdb/README
 create mode 100644 doc/README.mpc85xx
 create mode 100644 include/configs/BSC9131RDB.h



More information about the U-Boot mailing list