[U-Boot] [PATCH v2 00/11] armv8: ls2080aqds: Enable QSPI boot support
Yao Yuan
yao.yuan at nxp.com
Wed Mar 23 09:12:24 CET 2016
On 03/23/2016 03:09 AM, York Sun wrote:
> On 03/06/2016 11:56 PM, Yuan Yao wrote:
> > From: Yuan Yao <yao.yuan at nxp.com>
> >
> > This series add support for QSPI boot on LS2080AQDS.
> >
> > Yuan Yao (11):
> > armv8: ls2080aqds: Select QSPI CLK div via SCFG
> > configs: ls2080a_common: Remove duplicate NOR configs
> > configs: ls2080aqds: disable IFC NOR & QIXIS when QSPI enable
> > configs: ls2080aqds: Enable QSPI flash support
> > dm: dts: ls2080aqds: Add QSPI dts node
> > armv8: ls2080aqds: Config QSPI pin mux via FPGA in NAND boot
> > configs: ls2080a: Increase load image len in NAND boot
> > ls2080aqds_nand_defconfig: Enable QSPI & its dependence
> > armv8: ls2080aqds: Enable QSPI boot support
> > Changed in v2:
> > merged the patch:
> > 0009-armv8-ls2080aqds-Enable-QSPI-boot-support.patch
> > 0010-ls2080aqds-Enable-support-for-boot-from-QSPI.patch
> > 0012-LS2080QDS-QSPI-boot-fix-issues.patch
> > in this patch.
> > board/ls2080qds: add the procedure to deply QSPI image.
> > New add in v2.
> > freescale: cmd: qixis: tidy up the duplicated code
> >
> > arch/arm/dts/fsl-ls2080a-qds.dts | 14 +++++++
> > arch/arm/dts/fsl-ls2080a.dtsi | 10 +++++
> > arch/arm/include/asm/arch-fsl-layerscape/cpu.h | 4 ++
> > .../include/asm/arch-fsl-layerscape/immap_lsch3.h | 3 ++
> > board/freescale/common/qixis.c | 12 ++----
> > board/freescale/ls2080aqds/README | 35 ++++++++++++++++++
> > board/freescale/ls2080aqds/ls2080aqds.c | 16 ++++++++
> > common/board_f.c | 6 +--
> > configs/ls2080aqds_nand_defconfig | 9 +++++
> > configs/ls2080aqds_qspi_defconfig | 10 +++++
> > include/configs/ls2080a_common.h | 11 ++----
> > include/configs/ls2080a_simu.h | 7 ++++
> > include/configs/ls2080aqds.h | 43 +++++++++++++++++++++-
> > 13 files changed, 159 insertions(+), 21 deletions(-) create mode
> > 100644 configs/ls2080aqds_qspi_defconfig
> >
>
> Yuan,
>
> This set was sent before Jagan's comment on your v1 patch. Please let me
> know if you need to update your patches.
>
Yes, I will update this patch set.
But from some review and comments there is a lot of the changes for this patch set.
So I need some time to confirm and test it.
I will resend this patch set as soon as possible.
More information about the U-Boot
mailing list