diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-03-26 07:29:32 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-03-26 07:29:32 +0000 |
commit | d9efc18e5a33745abaf85e868bbcaf07d473cb1e (patch) | |
tree | fdb1caa839aad636c40aca409b6188837a18b9b7 /target/linux/ixp4xx/image | |
parent | a7d7da972f57bb311b258dd52cb0679fb1f3a1a3 (diff) | |
download | upstream-d9efc18e5a33745abaf85e868bbcaf07d473cb1e.tar.gz upstream-d9efc18e5a33745abaf85e868bbcaf07d473cb1e.tar.bz2 upstream-d9efc18e5a33745abaf85e868bbcaf07d473cb1e.zip |
ixp4xx/apex: Add support for fatslugs, and fix the patch names
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10658 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/image')
-rw-r--r-- | target/linux/ixp4xx/image/apex/patches/100-openwrt_nslu2_armeb_config.patch (renamed from target/linux/ixp4xx/image/apex/patches/100-openwrt-nslu2-armeb_config.patch) | 0 | ||||
-rw-r--r-- | target/linux/ixp4xx/image/apex/patches/110-slugos_nslu2_16mb.patch (renamed from target/linux/ixp4xx/image/apex/patches/110-slugos-nslu2-16mb.patch) | 0 | ||||
-rw-r--r-- | target/linux/ixp4xx/image/apex/patches/130_fatslug_sdram_init.patch | 28 |
3 files changed, 28 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/image/apex/patches/100-openwrt-nslu2-armeb_config.patch b/target/linux/ixp4xx/image/apex/patches/100-openwrt_nslu2_armeb_config.patch index 0a964f9dca..0a964f9dca 100644 --- a/target/linux/ixp4xx/image/apex/patches/100-openwrt-nslu2-armeb_config.patch +++ b/target/linux/ixp4xx/image/apex/patches/100-openwrt_nslu2_armeb_config.patch diff --git a/target/linux/ixp4xx/image/apex/patches/110-slugos-nslu2-16mb.patch b/target/linux/ixp4xx/image/apex/patches/110-slugos_nslu2_16mb.patch index eaec70f847..eaec70f847 100644 --- a/target/linux/ixp4xx/image/apex/patches/110-slugos-nslu2-16mb.patch +++ b/target/linux/ixp4xx/image/apex/patches/110-slugos_nslu2_16mb.patch diff --git a/target/linux/ixp4xx/image/apex/patches/130_fatslug_sdram_init.patch b/target/linux/ixp4xx/image/apex/patches/130_fatslug_sdram_init.patch new file mode 100644 index 0000000000..eb5861029c --- /dev/null +++ b/target/linux/ixp4xx/image/apex/patches/130_fatslug_sdram_init.patch @@ -0,0 +1,28 @@ +Index: apex-1.5.13/src/mach-ixp42x/slugos-nslu2-16mb-armeb_config +=================================================================== +--- apex-1.5.13.orig/src/mach-ixp42x/slugos-nslu2-16mb-armeb_config 2008-01-27 21:11:10.000000000 +1030 ++++ apex-1.5.13/src/mach-ixp42x/slugos-nslu2-16mb-armeb_config 2008-01-27 21:21:31.000000000 +1030 +@@ -136,7 +136,8 @@ + CONFIG_AUTOBOOT_DELAY=10 + CONFIG_ENV_STARTUP_KERNEL_COPY=y + # CONFIG_ENV_REGION_KERNEL_SWAP is not set +-# CONFIG_ENV_STARTUP_PREFIX_P is not set ++CONFIG_ENV_STARTUP_PREFIX_P=y ++CONFIG_ENV_STARTUP_PREFIX="sdram-init; memscan -u 0+256m" + + # + # Regions +Index: apex-1.5.13/src/mach-ixp42x/slugos-nslu2-armeb_config +=================================================================== +--- apex-1.5.13.orig/src/mach-ixp42x/slugos-nslu2-armeb_config 2008-01-27 21:11:10.000000000 +1030 ++++ apex-1.5.13/src/mach-ixp42x/slugos-nslu2-armeb_config 2008-01-27 21:21:23.000000000 +1030 +@@ -136,7 +136,8 @@ + CONFIG_AUTOBOOT_DELAY=10 + CONFIG_ENV_STARTUP_KERNEL_COPY=y + # CONFIG_ENV_REGION_KERNEL_SWAP is not set +-# CONFIG_ENV_STARTUP_PREFIX_P is not set ++CONFIG_ENV_STARTUP_PREFIX_P=y ++CONFIG_ENV_STARTUP_PREFIX="sdram-init; memscan -u 0+256m" + + # + # Regions |