mbox

[U-Boot,GIT,PULL] Pull request u-boot-mpc85xx.git (updated)

Message ID alpine.LFD.2.00.1104291034280.4006@right.am.freescale.net
State Superseded
Headers show

Pull-request

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

Message

Kumar Gala April 29, 2011, 3:34 p.m. UTC
The following changes since commit a000b7950da938d2df37ec5e081cd0680e6e4bbe:

  common: add a grepenv command (2011-04-28 01:00:07 +0200)

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

Andy Fleming (1):
      tsec: Fix MDIO on devices with eTSEC2

Dipen Dudhat (2):
      powerpc/85xx: Change CS timing params before changing CS properties on IFC
      powerpc/85xx: Added PMUXCR1 and PMUXCR2 defines for P1010/P1014 SoC

Emil Medve (2):
      powerpc/85xx: fsl_corenet_serdes code rework
      p4080/serdes: Implement the XAUI workaround for SERDES9 erratum

Haiying Wang (1):
      powerpc/85xx: Add device tree fixup for bman portal

Jerry Huang (1):
      powerpc/85xx: Enable eSPI controller & SPI boot support on P2020DS

Jiang Yutang (1):
      powerpc/85xx: Enable eSPI support on P1022DS

Kim Phillips (1):
      powerpc/85xx: handle both "secX.Y" and "sec-vX.Y" properties

Kumar Gala (3):
      powerpc: Add P3041DS/P5020DS board support (uses corenet_ds code)
      powerpc/85xx: Change timebase divisor to be defined per processor
      powerpc/85xx: Bump up the CONFIG_SYS_BOOTM_LEN to 64M on FSL 85xx boards

Kyle Moffett (1):
      fsl-ddr: Fix mixed-case macro names

Lei Xu (1):
      powerpc/85xx: Enable ESDHC111 erratum on P2040/P3041/P5010/P5020 SoCs

Matthew McClintock (1):
      powerpc/85xx: Don't set FT_FSL_PCI_SETUP if CONFIG_PCI is not set

Mingkai Hu (1):
      powerpc: eSPI and eSPI controller support

Priyanka Jain (2):
      powerpc/85xx: Add support to save environment in SD card on p1_p2_rdb
      powerpc/85xx: Enable eSPI support for p1_p2_rdb

Ramneek Mehresh (1):
      powerpc/85xx: Add support for 2nd USB controller on p1_p2_rdb

Roy Zang (1):
      powerpc/85xx: Enable Internal USB PHY for p2040, p3041, p5010 and p5020

Timur Tabi (7):
      powerpc/86xx: remove empty board_early_init_f()
      powerpc/fsl: add 'pixis_reset dump' command
      powerpc/85xx: Implement work-around for P4080 erratum SERDES-A005
      powerpc/85xx: Display SERDES 8 erratum warning if banks are not disabled
      powerpc/85xx: Extend SERDES9 erratum work-around to SGMII, SRIO, and AURORA
      powerpc/85xx: Implement work-around for P4080 erratum SERDES-A001
      powerpc/85xx: fix compatible property for the L2 cache node

