[U-Boot] Pull request - mpc85xx

Wolfgang Denk wd at denx.de
Tue Jan 12 23:28:05 CET 2010


Dear Kumar Gala,

In message <Pine.LNX.4.64.1001051356180.29574 at localhost.localdomain> you wrote:
> The following changes since commit 6ca9da4d42aeb43df5ef29f7d0518009df583b2f:
>   Wolfgang Denk (1):
>         Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx master
> 
> Anton Vorontsov (1):
>       mpc85xx: Add 4-bits eSDHC support for MPC8569E-MDS boards
> 
> Becky Bruce (1):
>       ppc/p4080: Add Corenet Platform Cache (CPC) registers
> 
> Dave Liu (5):
>       p4080: add readback to bootpage translation window
>       fsl-ddr: Fix power-down timing settings
>       fsl-ddr: add the override for write leveling
>       fsl-ddr: add override for the Rtt_Wr
>       fsl-ddr: setup ODT_RD_CFG & ODT_WR_CFG when we interleave
> 
> Kumar Gala (23):
>       85xx: Add support for e500mc cache stashing
>       ppc/p4080: Added p4080 SERDES registers & USB offset
>       ppc/8xxx: Don't use pci_cfg on FSL_CORENET platforms
>       85xx: Add support to set DPAA (data path) devices clock frequencies
>       NET: Base support for etsec2.0
>       ppc/85xx: Clean up MPC8544 DS PCI setup code
>       ppc/85xx: Clean up MPC8569 MDS PCI setup code
>       ppc/85xx: Clean up MPC8568 MDS PCI setup code
>       ppc/85xx: Clean up ATUM8548 PCI setup code
>       ppc/85xx: Clean up MPC8548 CDS PCI setup code
>       ppc/86xx: Clean up MPC8610 HPCD PCI setup code
>       ppc/85xx: Move to using fsl_setup_hose on MPC8572 DS
>       ppc/85xx: Move to using fsl_setup_hose on P1/P2 RDB
>       ppc/85xx: Move to using fsl_setup_hose on P2020 DS
>       ppc/85xx: Move to using fsl_setup_hose on TQM 85xx
>       ppc/8xxx: Remove is_fsl_pci_agent
>       ppc/85xx: Add tracking of TLB CAM usage
>       ppc/85xx: Make SPD DDR TLB setup code use dynamic entry allocation
>       ppc/85xx: Remove CONFIG_SYS_DDR_TLB_START
>       ppc/85xx: Make flash TLB entry determined at runtime on FSL boards
>       ppc: Added macro to test for specific SVR revision
>       ppc/85xx: Map boot page guarded for MP boot
>       ppc/p4080: Fix reporting of PME & FM clock frequencies
> 
> Li Yang (1):
>       fsl_law: add SRIO2 target id and law_size_bits() macro
> 
> Mingkai Hu (1):
>       ppc/85xx: Clean up MPC8536 DS PCI setup code
> 
> Sandeep Gopalpet (1):
>       NET: Move MDIO regs out of TSEC Space
> 
>  board/atum8548/atum8548.c                 |  162 ++++++-------------
>  board/freescale/mpc8536ds/mpc8536ds.c     |  259 ++++++++---------------------
>  board/freescale/mpc8544ds/mpc8544ds.c     |  249 ++++++++--------------------
>  board/freescale/mpc8548cds/mpc8548cds.c   |  141 ++++++----------
>  board/freescale/mpc8568mds/mpc8568mds.c   |  137 +++++----------
>  board/freescale/mpc8569mds/mpc8569mds.c   |  100 +++++-------
>  board/freescale/mpc8572ds/mpc8572ds.c     |   16 +-
>  board/freescale/mpc8572ds/tlb.c           |    2 +-
>  board/freescale/mpc8610hpcd/mpc8610hpcd.c |  199 +++++++---------------
>  board/freescale/p1_p2_rdb/p1_p2_rdb.c     |    2 +-
>  board/freescale/p1_p2_rdb/pci.c           |   10 +-
>  board/freescale/p1_p2_rdb/tlb.c           |    2 +-
>  board/freescale/p2020ds/p2020ds.c         |   14 +-
>  board/freescale/p2020ds/tlb.c             |    2 +-
>  board/tqc/tqm85xx/tqm85xx.c               |    8 +-
>  cpu/mpc85xx/cpu_init.c                    |    6 +
>  cpu/mpc85xx/fdt.c                         |   54 ++++++
>  cpu/mpc85xx/mp.c                          |    5 +-
>  cpu/mpc85xx/release.S                     |   17 ++-
>  cpu/mpc85xx/speed.c                       |   12 +-
>  cpu/mpc85xx/start.S                       |    8 +-
>  cpu/mpc85xx/tlb.c                         |   76 ++++++++-
>  cpu/mpc8xxx/ddr/ctrl_regs.c               |   40 +++--
>  cpu/mpc8xxx/ddr/options.c                 |    1 +
>  cpu/mpc8xxx/pci_cfg.c                     |   47 +-----
>  drivers/net/tsec.c                        |   21 +--
>  drivers/pci/fsl_pci_init.c                |    9 +
>  include/asm-ppc/config.h                  |   13 ++
>  include/asm-ppc/fsl_ddr_sdram.h           |    8 +-
>  include/asm-ppc/fsl_law.h                 |    3 +
>  include/asm-ppc/fsl_pci.h                 |    5 +-
>  include/asm-ppc/global_data.h             |    3 +
>  include/asm-ppc/immap_83xx.h              |    8 +-
>  include/asm-ppc/immap_85xx.h              |  171 +++++++++++++++++++
>  include/asm-ppc/immap_86xx.h              |    8 +-
>  include/asm-ppc/mmu.h                     |    2 +
>  include/asm-ppc/processor.h               |    3 +
>  include/configs/ATUM8548.h                |   18 +-
>  include/configs/MPC8569MDS.h              |    4 +
>  include/configs/MPC8572DS.h               |    1 -
>  include/configs/P1_P2_RDB.h               |    2 -
>  include/configs/P2020DS.h                 |    1 -
>  include/tsec.h                            |   52 ++++---
>  43 files changed, 885 insertions(+), 1016 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A dog always bit deepest on the veterinary hand.
                                    - Terry Pratchett, _Wyrd Sisters_


More information about the U-Boot mailing list