diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-01-17 16:33:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-21 11:18:35 +0000 |
commit | b6cbf223d838bca674301927d6c3ec48e349009b (patch) | |
tree | 63a476e6739c412a60408fb89c028ee2a0e36cfd /meta/recipes-bsp/x-load/x-load-git/beagleboard | |
parent | bcb18738361ee2394bc266911e9e75d5bf1c10cd (diff) | |
download | poky-b6cbf223d838bca674301927d6c3ec48e349009b.tar.gz |
x-load: us TI upstream repository, update recipes accordingly
TI is now maintaining an upstream x-loader git repository and
sakoman will no longer be maintained. Current upstream
includes signGP and incorporates it into the Makefile. The new
Makefile ift target builds the universal MLO binary. The armv7-a
patch is included.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta/recipes-bsp/x-load/x-load-git/beagleboard')
-rw-r--r-- | meta/recipes-bsp/x-load/x-load-git/beagleboard/armv7-a.patch | 11 | ||||
-rw-r--r-- | meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch | 16 |
2 files changed, 9 insertions, 18 deletions
diff --git a/meta/recipes-bsp/x-load/x-load-git/beagleboard/armv7-a.patch b/meta/recipes-bsp/x-load/x-load-git/beagleboard/armv7-a.patch deleted file mode 100644 index 3131cda6bb..0000000000 --- a/meta/recipes-bsp/x-load/x-load-git/beagleboard/armv7-a.patch +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | --- git/cpu/omap3/config.mk-orig 2008-05-27 16:46:45.000000000 -0700 | ||
2 | +++ git/cpu/omap3/config.mk 2008-05-29 12:50:49.000000000 -0700 | ||
3 | @@ -23,7 +23,7 @@ | ||
4 | PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \ | ||
5 | -msoft-float | ||
6 | |||
7 | -PLATFORM_CPPFLAGS += -march=armv7a | ||
8 | +PLATFORM_CPPFLAGS += -march=armv7-a | ||
9 | # ========================================================================= | ||
10 | # | ||
11 | # Supply options according to compiler version | ||
diff --git a/meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch b/meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch index 98dcbae497..d0fb99699d 100644 --- a/meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch +++ b/meta/recipes-bsp/x-load/x-load-git/beagleboard/name.patch | |||
@@ -1,14 +1,16 @@ | |||
1 | --- git/Makefile-orig 2008-07-29 22:31:03.000000000 -0700 | 1 | Index: git/Makefile |
2 | +++ git/Makefile 2008-07-29 22:34:36.000000000 -0700 | 2 | =================================================================== |
3 | @@ -152,9 +152,9 @@ omap3evm_config : unconfig | 3 | --- git.orig/Makefile |
4 | +++ git/Makefile | ||
5 | @@ -225,8 +225,9 @@ omap3evm_config : unconfig | ||
4 | overo_config : unconfig | 6 | overo_config : unconfig |
5 | @./mkconfig $(@:_config=) arm omap3 overo | 7 | @$(MKCONFIG) $(@:_config=) arm omap3 overo |
6 | 8 | ||
7 | -omap3530beagle_config : unconfig | 9 | -omap3530beagle_config : unconfig |
10 | - @$(MKCONFIG) $(@:_config=) arm omap3 omap3530beagle | ||
8 | +beagleboard_config : unconfig | 11 | +beagleboard_config : unconfig |
9 | 12 | + @$(MKCONFIG) omap3530beagle arm omap3 omap3530beagle | |
10 | - @./mkconfig $(@:_config=) arm omap3 omap3530beagle | ||
11 | + @./mkconfig omap3530beagle arm omap3 omap3530beagle | 13 | + @./mkconfig omap3530beagle arm omap3 omap3530beagle |
12 | 14 | ||
13 | ######################################################################### | 15 | ######################################################################### |
14 | 16 | ## OMAP4 (ARM-CortexA9) Systems | |