From f2a42025ad4e81842fb8470b0eee1a67abfd3098 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 23 Aug 2007 11:27:19 +0000 Subject: gumstix: split into connex and verdex --- conf/machine/gumstix-connex.conf | 2 ++ conf/machine/gumstix-verdex.conf | 4 ++++ conf/machine/gumstix.conf | 42 ---------------------------------------- conf/machine/include/gumstix.inc | 42 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 48 insertions(+), 42 deletions(-) create mode 100644 conf/machine/gumstix-connex.conf create mode 100644 conf/machine/gumstix-verdex.conf delete mode 100644 conf/machine/gumstix.conf create mode 100644 conf/machine/include/gumstix.inc diff --git a/conf/machine/gumstix-connex.conf b/conf/machine/gumstix-connex.conf new file mode 100644 index 0000000000..692fa2a0f8 --- /dev/null +++ b/conf/machine/gumstix-connex.conf @@ -0,0 +1,2 @@ +require conf/machine/include/gumstix.conf + diff --git a/conf/machine/gumstix-verdex.conf b/conf/machine/gumstix-verdex.conf new file mode 100644 index 0000000000..d171184cc0 --- /dev/null +++ b/conf/machine/gumstix-verdex.conf @@ -0,0 +1,4 @@ +require conf/machine/include/gumstix.conf + +PACKAGE_EXTRA_ARCHS += " iwmmxt " + diff --git a/conf/machine/gumstix.conf b/conf/machine/gumstix.conf deleted file mode 100644 index 9d51cdcead..0000000000 --- a/conf/machine/gumstix.conf +++ /dev/null @@ -1,42 +0,0 @@ -#@TYPE: Machine -#@Name: Gumstix pxa2xx boards -#@DESCRIPTION: Gumstix pxa2xx boards - -TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " - -PREFERRED_PROVIDER_virtual/kernel = "linux" -KERNEL_IMAGETYPE = "uImage" - -module_autoload_pxamci = "pxamci" -module_autoload_mmc_block = "mmc_block" -module_autoload_gumstix_gadget = "gumstix_gadget" -module_autoload_g_ether = "g_ether" - -OLDEST_KERNEL = "2.6.15" - -UBOOT_ENTRYPOINT = "a0008000" - -#Assume people have some gumstix extension boards -MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget bluetooth" - -EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --squash" - -GUMSTIX_400MHZ = "y" - -MACHINE_EXTRA_RRECOMMENDS = "kernel-module-unix \ - kernel-module-rtc-core \ - kernel-module-rtc-dev \ - kernel-module-rtc-proc \ - kernel-module-rtc-sa1100 \ - kernel-module-rtc-sysfs" - - -# used by sysvinit_2 -SERIAL_CONSOLE = "115200 ttyS0 vt100" - -#don't try to access tty1 -USE_VT = "0" - -require conf/machine/include/tune-xscale.conf - diff --git a/conf/machine/include/gumstix.inc b/conf/machine/include/gumstix.inc new file mode 100644 index 0000000000..9d51cdcead --- /dev/null +++ b/conf/machine/include/gumstix.inc @@ -0,0 +1,42 @@ +#@TYPE: Machine +#@Name: Gumstix pxa2xx boards +#@DESCRIPTION: Gumstix pxa2xx boards + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " + +PREFERRED_PROVIDER_virtual/kernel = "linux" +KERNEL_IMAGETYPE = "uImage" + +module_autoload_pxamci = "pxamci" +module_autoload_mmc_block = "mmc_block" +module_autoload_gumstix_gadget = "gumstix_gadget" +module_autoload_g_ether = "g_ether" + +OLDEST_KERNEL = "2.6.15" + +UBOOT_ENTRYPOINT = "a0008000" + +#Assume people have some gumstix extension boards +MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget bluetooth" + +EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --squash" + +GUMSTIX_400MHZ = "y" + +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-unix \ + kernel-module-rtc-core \ + kernel-module-rtc-dev \ + kernel-module-rtc-proc \ + kernel-module-rtc-sa1100 \ + kernel-module-rtc-sysfs" + + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0 vt100" + +#don't try to access tty1 +USE_VT = "0" + +require conf/machine/include/tune-xscale.conf + -- cgit 1.2.3-korg