2016.09 RC2

This commit is contained in:
Peter Robinson 2016-08-23 14:16:45 +01:00
parent b5e5ba295d
commit df9dafb6af
4 changed files with 19 additions and 14 deletions

View File

@ -30,6 +30,7 @@ Cubietruck_plus
db-mv784mp-gp
difrnce_dit4350
dserve_dsrv9703c
fennec-rk3288
firefly-rk3288
highbank
Hummingbird_A31

View File

@ -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 <pbrobinson@gmail.com>
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 <dgilmore@redhat.com>
---
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

View File

@ -1 +1 @@
1b3b22c73d38bbb7b7895d6d318f5c91 u-boot-2016.09-rc1.tar.bz2
033c2bf6403e17785bf104877abe691b u-boot-2016.09-rc2.tar.bz2

View File

@ -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 <pbrobinson@fedoraproject.org> 2016.09-0.1rc1
- 2016.0r97 RC1
* Tue Aug 23 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2016.09-2rc2
- 2016.09 RC2
* Wed Jul 27 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2016.09-1rc1
- 2016.09 RC1
* Tue Jul 12 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2016.07-1
- Update to 2016.07 GA