public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 00/11] armv8: ls2080aqds: Enable QSPI boot support
@ 2016-06-06 10:43 Yuan Yao
  2016-06-06 10:43 ` [U-Boot] [PATCH v3 01/11] armv8: ls2080aqds: Select QSPI CLK div via SCFG Yuan Yao
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Yuan Yao @ 2016-06-06 10:43 UTC (permalink / raw)
  To: u-boot

From: Yuan Yao <yao.yuan@nxp.com>

This patch adds QSPI boot support for LS2080AQDS board.
The QSPI boot image need to be programmed into the QSPI flash
first. Then we can switch to booting from QSPI memory space.

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
	Rebase in v3.
  drivers: i2c: mxc: Add early init
	New add in v3.
  board: freescale: ls2080aqds: Enable early I2C access for QSPI boot
  	New add in v3.

 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/ls2080aqds/ls2080aqds.c            | 19 ++++++++++
 configs/ls2080aqds_nand_defconfig                  |  8 ++++
 configs/ls2080aqds_qspi_defconfig                  | 27 ++++++++++++++
 drivers/i2c/i2c_core.c                             |  5 +++
 drivers/i2c/mxc_i2c.c                              | 27 ++++++++++++++
 include/configs/ls2080a_common.h                   | 11 ++----
 include/configs/ls2080a_simu.h                     |  7 ++++
 include/configs/ls2080aqds.h                       | 43 +++++++++++++++++++++-
 include/i2c.h                                      |  3 ++
 13 files changed, 171 insertions(+), 10 deletions(-)
 create mode 100644 configs/ls2080aqds_qspi_defconfig

-- 
2.1.0.27.g96db324

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-06-07  2:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-06 10:43 [U-Boot] [PATCH v3 00/11] armv8: ls2080aqds: Enable QSPI boot support Yuan Yao
2016-06-06 10:43 ` [U-Boot] [PATCH v3 01/11] armv8: ls2080aqds: Select QSPI CLK div via SCFG Yuan Yao
2016-06-06 10:43 ` [U-Boot] [PATCH v3 02/11] configs: ls2080a_common: Remove duplicate NOR configs Yuan Yao
2016-06-06 10:43 ` [U-Boot] [PATCH v3 03/11] configs: ls2080aqds: disable IFC NOR & QIXIS when QSPI enable Yuan Yao
2016-06-06 10:43 ` [U-Boot] [PATCH v3 04/11] configs: ls2080aqds: Enable QSPI flash support Yuan Yao
2016-06-06 10:43 ` [U-Boot] [PATCH v3 05/11] dm: dts: ls2080aqds: Add QSPI dts node Yuan Yao
2016-06-06 10:43 ` [U-Boot] [PATCH v3 06/11] armv8: ls2080aqds: Config QSPI pin mux via FPGA in NAND boot Yuan Yao
2016-06-06 10:43 ` [U-Boot] [PATCH v3 07/11] configs: ls2080a: Increase load image len " Yuan Yao
2016-06-06 10:43 ` [U-Boot] [PATCH v3 08/11] ls2080aqds_nand_defconfig: Enable QSPI & its dependence Yuan Yao
2016-06-06 10:43 ` [U-Boot] [PATCH v3 09/11] armv8: ls2080aqds: Enable QSPI boot support Yuan Yao
2016-06-06 10:43 ` [U-Boot] [PATCH v3 10/11] drivers: i2c: mxc: Add early init Yuan Yao
2016-06-06 10:43 ` [U-Boot] [PATCH v3 11/11] board: freescale: ls2080aqds: Enable early I2C access for QSPI boot Yuan Yao
2016-06-06 18:40 ` [U-Boot] [PATCH v3 00/11] armv8: ls2080aqds: Enable QSPI boot support York Sun
2016-06-07  2:05   ` Yao Yuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox