From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-mpc85xx master
Date: Fri, 5 Dec 2014 08:10:01 -0800 [thread overview]
Message-ID: <5481D8D9.5000402@freescale.com> (raw)
Tom,
The following changes since commit 38cd8c4253013ccdd4052ee021f6066fe9a52551:
Merge branch 'master' of git://git.denx.de/u-boot-mips (2014-11-27 10:49:38 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to af7219de2c66b64ddae0348b3d3fa5072d800dd2:
powerpc/hydra: fix judging condition of RGMII selection (2014-12-05 08:06:17
-0800)
----------------------------------------------------------------
Alison Wang (1):
common: spl: Add interactive DDR debugger support for SPL image
Chunhe Lan (3):
powerpc/p1023rdb: Enable configs to use generic board code
powerpc/c29xpcie: Enable configs to use generic board code
powerpc/hydra: Update MDIO mux fixups
Heiko Schocher (1):
powerpc, muas3001: remove CONFIG_SYS_RAMBOOT
Holger Brunck (1):
km/km82xx: remove CONFIG_SYS_RAMBOOT
Joakim Tjernlund (1):
Freescale t104x: Do not exclude SGMII
Minghuan Lian (1):
powerpc/hydra: fix judging condition of RGMII selection
Prabhakar Kushwaha (2):
powerpc/mpc85xx:Put errata number for T104x NAND boot issue
board/t104xrdb: Conditional workaround of errata A-008044
Priyanka Jain (1):
powerpc/mpc85xx: Update LIODN entries for T1040
Shaohui Xie (4):
powerpc/P5040DS: enable SATA support
powerpc/b4860qds: add xfi support
powerpc/b4860qds: dtb fixup for xfi
powerpc/b4860qds: add workaround for XFI
Shaveta Leekha (4):
powerpc/b4860: Enable law creation of MAPLE
85xx/b4860: Add alternate serdes protocols for B4860/B4420
B4860QDS: SGMII related updates
B4860: Add alternate LC VCO serdes protocols support in board file
Shengzhou Liu (11):
powerpc/t2080: add serdes2 protocol 0x2e
net/phy: Add support for CS4315/CS4340 PHY
powerpc/t2080: updating rcw for silicon v1.1
powerpc/mpc85xx: Add T1024/T1023 SoC support
powerpc/t1024qds: Add T1024 QDS board support
powerpc/t1024rdb: Add T1024 RDB board support
net/fman: update 10GEC to fit new SoC
board/t1024qds: update pin multiplexing
net/phy: enable serdes auto-negotiation for vsc8514 phy
t1024qds: increase IO drive strength
board/t1024qds: add retimer support on t1024qds
Suresh Gupta (2):
B4860QDS: Enable SFP or AMC on basis of hwconfig string
B4860QDS: Enable enet port as per fsl_b4860_serdes2 string in hwconfig
Tang Yuantian (1):
mpc85xx/p1022ds: convert to generic board
Tudor Laurentiu (1):
powerpc/mpc85xx: use correct dma compatible for several SoCs
Xiaobo Xie (1):
powerpc/t4240rdb: enable eSDHC 3.3V support
Ying Zhang (3):
powerpc/t208xqds: VID support
board/freescale: use generic board architecture for p1025-twr
board/freescale: use generic board architecture for p1010rdb
York Sun (5):
mpc85xx/t208xqds: Adjust DDR timing parameters
mpc85xx/t2080: Fix parsing DDR ratio for new revision
powerpc/t1040qds: Update DDR option
driver/ddr/fsl: Adjust timing_cfg_0 to better support two DDR slots
driver/ddr/fsl: Add workaround for faulty SPD
Zhao Qiang (1):
powerpc/mpc85xx: modify erratum A007186
vijay rai (1):
powerpc/t104x: Convert to use generic board code
README | 4 +
arch/powerpc/cpu/mpc85xx/Kconfig | 10 +
arch/powerpc/cpu/mpc85xx/Makefile | 4 +
arch/powerpc/cpu/mpc85xx/b4860_ids.c | 4 +-
arch/powerpc/cpu/mpc85xx/b4860_serdes.c | 19 +
arch/powerpc/cpu/mpc85xx/cmd_errata.c | 11 +-
arch/powerpc/cpu/mpc85xx/fsl_corenet2_serdes.c | 3 +-
arch/powerpc/cpu/mpc85xx/p2041_ids.c | 4 +-
arch/powerpc/cpu/mpc85xx/p3041_ids.c | 4 +-
arch/powerpc/cpu/mpc85xx/p4080_ids.c | 4 +-
arch/powerpc/cpu/mpc85xx/p5020_ids.c | 4 +-
arch/powerpc/cpu/mpc85xx/p5040_ids.c | 4 +-
arch/powerpc/cpu/mpc85xx/speed.c | 35 +-
arch/powerpc/cpu/mpc85xx/t1024_ids.c | 82 +++
arch/powerpc/cpu/mpc85xx/t1024_serdes.c | 52 ++
arch/powerpc/cpu/mpc85xx/t1040_ids.c | 30 +-
arch/powerpc/cpu/mpc85xx/t2080_ids.c | 6 +-
arch/powerpc/cpu/mpc85xx/t2080_serdes.c | 1 +
arch/powerpc/cpu/mpc85xx/t4240_ids.c | 4 +-
arch/powerpc/cpu/mpc8xxx/cpu.c | 4 +
arch/powerpc/include/asm/config_mpc85xx.h | 47 ++
arch/powerpc/include/asm/fsl_errata.h | 24 +
arch/powerpc/include/asm/fsl_liodn.h | 4 +-
arch/powerpc/include/asm/fsl_secure_boot.h | 4 +-
arch/powerpc/include/asm/immap_85xx.h | 22 +
arch/powerpc/include/asm/processor.h | 4 +
board/freescale/b4860qds/b4860qds.c | 95 ++-
board/freescale/b4860qds/eth_b4860qds.c | 127 +++-
board/freescale/b4860qds/law.c | 3 -
board/freescale/common/Makefile | 1 +
board/freescale/common/vid.c | 491 +++++++++++++
board/freescale/common/vid.h | 20 +
board/freescale/common/vsc3316_3308.c | 108 +++
board/freescale/common/vsc3316_3308.h | 4 +
board/freescale/corenet_ds/eth_hydra.c | 7 +-
board/freescale/t102xqds/Kconfig | 12 +
board/freescale/t102xqds/MAINTAINERS | 12 +
board/freescale/t102xqds/Makefile | 17 +
board/freescale/t102xqds/README | 328 +++++++++
board/freescale/t102xqds/ddr.c | 170 +++++
board/freescale/t102xqds/eth_t102xqds.c | 442 +++++++++++
board/freescale/t102xqds/law.c | 32 +
board/freescale/t102xqds/pci.c | 23 +
board/freescale/t102xqds/spl.c | 151 ++++
board/freescale/t102xqds/t1024_pbi.cfg | 26 +
board/freescale/t102xqds/t1024_rcw.cfg | 10 +
board/freescale/t102xqds/t102xqds.c | 408 ++++++++++
board/freescale/t102xqds/t102xqds.h | 14 +
board/freescale/t102xqds/t102xqds_qixis.h | 64 ++
board/freescale/t102xqds/tlb.c | 117 +++
board/freescale/t102xrdb/Kconfig | 12 +
board/freescale/t102xrdb/MAINTAINERS | 10 +
board/freescale/t102xrdb/Makefile | 17 +
board/freescale/t102xrdb/README | 258 +++++++
board/freescale/t102xrdb/cpld.c | 103 +++
board/freescale/t102xrdb/cpld.h | 45 ++
board/freescale/t102xrdb/ddr.c | 154 ++++
board/freescale/t102xrdb/eth_t102xrdb.c | 100 +++
board/freescale/t102xrdb/law.c | 32 +
board/freescale/t102xrdb/pci.c | 23 +
board/freescale/t102xrdb/spl.c | 107 +++
board/freescale/t102xrdb/t1024_pbi.cfg | 26 +
board/freescale/t102xrdb/t1024_rcw.cfg | 8 +
board/freescale/t102xrdb/t102xrdb.c | 144 ++++
board/freescale/t102xrdb/t102xrdb.h | 13 +
board/freescale/t102xrdb/tlb.c | 117 +++
board/freescale/t104xrdb/spl.c | 26 +-
board/freescale/t208xqds/ddr.h | 15 +-
board/freescale/t208xqds/t2080_rcw.cfg | 16 +-
board/freescale/t208xqds/t208xqds.c | 13 +
board/freescale/t208xrdb/t2080_rcw.cfg | 20 +-
board/keymile/km82xx/km82xx.c | 2 -
board/muas3001/muas3001.c | 4 -
common/Makefile | 20 +-
configs/T1024QDS_D4_SECURE_BOOT_defconfig | 4 +
configs/T1024QDS_NAND_defconfig | 5 +
configs/T1024QDS_SDCARD_defconfig | 5 +
configs/T1024QDS_SECURE_BOOT_defconfig | 4 +
configs/T1024QDS_SPIFLASH_defconfig | 5 +
configs/T1024RDB_NAND_defconfig | 5 +
configs/T1024RDB_SDCARD_defconfig | 5 +
configs/T1024RDB_SECURE_BOOT_defconfig | 4 +
configs/T1024RDB_SPIFLASH_defconfig | 5 +
configs/T1024RDB_defconfig | 4 +
doc/README.fsl-dpaa | 10 +
drivers/ddr/fsl/ctrl_regs.c | 31 +-
drivers/ddr/fsl/ddr4_dimm_params.c | 22 +
drivers/net/fm/Makefile | 2 +
drivers/net/fm/b4860.c | 64 +-
drivers/net/fm/eth.c | 7 +-
drivers/net/fm/init.c | 2 +
drivers/net/fm/t1024.c | 88 +++
drivers/net/fm/t1040.c | 4 -
drivers/net/phy/Makefile | 1 +
drivers/net/phy/cortina.c | 333 +++++++++
drivers/net/phy/phy.c | 3 +
drivers/net/phy/vitesse.c | 13 +-
include/configs/B4860QDS.h | 6 +-
include/configs/C29XPCIE.h | 2 +
include/configs/P1010RDB.h | 2 +
include/configs/P1022DS.h | 3 +
include/configs/P1023RDB.h | 3 +
include/configs/P5040DS.h | 1 +
include/configs/T102xQDS.h | 939 ++++++++++++++++++++++++
include/configs/T102xRDB.h | 896 ++++++++++++++++++++++
include/configs/T1040QDS.h | 7 +-
include/configs/T104xRDB.h | 12 +-
include/configs/T208xQDS.h | 19 +-
include/configs/T4240RDB.h | 1 +
include/configs/km82xx.h | 3 -
include/configs/muas3001.h | 4 -
include/configs/p1_twr.h | 2 +
include/cortina.h | 75 ++
include/fm_eth.h | 15 +
include/phy.h | 2 +
115 files changed, 6835 insertions(+), 144 deletions(-)
create mode 100644 arch/powerpc/cpu/mpc85xx/t1024_ids.c
create mode 100644 arch/powerpc/cpu/mpc85xx/t1024_serdes.c
create mode 100644 board/freescale/common/vid.c
create mode 100644 board/freescale/common/vid.h
create mode 100644 board/freescale/t102xqds/Kconfig
create mode 100644 board/freescale/t102xqds/MAINTAINERS
create mode 100644 board/freescale/t102xqds/Makefile
create mode 100644 board/freescale/t102xqds/README
create mode 100644 board/freescale/t102xqds/ddr.c
create mode 100644 board/freescale/t102xqds/eth_t102xqds.c
create mode 100644 board/freescale/t102xqds/law.c
create mode 100644 board/freescale/t102xqds/pci.c
create mode 100644 board/freescale/t102xqds/spl.c
create mode 100644 board/freescale/t102xqds/t1024_pbi.cfg
create mode 100644 board/freescale/t102xqds/t1024_rcw.cfg
create mode 100644 board/freescale/t102xqds/t102xqds.c
create mode 100644 board/freescale/t102xqds/t102xqds.h
create mode 100644 board/freescale/t102xqds/t102xqds_qixis.h
create mode 100644 board/freescale/t102xqds/tlb.c
create mode 100644 board/freescale/t102xrdb/Kconfig
create mode 100644 board/freescale/t102xrdb/MAINTAINERS
create mode 100644 board/freescale/t102xrdb/Makefile
create mode 100644 board/freescale/t102xrdb/README
create mode 100644 board/freescale/t102xrdb/cpld.c
create mode 100644 board/freescale/t102xrdb/cpld.h
create mode 100644 board/freescale/t102xrdb/ddr.c
create mode 100644 board/freescale/t102xrdb/eth_t102xrdb.c
create mode 100644 board/freescale/t102xrdb/law.c
create mode 100644 board/freescale/t102xrdb/pci.c
create mode 100644 board/freescale/t102xrdb/spl.c
create mode 100644 board/freescale/t102xrdb/t1024_pbi.cfg
create mode 100644 board/freescale/t102xrdb/t1024_rcw.cfg
create mode 100644 board/freescale/t102xrdb/t102xrdb.c
create mode 100644 board/freescale/t102xrdb/t102xrdb.h
create mode 100644 board/freescale/t102xrdb/tlb.c
create mode 100644 configs/T1024QDS_D4_SECURE_BOOT_defconfig
create mode 100644 configs/T1024QDS_NAND_defconfig
create mode 100644 configs/T1024QDS_SDCARD_defconfig
create mode 100644 configs/T1024QDS_SECURE_BOOT_defconfig
create mode 100644 configs/T1024QDS_SPIFLASH_defconfig
create mode 100644 configs/T1024RDB_NAND_defconfig
create mode 100644 configs/T1024RDB_SDCARD_defconfig
create mode 100644 configs/T1024RDB_SECURE_BOOT_defconfig
create mode 100644 configs/T1024RDB_SPIFLASH_defconfig
create mode 100644 configs/T1024RDB_defconfig
create mode 100644 doc/README.fsl-dpaa
create mode 100644 drivers/net/fm/t1024.c
create mode 100644 drivers/net/phy/cortina.c
create mode 100644 include/configs/T102xQDS.h
create mode 100644 include/configs/T102xRDB.h
create mode 100644 include/cortina.h
Thanks.
York
next reply other threads:[~2014-12-05 16:10 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-05 16:10 York Sun [this message]
2014-12-08 21:41 ` [U-Boot] Please pull u-boot-mpc85xx master Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2019-01-24 16:25 York Sun
2019-01-25 15:16 ` Tom Rini
2018-10-30 19:21 York Sun
2018-10-31 14:44 ` Tom Rini
2018-09-28 15:35 York Sun
2018-09-30 2:27 ` Tom Rini
2018-07-31 17:25 York Sun
2018-08-01 15:05 ` Tom Rini
2018-07-31 17:12 York Sun
2018-07-31 17:16 ` York Sun
2017-12-08 16:59 York Sun
2017-12-09 1:35 ` Tom Rini
2017-06-13 17:02 York Sun
2017-06-15 13:01 ` Tom Rini
2017-02-01 16:19 york sun
2017-02-02 3:20 ` Tom Rini
2017-01-25 5:26 york sun
2017-01-26 3:00 ` Tom Rini
2016-12-20 17:15 york sun
2016-12-22 2:30 ` Tom Rini
2016-12-04 17:02 york sun
2016-12-04 23:00 ` Tom Rini
2016-11-29 22:18 york sun
2016-11-30 14:12 ` Tom Rini
2016-10-15 17:02 york sun
2016-10-18 0:08 ` Tom Rini
2016-07-22 0:17 york sun
2016-07-23 0:09 ` Tom Rini
2016-07-25 18:52 ` Scott Wood
2016-07-25 19:02 ` york sun
2016-06-04 16:03 York Sun
2016-06-06 11:16 ` Tom Rini
2016-05-25 3:37 York Sun
2016-05-26 15:49 ` Tom Rini
2016-04-08 22:45 York Sun
2016-04-11 15:00 ` Tom Rini
2016-02-26 18:51 york sun
2016-02-26 19:09 ` Tom Rini
2016-01-25 20:49 york sun
2016-01-26 22:44 ` Tom Rini
[not found] <568BFBF0.3040605@freescale.com>
2016-01-05 18:21 ` York Sun
[not found] <563A9399.80500@freescale.com>
2015-11-04 23:45 ` Tom Rini
2015-11-02 21:06 York Sun
2015-11-02 23:17 ` Tom Rini
2015-09-02 15:26 York Sun
2015-09-02 21:58 ` Tom Rini
2015-07-31 16:00 York Sun
2015-08-01 14:47 ` Tom Rini
2015-05-05 16:55 York Sun
2015-05-05 23:59 ` Tom Rini
2015-04-20 21:05 York Sun
2015-04-22 15:52 ` Tom Rini
2015-03-05 20:20 York Sun
2015-03-06 15:43 ` Tom Rini
2015-01-23 0:49 York Sun
2015-01-23 21:57 ` Tom Rini
2014-12-16 17:24 York Sun
2014-12-17 0:45 ` Tom Rini
2014-07-23 20:19 York Sun
2014-07-28 19:03 ` Tom Rini
2014-06-05 21:30 York Sun
2014-06-05 22:50 ` Tom Rini
2014-05-16 22:12 York Sun
2014-05-19 12:47 ` Tom Rini
2014-04-23 22:45 York Sun
2014-04-25 19:44 ` Tom Rini
2014-02-03 17:04 York Sun
2014-02-04 22:05 ` Tom Rini
2014-01-03 23:57 York Sun
2014-01-07 17:16 ` 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=5481D8D9.5000402@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.