Trübenbach, Ralf (1):
      powerpc/85xx: Fix Wrong PCIe 3 virtual address on corenet_ds platforms

 README                                        |    7 +
 arch/powerpc/cpu/mpc85xx/cmd_errata.c         |    6 +
 arch/powerpc/cpu/mpc85xx/cpu.c                |   11 +-
 arch/powerpc/cpu/mpc85xx/cpu_init.c           |   17 ++
 arch/powerpc/cpu/mpc85xx/fdt.c                |   14 +-
 arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c |  315 +++++++++++++++++++++--
 arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.h |    2 +-
 arch/powerpc/cpu/mpc85xx/portals.c            |   30 +++
 arch/powerpc/cpu/mpc8xxx/ddr/util.c           |   18 +-
 arch/powerpc/cpu/mpc8xxx/fsl_ifc.c            |   31 ++--
 arch/powerpc/include/asm/config.h             |    7 +
 arch/powerpc/include/asm/config_mpc85xx.h     |   21 ++
 arch/powerpc/include/asm/fsl_liodn.h          |   13 +
 arch/powerpc/include/asm/fsl_pci.h            |    4 +-
 arch/powerpc/include/asm/fsl_portals.h        |    3 +-
 arch/powerpc/include/asm/fsl_serdes.h         |    7 +
 arch/powerpc/include/asm/immap_85xx.h         |   89 +++++++
 board/freescale/common/Makefile               |    2 +
 board/freescale/common/ngpixis.c              |   58 +++++
 board/freescale/common/ngpixis.h              |    7 +-
 board/freescale/corenet_ds/Makefile           |    2 +
 board/freescale/corenet_ds/corenet_ds.c       |   45 +++-
 board/freescale/corenet_ds/law.c              |    5 +-
 board/freescale/corenet_ds/p3041ds_ddr.c      |   14 +
 board/freescale/corenet_ds/p5020ds_ddr.c      |   18 ++
 board/freescale/corenet_ds/tlb.c              |   10 +
 board/freescale/mpc8641hpcn/mpc8641hpcn.c     |    5 -
 board/freescale/p1022ds/p1022ds.c             |    3 +
 board/freescale/p1_p2_rdb/p1_p2_rdb.c         |   14 +
 boards.cfg                                    |    3 +
 drivers/spi/Makefile                          |    1 +
 drivers/spi/fsl_espi.c                        |  334 +++++++++++++++++++++++++
 include/configs/MPC8536DS.h                   |    6 +-
 include/configs/MPC8540ADS.h                  |    6 +-
 include/configs/MPC8541CDS.h                  |    6 +-
 include/configs/MPC8544DS.h                   |    6 +-
 include/configs/MPC8548CDS.h                  |    6 +-
 include/configs/MPC8555CDS.h                  |    6 +-
 include/configs/MPC8560ADS.h                  |    6 +-
 include/configs/MPC8568MDS.h                  |    6 +-
 include/configs/MPC8569MDS.h                  |    6 +-
 include/configs/MPC8572DS.h                   |    6 +-
 include/configs/MPC8641HPCN.h                 |    2 -
 include/configs/P1022DS.h                     |   21 ++-
 include/configs/P1_P2_RDB.h                   |   31 ++-
 include/configs/P2020DS.h                     |   34 +++-
 include/configs/P3041DS.h                     |   37 +++
 include/configs/P5020DS.h                     |   37 +++
 include/configs/corenet_ds.h                  |   46 +++-
 include/spi.h                                 |    7 -
 include/tsec.h                                |    2 +-
 51 files changed, 1259 insertions(+), 134 deletions(-)
 create mode 100644 board/freescale/corenet_ds/p3041ds_ddr.c
 create mode 100644 board/freescale/corenet_ds/p5020ds_ddr.c
 create mode 100644 drivers/spi/fsl_espi.c
 create mode 100644 include/configs/P3041DS.h
 create mode 100644 include/configs/P5020DS.h

Comments

Tabi Timur-B04825 April 29, 2011, 5:36 p.m. UTC | #1
On Fri, Apr 29, 2011 at 10:34 AM, Kumar Gala <galak@kernel.crashing.org> wrote:
> Timur Tabi (7):
>      powerpc/86xx: remove empty board_early_init_f()
>      powerpc/fsl: add 'pixis_reset dump' command
>      powerpc/85xx: Implement work-around for P4080 erratum SERDES-A005
>      powerpc/85xx: Display SERDES 8 erratum warning if banks are not disabled
>      powerpc/85xx: Extend SERDES9 erratum work-around to SGMII, SRIO, and AURORA
>      powerpc/85xx: Implement work-around for P4080 erratum SERDES-A001
>      powerpc/85xx: fix compatible property for the L2 cache node

What about this patch:

http://patchwork.ozlabs.org/patch/71614/

It was ACK'd by gvb:

http://lists.denx.de/pipermail/u-boot/2011-April/089791.html
Kumar Gala April 29, 2011, 8:16 p.m. UTC | #2
On Apr 29, 2011, at 12:36 PM, Tabi Timur-B04825 wrote:

> 
> What about this patch:
> 
> http://patchwork.ozlabs.org/patch/71614/
> 
> It was ACK'd by gvb:
> 
> http://lists.denx.de/pipermail/u-boot/2011-April/089791.html

I'd rather we just fix the addresses up rather than verifying them.

- k
Scott Wood April 29, 2011, 8:24 p.m. UTC | #3
On Fri, 29 Apr 2011 15:16:59 -0500
Kumar Gala <galak@kernel.crashing.org> wrote:

> 
> On Apr 29, 2011, at 12:36 PM, Tabi Timur-B04825 wrote:
> 
> > 
> > What about this patch:
> > 
> > http://patchwork.ozlabs.org/patch/71614/
> > 
> > It was ACK'd by gvb:
> > 
> > http://lists.denx.de/pipermail/u-boot/2011-April/089791.html
> 
> I'd rather we just fix the addresses up rather than verifying them.

As I pointed out before, you can't fix up every possible error.  If someone
passes a 32-bit device tree to a 36-bit U-Boot, we can't fix that up
sanely.  But we can detect it, and give a useful message rather than a hang.

