From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-fsl-qoriq master
Date: Mon, 20 Jul 2015 14:07:27 -0700 [thread overview]
Message-ID: <55AD630F.1080805@freescale.com> (raw)
Tom,
The following changes since commit 605e15db2b54302364a2528d3c6604fbc57be846:
Merge git://git.denx.de/u-boot-x86 (2015-07-15 10:41:20 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git master
for you to fetch changes up to db14f11dfe348550d8c10c6609277488d9f500d6:
armv8/fsl-lsch3: Fix TCR_EL3 for the final MMU setup. (2015-07-20 11:44:40 -0700)
----------------------------------------------------------------
Alison Wang (2):
arm: ls1021a: Remove the inappropriate use of the function 'sprintf'
arm/ls102xa: Add little-endian mode support for audio IPs
Bhupesh Sharma (4):
armv8/ls2085a: Increase the supported kernel size
armv8/ls2085a: Expose all DDR region(s) to Linux
driver/fsl_debug_server: Fix the DDR hide logic for LS2085a
arm/errata: Update required bits for A57 cores erratas
Haikun Wang (7):
arm/dts/ls2085a: Bring in ls2085a dts files from linux kernel
arm/dts/ls2085a: Add DSPI dts node
arm/dts/ls2085a: Add dts files for LS2085AQDS and LS2085ARDB
armv8/ls2085a: Enable DSPI get input clk form 'mxc_get_clock'
armv8/ls2085aqds: DSPI pin muxing configure through QIXIS
armv8/ls2085aqds: Enable DSPI flash support for LS2085AQDS
armv8/ls2085ardb: Enable DSPI flash support for LS2085ARDB
Haikun.Wang at freescale.com (2):
armv8/ls2085ardb: DSPI pin muxing configure through QIXIS CPLD
armv8/ls2085a/defconfig: Enable FSL_DSPI, OF_CONTROL and DM support
J. German Rivera (2):
drivers/fsl-mc: Make MC boot error messages more readable
drivers/fsl-mc: Autoload AOIP image from NOR flash
Jaiprakash Singh (1):
board/fsl/common: Fix eeprom system version endianness
Prabhakar Kushwaha (21):
armv8/ls2085ardb: Add eth & phy firmware loading support
armv8/ls2085aqds: Add support of SerDes protocol 0x49
armv8/ls2085a: Update LS2085a PCIe compatible
armv8/ls2085a: call ft_pcie_setup() to change dts status
armv8/ls2085qds: Update SFP TX bit as "0" to enable XFI
armv8/ls2085rdb: Update PCA9547PW slave address
armv8/ls2085RDB: Update board version print logic
armv8/fsl-ch3: Add support to print SoC personality
armv8/ls2085a: Avoid hard-coding for board name print
armv8/ls2085a: Update SoC README for DDR layout
armv8/fsl-lsch3: Support 256M mem split for MC & dbg-srvr
driver/ldpaa_eth:Flush buffer before seeding BMAN after TX_conf
drivers: fsl-mc: Update flibs to mc-0.6.0.1
drivers: fsl-mc: Update qbman driver
drivers: fsl-mc: Return error for major version mismatch
driver/ldpaa_eth: Retry enqueue if portal was busy
driver/ldpaa_eth: Add timeout handling DQRR entry read
driver/ldpaa_eth: Avoid TX conf frames
driver/ldpaa_eth:Avoid infinite loop in ldpaa_eth_rx
board/ls2085rdb: Export functions for standalone AQ FW load apps
board/ls2085a: Increase kernel_size value in env variable
Priyanka Jain (1):
armv8/ls2085a: Enable "date" command for QDS and RDB
Stuart Yoder (4):
armv8/ls2085a: enable debug server
armv8/fsl-lsch3: partition stream IDs
drivers/fsl-mc: dynamically create ICID pool in DPC
armv8/fsl-lsch3: device tree fixups for PCI stream IDs
Wang Dongsheng (2):
ARMv7: Factor out reusable timer_wait from sunxi/psci_sun7i.S
arm/ls102xa: Add PSCI support for ls102xa
Yangbo Lu (1):
armv8/ls2085ardb: add hwconfig setting for eSDHC
York Sun (3):
armv8/fsl-lsch3: Fix DDR speed message
driver/ddr/fsl: Add a hook to update SPD address
armv8/ls2085ardb: Fix SPD address error on early boards
Zhichun Hua (2):
armv8: Fix TCR macros for shareability attribute
armv8/fsl-lsch3: Fix TCR_EL3 for the final MMU setup.
README | 15 ++
arch/arm/cpu/armv7/ls102xa/Makefile | 4 +
arch/arm/cpu/armv7/ls102xa/fdt.c | 21 +--
arch/arm/cpu/armv7/ls102xa/psci.S | 126 +++++++++++++++
arch/arm/cpu/armv7/sunxi/psci_sun6i.S | 22 +--
arch/arm/cpu/armv7/sunxi/psci_sun7i.S | 22 +--
arch/arm/cpu/armv8/fsl-lsch3/README | 25 +++
arch/arm/cpu/armv8/fsl-lsch3/cpu.c | 64 ++++++--
arch/arm/cpu/armv8/fsl-lsch3/fdt.c | 114 ++++++++++++++
arch/arm/cpu/armv8/fsl-lsch3/speed.c | 2 +
arch/arm/cpu/armv8/start.S | 8 +-
arch/arm/dts/Makefile | 2 +
arch/arm/dts/fsl-ls2085a-qds.dts | 53 +++++++
arch/arm/dts/fsl-ls2085a-rdb.dts | 35 +++++
arch/arm/dts/fsl-ls2085a.dtsi | 129 ++++++++++++++++
arch/arm/include/asm/arch-armv7/generictimer.h | 50 ++++++
arch/arm/include/asm/arch-fsl-lsch3/clock.h | 1 +
arch/arm/include/asm/arch-fsl-lsch3/config.h | 2 +
arch/arm/include/asm/arch-fsl-lsch3/fdt.h | 10 ++
.../include/asm/arch-fsl-lsch3/ls2085a_stream_id.h | 64 ++++++++
arch/arm/include/asm/arch-fsl-lsch3/soc.h | 20 +++
arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 3 +-
arch/arm/include/asm/armv8/mmu.h | 4 +-
board/freescale/common/sys_eeprom.c | 8 +-
board/freescale/ls1021aqds/ls1021aqds.c | 3 +
board/freescale/ls1021atwr/ls1021atwr.c | 3 +
board/freescale/ls2085a/README | 11 ++
board/freescale/ls2085a/ls2085a.c | 17 +-
board/freescale/ls2085aqds/README | 19 +++
board/freescale/ls2085aqds/eth.c | 4 +-
board/freescale/ls2085aqds/ls2085aqds.c | 71 ++++++++-
board/freescale/ls2085ardb/Makefile | 2 +-
board/freescale/ls2085ardb/README | 11 ++
board/freescale/ls2085ardb/eth_ls2085rdb.c | 148 ++++++++++++++++++
board/freescale/ls2085ardb/ls2085ardb.c | 111 +++++++++++---
common/exports.c | 7 +
configs/ls2085aqds_defconfig | 7 +
configs/ls2085ardb_defconfig | 7 +
drivers/ddr/fsl/main.c | 8 +
drivers/misc/fsl_debug_server.c | 5 +
drivers/net/fsl-mc/dpio/qbman_portal.c | 66 ++++----
drivers/net/fsl-mc/dpio/qbman_portal.h | 22 ++-
drivers/net/fsl-mc/dpio/qbman_private.h | 2 +-
drivers/net/fsl-mc/dpni.c | 2 +-
drivers/net/fsl-mc/mc.c | 121 +++++++++++----
drivers/net/ldpaa_eth/ldpaa_eth.c | 162 ++++++--------------
drivers/net/ldpaa_eth/ldpaa_eth.h | 1 -
drivers/pci/pcie_layerscape.c | 62 ++++++++
include/_exports.h | 13 ++
include/configs/ls1021aqds.h | 2 +
include/configs/ls1021atwr.h | 2 +
include/configs/ls2085a_common.h | 28 +++-
include/configs/ls2085aqds.h | 17 +-
include/configs/ls2085ardb.h | 49 +++++-
include/exports.h | 13 +-
include/fsl-mc/fsl_dpio.h | 32 ++--
include/fsl-mc/fsl_dpmng.h | 2 +-
include/fsl-mc/fsl_dpni.h | 144 ++++++++++++++---
include/fsl-mc/fsl_dprc.h | 64 ++++++--
include/fsl-mc/fsl_mc.h | 5 +-
include/fsl_ddr.h | 3 +
61 files changed, 1673 insertions(+), 377 deletions(-)
create mode 100644 arch/arm/cpu/armv7/ls102xa/psci.S
create mode 100644 arch/arm/dts/fsl-ls2085a-qds.dts
create mode 100644 arch/arm/dts/fsl-ls2085a-rdb.dts
create mode 100644 arch/arm/dts/fsl-ls2085a.dtsi
create mode 100644 arch/arm/include/asm/arch-armv7/generictimer.h
create mode 100644 arch/arm/include/asm/arch-fsl-lsch3/fdt.h
create mode 100644 arch/arm/include/asm/arch-fsl-lsch3/ls2085a_stream_id.h
create mode 100644 board/freescale/ls2085ardb/eth_ls2085rdb.c
Thanks.
York
next reply other threads:[~2015-07-20 21:07 UTC|newest]
Thread overview: 147+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-20 21:07 York Sun [this message]
2015-07-21 13:50 ` [U-Boot] Please pull u-boot-fsl-qoriq master Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2019-05-24 5:07 Prabhakar Kushwaha
2019-05-26 10:48 ` Tom Rini
2019-05-22 12:31 Prabhakar Kushwaha
2019-05-22 16:58 ` Tom Rini
2019-03-15 12:54 Prabhakar Kushwaha
2019-03-17 19:30 ` Tom Rini
2019-03-04 8:57 Prabhakar Kushwaha
2019-03-05 2:47 ` Tom Rini
2019-02-20 7:31 Prabhakar Kushwaha
2019-02-21 23:09 ` Tom Rini
2019-01-18 18:09 York Sun
2019-01-19 14:02 ` Tom Rini
2018-09-28 15:04 York Sun
2018-09-30 2:27 ` Tom Rini
2018-08-23 19:01 York Sun
2018-08-24 2:45 ` Tom Rini
2018-08-13 16:19 York Sun
2018-08-13 23:55 ` Tom Rini
2018-06-12 17:24 York Sun
2018-06-12 22:33 ` Tom Rini
2018-06-08 23:49 York Sun
2018-06-09 4:39 ` Tom Rini
2018-06-09 4:46 ` York Sun
2018-06-11 12:25 ` Tom Rini
2018-06-09 4:57 ` York Sun
2018-06-11 12:29 ` Tom Rini
2018-06-11 16:33 ` York Sun
2018-05-11 4:20 York Sun
2018-05-11 15:45 ` Tom Rini
2018-03-20 22:07 York Sun
2018-03-21 1:56 ` Tom Rini
2018-02-12 17:06 York Sun
2018-02-12 22:32 ` Tom Rini
2018-01-31 23:04 York Sun
2018-02-01 13:08 ` Tom Rini
2018-01-24 2:00 York Sun
2018-01-24 16:28 ` Tom Rini
2018-01-17 18:33 York Sun
2018-01-18 13:45 ` Tom Rini
2018-01-11 4:57 York Sun
2018-01-11 18:42 ` Tom Rini
2018-01-05 1:19 York Sun
2018-01-05 16:00 ` York Sun
2017-12-18 16:26 York Sun
2017-12-19 1:56 ` Tom Rini
2017-12-07 22:43 York Sun
2017-12-08 2:49 ` Tom Rini
2017-12-08 14:31 ` Tom Rini
2017-10-27 21:29 York Sun
2017-10-29 11:58 ` Tom Rini
2017-10-12 14:51 York Sun
2017-10-12 22:29 ` Tom Rini
2017-09-23 5:08 York Sun
2017-09-24 14:40 ` Tom Rini
2017-09-12 15:59 York Sun
2017-09-12 21:13 ` Tom Rini
2017-08-10 15:34 York Sun
2017-08-11 2:19 ` Tom Rini
2017-08-11 2:35 ` York Sun
2017-08-11 11:13 ` Tom Rini
2017-08-11 14:35 ` Tom Rini
2017-08-11 14:47 ` York Sun
2017-08-11 14:51 ` Tom Rini
2017-08-01 22:56 York Sun
2017-08-01 23:34 ` Bin Meng
2017-08-03 19:07 ` Tom Rini
2017-06-02 17:46 york sun
2017-06-04 17:11 ` Tom Rini
2017-04-25 15:44 York Sun
2017-04-26 19:16 ` Tom Rini
2017-04-18 15:32 York Sun
2017-04-19 13:02 ` Tom Rini
2017-03-28 18:02 york sun
2017-04-04 19:59 ` Tom Rini
2017-03-14 19:31 york sun
2017-03-09 21:33 york sun
2017-03-10 15:23 ` Tom Rini
2017-03-10 16:46 ` york sun
2017-03-10 21:07 ` Tom Rini
2017-03-10 21:21 ` york sun
2017-03-10 21:42 ` Tom Rini
2017-02-03 22:35 york sun
2017-02-05 16:25 ` Tom Rini
2017-01-19 17:20 york sun
2017-01-20 13:50 ` Tom Rini
2016-12-16 17:43 york sun
2016-12-17 3:18 ` Tom Rini
2016-12-05 19:39 york sun
2016-12-06 0:37 ` Tom Rini
2016-11-23 19:13 york sun
2016-11-29 15:55 ` Tom Rini
2016-11-23 1:06 york sun
2016-11-23 12:22 ` Tom Rini
2016-11-23 16:53 ` york sun
2016-09-20 18:09 york sun
2016-09-20 19:31 ` Tom Rini
2016-09-20 19:55 ` york sun
[not found] ` <0ca4216b-c5ed-b18b-6f75-74c136269d5e@nxp.com>
2016-09-20 20:23 ` york sun
2016-08-02 23:42 york sun
2016-08-03 12:19 ` Tom Rini
2016-07-26 20:28 york sun
2016-07-27 0:58 ` Tom Rini
2016-07-19 20:29 york sun
2016-07-20 2:22 ` Tom Rini
2016-06-10 22:18 York Sun
2016-06-19 14:03 ` Tom Rini
2016-05-24 17:28 York Sun
2016-05-24 23:18 ` Tom Rini
2016-04-06 17:35 York Sun
2016-04-08 19:44 ` Tom Rini
2016-03-29 16:06 York Sun
2016-03-29 22:06 ` Tom Rini
2016-03-22 15:52 york sun
2016-03-23 1:58 ` Tom Rini
2016-02-24 17:02 york sun
2016-02-25 15:22 ` Tom Rini
2016-02-02 2:41 york sun
2016-02-02 15:49 ` Tom Rini
2015-12-17 6:42 York Sun
2015-12-18 0:28 ` Tom Rini
2015-12-15 1:16 York Sun
2015-12-15 23:29 ` Tom Rini
2015-12-16 1:40 ` York Sun
2015-12-16 1:48 ` York Sun
2015-12-16 1:59 ` Tom Rini
2015-12-16 2:01 ` York Sun
2015-12-16 2:14 ` York Sun
2015-11-30 19:32 York Sun
2015-12-01 1:37 ` Tom Rini
2015-10-30 16:26 York Sun
2015-10-30 19:54 ` Tom Rini
2015-09-02 3:00 York Sun
2015-09-02 21:58 ` Tom Rini
2015-08-04 16:08 York Sun
2015-08-04 17:50 ` Tom Rini
2015-05-22 20:55 York Sun
2015-05-23 12:42 ` Tom Rini
2015-04-24 2:17 York Sun
2015-04-28 14:50 ` Tom Rini
2015-02-25 21:29 York Sun
2015-02-26 2:58 ` Tom Rini
2015-01-24 15:44 York Sun
2015-01-27 11:50 ` Tom Rini
2014-10-20 21:29 York Sun
2014-10-21 19:55 ` 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=55AD630F.1080805@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox