From df9dafb6af8832ba12fc8af8d1819b285b3d3f35 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 23 Aug 2016 14:16:45 +0100 Subject: [PATCH] 2016.09 RC2 --- armv7-boards | 1 + mvebu-enable-generic-distro-boot-config.patch | 16 ++++++++-------- sources | 2 +- uboot-tools.spec | 14 +++++++++----- 4 files changed, 19 insertions(+), 14 deletions(-) diff --git a/armv7-boards b/armv7-boards index 5f68bcd..529d055 100644 --- a/armv7-boards +++ b/armv7-boards @@ -30,6 +30,7 @@ Cubietruck_plus db-mv784mp-gp difrnce_dit4350 dserve_dsrv9703c +fennec-rk3288 firefly-rk3288 highbank Hummingbird_A31 diff --git a/mvebu-enable-generic-distro-boot-config.patch b/mvebu-enable-generic-distro-boot-config.patch index 1b60791..26fcea7 100644 --- a/mvebu-enable-generic-distro-boot-config.patch +++ b/mvebu-enable-generic-distro-boot-config.patch @@ -1,7 +1,7 @@ -From 24fcb059b32a34f772e4de114671973f603c4493 Mon Sep 17 00:00:00 2001 +From ed2f11671a20a92841b4d0614e9f46d5867c2bb4 Mon Sep 17 00:00:00 2001 From: Peter Robinson -Date: Thu, 28 Apr 2016 11:02:53 +0100 -Subject: [PATCH] arm: mvebu: enable generic distro boot config +Date: Tue, 23 Aug 2016 09:54:50 +0100 +Subject: [PATCH] [PATCH] arm: mvebu: enable generic distro boot config Switch all of the mvebu boards to support disto generic booting This will enable Fedora, Debian and other distros to support @@ -10,8 +10,8 @@ mvebu systems easier. Tested on SolidRun ClearFog Signed-off-by: Dennis Gilmore --- include/configs/clearfog.h | 5 --- - include/configs/mv-common.h | 86 ++++++++++++++++++++++++++++++++++++++++++++- - 2 files changed, 85 insertions(+), 6 deletions(-) + include/configs/mv-common.h | 84 +++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 84 insertions(+), 5 deletions(-) diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h index ffaeedb..fd0114e 100644 @@ -30,10 +30,10 @@ index ffaeedb..fd0114e 100644 /* * Select the boot device here diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h -index 6d4bbd1..7050a83 100644 +index 62f4937..a3e2fbf 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h -@@ -148,4 +148,88 @@ +@@ -147,4 +147,88 @@ #define CONFIG_LZO #endif @@ -123,5 +123,5 @@ index 6d4bbd1..7050a83 100644 + #endif /* _MV_COMMON_H */ -- -2.7.4 +2.9.3 diff --git a/sources b/sources index a549b9d..3bce9da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b3b22c73d38bbb7b7895d6d318f5c91 u-boot-2016.09-rc1.tar.bz2 +033c2bf6403e17785bf104877abe691b u-boot-2016.09-rc2.tar.bz2 diff --git a/uboot-tools.spec b/uboot-tools.spec index 3c1daae..684fba5 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,8 +1,8 @@ -%global candidate rc1 +%global candidate rc2 Name: uboot-tools Version: 2016.09 -Release: 1%{?candidate:.%{candidate}}%{?dist} +Release: 2%{?candidate:.%{candidate}}%{?dist} Summary: U-Boot utilities Group: Development/Tools @@ -13,7 +13,7 @@ Source1: armv7-boards Source2: armv8-boards Patch1: add-BOOTENV_INIT_COMMAND-for-commands-that-may-be-ne.patch -Patch2: port-utilite-to-distro-generic-boot-commands.patch +#Patch2: port-utilite-to-distro-generic-boot-commands.patch Patch3: mvebu-enable-generic-distro-boot-config.patch BuildRequires: bc @@ -126,6 +126,7 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/uboot/$(echo $board)/ install -p -m 0644 builds/$(echo $board)/$(echo $file) $RPM_BUILD_ROOT%{_datadir}/uboot/$(echo $board)/ fi done + done # Bit of a hack to remove binaries we don't use as they're large @@ -203,8 +204,11 @@ cp -p board/amlogic/odroid-c2/README doc/README.odroid-c2 %endif %changelog -* Wed Jul 27 2016 Peter Robinson 2016.09-0.1rc1 -- 2016.0r97 RC1 +* Tue Aug 23 2016 Peter Robinson 2016.09-2rc2 +- 2016.09 RC2 + +* Wed Jul 27 2016 Peter Robinson 2016.09-1rc1 +- 2016.09 RC1 * Tue Jul 12 2016 Peter Robinson 2016.07-1 - Update to 2016.07 GA