Perhaps some subset of the things that are checked (e.g. PCI addresses)
would me more appropriately updated by U-Boot, though.

-Scott
Kumar Gala April 29, 2011, 8:33 p.m. UTC | #4
On Apr 29, 2011, at 10:34 AM, Kumar Gala wrote:

> The following changes since commit a000b7950da938d2df37ec5e081cd0680e6e4bbe:
> 
>  common: add a grepenv command (2011-04-28 01:00:07 +0200)
> 
> are available in the git repository at:
>  git://git.denx.de/u-boot-mpc85xx.git master

Did another push to drop:

* powerpc/85xx: fix compatible property for the L2 cache node

- k

> 
> Andy Fleming (1):
>      tsec: Fix MDIO on devices with eTSEC2
> 
> Dipen Dudhat (2):
>      powerpc/85xx: Change CS timing params before changing CS properties on IFC
>      powerpc/85xx: Added PMUXCR1 and PMUXCR2 defines for P1010/P1014 SoC
> 
> Emil Medve (2):
>      powerpc/85xx: fsl_corenet_serdes code rework
>      p4080/serdes: Implement the XAUI workaround for SERDES9 erratum
> 
> Haiying Wang (1):
>      powerpc/85xx: Add device tree fixup for bman portal
> 
> Jerry Huang (1):
>      powerpc/85xx: Enable eSPI controller & SPI boot support on P2020DS
> 
> Jiang Yutang (1):
>      powerpc/85xx: Enable eSPI support on P1022DS
> 
> Kim Phillips (1):
>      powerpc/85xx: handle both "secX.Y" and "sec-vX.Y" properties
> 
> Kumar Gala (3):
>      powerpc: Add P3041DS/P5020DS board support (uses corenet_ds code)
>      powerpc/85xx: Change timebase divisor to be defined per processor
>      powerpc/85xx: Bump up the CONFIG_SYS_BOOTM_LEN to 64M on FSL 85xx boards
> 
> Kyle Moffett (1):
>      fsl-ddr: Fix mixed-case macro names
> 
> Lei Xu (1):
>      powerpc/85xx: Enable ESDHC111 erratum on P2040/P3041/P5010/P5020 SoCs
> 
> Matthew McClintock (1):
>      powerpc/85xx: Don't set FT_FSL_PCI_SETUP if CONFIG_PCI is not set
> 
> Mingkai Hu (1):
>      powerpc: eSPI and eSPI controller support
> 
> Priyanka Jain (2):
>      powerpc/85xx: Add support to save environment in SD card on p1_p2_rdb
>      powerpc/85xx: Enable eSPI support for p1_p2_rdb
> 
> Ramneek Mehresh (1):
>      powerpc/85xx: Add support for 2nd USB controller on p1_p2_rdb
> 
> Roy Zang (1):
>      powerpc/85xx: Enable Internal USB PHY for p2040, p3041, p5010 and p5020
> 
> Timur Tabi (7):
>      powerpc/86xx: remove empty board_early_init_f()
>      powerpc/fsl: add 'pixis_reset dump' command
>      powerpc/85xx: Implement work-around for P4080 erratum SERDES-A005
>      powerpc/85xx: Display SERDES 8 erratum warning if banks are not disabled
>      powerpc/85xx: Extend SERDES9 erratum work-around to SGMII, SRIO, and AURORA
>      powerpc/85xx: Implement work-around for P4080 erratum SERDES-A001
>      powerpc/85xx: fix compatible property for the L2 cache node
> 
> Trübenbach, Ralf (1):
>      powerpc/85xx: Fix Wrong PCIe 3 virtual address on corenet_ds platforms
> 
> README                                        |    7 +
> arch/powerpc/cpu/mpc85xx/cmd_errata.c         |    6 +
> arch/powerpc/cpu/mpc85xx/cpu.c                |   11 +-
> arch/powerpc/cpu/mpc85xx/cpu_init.c           |   17 ++
> arch/powerpc/cpu/mpc85xx/fdt.c                |   14 +-
> arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c |  315 +++++++++++++++++++++--
> arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.h |    2 +-
> arch/powerpc/cpu/mpc85xx/portals.c            |   30 +++
> arch/powerpc/cpu/mpc8xxx/ddr/util.c           |   18 +-
> arch/powerpc/cpu/mpc8xxx/fsl_ifc.c            |   31 ++--
> arch/powerpc/include/asm/config.h             |    7 +
> arch/powerpc/include/asm/config_mpc85xx.h     |   21 ++
> arch/powerpc/include/asm/fsl_liodn.h          |   13 +
> arch/powerpc/include/asm/fsl_pci.h            |    4 +-
> arch/powerpc/include/asm/fsl_portals.h        |    3 +-
> arch/powerpc/include/asm/fsl_serdes.h         |    7 +
> arch/powerpc/include/asm/immap_85xx.h         |   89 +++++++
> board/freescale/common/Makefile               |    2 +
> board/freescale/common/ngpixis.c              |   58 +++++
> board/freescale/common/ngpixis.h              |    7 +-
> board/freescale/corenet_ds/Makefile           |    2 +
> board/freescale/corenet_ds/corenet_ds.c       |   45 +++-
> board/freescale/corenet_ds/law.c              |    5 +-
> board/freescale/corenet_ds/p3041ds_ddr.c      |   14 +
> board/freescale/corenet_ds/p5020ds_ddr.c      |   18 ++
> board/freescale/corenet_ds/tlb.c              |   10 +
> board/freescale/mpc8641hpcn/mpc8641hpcn.c     |    5 -
> board/freescale/p1022ds/p1022ds.c             |    3 +
> board/freescale/p1_p2_rdb/p1_p2_rdb.c         |   14 +
> boards.cfg                                    |    3 +
> drivers/spi/Makefile                          |    1 +
> drivers/spi/fsl_espi.c                        |  334 +++++++++++++++++++++++++
> include/configs/MPC8536DS.h                   |    6 +-
> include/configs/MPC8540ADS.h                  |    6 +-
> include/configs/MPC8541CDS.h                  |    6 +-
> include/configs/MPC8544DS.h                   |    6 +-
> include/configs/MPC8548CDS.h                  |    6 +-
> include/configs/MPC8555CDS.h                  |    6 +-
> include/configs/MPC8560ADS.h                  |    6 +-
> include/configs/MPC8568MDS.h                  |    6 +-
> include/configs/MPC8569MDS.h                  |    6 +-
> include/configs/MPC8572DS.h                   |    6 +-
> include/configs/MPC8641HPCN.h                 |    2 -
> include/configs/P1022DS.h                     |   21 ++-
> include/configs/P1_P2_RDB.h                   |   31 ++-
> include/configs/P2020DS.h                     |   34 +++-
> include/configs/P3041DS.h                     |   37 +++
> include/configs/P5020DS.h                     |   37 +++
> include/configs/corenet_ds.h                  |   46 +++-
> include/spi.h                                 |    7 -
> include/tsec.h                                |    2 +-
> 51 files changed, 1259 insertions(+), 134 deletions(-)
> create mode 100644 board/freescale/corenet_ds/p3041ds_ddr.c
> create mode 100644 board/freescale/corenet_ds/p5020ds_ddr.c
> create mode 100644 drivers/spi/fsl_espi.c
> create mode 100644 include/configs/P3041DS.h
> create mode 100644 include/configs/P5020DS.h
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
Wolfgang Denk April 29, 2011, 8:35 p.m. UTC | #5
Dear Kumar Gala,

