apex: Updated to version 1.5.6
authorRod Whitby <rod@whitby.id.au>
Sat, 2 Jun 2007 16:46:39 +0000 (16:46 +0000)
committerRod Whitby <rod@whitby.id.au>
Sat, 2 Jun 2007 16:46:39 +0000 (16:46 +0000)
packages/apex/apex_1.5.6.bb [moved from packages/apex/apex_1.5.4.bb with 98% similarity]
packages/apex/files/.mtn2git_empty [deleted file]
packages/apex/files/fix-compiler-inlining.patch [deleted file]
packages/apex/nslu2/defconfig

similarity index 98%
rename from packages/apex/apex_1.5.4.bb
rename to packages/apex/apex_1.5.6.bb
index de6ecdf..ccf08ca 100644 (file)
@@ -3,13 +3,12 @@ SECTION = ""
 PRIORITY = "optional"
 HOMEPAGE = "http://wiki.buici.com/twiki/bin/view/Main/ApexBootloader"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r1"
 
 # Note that this recipe only works for the NSLU2 at the moment.
 # Patches to make it more generic are welcome.
 
 SRC_URI = "ftp://ftp.buici.com/pub/apex/apex-${PV}.tar.gz \
-          file://fix-compiler-inlining.patch;patch=1 \
           file://defconfig"
 
 CMDLINE_CONSOLE = "console=${@bb.data.getVar("KERNEL_CONSOLE",d,1) or "ttyS0"}"
diff --git a/packages/apex/files/.mtn2git_empty b/packages/apex/files/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/apex/files/fix-compiler-inlining.patch b/packages/apex/files/fix-compiler-inlining.patch
deleted file mode 100644 (file)
index 427068d..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
---- apex-1.5.4/src/arch-arm/entry/apex.lds.S~  2007-05-31 14:54:41.000000000 +0930
-+++ apex-1.5.4/src/arch-arm/entry/apex.lds.S   2007-06-02 14:26:51.000000000 +0930
-@@ -48,8 +48,8 @@
-       }
-       .reset.post : {         /* Post-SDRAM init code.*/
-               *(.reset.post)
--              *(.reset.postfn)
--              *(.reset.postex)
-+              *(.reset.post.func)
-+              *(.reset.post.exit)
-       }
-       .rlocate : {            /* Final/only relocation of APEX to SDRAM */
-               *(.rlocate)
---- apex-1.5.4/src/arch-arm/entry/reset.c~     2007-05-31 14:54:41.000000000 +0930
-+++ apex-1.5.4/src/arch-arm/entry/reset.c      2007-06-02 14:27:20.000000000 +0930
-@@ -292,10 +292,10 @@
- //  __asm volatile ("mov sp, %0" :: "r" (&APEX_VMA_STACK_START));
-   __asm volatile ("mov r0, %0" :: "r" (offset));
--  __asm volatile ("b reset_post_2");
-+  __asm volatile ("b reset_post_exit");
- }
--void __naked __section (.reset.post) reset_post_2 (void)
-+void __naked __section (.reset.post.exit) reset_post_exit (void)
- {
- }
index 560d2e2..cc92ce1 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 
-# Wed May 30 22:29:37 2007
+# Fri Jun  1 17:35:34 2007
 #
 CONFIG_ARM=y
 CONFIG_CPU_ARMV5=y
@@ -113,9 +113,10 @@ CONFIG_USES_IXP4XX_NPE_ETH=y
 # Environment
 #
 CONFIG_ENV=y
-CONFIG_ENV_MUTABLE=y
 CONFIG_ENV_LINK=y
+CONFIG_ENV_MUTABLE=y
 CONFIG_ENV_REGION="nor:0x7f8000+16k"
+# CONFIG_ENV_SAVEATONCE is not set
 CONFIG_ENV_CHECK_LEN=1024
 # CONFIG_VARIATIONS is not set
 # CONFIG_NO_BOOTSTRAP is not set