SHA256
1
0
forked from pool/u-boot

Accepting request 369474 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/369474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=69
This commit is contained in:
Dominique Leuenberger 2016-03-16 09:34:47 +00:00 committed by Git OBS Bridge
parent cad836ad68
commit 795ea57a6f
82 changed files with 482 additions and 226 deletions

View File

@ -1,24 +0,0 @@
--- a/arch/arm/Kconfig 2016-02-22 14:28:53.389302698 +0100
+++ b/arch/arm/Kconfig 2016-02-15 22:44:30.000000000 +0100
@@ -782,8 +782,6 @@ source "arch/arm/imx-common/Kconfig"
source "board/BuR/kwb/Kconfig"
source "board/BuR/tseries/Kconfig"
source "board/CarMediaLab/flea3/Kconfig"
-source "board/Marvell/aspenite/Kconfig"
-source "board/Marvell/gplugd/Kconfig"
source "board/armadeus/apf27/Kconfig"
source "board/armltd/vexpress/Kconfig"
source "board/armltd/vexpress64/Kconfig"
--- a/arch/arm/mach-kirkwood/Kconfig 2016-02-15 22:44:30.000000000 +0100
+++ b/arch/arm/mach-kirkwood/Kconfig 2016-02-22 14:51:13.348129705 +0100
@@ -57,10 +57,6 @@ endchoice
config SYS_SOC
default "kirkwood"
-source "board/Marvell/openrd/Kconfig"
-source "board/Marvell/dreamplug/Kconfig"
-source "board/Marvell/guruplug/Kconfig"
-source "board/Marvell/sheevaplug/Kconfig"
source "board/buffalo/lsxl/Kconfig"
source "board/cloudengines/pogo_e02/Kconfig"
source "board/d-link/dns325/Kconfig"

View File

@ -2436,7 +2436,7 @@ index 37c6b43..c19f1b0 100644
+ "efi/boot/"BOOTEFI_NAME"; " \
+ "run boot_efi_binary; " \
+ "echo EFI LOAD FAILED: continuing...; " \
+ "fi; "
+ "fi;\0"
+#define SCAN_DEV_FOR_EFI "run scan_dev_for_efi;"
+#else
+#define BOOTENV_SHARED_EFI

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" A10-OLinuXino-Lime_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" A13-OLinuXino_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" A13-OLinuXinoM_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" A20-OLinuXino-Lime_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" A20-OLinuXino-Lime2_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" A20-OLinuXino_MICRO_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" am335x_boneblack_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" am335x_evm_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" am57xx_evm_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" am57xx_evm_nodt_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" arndale_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" Bananapi_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" colibri_t20_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" Cubieboard_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" Cubieboard2_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" Cubietruck_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" firefly-rk3288_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" highbank_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" Hyundai_A7HD_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" jetson-tk1_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" Mele_A1000_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" Merrii_A80_Optimus_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" mx53loco_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" mx6cuboxi_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" mx6qsabrelite_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" odroid-xu3_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" odroid_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" omap3_beagle_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" omap4_panda_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" orangepi_pc_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" p2371-2180_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" paz00_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" pcm051_rev3_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" qemu-ppce500_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" rpi_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" rpi_2_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" snow_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" spring_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" udoo_defconfig

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Mar 9 22:50:22 UTC 2016 - agraf@suse.com
- Fix missing 0-terminator in efi patch, breaking boot.scr boot
-------------------------------------------------------------------
Sat Mar 5 22:02:18 UTC 2016 - afaerber@suse.de
- Non-free licensed Marvell code has long been removed.
Drop obsolete drop-marvell.patch (bsc#773824)
- Fix indentation of Patch6 in u-boot.spec.in
-------------------------------------------------------------------
Thu Mar 3 15:02:37 UTC 2016 - agraf@suse.com

View File

@ -46,7 +46,7 @@ Patch4: efi2.patch
# Set default environment slightly different for EFI, so it finds our dtbs
Patch5: efi-default-env.patch
# Move omap3 to distro boot method
Patch6: omap3-Move-to-distro-bootcmd.patch
Patch6: omap3-Move-to-distro-bootcmd.patch
# efi: Run memory node fixups in device tree
Patch7: efi_loader-Call-fdt-preparation-functions.patch
# Allow grub2 to find its config file
@ -57,8 +57,6 @@ Patch9: efi_loader-Provide-icache-flush-stub.patch
Patch10: omap3-Use-raw-SPL-by-default-for-mmc1.patch
# Ensure we mark the device tree as reserved
Patch11: efi-map-fdt-as-reserved.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@ -104,9 +102,6 @@ This package contains documentation for u-boot firmware
%patch9 -p1
%patch10 -p1
%patch11 -p1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
%patch99 -p1
%build
make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" BOARDCONFIG