Hi,

Please submit this to Trunk:Testing instead, as the fix is supposed to
go in there and to Trunk.

BR
Carsten Munk

2011/2/18 raghum <[email protected]>:
> Hi,
> I have made the following changes to u-boot in project 
> devel:hardfp:prep:Trunk:Testing. Please review and accept ASAP.
>
> Thank You,
> raghum
>
> [This message was auto-generated]
>
> ---
>
> Request #13946:
>
>  submit:   home:raghum:u-boot-bug/u-boot -> 
> devel:hardfp:prep:Trunk:Testing/u-boot
>
>
> Message:
>    Fix for bug: https://bugs.meego.com/show_bug.cgi?id=13140
>
> State:   new          2011-02-17T20:15:47 raghum
> Comment: None
>
>
>
> changes files:
> --------------
>
> new:
> ----
>  0006-ARMV7-hardfp-build-fix.patch
>
> spec files:
> -----------
> --- u-boot-omap4panda.spec
> +++ u-boot-omap4panda.spec
> @@ -29,6 +29,7 @@
>  Patch2: 0003-ARMV7-OMAP4-Use-generic-mmc-driver-on-Panda.patch
>  Patch3: 0004-omap4-board-change-global-data-pointer-to-file-scope.patch
>  Patch4: 0005-mmc-omap-timeout-counter-fix.patch
> +Patch5: 0006-ARMV7-hardfp-build-fix.patch
>
>  %define TARGET_BOARD omap4_panda
>  %define TARGET_CPU arm
> @@ -102,6 +103,7 @@
>  %patch2 -p1
>  %patch3 -p1
>  %patch4 -p1
> +%patch5 -p1
>  %endif
>  sed -i "s|-idirafter|-I|" tools/Makefile
>
> --- u-boot.spec
> +++ u-boot.spec
> @@ -30,6 +30,7 @@
>  Patch2: 0003-ARMV7-OMAP4-Use-generic-mmc-driver-on-Panda.patch
>  Patch3: 0004-omap4-board-change-global-data-pointer-to-file-scope.patch
>  Patch4: 0005-mmc-omap-timeout-counter-fix.patch
> +Patch5: 0006-ARMV7-hardfp-build-fix.patch
>
>  %define TARGET_BOARD omap4_panda
>  %define TARGET_CPU arm
> @@ -103,6 +104,7 @@
>  %patch2 -p1
>  %patch3 -p1
>  %patch4 -p1
> +%patch5 -p1
>  %endif
>  sed -i "s|-idirafter|-I|" tools/Makefile
>
>
> other changes:
> --------------
>
> ++++++ 0006-ARMV7-hardfp-build-fix.patch (new)
> --- 0006-ARMV7-hardfp-build-fix.patch
> +++ 0006-ARMV7-hardfp-build-fix.patch
> +Index: u-boot-2010.09/arch/arm/cpu/armv7/config.mk
> +===================================================================
> +--- u-boot-2010.09.orig/arch/arm/cpu/armv7/config.mk   2011-02-17 
> 18:43:19.828905882 +0530
> ++++ u-boot-2010.09/arch/arm/cpu/armv7/config.mk        2011-02-17 
> 18:43:33.356906110 +0530
> +@@ -20,7 +20,7 @@
> + # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
> + # MA 02111-1307 USA
> + #
> +-PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float
> ++PLATFORM_RELFLAGS += -fno-common -ffixed-r8
> +
> + # Make ARMv5 to allow more compilers to work, even though its v7a.
> + PLATFORM_CPPFLAGS += -march=armv5
> +Index: u-boot-2010.09/arch/arm/cpu/armv7/omap-common/config.mk
> +===================================================================
> +--- u-boot-2010.09.orig/arch/arm/cpu/armv7/omap-common/config.mk       
> 2011-02-17 18:43:44.080655976 +0530
> ++++ u-boot-2010.09/arch/arm/cpu/armv7/omap-common/config.mk    2011-02-17 
> 18:43:52.940656014 +0530
> +@@ -20,7 +20,7 @@
> + # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
> + # MA 02111-1307 USA
> + #
> +-PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float
> ++PLATFORM_RELFLAGS += -fno-common -ffixed-r8
> +
> + # Make ARMv5 to allow more compilers to work, even though its v7a.
> + PLATFORM_CPPFLAGS += -march=armv5
>
> ++++++ u-boot.spec.in
> --- u-boot.spec.in
> +++ u-boot.spec.in
> @@ -29,6 +29,7 @@
>  Patch2: 0003-ARMV7-OMAP4-Use-generic-mmc-driver-on-Panda.patch
>  Patch3: 0004-omap4-board-change-global-data-pointer-to-file-scope.patch
>  Patch4: 0005-mmc-omap-timeout-counter-fix.patch
> +Patch5: 0006-ARMV7-hardfp-build-fix.patch
>
>  @@OMAP4PANDA %define TARGET_BOARD omap4_panda
>  @@OMAP4PANDA %define TARGET_CPU arm
> @@ -104,6 +105,7 @@
>  %patch2 -p1
>  %patch3 -p1
>  %patch4 -p1
> +%patch5 -p1
>  %endif
>  sed -i "s|-idirafter|-I|" tools/Makefile
>
>
> _______________________________________________
> MeeGo-commits mailing list
> [email protected]
> http://lists.meego.com/listinfo/meego-commits
>
_______________________________________________
MeeGo-packaging mailing list
[email protected]
http://lists.meego.com/listinfo/meego-packaging

Reply via email to