[U-Boot] Please pull u-boot-fsl-qoriq master
York Sun
yorksun at freescale.com
Mon Jul 20 23:07:27 CEST 2015
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
More information about the U-Boot
mailing list