public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Pull request - mpc85xx
@ 2010-01-27  5:20 Kumar Gala
  2010-01-27 19:20 ` Wolfgang Denk
  0 siblings, 1 reply; 12+ messages in thread
From: Kumar Gala @ 2010-01-27  5:20 UTC (permalink / raw)
  To: u-boot

[forgot the cpu disable patches in a branch]

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

are available in the git repository at:

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

Kumar Gala (3):
      Add support to disable cpu's in multicore processors
      86xx: Add support for 'cpu disable' command
      85xx: Add support for 'cpu disable' command

 common/cmd_mp.c              |    3 +++
 cpu/mpc85xx/mp.c             |   32 +++++++++++++++++++++++++++++++-
 cpu/mpc86xx/mp.c             |   42 ++++++++++++++++++++++++++++++++++++++++++
 include/asm-ppc/immap_86xx.h |   33 ++++++++++++++++++---------------
 include/common.h             |    1 +
 5 files changed, 95 insertions(+), 16 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [U-Boot] Pull request - mpc85xx
@ 2010-01-05 19:56 Kumar Gala
  2010-01-05 19:59 ` Kumar Gala
  2010-01-12 22:28 ` Wolfgang Denk
  0 siblings, 2 replies; 12+ messages in thread
From: Kumar Gala @ 2010-01-05 19:56 UTC (permalink / raw)
  To: u-boot

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(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [U-Boot] Pull request - mpc85xx
@ 2009-12-16 16:43 Kumar Gala
  2009-12-16 21:52 ` Wolfgang Denk
  0 siblings, 1 reply; 12+ messages in thread
From: Kumar Gala @ 2009-12-16 16:43 UTC (permalink / raw)
  To: u-boot

The following changes since commit bb3bcfa2426cc6a0aecec7270e3ee67ca843a125:
  Wolfgang Denk (1):
        Merge branch 'next' of ../next

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              |  170 +++++++++++++++++++
 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, 884 insertions(+), 1016 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [U-Boot] Pull request - mpc85xx
@ 2009-10-27 15:25 Kumar Gala
  2009-10-27 19:56 ` Wolfgang Denk
  0 siblings, 1 reply; 12+ messages in thread
From: Kumar Gala @ 2009-10-27 15:25 UTC (permalink / raw)
  To: u-boot

The following changes since commit f3ee25859e3920ee7c7cc519a3e6f60d70d7a53f:
  Matthias Fuchs (1):
        License cleanup: Fix license header for some esd display configurations

are available in the git repository at:

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

Anton Vorontsov (7):
      fdt_support: Add multi-serial support for stdout fixup
      mpc85xx: Add eSDHC support for MPC8569E-MDS boards
      mpc85xx: Add eLBC NAND support for MPC8569E-MDS boards
      mpc85xx: Setup SRIO memory region LAW for MPC8569E-MDS boards
      mpc85xx: Setup QE pinmux for SPI Flash on MPC8569E-MDS boards
      mpc85xx: Configure QE UART for MPC8569E-MDS boards
      mpc85xx: Configure QE USB for MPC8569E-MDS boards

Dave Liu (1):
      ppc/85xx: Make L2 support more robust

Kumar Gala (2):
      ppc/85xx: Fix building NAND_SPL out of tree
      ppc/85xx: Fix compiler warning in nand_spl/.../p1_p2_rdb/nand_boot.c

Leon Woestenberg (1):
      ppc/85xx: Fix crashes due to generation of SPE instruction

Peter Tyser (2):
      85xx: MP Boot Page Translation update
      xpedite5370: Enable multi-core support

Poonam Aggrwal (2):
      85xx/p1_p2rdb: Fix crash while configuring 32 bit DDR i/f for P1020RDB.
      85xx/p1_p2_rdb: Fixing DDR configuration for 800MHz data rate

Vivek Mahajan (1):
      ppc/85xx/pci: fsl_pci_init: pcie agent mode support

 board/freescale/mpc8569mds/bcsr.h              |    8 +-
 board/freescale/mpc8569mds/law.c               |    1 +
 board/freescale/mpc8569mds/mpc8569mds.c        |  210 ++++++++++++++++++++++++
 board/freescale/mpc8569mds/tlb.c               |   30 ++--
 board/freescale/mpc8572ds/mpc8572ds.c          |    6 +-
 board/freescale/p1_p2_rdb/ddr.c                |   20 +-
 board/freescale/p1_p2_rdb/pci.c                |    4 +-
 board/freescale/p2020ds/p2020ds.c              |    6 +-
 board/sbc8548/sbc8548.c                        |    4 +-
 board/xes/xpedite5370/tlb.c                    |   13 +-
 common/fdt_support.c                           |   22 +++-
 cpu/mpc85xx/config.mk                          |    5 +
 cpu/mpc85xx/cpu_init.c                         |    5 +-
 cpu/mpc85xx/fdt.c                              |    2 +-
 cpu/mpc85xx/mp.c                               |   70 +++++---
 cpu/mpc85xx/mp.h                               |    3 +-
 cpu/mpc85xx/release.S                          |   34 ++++-
 cpu/mpc85xx/speed.c                            |    4 +
 drivers/pci/fsl_pci_init.c                     |   18 ++-
 drivers/qe/fdt.c                               |    2 +
 include/asm-ppc/config.h                       |   10 +
 include/asm-ppc/fsl_pci.h                      |    3 +-
 include/configs/MPC8569MDS.h                   |   39 +++++
 include/configs/XPEDITE5370.h                  |    8 +
 nand_spl/board/freescale/mpc8536ds/Makefile    |    6 +
 nand_spl/board/freescale/p1_p2_rdb/Makefile    |    6 +
 nand_spl/board/freescale/p1_p2_rdb/nand_boot.c |    2 +-
 27 files changed, 460 insertions(+), 81 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [U-Boot] Pull request - mpc85xx
@ 2009-10-16 15:28 Kumar Gala
  2009-10-16 20:49 ` Wolfgang Denk
  0 siblings, 1 reply; 12+ messages in thread
From: Kumar Gala @ 2009-10-16 15:28 UTC (permalink / raw)
  To: u-boot

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

are available in the git repository at:

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

Anton Vorontsov (1):
      mpc85xx: Fix booting on various boards

Dipen Dudhat (2):
      ppc/P1_P2_RDB: NAND Boot Support
      ppc/P1_P2_RDB: On-chip BootROM support

Paul Gortmaker (3):
      sbc8641d: fix LAW so board doesn't hang on DDR init
      mpc8xxx: improve LAW error messages when setting up DDR
      mpc86xx: delete unused MPC86xx_DDR_SDRAM_CLK_CNTL define

 MAKEALL                                        |   12 +++
 Makefile                                       |   14 +++-
 board/freescale/p1_p2_rdb/config.mk            |   19 ++++
 board/freescale/p1_p2_rdb/tlb.c                |   10 ++
 board/sbc8641d/law.c                           |    5 +-
 cpu/mpc8xxx/ddr/util.c                         |    9 +-
 include/configs/MPC8610HPCD.h                  |    2 -
 include/configs/MPC8641HPCN.h                  |    2 -
 include/configs/P1_P2_RDB.h                    |   87 +++++++++++++++--
 include/configs/sbc8641d.h                     |    2 -
 lib_ppc/board.c                                |    8 +-
 nand_spl/board/freescale/p1_p2_rdb/Makefile    |  127 ++++++++++++++++++++++++
 nand_spl/board/freescale/p1_p2_rdb/nand_boot.c |   97 ++++++++++++++++++
 13 files changed, 370 insertions(+), 24 deletions(-)
 create mode 100644 nand_spl/board/freescale/p1_p2_rdb/Makefile
 create mode 100644 nand_spl/board/freescale/p1_p2_rdb/nand_boot.c

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-01-27 19:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-27  5:20 [U-Boot] Pull request - mpc85xx Kumar Gala
2010-01-27 19:20 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2010-01-05 19:56 Kumar Gala
2010-01-05 19:59 ` Kumar Gala
2010-01-12 22:28 ` Wolfgang Denk
2009-12-16 16:43 Kumar Gala
2009-12-16 21:52 ` Wolfgang Denk
2009-12-16 22:37   ` Kumar Gala
2009-10-27 15:25 Kumar Gala
2009-10-27 19:56 ` Wolfgang Denk
2009-10-16 15:28 Kumar Gala
2009-10-16 20:49 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox