update to rc1 of 2012.07 release

This commit is contained in:
Dennis Gilmore 2012-07-12 21:44:37 -05:00
parent 007f8d09db
commit 2bf539b6a7
4 changed files with 11 additions and 90 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ u-boot-2010.03.tar.bz2
/u-boot-2012.04-rc3.tar.bz2
/u-boot-2012.04.tar.bz2
/u-boot-2012.04.01.tar.bz2
/u-boot-2012.07-rc1.tar.bz2

View File

@ -1,81 +0,0 @@
From 7edad9ad58a2145e5043b161bd99cfbe8d95a7f4 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Sun, 1 Apr 2012 11:34:53 -0500
Subject: [PATCH] enable bootz support for ti/omap targets
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
include/configs/am335x_evm.h | 2 ++
include/configs/am3517_crane.h | 2 ++
include/configs/igep0020.h | 2 ++
include/configs/omap3_beagle.h | 2 ++
include/configs/omap4_common.h | 2 ++
5 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index d0fbc88..7fc7990 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -81,6 +81,8 @@
#define CONFIG_DOS_PARTITION
#define CONFIG_CMD_FAT
#define CONFIG_CMD_EXT2
+#define CONFIG_CMD_BOOTZ /* bootz zImage support */
+#define CONFIG_SUPPORT_RAW_INITRD /* bootz raw initrd support */
/* Physical Memory Map */
#define CONFIG_NR_DRAM_BANKS 1 /* 1 bank of DRAM */
diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h
index b0dd2f0..a2eb7ca 100644
--- a/include/configs/am3517_crane.h
+++ b/include/configs/am3517_crane.h
@@ -144,6 +144,8 @@
#define CONFIG_CMD_I2C /* I2C serial bus support */
#define CONFIG_CMD_MMC /* MMC support */
+#define CONFIG_CMD_BOOTZ /* bootz zImage support */
+#define CONFIG_SUPPORT_RAW_INITRD /* bootz raw initrd support */
#define CONFIG_CMD_NAND /* NAND support */
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_PING
diff --git a/include/configs/igep0020.h b/include/configs/igep0020.h
index c2fcdff..8e17c59 100644
--- a/include/configs/igep0020.h
+++ b/include/configs/igep0020.h
@@ -102,6 +102,8 @@
#define CONFIG_CMD_FAT /* FAT support */
#define CONFIG_CMD_I2C /* I2C serial bus support */
#define CONFIG_CMD_MMC /* MMC support */
+#define CONFIG_CMD_BOOTZ /* bootz zImage support */
+#define CONFIG_SUPPORT_RAW_INITRD /* bootz raw initrd support */
#define CONFIG_CMD_ONENAND /* ONENAND support */
#define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */
#define CONFIG_CMD_DHCP
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h
index d3a0122..912991c 100644
--- a/include/configs/omap3_beagle.h
+++ b/include/configs/omap3_beagle.h
@@ -149,6 +149,8 @@
#define CONFIG_CMD_CACHE
#define CONFIG_CMD_EXT2 /* EXT2 Support */
#define CONFIG_CMD_FAT /* FAT support */
+#define CONFIG_CMD_BOOTZ /* bootz zImage support */
+#define CONFIG_SUPPORT_RAW_INITRD /* bootz raw initrd support */
#define CONFIG_CMD_JFFS2 /* JFFS2 Support */
#define CONFIG_CMD_MTDPARTS /* Enable MTD parts commands */
#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index a989721..21e0f60 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -133,6 +133,8 @@
#define CONFIG_CMD_FAT /* FAT support */
#define CONFIG_CMD_I2C /* I2C serial bus support */
#define CONFIG_CMD_MMC /* MMC support */
+#define CONFIG_CMD_BOOTZ /* bootz zImage support */
+#define CONFIG_SUPPORT_RAW_INITRD /* bootz raw initrd support */
/* Disabled commands */
#undef CONFIG_CMD_NET
--
1.7.9.1

View File

@ -1 +1 @@
192bb231082d9159fb6e16de3039b6b2 u-boot-2012.04.01.tar.bz2
b975c6d30628bc19ffefe08556971468 u-boot-2012.07-rc1.tar.bz2

View File

@ -1,15 +1,14 @@
Name: uboot-tools
Version: 2012.04.01
Release: 4%{?dist}
Version: 2012.07
Release: 0.1.rc1%{?dist}
Summary: U-Boot utilities
Group: Development/Tools
License: GPLv2+
URL: http://www.denx.de/wiki/U-Boot
Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
Patch0: 0001-enable-bootz-support-for-ti-omap-targets.patch
Patch1: 0001-panda-convert-to-uEnv.txt-bootscript.patch
Patch2: u-boot-fat.patch
Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}-rc1.tar.bz2
Patch0: 0001-panda-convert-to-uEnv.txt-bootscript.patch
Patch1: u-boot-fat.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -54,10 +53,9 @@ u-boot bootloader binaries for origenboard
%endif
%prep
%setup -q -n u-boot-%{version}
%setup -q -n u-boot-%{version}-rc1
%patch0 -p1
%patch1 -p1
%patch2 -p1
mkdir builds
%build
@ -162,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Thu Jul 12 2012 Dennis Gilmore <dennis@ausil.us> - 2012.07-0.1.rc1
- update to rc1 of 2012.07 release
* Sat Jul 07 2012 Dennis Gilmore <dennis@ausil.us> - 2012.04.01-4
- still build the beagleboard image