All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-mpc85xx.git master
Date: Tue, 25 Feb 2014 09:34:53 -0800	[thread overview]
Message-ID: <530CD43D.2070000@freescale.com> (raw)

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

             reply	other threads:[~2014-02-25 17:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-25 17:34 York Sun [this message]
2014-02-25 23:05 ` [U-Boot] Please pull u-boot-mpc85xx.git master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2014-08-01 21:23 York Sun
2014-08-06 14:37 ` Tom Rini
2014-08-20 19:29 York Sun
2014-08-21  1:21 ` Tom Rini
2019-03-03  4:41 Prabhakar Kushwaha
2019-03-05  2:47 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=530CD43D.2070000@freescale.com \
    --to=yorksun@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.