[U-Boot] [PATCH v2 0/8] arm: socfpga: Move to using distro boot

Marek Vasut marex at denx.de
Sun Feb 19 02:29:53 UTC 2017


On 02/19/2017 02:51 AM, Dalon Westergreen wrote:
> 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.

Except for minor nit on 1/8 , looks great.

> 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         | 53 +++++++++++++++++++++++++++++---
>  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, 62 insertions(+), 190 deletions(-)
> 


-- 
Best regards,
Marek Vasut


More information about the U-Boot mailing list