2016.09 RC2
This commit is contained in:
parent
b5e5ba295d
commit
df9dafb6af
@ -30,6 +30,7 @@ Cubietruck_plus
|
|||||||
db-mv784mp-gp
|
db-mv784mp-gp
|
||||||
difrnce_dit4350
|
difrnce_dit4350
|
||||||
dserve_dsrv9703c
|
dserve_dsrv9703c
|
||||||
|
fennec-rk3288
|
||||||
firefly-rk3288
|
firefly-rk3288
|
||||||
highbank
|
highbank
|
||||||
Hummingbird_A31
|
Hummingbird_A31
|
||||||
|
@ -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>
|
From: Peter Robinson <pbrobinson@gmail.com>
|
||||||
Date: Thu, 28 Apr 2016 11:02:53 +0100
|
Date: Tue, 23 Aug 2016 09:54:50 +0100
|
||||||
Subject: [PATCH] arm: mvebu: enable generic distro boot config
|
Subject: [PATCH] [PATCH] arm: mvebu: enable generic distro boot config
|
||||||
|
|
||||||
Switch all of the mvebu boards to support disto generic booting
|
Switch all of the mvebu boards to support disto generic booting
|
||||||
This will enable Fedora, Debian and other distros to support
|
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>
|
Signed-off-by: Dennis Gilmore <dgilmore@redhat.com>
|
||||||
---
|
---
|
||||||
include/configs/clearfog.h | 5 ---
|
include/configs/clearfog.h | 5 ---
|
||||||
include/configs/mv-common.h | 86 ++++++++++++++++++++++++++++++++++++++++++++-
|
include/configs/mv-common.h | 84 +++++++++++++++++++++++++++++++++++++++++++++
|
||||||
2 files changed, 85 insertions(+), 6 deletions(-)
|
2 files changed, 84 insertions(+), 5 deletions(-)
|
||||||
|
|
||||||
diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h
|
diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h
|
||||||
index ffaeedb..fd0114e 100644
|
index ffaeedb..fd0114e 100644
|
||||||
@ -30,10 +30,10 @@ index ffaeedb..fd0114e 100644
|
|||||||
/*
|
/*
|
||||||
* Select the boot device here
|
* Select the boot device here
|
||||||
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
|
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
|
--- a/include/configs/mv-common.h
|
||||||
+++ b/include/configs/mv-common.h
|
+++ b/include/configs/mv-common.h
|
||||||
@@ -148,4 +148,88 @@
|
@@ -147,4 +147,88 @@
|
||||||
#define CONFIG_LZO
|
#define CONFIG_LZO
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -123,5 +123,5 @@ index 6d4bbd1..7050a83 100644
|
|||||||
+
|
+
|
||||||
#endif /* _MV_COMMON_H */
|
#endif /* _MV_COMMON_H */
|
||||||
--
|
--
|
||||||
2.7.4
|
2.9.3
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
1b3b22c73d38bbb7b7895d6d318f5c91 u-boot-2016.09-rc1.tar.bz2
|
033c2bf6403e17785bf104877abe691b u-boot-2016.09-rc2.tar.bz2
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global candidate rc1
|
%global candidate rc2
|
||||||
|
|
||||||
Name: uboot-tools
|
Name: uboot-tools
|
||||||
Version: 2016.09
|
Version: 2016.09
|
||||||
Release: 1%{?candidate:.%{candidate}}%{?dist}
|
Release: 2%{?candidate:.%{candidate}}%{?dist}
|
||||||
Summary: U-Boot utilities
|
Summary: U-Boot utilities
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -13,7 +13,7 @@ Source1: armv7-boards
|
|||||||
Source2: armv8-boards
|
Source2: armv8-boards
|
||||||
|
|
||||||
Patch1: add-BOOTENV_INIT_COMMAND-for-commands-that-may-be-ne.patch
|
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
|
Patch3: mvebu-enable-generic-distro-boot-config.patch
|
||||||
|
|
||||||
BuildRequires: bc
|
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)/
|
install -p -m 0644 builds/$(echo $board)/$(echo $file) $RPM_BUILD_ROOT%{_datadir}/uboot/$(echo $board)/
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|
||||||
# Bit of a hack to remove binaries we don't use as they're large
|
# 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
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jul 27 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2016.09-0.1rc1
|
* Tue Aug 23 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2016.09-2rc2
|
||||||
- 2016.0r97 RC1
|
- 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
|
* Tue Jul 12 2016 Peter Robinson <pbrobinson@fedoraproject.org> 2016.07-1
|
||||||
- Update to 2016.07 GA
|
- Update to 2016.07 GA
|
||||||
|
Loading…
Reference in New Issue
Block a user