All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] Change DM_SEQ_ALIAS to be configurable for SPL
@ 2016-01-06 14:03 Nathan Rossi
  2016-01-06 14:03 ` [U-Boot] [PATCH v2 1/4] spl: dm: Add SPL_DM_SEQ_ALIAS config option Nathan Rossi
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Nathan Rossi @ 2016-01-06 14:03 UTC (permalink / raw)
  To: u-boot

Add a config option for SPL_DM_SEQ_ALIAS and enable it for the Zynq
targets which require it for SPI flash support in SPL.

Changes in v2:
  * Add patches to enable the config for mvebu and socfpga targets.

Nathan Rossi (4):
  spl: dm: Add SPL_DM_SEQ_ALIAS config option
  arm: zynq: Enable SPL_DM_SEQ_ALIAS for all Zynq configs
  arm: mvebu: Select SPL_DM_SEQ_ALIAS
  arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configs

 arch/arm/Kconfig                       | 1 +
 configs/socfpga_arria5_defconfig       | 1 +
 configs/socfpga_cyclone5_defconfig     | 1 +
 configs/socfpga_de0_nano_soc_defconfig | 1 +
 configs/socfpga_mcvevk_defconfig       | 1 +
 configs/socfpga_sockit_defconfig       | 1 +
 configs/socfpga_socrates_defconfig     | 1 +
 configs/socfpga_sr1500_defconfig       | 1 +
 configs/zynq_microzed_defconfig        | 1 +
 configs/zynq_picozed_defconfig         | 1 +
 configs/zynq_zc702_defconfig           | 1 +
 configs/zynq_zc706_defconfig           | 1 +
 configs/zynq_zc770_xm010_defconfig     | 1 +
 configs/zynq_zc770_xm011_defconfig     | 1 +
 configs/zynq_zc770_xm012_defconfig     | 1 +
 configs/zynq_zc770_xm013_defconfig     | 1 +
 configs/zynq_zed_defconfig             | 1 +
 configs/zynq_zybo_defconfig            | 1 +
 drivers/core/Kconfig                   | 9 +++++++++
 drivers/core/device.c                  | 2 +-
 include/config_uncmd_spl.h             | 1 -
 include/configs/socfpga_common.h       | 1 -
 22 files changed, 28 insertions(+), 3 deletions(-)

-- 
2.6.4

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

end of thread, other threads:[~2016-01-06 15:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-06 14:03 [U-Boot] [PATCH v2 0/4] Change DM_SEQ_ALIAS to be configurable for SPL Nathan Rossi
2016-01-06 14:03 ` [U-Boot] [PATCH v2 1/4] spl: dm: Add SPL_DM_SEQ_ALIAS config option Nathan Rossi
2016-01-06 14:03 ` [U-Boot] [PATCH v2 2/4] arm: zynq: Enable SPL_DM_SEQ_ALIAS for all Zynq configs Nathan Rossi
2016-01-06 14:03 ` [U-Boot] [PATCH v2 3/4] arm: mvebu: Select SPL_DM_SEQ_ALIAS Nathan Rossi
2016-01-06 15:32   ` Stefan Roese
2016-01-06 14:03 ` [U-Boot] [PATCH v2 4/4] arm: socfpga: Enable SPL_DM_SEQ_ALIAS for all SOCFPGA configs Nathan Rossi
2016-01-06 15:23   ` Marek Vasut
2016-01-06 15:32     ` Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.