mbox

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

Message ID 530CD43D.2070000@freescale.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

York Sun Feb. 25, 2014, 5:34 p.m. UTC
Tom,

The following changes since commit 22a240c32c1340183fce12867ae5f8736b92a638:

  serial/serial_arc - add driver for ARC UART (2014-02-07 12:55:07 -0500)

are available in the git repository at:

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

for you to fetch changes up to 91d7746df89f858548fe535137b4b185a6a76d59:

  fsl/usb: Limit phy_type comparison to first four characters (2014-02-24
15:23:57 -0800)

----------------------------------------------------------------
Haijun.Zhang (1):
      powerpc/mpc8536DS:Increase binary size for mpc8536DS board

Nikhil Badola (1):
      fsl/usb: Limit phy_type comparison to first four characters

Shengzhou Liu (2):
      powerpc/t208x: some update to support t2081
      powerpc/t2081qds: Add T2081 QDS board support

Ying Zhang (4):
      SPL: powerpc: expand SPL's length to 128K
      SPL: P2020RDB: fix the problem booting from spi flash
      SPL: P1022DS: fix the problem booting from spi flash
      powerpc: p1010rdb: Enable p1010rdb to start from NAND/SD/SPI flash with SPL

Zhao Qiang (1):
      ar8031/8033/phy:enable autonegotiation for ar8031/8033

 arch/powerpc/cpu/mpc85xx/speed.c                   |    3 +-
 arch/powerpc/cpu/mpc85xx/t2080_ids.c               |    2 +
 arch/powerpc/cpu/mpc85xx/t2080_serdes.c            |    3 +-
 board/freescale/p1010rdb/Makefile                  |    4 +
 board/freescale/p1010rdb/spl.c                     |  108 ++++++++++
 board/freescale/p1010rdb/spl_minimal.c             |   76 +------
 board/freescale/p1010rdb/tlb.c                     |   12 +-
 board/freescale/{t2080qds => t208xqds}/Makefile    |    6 +-
 board/freescale/{t2080qds => t208xqds}/ddr.c       |    0
 board/freescale/{t2080qds => t208xqds}/ddr.h       |    0
 .../eth_t2080qds.c => t208xqds/eth_t208xqds.c}     |  219 ++++++++++++++++----
 board/freescale/{t2080qds => t208xqds}/law.c       |    0
 board/freescale/{t2080qds => t208xqds}/pci.c       |    0
 .../freescale/{t2080qds => t208xqds}/t2080_rcw.cfg |    0
 board/freescale/t208xqds/t2081_rcw.cfg             |    8 +
 .../t2080_pbi.cfg => t208xqds/t208x_pbi.cfg}       |    0
 .../{t2080qds/t2080qds.c => t208xqds/t208xqds.c}   |   89 +++++++-
 .../{t2080qds/t2080qds.h => t208xqds/t208xqds.h}   |    0
 .../t2080qds_qixis.h => t208xqds/t208xqds_qixis.h} |    8 +-
 board/freescale/{t2080qds => t208xqds}/tlb.c       |    0
 boards.cfg                                         |   15 +-
 common/env_sf.c                                    |    7 +-
 drivers/net/phy/atheros.c                          |    1 +
 drivers/usb/host/ehci-fsl.c                        |    2 +-
 include/configs/MPC8536DS.h                        |   10 +-
 include/configs/P1010RDB.h                         |  156 +++++++++++++-
 include/configs/P1022DS.h                          |   18 +-
 include/configs/{T2080QDS.h => T208xQDS.h}         |   29 ++-
 include/configs/p1_p2_rdb_pc.h                     |   24 ++-
 29 files changed, 622 insertions(+), 178 deletions(-)
 create mode 100644 board/freescale/p1010rdb/spl.c
 rename board/freescale/{t2080qds => t208xqds}/Makefile (53%)
 rename board/freescale/{t2080qds => t208xqds}/ddr.c (100%)
 rename board/freescale/{t2080qds => t208xqds}/ddr.h (100%)
 rename board/freescale/{t2080qds/eth_t2080qds.c => t208xqds/eth_t208xqds.c} (66%)
 rename board/freescale/{t2080qds => t208xqds}/law.c (100%)
 rename board/freescale/{t2080qds => t208xqds}/pci.c (100%)
 rename board/freescale/{t2080qds => t208xqds}/t2080_rcw.cfg (100%)
 create mode 100644 board/freescale/t208xqds/t2081_rcw.cfg
 rename board/freescale/{t2080qds/t2080_pbi.cfg => t208xqds/t208x_pbi.cfg} (100%)
 rename board/freescale/{t2080qds/t2080qds.c => t208xqds/t208xqds.c} (80%)
 rename board/freescale/{t2080qds/t2080qds.h => t208xqds/t208xqds.h} (100%)
 rename board/freescale/{t2080qds/t2080qds_qixis.h => t208xqds/t208xqds_qixis.h}
(90%)
 rename board/freescale/{t2080qds => t208xqds}/tlb.c (100%)
 rename include/configs/{T2080QDS.h => T208xQDS.h} (97%)

Thanks,

York

Comments

Tom Rini Feb. 25, 2014, 11:05 p.m. UTC | #1
On Tue, Feb 25, 2014 at 09:34:53AM -0800, York Sun wrote:

> Tom,
> 
> The following changes since commit 22a240c32c1340183fce12867ae5f8736b92a638:
> 
>   serial/serial_arc - add driver for ARC UART (2014-02-07 12:55:07 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-mpc85xx.git master
> 
> for you to fetch changes up to 91d7746df89f858548fe535137b4b185a6a76d59:
> 
>   fsl/usb: Limit phy_type comparison to first four characters (2014-02-24
> 15:23:57 -0800)
> 
> ----------------------------------------------------------------
> Haijun.Zhang (1):
>       powerpc/mpc8536DS:Increase binary size for mpc8536DS board
> 
> Nikhil Badola (1):
>       fsl/usb: Limit phy_type comparison to first four characters
> 
> Shengzhou Liu (2):
>       powerpc/t208x: some update to support t2081
>       powerpc/t2081qds: Add T2081 QDS board support
> 
> Ying Zhang (4):
>       SPL: powerpc: expand SPL's length to 128K
>       SPL: P2020RDB: fix the problem booting from spi flash
>       SPL: P1022DS: fix the problem booting from spi flash
>       powerpc: p1010rdb: Enable p1010rdb to start from NAND/SD/SPI flash with SPL
> 
> Zhao Qiang (1):
>       ar8031/8033/phy:enable autonegotiation for ar8031/8033
> 
>  arch/powerpc/cpu/mpc85xx/speed.c                   |    3 +-
>  arch/powerpc/cpu/mpc85xx/t2080_ids.c               |    2 +
>  arch/powerpc/cpu/mpc85xx/t2080_serdes.c            |    3 +-
>  board/freescale/p1010rdb/Makefile                  |    4 +
>  board/freescale/p1010rdb/spl.c                     |  108 ++++++++++
>  board/freescale/p1010rdb/spl_minimal.c             |   76 +------
>  board/freescale/p1010rdb/tlb.c                     |   12 +-
>  board/freescale/{t2080qds => t208xqds}/Makefile    |    6 +-
>  board/freescale/{t2080qds => t208xqds}/ddr.c       |    0
>  board/freescale/{t2080qds => t208xqds}/ddr.h       |    0
>  .../eth_t2080qds.c => t208xqds/eth_t208xqds.c}     |  219 ++++++++++++++++----
>  board/freescale/{t2080qds => t208xqds}/law.c       |    0
>  board/freescale/{t2080qds => t208xqds}/pci.c       |    0
>  .../freescale/{t2080qds => t208xqds}/t2080_rcw.cfg |    0
>  board/freescale/t208xqds/t2081_rcw.cfg             |    8 +
>  .../t2080_pbi.cfg => t208xqds/t208x_pbi.cfg}       |    0
>  .../{t2080qds/t2080qds.c => t208xqds/t208xqds.c}   |   89 +++++++-
>  .../{t2080qds/t2080qds.h => t208xqds/t208xqds.h}   |    0
>  .../t2080qds_qixis.h => t208xqds/t208xqds_qixis.h} |    8 +-
>  board/freescale/{t2080qds => t208xqds}/tlb.c       |    0
>  boards.cfg                                         |   15 +-
>  common/env_sf.c                                    |    7 +-
>  drivers/net/phy/atheros.c                          |    1 +
>  drivers/usb/host/ehci-fsl.c                        |    2 +-
>  include/configs/MPC8536DS.h                        |   10 +-
>  include/configs/P1010RDB.h                         |  156 +++++++++++++-
>  include/configs/P1022DS.h                          |   18 +-
>  include/configs/{T2080QDS.h => T208xQDS.h}         |   29 ++-
>  include/configs/p1_p2_rdb_pc.h                     |   24 ++-
>  29 files changed, 622 insertions(+), 178 deletions(-)
>  create mode 100644 board/freescale/p1010rdb/spl.c
>  rename board/freescale/{t2080qds => t208xqds}/Makefile (53%)
>  rename board/freescale/{t2080qds => t208xqds}/ddr.c (100%)
>  rename board/freescale/{t2080qds => t208xqds}/ddr.h (100%)
>  rename board/freescale/{t2080qds/eth_t2080qds.c => t208xqds/eth_t208xqds.c} (66%)
>  rename board/freescale/{t2080qds => t208xqds}/law.c (100%)
>  rename board/freescale/{t2080qds => t208xqds}/pci.c (100%)
>  rename board/freescale/{t2080qds => t208xqds}/t2080_rcw.cfg (100%)
>  create mode 100644 board/freescale/t208xqds/t2081_rcw.cfg
>  rename board/freescale/{t2080qds/t2080_pbi.cfg => t208xqds/t208x_pbi.cfg} (100%)
>  rename board/freescale/{t2080qds/t2080qds.c => t208xqds/t208xqds.c} (80%)
>  rename board/freescale/{t2080qds/t2080qds.h => t208xqds/t208xqds.h} (100%)
>  rename board/freescale/{t2080qds/t2080qds_qixis.h => t208xqds/t208xqds_qixis.h}
> (90%)
>  rename board/freescale/{t2080qds => t208xqds}/tlb.c (100%)
>  rename include/configs/{T2080QDS.h => T208xQDS.h} (97%)

Applied to u-boot/master, thanks!