From fe9c0cb3778ff55fe0d6c30a7572dea9f939c0c9cb4519bcfd9f4e55a1da7e3b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 23 Jun 2015 09:56:52 +0000 Subject: [PATCH] Accepting request 312513 from Base:System 1 OBS-URL: https://build.opensuse.org/request/show/312513 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=48 --- enable_spl_ext_support_for_ti_armv7.patch | 31 ++++++++++++++-- fix_beagle_spl_build.patch | 17 --------- fix_slow_mmc_on_rpi.patch | 18 ++++++++++ mx53loco-bootscr.patch | 43 +++++++++++++++++++---- u-boot-a10-olinuxino-lime.changes | 9 +++++ u-boot-a10-olinuxino-lime.spec | 8 ++--- u-boot-a13-olinuxino.changes | 9 +++++ u-boot-a13-olinuxino.spec | 8 ++--- u-boot-a13-olinuxinom.changes | 9 +++++ u-boot-a13-olinuxinom.spec | 8 ++--- u-boot-a20-olinuxino-lime.changes | 9 +++++ u-boot-a20-olinuxino-lime.spec | 8 ++--- u-boot-a20-olinuxino-lime2.changes | 9 +++++ u-boot-a20-olinuxino-lime2.spec | 8 ++--- u-boot-a20-olinuxinomicro.changes | 9 +++++ u-boot-a20-olinuxinomicro.spec | 8 ++--- u-boot-am335xevm.changes | 9 +++++ u-boot-am335xevm.spec | 8 ++--- u-boot-arndale.changes | 9 +++++ u-boot-arndale.spec | 8 ++--- u-boot-bananapi.changes | 9 +++++ u-boot-bananapi.spec | 8 ++--- u-boot-colibrit20.changes | 9 +++++ u-boot-colibrit20.spec | 8 ++--- u-boot-cubieboard.changes | 9 +++++ u-boot-cubieboard.spec | 8 ++--- u-boot-cubieboard2.changes | 9 +++++ u-boot-cubieboard2.spec | 8 ++--- u-boot-cubietruck.changes | 9 +++++ u-boot-cubietruck.spec | 8 ++--- u-boot-highbank.changes | 9 +++++ u-boot-highbank.spec | 8 ++--- u-boot-melea1000.changes | 9 +++++ u-boot-melea1000.spec | 8 ++--- u-boot-mx53loco.changes | 9 +++++ u-boot-mx53loco.spec | 8 ++--- u-boot-mx6qsabrelite.changes | 9 +++++ u-boot-mx6qsabrelite.spec | 8 ++--- u-boot-omap3beagle.changes | 9 +++++ u-boot-omap3beagle.spec | 8 ++--- u-boot-omap4panda.changes | 9 +++++ u-boot-omap4panda.spec | 8 ++--- u-boot-paz00.changes | 9 +++++ u-boot-paz00.spec | 8 ++--- u-boot-pcm051rev3.changes | 9 +++++ u-boot-pcm051rev3.spec | 8 ++--- u-boot-rpi.changes | 9 +++++ u-boot-rpi.spec | 8 ++--- u-boot-rpi2.changes | 9 +++++ u-boot-rpi2.spec | 8 ++--- u-boot-snow.changes | 9 +++++ u-boot-snow.spec | 8 ++--- u-boot.changes | 9 +++++ u-boot.spec.in | 8 ++--- 54 files changed, 407 insertions(+), 127 deletions(-) delete mode 100644 fix_beagle_spl_build.patch create mode 100644 fix_slow_mmc_on_rpi.patch diff --git a/enable_spl_ext_support_for_ti_armv7.patch b/enable_spl_ext_support_for_ti_armv7.patch index be2b296..cce1680 100644 --- a/enable_spl_ext_support_for_ti_armv7.patch +++ b/enable_spl_ext_support_for_ti_armv7.patch @@ -1,10 +1,35 @@ ---- include/configs/ti_armv7_common.h.orig 2014-08-21 10:41:47.979045987 +0200 -+++ include/configs/ti_armv7_common.h 2014-08-21 10:42:12.325045125 +0200 -@@ -250,6 +250,7 @@ +From 06b07abc2932582fceeb87d8888dff1d5853df83 Mon Sep 17 00:00:00 2001 +From: Guillaume GARDET +Date: Tue, 16 Jun 2015 12:26:52 +0200 +Subject: [U-Boot] [PATCH 1/2] ti: armv7: enable EXT support in SPL + (using ti_armv7_common.h) + +Tested on Pandaboard (rev. A3) and Beagleboard xM (rev. B). +Compilation tested on TI armv7 boards and OMAP boards from other vendors. + +Signed-off-by: Guillaume GARDET +Cc: Tom Rini + +--- + include/configs/ti_armv7_common.h | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h +index 2bd1164..8762930 100644 +--- a/include/configs/ti_armv7_common.h ++++ b/include/configs/ti_armv7_common.h +@@ -256,6 +256,11 @@ #define CONFIG_SPL_LIBDISK_SUPPORT #define CONFIG_SPL_MMC_SUPPORT #define CONFIG_SPL_FAT_SUPPORT +#define CONFIG_SPL_EXT_SUPPORT ++#endif ++ ++#ifdef CONFIG_SPL_BUILD ++#define CONFIG_SYS_THUMB_BUILD /* Thumbs mode to save space in SPL */ #endif /* General parts of the framework, required. */ +-- +1.8.4.5 + diff --git a/fix_beagle_spl_build.patch b/fix_beagle_spl_build.patch deleted file mode 100644 index d7a182c..0000000 --- a/fix_beagle_spl_build.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h -index f25a940..a28453c 100644 ---- a/include/configs/omap3_beagle.h -+++ b/include/configs/omap3_beagle.h -@@ -311,6 +311,12 @@ - #define CONFIG_SYS_NAND_ECCBYTES 3 - #define CONFIG_NAND_OMAP_ECCSCHEME OMAP_ECC_HAM1_CODE_HW - #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000 -+ -+/* SPL: EXT SUPPORT needs to disable CONFIG_SPL_FAT_SUPPORT otherwise spl is too big for .sram */ -+#ifdef CONFIG_SPL_EXT_SUPPORT -+#undef CONFIG_SPL_FAT_SUPPORT -+#endif -+ - /* NAND: SPL falcon mode configs */ - #ifdef CONFIG_SPL_OS_BOOT - #define CONFIG_CMD_SPL_NAND_OFS 0x240000 diff --git a/fix_slow_mmc_on_rpi.patch b/fix_slow_mmc_on_rpi.patch new file mode 100644 index 0000000..d10c7c0 --- /dev/null +++ b/fix_slow_mmc_on_rpi.patch @@ -0,0 +1,18 @@ +diff --git a/drivers/mmc/bcm2835_sdhci.c b/drivers/mmc/bcm2835_sdhci.c +index 078ef05..74b497e 100644 +--- a/drivers/mmc/bcm2835_sdhci.c ++++ b/drivers/mmc/bcm2835_sdhci.c +@@ -69,11 +69,11 @@ static inline void bcm2835_sdhci_raw_writel(struct sdhci_host *host, u32 val, + * (Which is just as well - otherwise we'd have to nobble the DMA engine + * too) + */ +- while (get_timer(bcm_host->last_write) < bcm_host->twoticks_delay) ++ while (timer_get_us() < bcm_host->last_write + bcm_host->twoticks_delay) + ; + + writel(val, host->ioaddr + reg); +- bcm_host->last_write = get_timer(0); ++ bcm_host->last_write = timer_get_us(); + } + + static inline u32 bcm2835_sdhci_raw_readl(struct sdhci_host *host, int reg) diff --git a/mx53loco-bootscr.patch b/mx53loco-bootscr.patch index a49ce68..a894c70 100644 --- a/mx53loco-bootscr.patch +++ b/mx53loco-bootscr.patch @@ -1,19 +1,48 @@ -Index: include/configs/mx53loco.h -=================================================================== ---- include/configs/mx53loco.h.orig -+++ include/configs/mx53loco.h +From eb1f4cea895bcb8edcb58548ba395329783ddd8b Mon Sep 17 00:00:00 2001 +From: Guillaume GARDET +Date: Tue, 16 Jun 2015 11:38:07 +0200 +Subject: [U-Boot] [PATCH] mx53loco: Use generic 'load' command instead of 'fatload' + +This patch uses generic 'load' command instead of 'fatload' for 'loadbootscript', 'loadimage' and 'loadfdt' for mx53loco board. + +This allows to use EXT partition instead of FAT, while keeping FAT compatibility. + +Signed-off-by: Guillaume GARDET + +Cc: Jason Liu +Cc: Stefano Babic + +--- + include/configs/mx53loco.h | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) + +diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h +index db551a9..b3ac5e2 100644 +--- a/include/configs/mx53loco.h ++++ b/include/configs/mx53loco.h +@@ -43,6 +43,7 @@ + #define CONFIG_MMC + #define CONFIG_CMD_MMC + #define CONFIG_GENERIC_MMC ++#define CONFIG_CMD_FS_GENERIC + #define CONFIG_CMD_FAT + #define CONFIG_CMD_EXT2 + #define CONFIG_DOS_PARTITION @@ -116,11 +117,11 @@ "mmcroot=/dev/mmcblk0p2 rw rootwait\0" \ "mmcargs=setenv bootargs console=ttymxc0,${baudrate} root=${mmcroot}\0" \ "loadbootscript=" \ - "fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ -+ "ext2load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ ++ "load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \ "bootscript=echo Running bootscript from mmc ...; " \ "source\0" \ - "loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ - "loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ -+ "loadimage=ext2load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ -+ "loadfdt=ext2load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ ++ "loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}\0" \ ++ "loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}\0" \ "mmcboot=echo Booting from mmc ...; " \ "run mmcargs; " \ "if test ${boot_fdt} = yes || test ${boot_fdt} = try; then " \ +-- +1.8.4.5 + diff --git a/u-boot-a10-olinuxino-lime.changes b/u-boot-a10-olinuxino-lime.changes index 39a62cd..7d93f24 100644 --- a/u-boot-a10-olinuxino-lime.changes +++ b/u-boot-a10-olinuxino-lime.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a10-olinuxino-lime.spec b/u-boot-a10-olinuxino-lime.spec index 3953b0d..600b60f 100644 --- a/u-boot-a10-olinuxino-lime.spec +++ b/u-boot-a10-olinuxino-lime.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-a13-olinuxino.changes b/u-boot-a13-olinuxino.changes index 39a62cd..7d93f24 100644 --- a/u-boot-a13-olinuxino.changes +++ b/u-boot-a13-olinuxino.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a13-olinuxino.spec b/u-boot-a13-olinuxino.spec index 32b994c..8dced20 100644 --- a/u-boot-a13-olinuxino.spec +++ b/u-boot-a13-olinuxino.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-a13-olinuxinom.changes b/u-boot-a13-olinuxinom.changes index 39a62cd..7d93f24 100644 --- a/u-boot-a13-olinuxinom.changes +++ b/u-boot-a13-olinuxinom.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a13-olinuxinom.spec b/u-boot-a13-olinuxinom.spec index 9c2adfe..a0d107e 100644 --- a/u-boot-a13-olinuxinom.spec +++ b/u-boot-a13-olinuxinom.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-a20-olinuxino-lime.changes b/u-boot-a20-olinuxino-lime.changes index 39a62cd..7d93f24 100644 --- a/u-boot-a20-olinuxino-lime.changes +++ b/u-boot-a20-olinuxino-lime.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a20-olinuxino-lime.spec b/u-boot-a20-olinuxino-lime.spec index 6059114..e07c3af 100644 --- a/u-boot-a20-olinuxino-lime.spec +++ b/u-boot-a20-olinuxino-lime.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-a20-olinuxino-lime2.changes b/u-boot-a20-olinuxino-lime2.changes index 39a62cd..7d93f24 100644 --- a/u-boot-a20-olinuxino-lime2.changes +++ b/u-boot-a20-olinuxino-lime2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a20-olinuxino-lime2.spec b/u-boot-a20-olinuxino-lime2.spec index 4e8ac70..545a898 100644 --- a/u-boot-a20-olinuxino-lime2.spec +++ b/u-boot-a20-olinuxino-lime2.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-a20-olinuxinomicro.changes b/u-boot-a20-olinuxinomicro.changes index 39a62cd..7d93f24 100644 --- a/u-boot-a20-olinuxinomicro.changes +++ b/u-boot-a20-olinuxinomicro.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a20-olinuxinomicro.spec b/u-boot-a20-olinuxinomicro.spec index 0cc6866..77730ea 100644 --- a/u-boot-a20-olinuxinomicro.spec +++ b/u-boot-a20-olinuxinomicro.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index 39a62cd..7d93f24 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-am335xevm.spec b/u-boot-am335xevm.spec index 3416a46..4bbaba6 100644 --- a/u-boot-am335xevm.spec +++ b/u-boot-am335xevm.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index 39a62cd..7d93f24 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-arndale.spec b/u-boot-arndale.spec index 334019c..6ed15c6 100644 --- a/u-boot-arndale.spec +++ b/u-boot-arndale.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-bananapi.changes b/u-boot-bananapi.changes index 39a62cd..7d93f24 100644 --- a/u-boot-bananapi.changes +++ b/u-boot-bananapi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-bananapi.spec b/u-boot-bananapi.spec index e183722..c8912cb 100644 --- a/u-boot-bananapi.spec +++ b/u-boot-bananapi.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-colibrit20.changes b/u-boot-colibrit20.changes index 39a62cd..7d93f24 100644 --- a/u-boot-colibrit20.changes +++ b/u-boot-colibrit20.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-colibrit20.spec b/u-boot-colibrit20.spec index 51d26a4..e0754da 100644 --- a/u-boot-colibrit20.spec +++ b/u-boot-colibrit20.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index 39a62cd..7d93f24 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-cubieboard.spec b/u-boot-cubieboard.spec index 4d8bf26..bb1f7ca 100644 --- a/u-boot-cubieboard.spec +++ b/u-boot-cubieboard.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-cubieboard2.changes b/u-boot-cubieboard2.changes index 39a62cd..7d93f24 100644 --- a/u-boot-cubieboard2.changes +++ b/u-boot-cubieboard2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-cubieboard2.spec b/u-boot-cubieboard2.spec index 7321f6f..b5ff45c 100644 --- a/u-boot-cubieboard2.spec +++ b/u-boot-cubieboard2.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-cubietruck.changes b/u-boot-cubietruck.changes index 39a62cd..7d93f24 100644 --- a/u-boot-cubietruck.changes +++ b/u-boot-cubietruck.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-cubietruck.spec b/u-boot-cubietruck.spec index f50682b..31164b7 100644 --- a/u-boot-cubietruck.spec +++ b/u-boot-cubietruck.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index 39a62cd..7d93f24 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-highbank.spec b/u-boot-highbank.spec index 22cedcc..fdfae2b 100644 --- a/u-boot-highbank.spec +++ b/u-boot-highbank.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index 39a62cd..7d93f24 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-melea1000.spec b/u-boot-melea1000.spec index 5802ff8..ab2ac5f 100644 --- a/u-boot-melea1000.spec +++ b/u-boot-melea1000.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index 39a62cd..7d93f24 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-mx53loco.spec b/u-boot-mx53loco.spec index 828c380..82783c6 100644 --- a/u-boot-mx53loco.spec +++ b/u-boot-mx53loco.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-mx6qsabrelite.changes b/u-boot-mx6qsabrelite.changes index 39a62cd..7d93f24 100644 --- a/u-boot-mx6qsabrelite.changes +++ b/u-boot-mx6qsabrelite.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-mx6qsabrelite.spec b/u-boot-mx6qsabrelite.spec index 20da1b4..9857dbe 100644 --- a/u-boot-mx6qsabrelite.spec +++ b/u-boot-mx6qsabrelite.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index 39a62cd..7d93f24 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-omap3beagle.spec b/u-boot-omap3beagle.spec index 8b4a35d..6dd32ab 100644 --- a/u-boot-omap3beagle.spec +++ b/u-boot-omap3beagle.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index 39a62cd..7d93f24 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-omap4panda.spec b/u-boot-omap4panda.spec index c5695f9..f0e783c 100644 --- a/u-boot-omap4panda.spec +++ b/u-boot-omap4panda.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index 39a62cd..7d93f24 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-paz00.spec b/u-boot-paz00.spec index 563fff0..67c74cd 100644 --- a/u-boot-paz00.spec +++ b/u-boot-paz00.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-pcm051rev3.changes b/u-boot-pcm051rev3.changes index 39a62cd..7d93f24 100644 --- a/u-boot-pcm051rev3.changes +++ b/u-boot-pcm051rev3.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-pcm051rev3.spec b/u-boot-pcm051rev3.spec index 8d42cb3..f590205 100644 --- a/u-boot-pcm051rev3.spec +++ b/u-boot-pcm051rev3.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-rpi.changes b/u-boot-rpi.changes index 39a62cd..7d93f24 100644 --- a/u-boot-rpi.changes +++ b/u-boot-rpi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-rpi.spec b/u-boot-rpi.spec index ecde7ac..4b599cc 100644 --- a/u-boot-rpi.spec +++ b/u-boot-rpi.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-rpi2.changes b/u-boot-rpi2.changes index 39a62cd..7d93f24 100644 --- a/u-boot-rpi2.changes +++ b/u-boot-rpi2.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-rpi2.spec b/u-boot-rpi2.spec index e3d811c..3809225 100644 --- a/u-boot-rpi2.spec +++ b/u-boot-rpi2.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot-snow.changes b/u-boot-snow.changes index 39a62cd..7d93f24 100644 --- a/u-boot-snow.changes +++ b/u-boot-snow.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-snow.spec b/u-boot-snow.spec index 025f1c9..16e86e0 100644 --- a/u-boot-snow.spec +++ b/u-boot-snow.spec @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build diff --git a/u-boot.changes b/u-boot.changes index 39a62cd..7d93f24 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 18 12:07:10 UTC 2015 - guillaume@opensuse.org + +- Add fix_slow_mmc_on_rpi.patch to speed up MMC load on RPi +- Rework patches (to be upstreamable): + * enable_spl_ext_support_for_ti_armv7.patch + * mx53loco-bootscr.patch +- Remove fix_beagle_spl_build.patch + ------------------------------------------------------------------- Wed Jun 10 10:07:23 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot.spec.in b/u-boot.spec.in index 9102270..784a9a5 100644 --- a/u-boot.spec.in +++ b/u-boot.spec.in @@ -35,9 +35,9 @@ Url: http://www.denx.de/wiki/U-Boot Source: ftp://ftp.denx.de/pub/u-boot/u-boot-2015.07-rc2.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc +Patch0: fix_slow_mmc_on_rpi.patch Patch1: enable_spl_ext_support_for_ti_armv7.patch -Patch2: fix_beagle_spl_build.patch -Patch3: mx53loco-bootscr.patch +Patch2: mx53loco-bootscr.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -70,9 +70,9 @@ This package contains documentation for u-boot firmware # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot -%patch1 +%patch0 -p1 +%patch1 -p1 %patch2 -p1 -%patch3 %patch99 -p1 %build