diff --git a/.gitignore b/.gitignore index 91b7284..589c81e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/0001-enable-bootz-support-for-ti-omap-targets.patch b/0001-enable-bootz-support-for-ti-omap-targets.patch deleted file mode 100644 index 0becd25..0000000 --- a/0001-enable-bootz-support-for-ti-omap-targets.patch +++ /dev/null @@ -1,81 +0,0 @@ -From 7edad9ad58a2145e5043b161bd99cfbe8d95a7f4 Mon Sep 17 00:00:00 2001 -From: Robert Nelson -Date: Sun, 1 Apr 2012 11:34:53 -0500 -Subject: [PATCH] enable bootz support for ti/omap targets - -Signed-off-by: Robert Nelson ---- - 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 diff --git a/sources b/sources index ba9c91b..eaacc56 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -192bb231082d9159fb6e16de3039b6b2 u-boot-2012.04.01.tar.bz2 +b975c6d30628bc19ffefe08556971468 u-boot-2012.07-rc1.tar.bz2 diff --git a/uboot-tools.spec b/uboot-tools.spec index 6f9d597..b3a8993 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -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 - 2012.07-0.1.rc1 +- update to rc1 of 2012.07 release + * Sat Jul 07 2012 Dennis Gilmore - 2012.04.01-4 - still build the beagleboard image