On Friday 18 February 2011 06:32 PM, Zhu, Peter J wrote:
Please use "osc branch" to submit from branched project next time

Pete

Thanks, will take care in future.

Regards,
Raghuveer

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of raghum
Sent: Friday, February 18, 2011 8:45 PM
To: [email protected]
Subject: [meego-commits] 13948: Changes to Trunk:Testing/u-boot

Hi,
I have made the following changes to u-boot in project Trunk:Testing. Please
review and accept ASAP.

Thank You,
raghum

[This message was auto-generated]

---

Request #13948:

   submit:   home:raghum:u-boot-bug/u-boot ->  Trunk:Testing/u-boot


Message:
     Added changelog in u-boot.changes for "Fix for bug:
https://bugs.meego.com/show_bug.cgi?id=13140";

State:   new          2011-02-17T23:43:31 raghum
Comment: None



changes files:
--------------
--- u-boot.changes
+++ u-boot.changes
@@ -0,0 +1,3 @@
+* Fri Feb 18 2011 Raghuveer Murthy<[email protected]>  -
2010.09-MeeGo
+- Fix for u-boot fails to compile on armv7hl, BMC#13140
+

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