[U-Boot] Please pull u-boot-fsl-qoriq.git master
York Sun
yorksun at freescale.com
Thu Dec 11 20:15:08 CET 2014
Tom,
Hold on pulling this. Sorry I just found one patch was respined but assigned to
Albert. I will send another PR after I verify it.
York
On 12/11/2014 10:52 AM, York Sun wrote:
> Tom,
>
> The following changes since commit 32fdf0e4d82bdca5d64d86330e461e59685f9959:
>
> Prepare v2015.01-rc3 (2014-12-08 16:35:08 -0500)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-fsl-qoriq.git master
>
> for you to fetch changes up to 0de15707a71ec64dbc1ead2831457f1550179ea7:
>
> kconfig: ls102xa: Change the prompt messages (2014-12-11 09:42:41 -0800)
>
> ----------------------------------------------------------------
> Alison Wang (12):
> ls102xa: pblimage: Add pblimage tool support for LS102xA
> spl: Use u-boot.img instead of u-boot.bin
> arm: spl: Add I2C linker list in generic .lds
> kconfig: ls1021a: add SUPPORT_SPL
> ls102xa: qixis: Add CONFIG_QIXIS_I2C_ACCESS macro
> arm: ls102xa: Add SD boot support for LS1021AQDS board
> arm: ls102xa: Add SD boot support for LS1021ATWR board
> arm: ls1021a: Add CONFIG_DOS_PARTITION and CONFIG_CMD_FAT support
> arm: ls102xa: Fix SD/NAND/QSPI boot defination error for QE support
> arm: ls102xa: Add QSPI boot support for LS1021AQDS/TWR board
> arm: ls102xa: Add NAND boot support for LS1021AQDS board
> kconfig: ls102xa: Change the prompt messages
>
> Chenhui Zhao (1):
> ls1021aqds: set the default I2C channel before DDR init
>
> Jaiprakash Singh (1):
> driver/mtd: Fix IFC compilation warnings
>
> Minghuan Lian (1):
> arm: ls102xa: Update PCIe dts node status
>
> Nikhil Badola (3):
> drivers: usb: Make usb device-tree fixup code architecture independent
> drivers: usb: fsl: Add USB device-tree errata framework
> drivers: usb: fsl: Check USB Erratum A007792 applicability
>
> Tang Yuantian (2):
> arm: ls102xa: fixed a bus frequency setting error
> fsl/sleep: updated the deep sleep framework for QorIQ platforms
>
> Xiubo Li (6):
> ARM: HYP/non-sec: add the pen address BE mode support.
> ARM: HYP/non-sec: Fix the ARCH Timer frequency setting.
> ls1021a: adding a secondary core boot address and kick functions
> ls102xa: changing a few targets' configurations.
> ARM: ls102xa: allow all the peripheral access permission as R/W.
> ARM: ls102xa: Setting device's stream id for SMMUs.
>
> Yao Yuan (1):
> ls1021aqds: add hwconfig setting to do pin mux
>
> chenhui zhao (1):
> arm: ls102xa: clear EPU registers for deep sleep
>
> Makefile | 11 +-
> arch/arm/Kconfig | 6 +-
> arch/arm/cpu/armv7/ls102xa/Makefile | 2 +
> arch/arm/cpu/armv7/ls102xa/cpu.c | 34 +++
> arch/arm/cpu/armv7/ls102xa/fdt.c | 2 +-
> arch/arm/cpu/armv7/ls102xa/fsl_epu.c | 57 ++++
> arch/arm/cpu/armv7/ls102xa/fsl_epu.h | 68 +++++
> arch/arm/cpu/armv7/ls102xa/spl.c | 33 +++
> arch/arm/cpu/armv7/nonsec_virt.S | 7 +-
> arch/arm/cpu/u-boot-spl.lds | 3 +
> arch/arm/include/asm/arch-ls102xa/config.h | 9 +
> arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 9 +
> .../include/asm/arch-ls102xa/ls102xa_stream_id.h | 17 ++
> arch/arm/include/asm/arch-ls102xa/ns_access.h | 118 ++++++++
> arch/arm/include/asm/arch-ls102xa/spl.h | 20 ++
> arch/arm/include/asm/pcie_layerscape.h | 13 +
> arch/powerpc/cpu/mpc8xxx/fdt.c | 104 -------
> board/freescale/common/Makefile | 10 +
> board/freescale/common/arm_sleep.c | 95 +++++++
> board/freescale/common/ls102xa_stream_id.c | 18 ++
> board/freescale/common/mpc85xx_sleep.c | 88 ++++++
> board/freescale/common/ns_access.c | 30 +++
> board/freescale/common/qixis.h | 7 +
> board/freescale/common/sleep.h | 21 ++
> board/freescale/ls1021aqds/MAINTAINERS | 3 +
> board/freescale/ls1021aqds/ddr.c | 5 +-
> board/freescale/ls1021aqds/ls1021aqds.c | 283 ++++++++++++++++++--
> board/freescale/ls1021aqds/ls102xa_pbi.cfg | 12 +
> board/freescale/ls1021aqds/ls102xa_rcw_nand.cfg | 7 +
> board/freescale/ls1021aqds/ls102xa_rcw_sd.cfg | 14 +
> board/freescale/ls1021atwr/MAINTAINERS | 2 +
> board/freescale/ls1021atwr/ls1021atwr.c | 151 +++++++++++
> board/freescale/ls1021atwr/ls102xa_pbi.cfg | 12 +
> board/freescale/ls1021atwr/ls102xa_rcw_sd.cfg | 14 +
> configs/ls1021aqds_nand_defconfig | 4 +
> configs/ls1021aqds_qspi_defconfig | 3 +
> configs/ls1021aqds_sdcard_defconfig | 4 +
> configs/ls1021atwr_qspi_defconfig | 3 +
> configs/ls1021atwr_sdcard_defconfig | 4 +
> drivers/ddr/fsl/arm_ddr_gen3.c | 45 +++-
> drivers/ddr/fsl/fsl_ddr_gen4.c | 44 ++-
> drivers/ddr/fsl/mpc85xx_ddr_gen3.c | 67 ++---
> drivers/mtd/nand/fsl_ifc_nand.c | 2 +-
> drivers/mtd/nand/fsl_ifc_spl.c | 10 +
> drivers/pci/Makefile | 1 +
> drivers/pci/pcie_layerscape.c | 51 ++++
> drivers/usb/host/ehci-fsl.c | 186 +++++++++++++
> include/configs/ls1021aqds.h | 175 +++++++++++-
> include/configs/ls1021atwr.h | 95 ++++++-
> include/configs/sun7i.h | 1 +
> include/fsl_ddr_sdram.h | 12 +-
> include/fsl_usb.h | 23 ++
> tools/pblimage.c | 110 +++++---
> 53 files changed, 1904 insertions(+), 221 deletions(-)
> create mode 100644 arch/arm/cpu/armv7/ls102xa/fsl_epu.c
> create mode 100644 arch/arm/cpu/armv7/ls102xa/fsl_epu.h
> create mode 100644 arch/arm/cpu/armv7/ls102xa/spl.c
> create mode 100644 arch/arm/include/asm/arch-ls102xa/ls102xa_stream_id.h
> create mode 100644 arch/arm/include/asm/arch-ls102xa/ns_access.h
> create mode 100644 arch/arm/include/asm/arch-ls102xa/spl.h
> create mode 100644 arch/arm/include/asm/pcie_layerscape.h
> create mode 100644 board/freescale/common/arm_sleep.c
> create mode 100644 board/freescale/common/ls102xa_stream_id.c
> create mode 100644 board/freescale/common/mpc85xx_sleep.c
> create mode 100644 board/freescale/common/ns_access.c
> create mode 100644 board/freescale/common/sleep.h
> create mode 100644 board/freescale/ls1021aqds/ls102xa_pbi.cfg
> create mode 100644 board/freescale/ls1021aqds/ls102xa_rcw_nand.cfg
> create mode 100644 board/freescale/ls1021aqds/ls102xa_rcw_sd.cfg
> create mode 100644 board/freescale/ls1021atwr/ls102xa_pbi.cfg
> create mode 100644 board/freescale/ls1021atwr/ls102xa_rcw_sd.cfg
> create mode 100644 configs/ls1021aqds_nand_defconfig
> create mode 100644 configs/ls1021aqds_qspi_defconfig
> create mode 100644 configs/ls1021aqds_sdcard_defconfig
> create mode 100644 configs/ls1021atwr_qspi_defconfig
> create mode 100644 configs/ls1021atwr_sdcard_defconfig
> create mode 100644 drivers/pci/pcie_layerscape.c
>
> Thanks.
>
> York
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
More information about the U-Boot
mailing list