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

Kumar Gala galak at kernel.crashing.org
Wed Jul 21 07:45:30 CEST 2010


The following changes since commit 1f82ff4777f360e92aa37bbbed647f7b9d9d2044:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-video

are available in the git repository at:

  git://git.denx.de/u-boot-mpc85xx master

Emil Medve (1):
      powerpc/mpc85xx: Report FMAN # to match user manual

Kumar Gala (12):
      powerpc/85xx: Move PCI/PCIe address defines into common immap_85xx.h
      powerpc/86xx: Move PCI/PCIe address defines into common immap_86xx.h
      powerpc/86xx: Rename PCI1/2 to PCIE1/2 on MPC8641HPCN & SBC8641
      fdt: Add fdt_translate_address to convert reg node to cpu phys addr
      fdt: Add fdt_node_offset_by_compat_reg helper
      powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliases
      powerpc/85xx: Use fdt_node_offset_by_compat_reg for clock-frequency updates
      powerpc/p4080: Add setting of clock-frequency for clockgen node
      powerpc/p5020: Add various p5020 related defines (and p5010)
      powerpc/p3041: Add various p3041 related defines
      powerpc/85xx: Rework MPC8536 SERDES is_serdes_configured support
      powerpc/85xx: Rework P1022 SERDES is_serdes_configured support

 arch/powerpc/cpu/mpc85xx/Makefile         |    2 +
 arch/powerpc/cpu/mpc85xx/cpu.c            |    2 +-
 arch/powerpc/cpu/mpc85xx/cpu_init.c       |   12 +-
 arch/powerpc/cpu/mpc85xx/fdt.c            |   24 ++-
 arch/powerpc/cpu/mpc85xx/mpc8536_serdes.c |   66 ++++----
 arch/powerpc/cpu/mpc85xx/p1022_serdes.c   |   38 +++-
 arch/powerpc/cpu/mpc8xxx/cpu.c            |    6 +
 arch/powerpc/include/asm/config.h         |    4 +
 arch/powerpc/include/asm/fsl_pci.h        |   84 ++++++++-
 arch/powerpc/include/asm/fsl_serdes.h     |    1 +
 arch/powerpc/include/asm/immap_85xx.h     |   20 ++
 arch/powerpc/include/asm/immap_86xx.h     |   17 ++
 arch/powerpc/include/asm/processor.h      |    6 +
 board/atum8548/atum8548.c                 |   10 +-
 board/freescale/mpc8536ds/mpc8536ds.c     |   22 +--
 board/freescale/mpc8544ds/mpc8544ds.c     |   15 +--
 board/freescale/mpc8548cds/mpc8548cds.c   |    9 +-
 board/freescale/mpc8568mds/mpc8568mds.c   |    9 +-
 board/freescale/mpc8569mds/mpc8569mds.c   |    7 +-
 board/freescale/mpc8572ds/mpc8572ds.c     |   11 +-
 board/freescale/mpc8610hpcd/mpc8610hpcd.c |   12 +-
 board/freescale/mpc8641hpcn/law.c         |   18 +-
 board/freescale/mpc8641hpcn/mpc8641hpcn.c |   61 +++----
 board/freescale/p1022ds/p1022ds.c         |   18 +--
 board/freescale/p1_p2_rdb/pci.c           |   15 +--
 board/freescale/p2020ds/p2020ds.c         |   13 +-
 board/sbc8548/sbc8548.c                   |    8 +-
 board/sbc8641d/law.c                      |   16 +-
 board/sbc8641d/sbc8641d.c                 |   55 +++---
 board/tqc/tqm85xx/tqm85xx.c               |    7 +-
 board/xes/common/fsl_8xxx_pci.c           |   14 +--
 common/fdt_support.c                      |  291 +++++++++++++++++++++++++++++
 drivers/misc/fsl_law.c                    |    3 +-
 drivers/pci/fsl_pci_init.c                |   15 +-
 include/configs/ATUM8548.h                |    3 -
 include/configs/MPC8536DS.h               |    6 +-
 include/configs/MPC8544DS.h               |    5 -
 include/configs/MPC8548CDS.h              |    4 -
 include/configs/MPC8568MDS.h              |    3 -
 include/configs/MPC8569MDS.h              |    3 -
 include/configs/MPC8572DS.h               |    4 -
 include/configs/MPC8610HPCD.h             |    4 -
 include/configs/MPC8641HPCN.h             |   83 ++++-----
 include/configs/P1022DS.h                 |    5 +-
 include/configs/P1_P2_RDB.h               |    3 -
 include/configs/P2020DS.h                 |    4 -
 include/configs/TQM85xx.h                 |    4 -
 include/configs/XPEDITE5170.h             |    2 -
 include/configs/XPEDITE5200.h             |    1 -
 include/configs/XPEDITE5370.h             |    2 -
 include/configs/sbc8548.h                 |    4 -
 include/configs/sbc8641d.h                |   53 +++---
 include/fdt_support.h                     |    3 +
 53 files changed, 689 insertions(+), 418 deletions(-)


More information about the U-Boot mailing list