summaryrefslogtreecommitdiffstats
path: root/uboot-tools.spec
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2013-07-04 11:07:43 -0500
committerDennis Gilmore <dennis@ausil.us>2013-07-04 11:07:43 -0500
commitd25871eafa209136b0f1c5fe3c1e8e9f7872d5e2 (patch)
tree94582baab2202eade86cd6f2a48d926dc540cb0d /uboot-tools.spec
parentea81d7e17e44012709201a1ff8c3a1bb97eef15a (diff)
downloaduboot-tools-d25871eafa209136b0f1c5fe3c1e8e9f7872d5e2.tar.gz
uboot-tools-d25871eafa209136b0f1c5fe3c1e8e9f7872d5e2.tar.xz
uboot-tools-d25871eafa209136b0f1c5fe3c1e8e9f7872d5e2.zip
update beaglebone patches
- update wandboard quad patch - upstream 2013.07-rc2 update
Diffstat (limited to 'uboot-tools.spec')
-rw-r--r--uboot-tools.spec25
1 files changed, 14 insertions, 11 deletions
diff --git a/uboot-tools.spec b/uboot-tools.spec
index 0850c43..d27546a 100644
--- a/uboot-tools.spec
+++ b/uboot-tools.spec
@@ -1,8 +1,8 @@
-#global candidate
+%global candidate rc2
Name: uboot-tools
-Version: 2013.04
-Release: 5%{?candidate:.%{candidate}}%{?dist}
+Version: 2013.07
+Release: 0.1%{?candidate:.%{candidate}}%{?dist}
Summary: U-Boot utilities
Group: Development/Tools
@@ -21,8 +21,9 @@ Patch2: uboot-omap-fit.patch
Patch3: mlo-ext.patch
Patch4: exynos-ext.patch
+# Wandboard quad support
+Patch10: 0001-Add-wandboard-quad-support.patch
# Beagle Bone Black support
-Patch10: 0001-beaglebone-default-to-beaglebone-black-for-unknown-E.patch
Patch11: 0002-am335x-mux-don-t-hang-on-unknown-EEPROMs-assume-Beag.patch
Patch12: 0003-beaglebone-HACK-always-return-1-for-is_bone_lt.patch
Patch13: 0004-beaglebone-HACK-raise-USB-current-limit.patch
@@ -37,8 +38,6 @@ Patch21: 0012-Fix-for-screen-rolling-when-video-played-back-in-bro.patch
Patch22: 0013-beaglebone-enable-CONFIG_SUPPORT_RAW_INITRD-option.patch
Patch23: 0014-mmc-Add-RSTN-enable-for-emmc.patch
-Patch30: uboot-wandboard-quad.patch
-
Requires: dtc
# build the tool for manipulation with environment only on arm
@@ -135,11 +134,12 @@ u-boot bootloader binaries for vexpress
%setup -q -n u-boot-%{version}%{?candidate:-%{candidate}}
%patch1 -p1
%patch2 -p1
-%patch3 -p1
-%patch4 -p1
+#patch3 -p1
+#patch4 -p1
-# Beagle Bone Black support
+# wandboard quad support
%patch10 -p1
+# Beagle Bone Black support
%patch11 -p1
%patch12 -p1
%patch13 -p1
@@ -154,8 +154,6 @@ u-boot bootloader binaries for vexpress
%patch22 -p1
%patch23 -p1
-%patch30 -p1
-
mkdir builds
%build
@@ -354,6 +352,11 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Thu Jul 04 2013 Dennis Gilmore <dennis@ausil.us> - 2013.07-0.1.rc2
+- update beaglebone patches
+- update wandboard quad patch
+- upstream 2013.07-rc2 update
+
* Wed Jun 05 2013 Dennis Gilmore <dennis@ausil.us> - 2013.04-5
- add patches to support ext filesystems in exynos and omap SPL's
- drop bringing in arm-boot-config on arm systems