All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/8] arm: socfpga: Move to using distro boot
@ 2017-02-19 20:20 Dalon Westergreen
  2017-02-19 20:20 ` [U-Boot] [PATCH v4 1/8] arm: socfpga: Add distro boot to socfpga common header Dalon Westergreen
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Dalon Westergreen @ 2017-02-19 20:20 UTC (permalink / raw)
  To: u-boot

This series adds support to the common socfpga header for distro boot and moves
the DE0/1, Socrates, C5/A5 SoCDK, and SoCKIT kits to use the common
environment.
 
Where available, the default devicetree is set to the devicetree for the board
available in the kernel source.  If none is available in the kernel source, the
devicetree is set to the name previously used in the board header file.

Changes in v4:
 - Move env back to immediately after MBR 
Changes in v3:
 - fix errors in 1/8 patch
Changes in v2:
 - Remove unneeded CONFIG_BOOTFILE and fdt_addr
 - Cleanup of socfpga_common.h
 - Fixed dtb names for de1, sr1500, and arria5 boards

Dalon Westergreen (8):
  arm: socfpga: Add distro boot to socfpga common header
  arm: socfpga: DE0 use environment in common header
  arm: socfpga: A5 SoCDK use environment in common header
  arm: socfpga: C5 SoCDK use environment in common header
  arm: socfpga: DE1 use environment in common header
  arm: socfpga: SoCKit use environment in common header
  arm: socfpga: Socrates use environment in common header
  arm: socfpga: sr1500 use environment in common header

 configs/socfpga_arria5_defconfig         |  3 ++
 configs/socfpga_cyclone5_defconfig       |  3 ++
 configs/socfpga_de0_nano_soc_defconfig   |  3 ++
 configs/socfpga_de1_soc_defconfig        |  1 +
 configs/socfpga_sockit_defconfig         |  1 +
 configs/socfpga_socrates_defconfig       |  1 +
 configs/socfpga_sr1500_defconfig         |  1 +
 include/configs/socfpga_arria5_socdk.h   | 32 --------------------
 include/configs/socfpga_common.h         | 52 +++++++++++++++++++++++++++++---
 include/configs/socfpga_cyclone5_socdk.h | 32 --------------------
 include/configs/socfpga_de0_nano_soc.h   | 20 ------------
 include/configs/socfpga_de1_soc.h        | 20 ------------
 include/configs/socfpga_sockit.h         | 28 -----------------
 include/configs/socfpga_socrates.h       | 26 ----------------
 include/configs/socfpga_sr1500.h         | 28 -----------------
 15 files changed, 61 insertions(+), 190 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-03-05 10:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-19 20:20 [U-Boot] [PATCH v4 0/8] arm: socfpga: Move to using distro boot Dalon Westergreen
2017-02-19 20:20 ` [U-Boot] [PATCH v4 1/8] arm: socfpga: Add distro boot to socfpga common header Dalon Westergreen
2017-02-19 20:35   ` Marek Vasut
2017-02-19 20:44     ` Dalon Westergreen
2017-02-19 20:49       ` Marek Vasut
2017-03-05 10:42   ` Frank Kunz
2017-02-19 20:20 ` [U-Boot] [PATCH v4 2/8] arm: socfpga: DE0 use environment in " Dalon Westergreen
2017-02-19 20:20 ` [U-Boot] [PATCH v4 3/8] arm: socfpga: A5 SoCDK " Dalon Westergreen
2017-02-19 20:21 ` [U-Boot] [PATCH v4 4/8] arm: socfpga: C5 " Dalon Westergreen
2017-02-19 20:21 ` [U-Boot] [PATCH v4 5/8] arm: socfpga: DE1 " Dalon Westergreen
2017-02-19 20:21 ` [U-Boot] [PATCH v4 6/8] arm: socfpga: SoCKit " Dalon Westergreen
2017-02-19 20:21 ` [U-Boot] [PATCH v4 7/8] arm: socfpga: Socrates " Dalon Westergreen
2017-02-19 20:21 ` [U-Boot] [PATCH v4 8/8] arm: socfpga: sr1500 " Dalon Westergreen
2017-02-20  6:29   ` 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.