From 1e47330d3833c911658d745e71404db86577eef1 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 2 Sep 2007 13:26:36 +0000 Subject: motorola-ezx-base.inc: all Motorola EZX phones have 240x320 screen --- conf/machine/include/motorola-ezx-base.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index c1eac82e3b..8bf6918b2a 100644 --- a/conf/machine/include/motorola-ezx-base.inc +++ b/conf/machine/include/motorola-ezx-base.inc @@ -1,4 +1,3 @@ - TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt" @@ -16,8 +15,10 @@ EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost keyboard screen" -#the EZX phones need a userspace daemon to stop the BP from shutting down the phone +# the EZX phones need a userspace daemon to stop the BP from shutting down the phone MACHINE_EXTRA_RDEPENDS += "opentapi" +MACHINE_DISPLAY_WIDTH_PIXELS = "240" +MACHINE_DISPLAY_HEIGHT_PIXELS = "320" ROOT_FLASH_SIZE = "24" -- cgit v1.2.3 From e6224d7481d6fcf811cf1b2788baac9ff17077a6 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sun, 2 Sep 2007 13:30:30 +0000 Subject: fic-gta01|fic-gta02|ezx.conf: set MACHINE_DISPLAY_ORIENTATION and MACHINE_DISPLAY_PPI --- conf/machine/fic-gta01.conf | 4 ++++ conf/machine/fic-gta02.conf | 6 +++++- conf/machine/include/motorola-ezx-base.inc | 3 +++ 3 files changed, 12 insertions(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index 520f491235..924989981b 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -11,6 +11,10 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko" UBOOT_ENTRYPOINT = "30008000" MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone" +MACHINE_DISPLAY_WIDTH_PIXELS = "480" +MACHINE_DISPLAY_HEIGHT_PIXELS = "640" +MACHINE_DISPLAY_ORIENTATION = "0" +MACHINE_DISPLAY_PPI = "285" # package machine specific modules MACHINE_EXTRA_RRECOMMENDS = "\ diff --git a/conf/machine/fic-gta02.conf b/conf/machine/fic-gta02.conf index 3b36ffae81..3c359d46fe 100644 --- a/conf/machine/fic-gta02.conf +++ b/conf/machine/fic-gta02.conf @@ -1,7 +1,7 @@ #----------------------------------------------------------------------------- #@TYPE: Machine #@NAME: FIC GTA02 (Neo1973) -#@DESCRIPTION: Machine configuration for the FIC Neo1973.2 GSM phone +#@DESCRIPTION: Machine configuration for the FIC Neo1973/2 GSM phone #----------------------------------------------------------------------------- TARGET_ARCH = "arm" @@ -11,6 +11,10 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-openmoko" UBOOT_ENTRYPOINT = "30008000" MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone wifi" +MACHINE_DISPLAY_WIDTH_PIXELS = "480" +MACHINE_DISPLAY_HEIGHT_PIXELS = "640" +MACHINE_DISPLAY_ORIENTATION = "0" +MACHINE_DISPLAY_PPI = "285" # package machine specific modules MACHINE_EXTRA_RRECOMMENDS = "\ diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index 8bf6918b2a..42df7bfbb5 100644 --- a/conf/machine/include/motorola-ezx-base.inc +++ b/conf/machine/include/motorola-ezx-base.inc @@ -17,8 +17,11 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth usbgadget usbhost ke # the EZX phones need a userspace daemon to stop the BP from shutting down the phone MACHINE_EXTRA_RDEPENDS += "opentapi" + MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" +MACHINE_DISPLAY_ORIENTATION = "0" +MACHINE_DISPLAY_PPI = "180" ROOT_FLASH_SIZE = "24" -- cgit v1.2.3 From f9fffd336bb0cf6a4521eb7b6b5d6b5ae65c6f56 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 2 Sep 2007 17:01:19 +0000 Subject: conf/machine/include: Rename .conf to .inc files --- conf/machine/acern30.conf | 4 +- conf/machine/amsdelta.conf | 2 +- conf/machine/asus620.conf | 4 +- conf/machine/asus730.conf | 4 +- conf/machine/at91sam9263ek.conf | 2 +- conf/machine/aximx50.conf | 4 +- conf/machine/collie.conf | 4 +- conf/machine/compulab-pxa270.conf | 2 +- conf/machine/davinci-dvevm.conf | 2 +- conf/machine/devkitidp-pxa255.conf | 2 +- conf/machine/dht-walnut.conf | 2 +- conf/machine/efika.conf | 2 +- conf/machine/ep93xx.conf | 4 +- conf/machine/epia.conf | 4 +- conf/machine/eteng500.conf | 4 +- conf/machine/fic-gta01.conf | 2 +- conf/machine/fic-gta02.conf | 2 +- conf/machine/fsg3be.conf | 2 +- conf/machine/guinness.conf | 2 +- conf/machine/h1910.conf | 2 +- conf/machine/h1940.conf | 2 +- conf/machine/h2200.conf | 4 +- conf/machine/h3600.conf | 2 +- conf/machine/h3900.conf | 4 +- conf/machine/h4000.conf | 4 +- conf/machine/h5000.conf | 2 +- conf/machine/h6300.conf | 2 +- conf/machine/htcalpine.conf | 4 +- conf/machine/htcapache.conf | 4 +- conf/machine/htcblueangel.conf | 4 +- conf/machine/htchimalaya.conf | 4 +- conf/machine/htcsable.conf | 4 +- conf/machine/htctornado.conf | 2 +- conf/machine/htcuniversal.conf | 4 +- conf/machine/htcwallaby.conf | 2 +- conf/machine/hx2000.conf | 4 +- conf/machine/hx4700.conf | 4 +- conf/machine/include/LAB-settings.conf | 8 --- conf/machine/include/LAB-settings.inc | 8 +++ conf/machine/include/collie-2.4.conf | 21 ------- conf/machine/include/collie-2.4.inc | 21 +++++++ conf/machine/include/collie-2.6.conf | 6 -- conf/machine/include/collie-2.6.inc | 6 ++ conf/machine/include/gumstix.inc | 2 +- conf/machine/include/ixp4xx.conf | 23 -------- conf/machine/include/ixp4xx.inc | 23 ++++++++ conf/machine/include/lsppc.conf | 26 --------- conf/machine/include/lsppc.inc | 26 +++++++++ conf/machine/include/motorola-ezx-base.inc | 2 +- conf/machine/include/motorola-ezx.conf | 41 -------------- conf/machine/include/motorola-ezx.inc | 41 ++++++++++++++ conf/machine/include/palm.conf | 86 ----------------------------- conf/machine/include/palm.inc | 86 +++++++++++++++++++++++++++++ conf/machine/include/poodle-2.6.conf | 1 - conf/machine/include/poodle-2.6.inc | 1 + conf/machine/include/qemu.conf | 11 ---- conf/machine/include/qemu.inc | 11 ++++ conf/machine/include/simpad-2.4.conf | 14 ----- conf/machine/include/simpad-2.4.inc | 14 +++++ conf/machine/include/simpad-2.6.conf | 5 -- conf/machine/include/simpad-2.6.inc | 5 ++ conf/machine/include/tune-arm1136jf-s.conf | 3 - conf/machine/include/tune-arm1136jf-s.inc | 3 + conf/machine/include/tune-arm920t.conf | 4 -- conf/machine/include/tune-arm920t.inc | 4 ++ conf/machine/include/tune-arm926ejs.conf | 7 --- conf/machine/include/tune-arm926ejs.inc | 7 +++ conf/machine/include/tune-arm9tdmi.conf | 2 - conf/machine/include/tune-arm9tdmi.inc | 2 + conf/machine/include/tune-athlonmp.conf | 3 - conf/machine/include/tune-athlonmp.inc | 3 + conf/machine/include/tune-c3.conf | 3 - conf/machine/include/tune-c3.inc | 3 + conf/machine/include/tune-ep9312.conf | 6 -- conf/machine/include/tune-ep9312.inc | 6 ++ conf/machine/include/tune-iwmmxt.conf | 6 -- conf/machine/include/tune-iwmmxt.inc | 6 ++ conf/machine/include/tune-ppc405.conf | 2 - conf/machine/include/tune-ppc405.inc | 2 + conf/machine/include/tune-ppc440.conf | 2 - conf/machine/include/tune-ppc440.inc | 2 + conf/machine/include/tune-ppc440e.conf | 2 - conf/machine/include/tune-ppc440e.inc | 2 + conf/machine/include/tune-ppc603e.conf | 2 - conf/machine/include/tune-ppc603e.inc | 2 + conf/machine/include/tune-ppce500.conf | 2 - conf/machine/include/tune-ppce500.inc | 2 + conf/machine/include/tune-sh3.conf | 1 - conf/machine/include/tune-sh3.inc | 1 + conf/machine/include/tune-sh4.conf | 1 - conf/machine/include/tune-sh4.inc | 1 + conf/machine/include/tune-strongarm.conf | 2 - conf/machine/include/tune-strongarm.inc | 2 + conf/machine/include/tune-supersparc.conf | 2 - conf/machine/include/tune-supersparc.inc | 2 + conf/machine/include/tune-thumb.conf | 32 ----------- conf/machine/include/tune-thumb.inc | 32 +++++++++++ conf/machine/include/tune-x86-nocona.conf | 2 - conf/machine/include/tune-x86-nocona.inc | 2 + conf/machine/include/tune-x86-prescott.conf | 2 - conf/machine/include/tune-x86-prescott.inc | 2 + conf/machine/include/tune-xscale.conf | 5 -- conf/machine/include/tune-xscale.inc | 5 ++ conf/machine/include/zaurus-2.6.inc | 2 +- conf/machine/ixp4xxbe.conf | 2 +- conf/machine/ixp4xxle.conf | 2 +- conf/machine/jornada56x.conf | 2 +- conf/machine/jornada6xx.conf | 2 +- conf/machine/jornada7xx.conf | 2 +- conf/machine/kb9202.conf | 2 +- conf/machine/ks8695.conf | 2 +- conf/machine/lite5200.conf | 2 +- conf/machine/logicpd-pxa270.conf | 2 +- conf/machine/looxc550.conf | 4 +- conf/machine/lsarm.conf | 2 +- conf/machine/lsppchd.conf | 2 +- conf/machine/lsppchg.conf | 2 +- conf/machine/magicbox.conf | 2 +- conf/machine/magician.conf | 4 +- conf/machine/mainstone.conf | 2 +- conf/machine/mtx-3.conf | 2 +- conf/machine/mx21ads.conf | 2 +- conf/machine/mx31ads.conf | 2 +- conf/machine/n2100.conf | 2 +- conf/machine/navman-icn330.conf | 2 +- conf/machine/netbook-pro.conf | 2 +- conf/machine/nokia770.conf | 2 +- conf/machine/nokia800.conf | 2 +- conf/machine/nslu2be.conf | 2 +- conf/machine/nslu2le.conf | 2 +- conf/machine/omap1510inn.conf | 2 +- conf/machine/omap1610h2.conf | 2 +- conf/machine/omap1710h3.conf | 2 +- conf/machine/omap2420h4.conf | 2 +- conf/machine/omap2430sdp.conf | 2 +- conf/machine/omap5912osk.conf | 2 +- conf/machine/palmld.conf | 2 +- conf/machine/palmt650.conf | 2 +- conf/machine/palmt680.conf | 2 +- conf/machine/palmtc.conf | 2 +- conf/machine/palmtt.conf | 2 +- conf/machine/palmtt3.conf | 2 +- conf/machine/palmtt5.conf | 2 +- conf/machine/palmtx.conf | 2 +- conf/machine/palmz31.conf | 4 +- conf/machine/palmz71.conf | 2 +- conf/machine/palmz72.conf | 4 +- conf/machine/qemuarm.conf | 4 +- conf/machine/qemux86.conf | 2 +- conf/machine/rx1950.conf | 4 +- conf/machine/rx3000.conf | 4 +- conf/machine/sarge-at91.conf | 2 +- conf/machine/sequoia.conf | 2 +- conf/machine/shark.conf | 2 +- conf/machine/simpad.conf | 4 +- conf/machine/smdk2440.conf | 2 +- conf/machine/smdk2443.conf | 2 +- conf/machine/storcenter.conf | 2 +- conf/machine/titan.conf | 2 +- conf/machine/triton.conf | 2 +- conf/machine/turbostation.conf | 2 +- conf/machine/x86-32-nocona.conf | 2 +- conf/machine/x86-prescott.conf | 2 +- conf/machine/x86.conf | 2 +- conf/machine/xilinx-ml403.conf | 2 +- conf/machine/xilinx-ml410.conf | 2 +- 166 files changed, 461 insertions(+), 463 deletions(-) delete mode 100644 conf/machine/include/LAB-settings.conf create mode 100644 conf/machine/include/LAB-settings.inc delete mode 100644 conf/machine/include/collie-2.4.conf create mode 100644 conf/machine/include/collie-2.4.inc delete mode 100644 conf/machine/include/collie-2.6.conf create mode 100644 conf/machine/include/collie-2.6.inc delete mode 100644 conf/machine/include/ixp4xx.conf create mode 100644 conf/machine/include/ixp4xx.inc delete mode 100644 conf/machine/include/lsppc.conf create mode 100644 conf/machine/include/lsppc.inc delete mode 100644 conf/machine/include/motorola-ezx.conf create mode 100644 conf/machine/include/motorola-ezx.inc delete mode 100644 conf/machine/include/palm.conf create mode 100644 conf/machine/include/palm.inc delete mode 100644 conf/machine/include/poodle-2.6.conf create mode 100644 conf/machine/include/poodle-2.6.inc delete mode 100644 conf/machine/include/qemu.conf create mode 100644 conf/machine/include/qemu.inc delete mode 100644 conf/machine/include/simpad-2.4.conf create mode 100644 conf/machine/include/simpad-2.4.inc delete mode 100644 conf/machine/include/simpad-2.6.conf create mode 100644 conf/machine/include/simpad-2.6.inc delete mode 100644 conf/machine/include/tune-arm1136jf-s.conf create mode 100644 conf/machine/include/tune-arm1136jf-s.inc delete mode 100644 conf/machine/include/tune-arm920t.conf create mode 100644 conf/machine/include/tune-arm920t.inc delete mode 100644 conf/machine/include/tune-arm926ejs.conf create mode 100644 conf/machine/include/tune-arm926ejs.inc delete mode 100644 conf/machine/include/tune-arm9tdmi.conf create mode 100644 conf/machine/include/tune-arm9tdmi.inc delete mode 100644 conf/machine/include/tune-athlonmp.conf create mode 100644 conf/machine/include/tune-athlonmp.inc delete mode 100644 conf/machine/include/tune-c3.conf create mode 100644 conf/machine/include/tune-c3.inc delete mode 100644 conf/machine/include/tune-ep9312.conf create mode 100644 conf/machine/include/tune-ep9312.inc delete mode 100644 conf/machine/include/tune-iwmmxt.conf create mode 100644 conf/machine/include/tune-iwmmxt.inc delete mode 100644 conf/machine/include/tune-ppc405.conf create mode 100644 conf/machine/include/tune-ppc405.inc delete mode 100644 conf/machine/include/tune-ppc440.conf create mode 100644 conf/machine/include/tune-ppc440.inc delete mode 100644 conf/machine/include/tune-ppc440e.conf create mode 100644 conf/machine/include/tune-ppc440e.inc delete mode 100644 conf/machine/include/tune-ppc603e.conf create mode 100644 conf/machine/include/tune-ppc603e.inc delete mode 100644 conf/machine/include/tune-ppce500.conf create mode 100644 conf/machine/include/tune-ppce500.inc delete mode 100644 conf/machine/include/tune-sh3.conf create mode 100644 conf/machine/include/tune-sh3.inc delete mode 100644 conf/machine/include/tune-sh4.conf create mode 100644 conf/machine/include/tune-sh4.inc delete mode 100644 conf/machine/include/tune-strongarm.conf create mode 100644 conf/machine/include/tune-strongarm.inc delete mode 100644 conf/machine/include/tune-supersparc.conf create mode 100644 conf/machine/include/tune-supersparc.inc delete mode 100644 conf/machine/include/tune-thumb.conf create mode 100644 conf/machine/include/tune-thumb.inc delete mode 100644 conf/machine/include/tune-x86-nocona.conf create mode 100644 conf/machine/include/tune-x86-nocona.inc delete mode 100644 conf/machine/include/tune-x86-prescott.conf create mode 100644 conf/machine/include/tune-x86-prescott.inc delete mode 100644 conf/machine/include/tune-xscale.conf create mode 100644 conf/machine/include/tune-xscale.inc (limited to 'conf/machine') diff --git a/conf/machine/acern30.conf b/conf/machine/acern30.conf index de450b14d1..22718b806e 100644 --- a/conf/machine/acern30.conf +++ b/conf/machine/acern30.conf @@ -9,7 +9,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t" # Samsung S3C2xxx CPU -require conf/machine/include/tune-arm920t.conf +require conf/machine/include/tune-arm920t.inc ROOT_FLASH_SIZE = "32" VOLATILE_STORAGE_SIZE = "64" @@ -35,4 +35,4 @@ module_autoload_g_ether = "g_ether" SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -require conf/machine/include/LAB-settings.conf +require conf/machine/include/LAB-settings.inc diff --git a/conf/machine/amsdelta.conf b/conf/machine/amsdelta.conf index c17bf7d520..349dd8eddb 100644 --- a/conf/machine/amsdelta.conf +++ b/conf/machine/amsdelta.conf @@ -20,7 +20,7 @@ GUI_MACHINE_CLASS="smallscreen" PREFERRED_VERSION_u-boot = "1.1.4" -require conf/machine/include/tune-arm920t.conf +require conf/machine/include/tune-arm920t.inc IMAGE_ROOTFS_SIZE_ext2 = "8192" IMAGE_ROOTFS_SIZE_ext2.gz = "8192" diff --git a/conf/machine/asus620.conf b/conf/machine/asus620.conf index 6c159a5f0c..ef7e8a2a39 100644 --- a/conf/machine/asus620.conf +++ b/conf/machine/asus620.conf @@ -8,7 +8,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc ROOT_FLASH_SIZE = "32" VOLATILE_STORAGE_SIZE = "64" @@ -33,4 +33,4 @@ module_autoload_g_ether = "g_ether" SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -require conf/machine/include/LAB-settings.conf +require conf/machine/include/LAB-settings.inc diff --git a/conf/machine/asus730.conf b/conf/machine/asus730.conf index 7d8d8815f0..814641df8f 100644 --- a/conf/machine/asus730.conf +++ b/conf/machine/asus730.conf @@ -9,10 +9,10 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first -#require conf/machine/include/tune-iwmmxt.conf +#require conf/machine/include/tune-iwmmxt.inc ROOT_FLASH_SIZE = "64" VOLATILE_STORAGE_SIZE = "64" diff --git a/conf/machine/at91sam9263ek.conf b/conf/machine/at91sam9263ek.conf index 4f3ae577a9..bf45d25c43 100644 --- a/conf/machine/at91sam9263ek.conf +++ b/conf/machine/at91sam9263ek.conf @@ -18,6 +18,6 @@ SERIAL_CONSOLE = "115200 ttyS0" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" -require conf/machine/include/tune-arm926ejs.conf +require conf/machine/include/tune-arm926ejs.inc KERNEL_IMAGETYPE = "uImage" diff --git a/conf/machine/aximx50.conf b/conf/machine/aximx50.conf index 32d7a2cdca..0dda9492e9 100644 --- a/conf/machine/aximx50.conf +++ b/conf/machine/aximx50.conf @@ -9,10 +9,10 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt " # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first -#require conf/machine/include/tune-iwmmxt.conf +#require conf/machine/include/tune-iwmmxt.inc ROOT_FLASH_SIZE = "256" VOLATILE_STORAGE_SIZE = "64" diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf index 429463cc87..c91bdcfc92 100644 --- a/conf/machine/collie.conf +++ b/conf/machine/collie.conf @@ -5,7 +5,7 @@ TARGET_ARCH = "arm" MACHINE_KERNEL_VERSION ?= "2.6" -require conf/machine/include/collie-${MACHINE_KERNEL_VERSION}.conf +require conf/machine/include/collie-${MACHINE_KERNEL_VERSION}.inc PREFERRED_PROVIDER_xserver = "xserver-kdrive" @@ -18,7 +18,7 @@ IMAGE_LINGUAS = "" IMAGE_FSTYPES ?= "jffs2 tar.gz" -require conf/machine/include/tune-strongarm.conf +require conf/machine/include/tune-strongarm.inc ROOT_FLASH_SIZE = "14" # actually 14680064, see EXTRA_IMAGECMD above diff --git a/conf/machine/compulab-pxa270.conf b/conf/machine/compulab-pxa270.conf index c82c2500d1..e6199f7e23 100644 --- a/conf/machine/compulab-pxa270.conf +++ b/conf/machine/compulab-pxa270.conf @@ -9,7 +9,7 @@ GUI_MACHINE_CLASS ?= "bigscreen" PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}" PACKAGE_EXTRA_ARCHS = "armv4 armv5te" -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc # used by sysvinit_2 package, so rebuild this # package if you change the SERIAL_CONSOLE setting diff --git a/conf/machine/davinci-dvevm.conf b/conf/machine/davinci-dvevm.conf index 10b4450384..02e8e457f1 100644 --- a/conf/machine/davinci-dvevm.conf +++ b/conf/machine/davinci-dvevm.conf @@ -21,5 +21,5 @@ EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n" MACHINE_FEATURES = "kernel26 pcmcia usbhost alsa" -require conf/machine/include/tune-arm926ejs.conf +require conf/machine/include/tune-arm926ejs.inc diff --git a/conf/machine/devkitidp-pxa255.conf b/conf/machine/devkitidp-pxa255.conf index c7266fee00..db9f26861c 100644 --- a/conf/machine/devkitidp-pxa255.conf +++ b/conf/machine/devkitidp-pxa255.conf @@ -12,7 +12,7 @@ PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}" PREFERRED_VERSION_u-boot = "1.1.6" UBOOT_MACHINE = "pxa255_idp_config" -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttyS0" diff --git a/conf/machine/dht-walnut.conf b/conf/machine/dht-walnut.conf index 146ecf9495..d490028eca 100644 --- a/conf/machine/dht-walnut.conf +++ b/conf/machine/dht-walnut.conf @@ -23,5 +23,5 @@ SERIAL_CONSOLE = "115200 ttyS0" #tune for the 405 cpu -require conf/machine/include/tune-ppc405.conf +require conf/machine/include/tune-ppc405.inc diff --git a/conf/machine/efika.conf b/conf/machine/efika.conf index ca1a7be8ff..5a2fb2dacf 100644 --- a/conf/machine/efika.conf +++ b/conf/machine/efika.conf @@ -16,4 +16,4 @@ USE_VT = "0" SERIAL_CONSOLE = "115200 ttyPSC0" #tune for the MPC5200B cpu -require conf/machine/include/tune-ppc603e.conf +require conf/machine/include/tune-ppc603e.inc diff --git a/conf/machine/ep93xx.conf b/conf/machine/ep93xx.conf index 32f59aabd1..16d8c7097c 100644 --- a/conf/machine/ep93xx.conf +++ b/conf/machine/ep93xx.conf @@ -24,7 +24,7 @@ EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x40000 --pad=0x500000 " #tune for ep93xx cpus #can be used for crunch support later on -#require conf/machine/include/tune-ep9312.conf +#require conf/machine/include/tune-ep9312.inc -require conf/machine/include/tune-arm920t.conf +require conf/machine/include/tune-arm920t.inc diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf index ea4b568338..0750e4d646 100644 --- a/conf/machine/epia.conf +++ b/conf/machine/epia.conf @@ -15,6 +15,4 @@ IMAGE_FSTYPES = "ext2.gz" MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2" MACHINE_TASK_PROVIDER = "task-base" - -require conf/machine/include/tune-c3.conf - +require conf/machine/include/tune-c3.inc diff --git a/conf/machine/eteng500.conf b/conf/machine/eteng500.conf index 7734461a03..91e3dbb5a0 100644 --- a/conf/machine/eteng500.conf +++ b/conf/machine/eteng500.conf @@ -9,7 +9,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t" # Samsung S3C2xxx CPU -require conf/machine/include/tune-arm920t.conf +require conf/machine/include/tune-arm920t.inc ROOT_FLASH_SIZE = "32" VOLATILE_STORAGE_SIZE = "64" @@ -34,4 +34,4 @@ module_autoload_g_ether = "g_ether" SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -require conf/machine/include/LAB-settings.conf +require conf/machine/include/LAB-settings.inc diff --git a/conf/machine/fic-gta01.conf b/conf/machine/fic-gta01.conf index 520f491235..385bc91234 100644 --- a/conf/machine/fic-gta01.conf +++ b/conf/machine/fic-gta01.conf @@ -40,4 +40,4 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n" EXTRA_IMAGEDEPENDS += "dfu-util-native" # tune for S3C24x0 -include conf/machine/include/tune-arm920t.conf +include conf/machine/include/tune-arm920t.inc diff --git a/conf/machine/fic-gta02.conf b/conf/machine/fic-gta02.conf index 3b36ffae81..099f16dbae 100644 --- a/conf/machine/fic-gta02.conf +++ b/conf/machine/fic-gta02.conf @@ -39,4 +39,4 @@ EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x4000 --pad -n" EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native" # tune for S3C24x0 -include conf/machine/include/tune-arm920t.conf +include conf/machine/include/tune-arm920t.inc diff --git a/conf/machine/fsg3be.conf b/conf/machine/fsg3be.conf index a909a0f43c..c6859227cb 100644 --- a/conf/machine/fsg3be.conf +++ b/conf/machine/fsg3be.conf @@ -17,7 +17,7 @@ KERNEL_CCSUFFIX = "-3.4.4+csl-arm-2005q3" PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-3.4.4+csl-arm-2005q3 = "gcc-cross-kernel-3.4.4" PREFERRED_VERSION_virtual/${TARGET_PREFIX}gcc-3.4.4+csl-arm-2005q3 = "csl-arm-2005q3" -require conf/machine/include/ixp4xx.conf +require conf/machine/include/ixp4xx.inc # No room for jffs2 - the rootfs needs to be installed directly to disk IMAGE_FSTYPES = "tar.gz" diff --git a/conf/machine/guinness.conf b/conf/machine/guinness.conf index c35d3b381e..626e755b1f 100644 --- a/conf/machine/guinness.conf +++ b/conf/machine/guinness.conf @@ -19,5 +19,5 @@ GLIBC_EXTRA_OECONF = "--with-tls" MACHINE_FEATURES = "kernel26 usbhost ext2 pci acpi screen" -#require conf/machine/include/tune-athlonmp.conf +#require conf/machine/include/tune-athlonmp.inc diff --git a/conf/machine/h1910.conf b/conf/machine/h1910.conf index 131b6512e0..2dac4b48af 100644 --- a/conf/machine/h1910.conf +++ b/conf/machine/h1910.conf @@ -8,7 +8,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc VOLATILE_STORAGE_SIZE = "64" ROOT_FLASH_SIZE = "16" diff --git a/conf/machine/h1940.conf b/conf/machine/h1940.conf index bc30eb780b..409eacaed5 100644 --- a/conf/machine/h1940.conf +++ b/conf/machine/h1940.conf @@ -23,5 +23,5 @@ SERIAL_CONSOLE = "115200 ttySAC2 vt100" USE_VT = "0" # tune for armv4t -require conf/machine/include/tune-arm920t.conf +require conf/machine/include/tune-arm920t.inc diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf index ecaebb8535..60a732ffa6 100644 --- a/conf/machine/h2200.conf +++ b/conf/machine/h2200.conf @@ -9,7 +9,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " #Compile with armv5te optimizations, incompatible with armv4(t) cpus -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc #Set some hints for metadata VOLATILE_STORAGE_SIZE = "64" @@ -37,4 +37,4 @@ module_autoload_snd-pcm-oss = "snd-pcm-oss" SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -require conf/machine/include/LAB-settings.conf +require conf/machine/include/LAB-settings.inc diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf index fe204f0be4..9cf8272b51 100644 --- a/conf/machine/h3600.conf +++ b/conf/machine/h3600.conf @@ -8,7 +8,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 " -require conf/machine/include/tune-strongarm.conf +require conf/machine/include/tune-strongarm.inc # h3700, h3800 have 32, but let that be the bonus ROOT_FLASH_SIZE = "16" diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 8612be2ddc..f475e20c46 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -8,7 +8,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc ROOT_FLASH_SIZE = "32" VOLATILE_STORAGE_SIZE = "64" @@ -33,4 +33,4 @@ module_autoload_g_ether = "g_ether" SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -require conf/machine/include/LAB-settings.conf +require conf/machine/include/LAB-settings.inc diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf index c28e651b47..f56bee00e8 100644 --- a/conf/machine/h4000.conf +++ b/conf/machine/h4000.conf @@ -8,7 +8,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc ROOT_FLASH_SIZE = "32" VOLATILE_STORAGE_SIZE = "64" @@ -43,4 +43,4 @@ module_conf_acx = "blacklist acx" SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -require conf/machine/include/LAB-settings.conf +require conf/machine/include/LAB-settings.inc diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf index 87cc4c6210..6ed836c1de 100644 --- a/conf/machine/h5000.conf +++ b/conf/machine/h5000.conf @@ -8,7 +8,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te h5xxx" -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc ROOT_FLASH_SIZE = "32" VOLATILE_STORAGE_SIZE = "64" diff --git a/conf/machine/h6300.conf b/conf/machine/h6300.conf index a44d2d328f..711ffd314c 100644 --- a/conf/machine/h6300.conf +++ b/conf/machine/h6300.conf @@ -10,7 +10,7 @@ PACKAGE_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "arm armv4 armv4t" #Use OMAP 1510 cpu specifig arm9tdmi options for gcc -require conf/machine/include/tune-arm9tdmi.conf +require conf/machine/include/tune-arm9tdmi.inc MACHINE_GUI_CLASS = "smallscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "240" diff --git a/conf/machine/htcalpine.conf b/conf/machine/htcalpine.conf index 7cd36f16ae..63ab097a89 100644 --- a/conf/machine/htcalpine.conf +++ b/conf/machine/htcalpine.conf @@ -8,7 +8,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc ROOT_FLASH_SIZE = "32" VOLATILE_STORAGE_SIZE = "64" @@ -33,4 +33,4 @@ module_autoload_g_ether = "g_ether" SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -require conf/machine/include/LAB-settings.conf +require conf/machine/include/LAB-settings.inc diff --git a/conf/machine/htcapache.conf b/conf/machine/htcapache.conf index b46ac688cc..1b44742874 100644 --- a/conf/machine/htcapache.conf +++ b/conf/machine/htcapache.conf @@ -8,7 +8,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc ROOT_FLASH_SIZE = "32" VOLATILE_STORAGE_SIZE = "64" @@ -33,4 +33,4 @@ module_autoload_g_ether = "g_ether" SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -require conf/machine/include/LAB-settings.conf +require conf/machine/include/LAB-settings.inc diff --git a/conf/machine/htcblueangel.conf b/conf/machine/htcblueangel.conf index 5150b86b77..6aa1885293 100644 --- a/conf/machine/htcblueangel.conf +++ b/conf/machine/htcblueangel.conf @@ -8,7 +8,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc ROOT_FLASH_SIZE = "32" VOLATILE_STORAGE_SIZE = "128" @@ -56,4 +56,4 @@ module_conf_acx = "blacklist acx" SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -require conf/machine/include/LAB-settings.conf +require conf/machine/include/LAB-settings.inc diff --git a/conf/machine/htchimalaya.conf b/conf/machine/htchimalaya.conf index 1edd224496..8430cb57d4 100644 --- a/conf/machine/htchimalaya.conf +++ b/conf/machine/htchimalaya.conf @@ -8,7 +8,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc ROOT_FLASH_SIZE = "32" VOLATILE_STORAGE_SIZE = "64" @@ -33,4 +33,4 @@ module_autoload_snd-pcm-oss = "snd-pcm-oss" SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -require conf/machine/include/LAB-settings.conf +require conf/machine/include/LAB-settings.inc diff --git a/conf/machine/htcsable.conf b/conf/machine/htcsable.conf index 5fb2bb4cd4..f9326475e6 100644 --- a/conf/machine/htcsable.conf +++ b/conf/machine/htcsable.conf @@ -8,7 +8,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc ROOT_FLASH_SIZE = "32" VOLATILE_STORAGE_SIZE = "64" @@ -33,4 +33,4 @@ module_autoload_snd-pcm-oss = "snd-pcm-oss" SERIAL_CONSOLE = "115200 ttyS0 vt100" USE_VT = "0" -require conf/machine/include/LAB-settings.conf +require conf/machine/include/LAB-settings.inc diff --git a/conf/machine/htctornado.conf b/conf/machine/htctornado.conf index ca77ec9c04..af91bcbb9f 100644 --- a/conf/machine/htctornado.conf +++ b/conf/machine/htctornado.conf @@ -25,4 +25,4 @@ ROOT_FLASH_SIZE = "30" EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n" # cpu tuning -include conf/machine/include/tune-arm926ejs.conf +include conf/machine/include/tune-arm926ejs.inc diff --git a/conf/machine/htcuniversal.conf b/conf/machine/htcuniversal.conf index a33510290f..634b388f96 100644 --- a/conf/machine/htcuniversal.conf +++ b/conf/machine/htcuniversal.conf @@ -9,10 +9,10 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = " armv4t armv5te iwmmxt" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first -#require conf/machine/include/tune-iwmmxt.conf +#require conf/machine/include/tune-iwmmxt.inc MACHINE_GUI_CLASS = "bigscreen" MACHINE_DISPLAY_WIDTH_PIXELS = "480" diff --git a/conf/machine/htcwallaby.conf b/conf/machine/htcwallaby.conf index f7b0a89ee1..38b0c011be 100644 --- a/conf/machine/htcwallaby.conf +++ b/conf/machine/htcwallaby.conf @@ -8,7 +8,7 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 " -require conf/machine/include/tune-strongarm.conf +require conf/machine/include/tune-strongarm.inc ROOT_FLASH_SIZE = "16" VOLATILE_STORAGE_SIZE = "32" diff --git a/conf/machine/hx2000.conf b/conf/machine/hx2000.conf index 279b273a70..8c9d2d0146 100644 --- a/conf/machine/hx2000.conf +++ b/conf/machine/hx2000.conf @@ -30,10 +30,10 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "240" MACHINE_DISPLAY_HEIGHT_PIXELS = "320" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first -#require conf/machine/include/tune-iwmmxt.conf +#require conf/machine/include/tune-iwmmxt.inc module_autoload_evdev = "evdev" module_autoload_pcmcia = "pcmcia" diff --git a/conf/machine/hx4700.conf b/conf/machine/hx4700.conf index d7f852079a..141470b5a4 100644 --- a/conf/machine/hx4700.conf +++ b/conf/machine/hx4700.conf @@ -9,10 +9,10 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt " # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc # Uncomment this to use iwmmxt optimizations. Remove the above xscale stuff first -#require conf/machine/include/tune-iwmmxt.conf +#require conf/machine/include/tune-iwmmxt.inc ROOT_FLASH_SIZE = "80" VOLATILE_STORAGE_SIZE = "64" diff --git a/conf/machine/include/LAB-settings.conf b/conf/machine/include/LAB-settings.conf deleted file mode 100644 index d0100c9968..0000000000 --- a/conf/machine/include/LAB-settings.conf +++ /dev/null @@ -1,8 +0,0 @@ -# -# Settings for LAB (Linux As Bootloader) support. -# Machines which support (or want to support) LAB, -# include this. -# - -# LAB can only resolve relative symlinks -#ROOTFS_POSTPROCESS_COMMAND += "make_zimage_symlink_relative; " diff --git a/conf/machine/include/LAB-settings.inc b/conf/machine/include/LAB-settings.inc new file mode 100644 index 0000000000..d0100c9968 --- /dev/null +++ b/conf/machine/include/LAB-settings.inc @@ -0,0 +1,8 @@ +# +# Settings for LAB (Linux As Bootloader) support. +# Machines which support (or want to support) LAB, +# include this. +# + +# LAB can only resolve relative symlinks +#ROOTFS_POSTPROCESS_COMMAND += "make_zimage_symlink_relative; " diff --git a/conf/machine/include/collie-2.4.conf b/conf/machine/include/collie-2.4.conf deleted file mode 100644 index eed8de9ab9..0000000000 --- a/conf/machine/include/collie-2.4.conf +++ /dev/null @@ -1,21 +0,0 @@ -PREFERRED_PROVIDER_virtual/kernel = "openzaurus-sa" -COLLIE_MEMORY_SIZE ?= "64" - -# workaround for bug 1877 -PREFERRED_PROVIDER_hostap-modules = "hostap-modules" - -SERIAL_CONSOLE = "115200 ttyS0" -# -# no keyboard feature because 2.4 kernel keymap works ok and we have limited flash -# no usbgadget feature because 2.4 kernel handle it in own way on each machine -# -MACHINE_FEATURES = "kernel24 apm pcmcia screen irda" - -MACHINE_EXTRA_RRECOMMENDS = "kernel-module-net-fd kernel-module-sa1100-bi \ - kernel-module-usbdcore kernel-module-usbdmonitor \ - sharp-sdmmc-support" - -# kernel-module-collie-ssp kernel-module-collie-tc35143af if buzzer.patch applied - -# Later versions are broken on kernel 2.4 -PREFERRED_VERSION_orinoco-modules = "0.13e" diff --git a/conf/machine/include/collie-2.4.inc b/conf/machine/include/collie-2.4.inc new file mode 100644 index 0000000000..eed8de9ab9 --- /dev/null +++ b/conf/machine/include/collie-2.4.inc @@ -0,0 +1,21 @@ +PREFERRED_PROVIDER_virtual/kernel = "openzaurus-sa" +COLLIE_MEMORY_SIZE ?= "64" + +# workaround for bug 1877 +PREFERRED_PROVIDER_hostap-modules = "hostap-modules" + +SERIAL_CONSOLE = "115200 ttyS0" +# +# no keyboard feature because 2.4 kernel keymap works ok and we have limited flash +# no usbgadget feature because 2.4 kernel handle it in own way on each machine +# +MACHINE_FEATURES = "kernel24 apm pcmcia screen irda" + +MACHINE_EXTRA_RRECOMMENDS = "kernel-module-net-fd kernel-module-sa1100-bi \ + kernel-module-usbdcore kernel-module-usbdmonitor \ + sharp-sdmmc-support" + +# kernel-module-collie-ssp kernel-module-collie-tc35143af if buzzer.patch applied + +# Later versions are broken on kernel 2.4 +PREFERRED_VERSION_orinoco-modules = "0.13e" diff --git a/conf/machine/include/collie-2.6.conf b/conf/machine/include/collie-2.6.conf deleted file mode 100644 index f22ffce6c2..0000000000 --- a/conf/machine/include/collie-2.6.conf +++ /dev/null @@ -1,6 +0,0 @@ -PREFERRED_PROVIDER_virtual/kernel = "linux-rp" - -SERIAL_CONSOLE = "115200 ttySA0" -MACHINE_FEATURES = "kernel26 apm pcmcia screen irda usbgadget keyboard touchscreen wifi" - -MACHINE_EXTRA_RDEPENDS = "kernel-modules" diff --git a/conf/machine/include/collie-2.6.inc b/conf/machine/include/collie-2.6.inc new file mode 100644 index 0000000000..f22ffce6c2 --- /dev/null +++ b/conf/machine/include/collie-2.6.inc @@ -0,0 +1,6 @@ +PREFERRED_PROVIDER_virtual/kernel = "linux-rp" + +SERIAL_CONSOLE = "115200 ttySA0" +MACHINE_FEATURES = "kernel26 apm pcmcia screen irda usbgadget keyboard touchscreen wifi" + +MACHINE_EXTRA_RDEPENDS = "kernel-modules" diff --git a/conf/machine/include/gumstix.inc b/conf/machine/include/gumstix.inc index 67fefd3835..afcec66c51 100644 --- a/conf/machine/include/gumstix.inc +++ b/conf/machine/include/gumstix.inc @@ -37,5 +37,5 @@ SERIAL_CONSOLE = "115200 ttyS0 vt100" #don't try to access tty1 USE_VT = "0" -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc diff --git a/conf/machine/include/ixp4xx.conf b/conf/machine/include/ixp4xx.conf deleted file mode 100644 index 6f0d5b20eb..0000000000 --- a/conf/machine/include/ixp4xx.conf +++ /dev/null @@ -1,23 +0,0 @@ -#@TYPE: Machine configuration -#@NAME: ixp4xx -#@DESCRIPTION: genric machine configuration for ixp4xx platforms - -MACHINE_FEATURES = "kernel26 usbhost ext2" - -ROOT_FLASH_SIZE ?= "12" - -EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n" - -PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel" - -require conf/machine/include/tune-xscale.conf -require conf/machine/include/tune-thumb.conf - -#------------------------------------------------------------------------------- -# Board defaults -#------------------------------------------------------------------------------- -# These values are board specific but they seem to be common to a large number -# of boards so are reasonable defaults. -SERIAL_CONSOLE = "115200 ttyS0" -KERNEL_CONSOLE = "ttyS0,115200n8" -USE_VT = "0" diff --git a/conf/machine/include/ixp4xx.inc b/conf/machine/include/ixp4xx.inc new file mode 100644 index 0000000000..175ec80e6a --- /dev/null +++ b/conf/machine/include/ixp4xx.inc @@ -0,0 +1,23 @@ +#@TYPE: Machine configuration +#@NAME: ixp4xx +#@DESCRIPTION: genric machine configuration for ixp4xx platforms + +MACHINE_FEATURES = "kernel26 usbhost ext2" + +ROOT_FLASH_SIZE ?= "12" + +EXTRA_IMAGECMD_jffs2 = "--pad --eraseblock=0x20000 -n" + +PREFERRED_PROVIDER_virtual/kernel ?= "ixp4xx-kernel" + +require conf/machine/include/tune-xscale.inc +require conf/machine/include/tune-thumb.inc + +#------------------------------------------------------------------------------- +# Board defaults +#------------------------------------------------------------------------------- +# These values are board specific but they seem to be common to a large number +# of boards so are reasonable defaults. +SERIAL_CONSOLE = "115200 ttyS0" +KERNEL_CONSOLE = "ttyS0,115200n8" +USE_VT = "0" diff --git a/conf/machine/include/lsppc.conf b/conf/machine/include/lsppc.conf deleted file mode 100644 index 064db79b29..0000000000 --- a/conf/machine/include/lsppc.conf +++ /dev/null @@ -1,26 +0,0 @@ -#@TYPE: Machine configuration -#@Name: Buffalo PPC Linkstations -#@DESCRIPTION: Generic Machine configuration for ppc based linkstations - - -TARGET_ARCH = "powerpc" -PACKAGE_EXTRA_ARCHS = "ppc ppc603e" -MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot" -TARGET_FPU = "hard" - -USE_DEVFS = "0" - -BOOTSTRAP_EXTRA_RDEPENDS = "udev module-init-tools kernel-modules" -PREFERRED_PROVIDER_virtual/kernel = "linux-linkstationppc" - -#don't try to access tty1 -USE_VT = "0" - -HOTPLUG = "udev" -udevdir = "/dev" - -IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" -IMAGE_FSTYPES = "tar.gz" - -#tune for the MPC5200B cpu -require conf/machine/include/tune-ppc603e.conf diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc new file mode 100644 index 0000000000..632a9ed4cc --- /dev/null +++ b/conf/machine/include/lsppc.inc @@ -0,0 +1,26 @@ +#@TYPE: Machine configuration +#@Name: Buffalo PPC Linkstations +#@DESCRIPTION: Generic Machine configuration for ppc based linkstations + + +TARGET_ARCH = "powerpc" +PACKAGE_EXTRA_ARCHS = "ppc ppc603e" +MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot" +TARGET_FPU = "hard" + +USE_DEVFS = "0" + +BOOTSTRAP_EXTRA_RDEPENDS = "udev module-init-tools kernel-modules" +PREFERRED_PROVIDER_virtual/kernel = "linux-linkstationppc" + +#don't try to access tty1 +USE_VT = "0" + +HOTPLUG = "udev" +udevdir = "/dev" + +IMAGE_DEVICE_TABLES = "files/device_table-slugos.txt" +IMAGE_FSTYPES = "tar.gz" + +#tune for the MPC5200B cpu +require conf/machine/include/tune-ppc603e.inc diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc index c1eac82e3b..82512c82ef 100644 --- a/conf/machine/include/motorola-ezx-base.inc +++ b/conf/machine/include/motorola-ezx-base.inc @@ -28,6 +28,6 @@ IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \ files/device_table-ezx.txt" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -require conf/machine/include/tune-xscale.conf +require conf/machine/include/tune-xscale.inc SERIAL_CONSOLE = "115200 ttyS0" diff --git a/conf/machine/include/motorola-ezx.conf b/conf/machine/include/motorola-ezx.conf deleted file mode 100644 index e87f6aa70f..0000000000 --- a/conf/machine/include/motorola-ezx.conf +++ /dev/null @@ -1,41 +0,0 @@ -# choose the proper kernel for this hardware -PREFERRED_PROVIDER_virtual/kernel = "ezx-kernels" -# we don't need support for kernel 2.4 -MODUTILS = "26" -# build tar.gz for SD/MMC/Transflash and jffs2 for later when we have mtd -IMAGE_FSTYPES = "tar.gz jffs2" - -BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils apm irda-utils udev-utils ppp ppp-dialin module-init-tools" - -# -# disable all modules until we have something that boots... -# - -# Ethernet modules -#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcnet-cs" -# NFS Modules -#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc" -# Crypto Modules -#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5" -# SMB and CRAMFS -#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs" -# Serial Modules -#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-8250 kernel-module-serial-cs" -# Bluetooth Modules -#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \ -# kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \ -# kernel-module-bt3c-cs kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs" -# Infrared Modules -#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxaficp-ir kernel-module-irda kernel-module-ircomm \ -# kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb" -# -# USB Gadget Modules -#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \ -# kernel-module-g-serial kernel-module-g-ether" -# -# Sound Modules -#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss" -#BOOTSTRAP_EXTRA_SOUND = "kernel-module-soundcore kernel-module-snd kernel-module-snd-page-alloc -# kernel-module-snd-timer kernel-module-snd-pcm \ -# kernel-module-snd-soc-core kernel-module-snd-soc-pxa2xx kernel-module-snd-soc-pxa2xx-i2s" -# diff --git a/conf/machine/include/motorola-ezx.inc b/conf/machine/include/motorola-ezx.inc new file mode 100644 index 0000000000..e87f6aa70f --- /dev/null +++ b/conf/machine/include/motorola-ezx.inc @@ -0,0 +1,41 @@ +# choose the proper kernel for this hardware +PREFERRED_PROVIDER_virtual/kernel = "ezx-kernels" +# we don't need support for kernel 2.4 +MODUTILS = "26" +# build tar.gz for SD/MMC/Transflash and jffs2 for later when we have mtd +IMAGE_FSTYPES = "tar.gz jffs2" + +BOOTSTRAP_EXTRA_RDEPENDS += "kernel udev sysfsutils apm irda-utils udev-utils ppp ppp-dialin module-init-tools" + +# +# disable all modules until we have something that boots... +# + +# Ethernet modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pcnet-cs" +# NFS Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-nfs kernel-module-lockd kernel-module-sunrpc" +# Crypto Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-des kernel-module-md5" +# SMB and CRAMFS +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-smbfs kernel-module-cramfs" +# Serial Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-8250 kernel-module-serial-cs" +# Bluetooth Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-bluetooth kernel-module-l2cap kernel-module-rfcomm kernel-module-hci-vhci \ +# kernel-module-bnep kernel-module-hidp kernel-module-hci-uart kernel-module-sco \ +# kernel-module-bt3c-cs kernel-module-bluecard-cs kernel-module-btuart-cs kernel-module-dtl1-cs" +# Infrared Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-pxaficp-ir kernel-module-irda kernel-module-ircomm \ +# kernel-module-ircomm-tty kernel-module-irlan kernel-module-irnet kernel-module-ir-usb" +# +# USB Gadget Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-gadgetfs kernel-module-g-file-storage \ +# kernel-module-g-serial kernel-module-g-ether" +# +# Sound Modules +#BOOTSTRAP_EXTRA_RDEPENDS += "kernel-module-snd-mixer-oss kernel-module-snd-pcm-oss" +#BOOTSTRAP_EXTRA_SOUND = "kernel-module-soundcore kernel-module-snd kernel-module-snd-page-alloc +# kernel-module-snd-timer kernel-module-snd-pcm \ +# kernel-module-snd-soc-core kernel-module-snd-soc-pxa2xx kernel-module-snd-soc-pxa2xx-i2s" +# diff --git a/conf/machine/include/palm.conf b/conf/machine/include/palm.conf deleted file mode 100644 index 5371016ea9..0000000000 --- a/conf/machine/include/palm.conf +++ /dev/null @@ -1,86 +0,0 @@ -# -# Hardware-based properties -# - -TARGET_ARCH = "arm" -PACKAGE_EXTRA_ARCHS = "arm armv4t armv5te" - -SERIAL_CONSOLE = "115200 ttyS0" - -# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. -require conf/machine/include/tune-xscale.conf - -MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth irda usbgadget screen ext2" - -# -# Software/packages selection -# - -PREFERRED_PROVIDER_virtual/kernel = "linux-hackndev-2.6" - -PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" - -module_autoload_sa1100-rtc = "sa1100-rtc" -module_autoload_snd-ac97-bus = "snd-ac97-bus" -module_autoload_apm_power = "apm_power" -module_autoload_backlight = "backlight" -module_autoload_battery = "battery" -module_autoload_bcm2035_uart = "bcm2035_uart" -module_autoload_gpioed = "gpioed" -module_autoload_gpioed-ng = "gpioed-ng" -module_autoload_lcd = "lcd" -module_autoload_led-class = "led-class" -module_autoload_leds-palmld = "leds-palmld" -module_autoload_ledtrig-heartbeat = "ledtrig-heartbeat" -module_autoload_ledtrig-hwtimer = "ledtrig-hwtimer" -module_autoload_ledtrig-timer = "ledtrig-timer" -module_autoload_palmld_battery = "palmld-battery" -module_autoload_palmld_ide = "palmld-ide" -module_autoload_palmld_pcmcia = "palmld-pcmcia" -module_autoload_pcmcia = "pcmcia" -module_autoload_pcmcia_core = "pcmcia-core" -module_autoload_pda_power = "pda_power" -module_autoload_pxa2xx_core = "pxa2xx-core" -module_autoload_snd = "snd" -module_autoload_snd-ac97-codec = "snd-ac97-codec" -module_autoload_snd-mixer-oss = "snd-mixer-oss" -module_autoload_snd-page-alloc = "snd-page-alloc" -module_autoload_snd-pcm = "snd-pcm" -module_autoload_snd-pcm-oss = "snd-pcm-oss" -module_autoload_snd-pxa2xx-pcm = "snd-pxa2xx-pcm" -module_autoload_snd-pxa2xx-ac97 = "snd-pxa2xx-ac97" -module_autoload_snd-seq = "snd-seq" -module_autoload_snd-seq-device = "snd-seq-device" -module_autoload_seq-midi-event = "seq-midi-event" -module_autoload_snd-seq-oss = "snd-seq-oss" -module_autoload_snd-timer = "snd-timer" -module_autoload_soundcore = "soundcore" -module_autoload_wm97xx-ts = "wm97xx-ts" -module_autoload_pxa27x-keyboard = "pxa27x-keyboard" -module_autoload_palmtx_battery = "palmtx_battery" -module_autoload_palmz72_battery = "palmz72_battery" -module_autoload_i2c-dev = "i2c-dev" -module_autoload_i2c-pxa = "i2c-pxa" - - -MACHINE_EXTRA_RRECOMMENDS = "\ - kernel-module-ac97-bus \ - kernel-module-apm-power \ - kernel-module-backlight \ - kernel-module-battery \ - kernel-module-led-class \ - kernel-module-lcd \ - kernel-module-gpioed \ - kernel-module-gpioed-ng \ - kernel-module-external-power \ - kernel-module-snd \ - kernel-module-snd-ac97-codec \ - kernel-module-snd-page-alloc \ - kernel-module-snd-pcm \ - kernel-module-snd-seq \ - kernel-module-snd-seq-device \ - kernel-module-snd-seq-midi-event \ - kernel-module-snd-seq-oss \ - kernel-module-snd-timer \ - kernel-module-soundcore \ - " diff --git a/conf/machine/include/palm.inc b/conf/machine/include/palm.inc new file mode 100644 index 0000000000..5eb7806f6f --- /dev/null +++ b/conf/machine/include/palm.inc @@ -0,0 +1,86 @@ +# +# Hardware-based properties +# + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "arm armv4t armv5te" + +SERIAL_CONSOLE = "115200 ttyS0" + +# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. +require conf/machine/include/tune-xscale.inc + +MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth irda usbgadget screen ext2" + +# +# Software/packages selection +# + +PREFERRED_PROVIDER_virtual/kernel = "linux-hackndev-2.6" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" + +module_autoload_sa1100-rtc = "sa1100-rtc" +module_autoload_snd-ac97-bus = "snd-ac97-bus" +module_autoload_apm_power = "apm_power" +module_autoload_backlight = "backlight" +module_autoload_battery = "battery" +module_autoload_bcm2035_uart = "bcm2035_uart" +module_autoload_gpioed = "gpioed" +module_autoload_gpioed-ng = "gpioed-ng" +module_autoload_lcd = "lcd" +module_autoload_led-class = "led-class" +module_autoload_leds-palmld = "leds-palmld" +module_autoload_ledtrig-heartbeat = "ledtrig-heartbeat" +module_autoload_ledtrig-hwtimer = "ledtrig-hwtimer" +module_autoload_ledtrig-timer = "ledtrig-timer" +module_autoload_palmld_battery = "palmld-battery" +module_autoload_palmld_ide = "palmld-ide" +module_autoload_palmld_pcmcia = "palmld-pcmcia" +module_autoload_pcmcia = "pcmcia" +module_autoload_pcmcia_core = "pcmcia-core" +module_autoload_pda_power = "pda_power" +module_autoload_pxa2xx_core = "pxa2xx-core" +module_autoload_snd = "snd" +module_autoload_snd-ac97-codec = "snd-ac97-codec" +module_autoload_snd-mixer-oss = "snd-mixer-oss" +module_autoload_snd-page-alloc = "snd-page-alloc" +module_autoload_snd-pcm = "snd-pcm" +module_autoload_snd-pcm-oss = "snd-pcm-oss" +module_autoload_snd-pxa2xx-pcm = "snd-pxa2xx-pcm" +module_autoload_snd-pxa2xx-ac97 = "snd-pxa2xx-ac97" +module_autoload_snd-seq = "snd-seq" +module_autoload_snd-seq-device = "snd-seq-device" +module_autoload_seq-midi-event = "seq-midi-event" +module_autoload_snd-seq-oss = "snd-seq-oss" +module_autoload_snd-timer = "snd-timer" +module_autoload_soundcore = "soundcore" +module_autoload_wm97xx-ts = "wm97xx-ts" +module_autoload_pxa27x-keyboard = "pxa27x-keyboard" +module_autoload_palmtx_battery = "palmtx_battery" +module_autoload_palmz72_battery = "palmz72_battery" +module_autoload_i2c-dev = "i2c-dev" +module_autoload_i2c-pxa = "i2c-pxa" + + +MACHINE_EXTRA_RRECOMMENDS = "\ + kernel-module-ac97-bus \ + kernel-module-apm-power \ + kernel-module-backlight \ + kernel-module-battery \ + kernel-module-led-class \ + kernel-module-lcd \ + kernel-module-gpioed \ + kernel-module-gpioed-ng \ + kernel-module-external-power \ + kernel-module-snd \ + kernel-module-snd-ac97-codec \ + kernel-module-snd-page-alloc \ + kernel-module-snd-pcm \ + kernel-module-snd-seq \ + kernel-module-snd-seq-device \ + kernel-module-snd-seq-midi-event \ + kernel-module-snd-seq-oss \ + kernel-module-snd-timer \ + kernel-module-soundcore \ + " diff --git a/conf/machine/include/poodle-2.6.conf b/conf/machine/include/poodle-2.6.conf deleted file mode 100644 index fa24a3281b..0000000000 --- a/conf/machine/include/poodle-2.6.conf +++ /dev/null @@ -1 +0,0 @@ -require conf/machine/include/zaurus-2.6.inc diff --git a/conf/machine/include/poodle-2.6.inc b/conf/machine/include/poodle-2.6.inc new file mode 100644 index 0000000000..fa24a3281b --- /dev/null +++ b/conf/machine/include/poodle-2.6.inc @@ -0,0 +1 @@ +require conf/machine/include/zaurus-2.6.inc diff --git a/conf/machine/include/qemu.conf b/conf/machine/include/qemu.conf deleted file mode 100644 index 26b78a6a9d..0000000000 --- a/conf/machine/include/qemu.conf +++ /dev/null @@ -1,11 +0,0 @@ -PCMCIA_MANAGER = "pcmciautils" -PREFERRED_PROVIDER_xserver = "xserver-kdrive" -GUI_MACHINE_CLASS = "bigscreen" -GPE_EXTRA_INSTALL += "gaim sylpheed" - -MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" - -IMAGE_FSTYPES ?= "tar.bz2 ext2" - -ROOT_FLASH_SIZE = "200" -IMAGE_ROOTFS_SIZE_ext2 = "200000" diff --git a/conf/machine/include/qemu.inc b/conf/machine/include/qemu.inc new file mode 100644 index 0000000000..26b78a6a9d --- /dev/null +++ b/conf/machine/include/qemu.inc @@ -0,0 +1,11 @@ +PCMCIA_MANAGER = "pcmciautils" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +GUI_MACHINE_CLASS = "bigscreen" +GPE_EXTRA_INSTALL += "gaim sylpheed" + +MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" + +IMAGE_FSTYPES ?= "tar.bz2 ext2" + +ROOT_FLASH_SIZE = "200" +IMAGE_ROOTFS_SIZE_ext2 = "200000" diff --git a/conf/machine/include/simpad-2.4.conf b/conf/machine/include/simpad-2.4.conf deleted file mode 100644 index 06f12f532f..0000000000 --- a/conf/machine/include/simpad-2.4.conf +++ /dev/null @@ -1,14 +0,0 @@ -PREFERRED_PROVIDER_virtual/kernel = "opensimpad-64+0" - -MACHINE_FEATURES_append = "kernel24" -MACHINE_EXTRA_RRECOMMENDS = " kernel-module-sa1100-ir \ - kernel-module-sa1100usb-core kernel-module-usb-eth \ - kernel-module-pcnet-cs kernel-module-8390 " - -USE_DEVFS = "1" - -PREFERRED_PROVIDER_hostap-modules = "hostap-modules" - -# Later versions are broken on kernel 2.4 -PREFERRED_VERSION_orinoco-modules = "0.13e" - diff --git a/conf/machine/include/simpad-2.4.inc b/conf/machine/include/simpad-2.4.inc new file mode 100644 index 0000000000..06f12f532f --- /dev/null +++ b/conf/machine/include/simpad-2.4.inc @@ -0,0 +1,14 @@ +PREFERRED_PROVIDER_virtual/kernel = "opensimpad-64+0" + +MACHINE_FEATURES_append = "kernel24" +MACHINE_EXTRA_RRECOMMENDS = " kernel-module-sa1100-ir \ + kernel-module-sa1100usb-core kernel-module-usb-eth \ + kernel-module-pcnet-cs kernel-module-8390 " + +USE_DEVFS = "1" + +PREFERRED_PROVIDER_hostap-modules = "hostap-modules" + +# Later versions are broken on kernel 2.4 +PREFERRED_VERSION_orinoco-modules = "0.13e" + diff --git a/conf/machine/include/simpad-2.6.conf b/conf/machine/include/simpad-2.6.conf deleted file mode 100644 index e485c7bf2a..0000000000 --- a/conf/machine/include/simpad-2.6.conf +++ /dev/null @@ -1,5 +0,0 @@ -PREFERRED_PROVIDER_virtual/kernel = "linux" - -PCMCIA_MANAGER ?= "pcmciautils" - -MACHINE_FEATURES_append = "kernel26" diff --git a/conf/machine/include/simpad-2.6.inc b/conf/machine/include/simpad-2.6.inc new file mode 100644 index 0000000000..e485c7bf2a --- /dev/null +++ b/conf/machine/include/simpad-2.6.inc @@ -0,0 +1,5 @@ +PREFERRED_PROVIDER_virtual/kernel = "linux" + +PCMCIA_MANAGER ?= "pcmciautils" + +MACHINE_FEATURES_append = "kernel26" diff --git a/conf/machine/include/tune-arm1136jf-s.conf b/conf/machine/include/tune-arm1136jf-s.conf deleted file mode 100644 index a69df825c0..0000000000 --- a/conf/machine/include/tune-arm1136jf-s.conf +++ /dev/null @@ -1,3 +0,0 @@ -TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp" -FEED_ARCH = "armv6" -PACKAGE_ARCH = "armv6" diff --git a/conf/machine/include/tune-arm1136jf-s.inc b/conf/machine/include/tune-arm1136jf-s.inc new file mode 100644 index 0000000000..a69df825c0 --- /dev/null +++ b/conf/machine/include/tune-arm1136jf-s.inc @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp" +FEED_ARCH = "armv6" +PACKAGE_ARCH = "armv6" diff --git a/conf/machine/include/tune-arm920t.conf b/conf/machine/include/tune-arm920t.conf deleted file mode 100644 index b142d3325a..0000000000 --- a/conf/machine/include/tune-arm920t.conf +++ /dev/null @@ -1,4 +0,0 @@ -FEED_ARCH = "armv4t" -PACKAGE_ARCH = "armv4t" -TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t" - diff --git a/conf/machine/include/tune-arm920t.inc b/conf/machine/include/tune-arm920t.inc new file mode 100644 index 0000000000..b142d3325a --- /dev/null +++ b/conf/machine/include/tune-arm920t.inc @@ -0,0 +1,4 @@ +FEED_ARCH = "armv4t" +PACKAGE_ARCH = "armv4t" +TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t" + diff --git a/conf/machine/include/tune-arm926ejs.conf b/conf/machine/include/tune-arm926ejs.conf deleted file mode 100644 index c3e8d7aefc..0000000000 --- a/conf/machine/include/tune-arm926ejs.conf +++ /dev/null @@ -1,7 +0,0 @@ -FEED_ARCH = "armv5te" - -# For gcc 3.x you need: -#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs" -# For gcc 4.x you need: -TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s" -PACKAGE_ARCH = "armv5te" diff --git a/conf/machine/include/tune-arm926ejs.inc b/conf/machine/include/tune-arm926ejs.inc new file mode 100644 index 0000000000..c3e8d7aefc --- /dev/null +++ b/conf/machine/include/tune-arm926ejs.inc @@ -0,0 +1,7 @@ +FEED_ARCH = "armv5te" + +# For gcc 3.x you need: +#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs" +# For gcc 4.x you need: +TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s" +PACKAGE_ARCH = "armv5te" diff --git a/conf/machine/include/tune-arm9tdmi.conf b/conf/machine/include/tune-arm9tdmi.conf deleted file mode 100644 index d097b07739..0000000000 --- a/conf/machine/include/tune-arm9tdmi.conf +++ /dev/null @@ -1,2 +0,0 @@ -PACKAGE_ARCH = "armv4t" -TARGET_CC_ARCH = "-mcpu=arm9tdmi -mtune=arm9tdmi" diff --git a/conf/machine/include/tune-arm9tdmi.inc b/conf/machine/include/tune-arm9tdmi.inc new file mode 100644 index 0000000000..d097b07739 --- /dev/null +++ b/conf/machine/include/tune-arm9tdmi.inc @@ -0,0 +1,2 @@ +PACKAGE_ARCH = "armv4t" +TARGET_CC_ARCH = "-mcpu=arm9tdmi -mtune=arm9tdmi" diff --git a/conf/machine/include/tune-athlonmp.conf b/conf/machine/include/tune-athlonmp.conf deleted file mode 100644 index b2d0e703db..0000000000 --- a/conf/machine/include/tune-athlonmp.conf +++ /dev/null @@ -1,3 +0,0 @@ -TARGET_CC_ARCH = "-march=i686" -PACKAGE_ARCH = "i686" - diff --git a/conf/machine/include/tune-athlonmp.inc b/conf/machine/include/tune-athlonmp.inc new file mode 100644 index 0000000000..b2d0e703db --- /dev/null +++ b/conf/machine/include/tune-athlonmp.inc @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-march=i686" +PACKAGE_ARCH = "i686" + diff --git a/conf/machine/include/tune-c3.conf b/conf/machine/include/tune-c3.conf deleted file mode 100644 index e6a522af10..0000000000 --- a/conf/machine/include/tune-c3.conf +++ /dev/null @@ -1,3 +0,0 @@ -TARGET_CC_ARCH = "-march=c3 -mtune=c3" -PACKAGE_ARCH = "i586" - diff --git a/conf/machine/include/tune-c3.inc b/conf/machine/include/tune-c3.inc new file mode 100644 index 0000000000..e6a522af10 --- /dev/null +++ b/conf/machine/include/tune-c3.inc @@ -0,0 +1,3 @@ +TARGET_CC_ARCH = "-march=c3 -mtune=c3" +PACKAGE_ARCH = "i586" + diff --git a/conf/machine/include/tune-ep9312.conf b/conf/machine/include/tune-ep9312.conf deleted file mode 100644 index 0982cf2a13..0000000000 --- a/conf/machine/include/tune-ep9312.conf +++ /dev/null @@ -1,6 +0,0 @@ -TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312 -mcpu=ep9312" -# add "-mfp=maverick" for newer gcc versions > 4.0 - -#set arch to ep9312 for all generated packages -PACKAGE_ARCH = "ep9312" - diff --git a/conf/machine/include/tune-ep9312.inc b/conf/machine/include/tune-ep9312.inc new file mode 100644 index 0000000000..0982cf2a13 --- /dev/null +++ b/conf/machine/include/tune-ep9312.inc @@ -0,0 +1,6 @@ +TARGET_CC_ARCH = "-march=ep9312 -mtune=ep9312 -mcpu=ep9312" +# add "-mfp=maverick" for newer gcc versions > 4.0 + +#set arch to ep9312 for all generated packages +PACKAGE_ARCH = "ep9312" + diff --git a/conf/machine/include/tune-iwmmxt.conf b/conf/machine/include/tune-iwmmxt.conf deleted file mode 100644 index 8376faca74..0000000000 --- a/conf/machine/include/tune-iwmmxt.conf +++ /dev/null @@ -1,6 +0,0 @@ -# Configurations for the Intel PXA27x Appications Processor Family. -# Please use tune-xscale for PXA255/PXA26x based processors. -TARGET_CC_ARCH = "-march=iwmmxt -mcpu=iwmmxt -mtune=iwmmxt" -PACKAGE_ARCH = "iwmmxt" -PACKAGE_EXTRA_ARCHS += "iwmmxt" - diff --git a/conf/machine/include/tune-iwmmxt.inc b/conf/machine/include/tune-iwmmxt.inc new file mode 100644 index 0000000000..8376faca74 --- /dev/null +++ b/conf/machine/include/tune-iwmmxt.inc @@ -0,0 +1,6 @@ +# Configurations for the Intel PXA27x Appications Processor Family. +# Please use tune-xscale for PXA255/PXA26x based processors. +TARGET_CC_ARCH = "-march=iwmmxt -mcpu=iwmmxt -mtune=iwmmxt" +PACKAGE_ARCH = "iwmmxt" +PACKAGE_EXTRA_ARCHS += "iwmmxt" + diff --git a/conf/machine/include/tune-ppc405.conf b/conf/machine/include/tune-ppc405.conf deleted file mode 100644 index cf8f58c115..0000000000 --- a/conf/machine/include/tune-ppc40