In message <alpine.LFD.2.00.1104291034280.4006@right.am.freescale.net> you wrote:
>
> The following changes since commit a000b7950da938d2df37ec5e081cd0680e6e4bbe:
> 
>   common: add a grepenv command (2011-04-28 01:00:07 +0200)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-mpc85xx.git master

NAK.  I refuse to pull.

I object against pulling in patches without any chance of a review.
Please don't do this again.

Best regards,

Wolfgang Denk
Kumar Gala April 29, 2011, 8:37 p.m. UTC | #6
On Apr 29, 2011, at 3:35 PM, Wolfgang Denk wrote:

> Dear Kumar Gala,
> 
> In message <alpine.LFD.2.00.1104291034280.4006@right.am.freescale.net> you wrote:
>> 
>> The following changes since commit a000b7950da938d2df37ec5e081cd0680e6e4bbe:
>> 
>>  common: add a grepenv command (2011-04-28 01:00:07 +0200)
>> 
>> are available in the git repository at:
>>  git://git.denx.de/u-boot-mpc85xx.git master
> 
> NAK.  I refuse to pull.
> 
> I object against pulling in patches without any chance of a review.
> Please don't do this again.

I understand, I've dropped the patch.

I need to go back to my one-week rule.

- k
Wolfgang Denk April 29, 2011, 8:41 p.m. UTC | #7
Dear Kumar Gala,

In message <40B22ACD-651C-4765-BA19-421D3ABE10B6@kernel.crashing.org> you wrote:
> 
> Did another push to drop:
> 
> * powerpc/85xx: fix compatible property for the L2 cache node

Please send a new pull req when all is ready.  Thanks.

Best regards,

Wolfgang Denk