summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/at32stk1000.conf5
-rw-r--r--conf/machine/atngw100.conf1
-rw-r--r--conf/machine/beagleboard.conf7
-rw-r--r--conf/machine/d201gly2.conf33
-rw-r--r--conf/machine/htckaiser.conf24
-rw-r--r--conf/machine/include/qemu.inc2
-rw-r--r--conf/machine/include/tune-at32ap7000.inc3
-rw-r--r--conf/machine/include/tune-pentium4c.inc3
-rw-r--r--conf/machine/lsarm.conf1
-rw-r--r--conf/machine/mp900c.conf13
-rw-r--r--conf/machine/mpc8313e-rdb.conf2
-rw-r--r--conf/machine/mpc8323e-rdb.conf1
-rw-r--r--conf/machine/mx31ads.conf1
-rw-r--r--conf/machine/mx31moboard.conf1
-rw-r--r--conf/machine/n2100.conf1
-rw-r--r--conf/machine/nokia800.conf1
-rw-r--r--conf/machine/om-gta02.conf5
-rw-r--r--conf/machine/sequoia.conf13
-rw-r--r--conf/machine/storcenter.conf1
-rw-r--r--conf/machine/turbostation.conf1
20 files changed, 96 insertions, 23 deletions
diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf
index 15e3c85ec5..7a7370263a 100644
--- a/conf/machine/at32stk1000.conf
+++ b/conf/machine/at32stk1000.conf
@@ -22,9 +22,12 @@ ROOT_FLASH_SIZE = "8"
EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536"
KERNEL_IMAGETYPE = "uImage"
-PREFERRED_VERSION_u-boot = "1.1.4"
+PREFERRED_VERSION_u-boot = "1.3.2"
+UBOOT_MACHINE = "atstk1002_config"
UBOOT_ENTRYPOINT = "0x90000000"
UBOOT_LOADADDRESS = "0x10000000"
+require conf/machine/include/tune-at32ap7000.inc
+
diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf
index 0bf8988ac2..d7e17aa896 100644
--- a/conf/machine/atngw100.conf
+++ b/conf/machine/atngw100.conf
@@ -27,3 +27,4 @@ UBOOT_ENTRYPOINT = "0x90000000"
UBOOT_LOADADDRESS = "0x10000000"
+require conf/machine/include/tune-at32ap7000.inc
diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.conf
index a8193fd69c..824ab2b7b3 100644
--- a/conf/machine/beagleboard.conf
+++ b/conf/machine/beagleboard.conf
@@ -13,10 +13,9 @@ GUI_MACHINE_CLASS = "bigscreen"
#Ship all kernel modules till the board support has matured enough
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
-TARGET_FPU = "hard"
-#include conf/machine/include/tune-arm1136jf-s.inc
+include conf/machine/include/tune-arm1136jf-s.inc
# requires gcc 4.3.0:
-include conf/machine/include/tune-cortexa8.inc
+#include conf/machine/include/tune-cortexa8.inc
IMAGE_FSTYPES ?= "tar.bz2"
@@ -34,4 +33,4 @@ UBOOT_LOADADDRESS = "0x80008000"
# and sdio
-MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat"
+MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa"
diff --git a/conf/machine/d201gly2.conf b/conf/machine/d201gly2.conf
new file mode 100644
index 0000000000..d3c8780463
--- /dev/null
+++ b/conf/machine/d201gly2.conf
@@ -0,0 +1,33 @@
+# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+#@TYPE: Machine
+#@NAME: D201GLY2
+#@DESCRIPTION: Machine configuration for Intel D201GLY2 board
+
+
+TARGET_ARCH = "i686"
+PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586 i686 i686p4c"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux
+KERNEL_IMAGETYPE = "bzImage"
+OLDEST_KERNEL = "2.6.17"
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+XSERVER="xserver-kdrive-sis"
+
+
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls"
+
+
+IMAGE_FSTYPES = "ext2.gz"
+
+MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2"
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
+MACHINE_TASK_PROVIDER = "task-base"
+
+udevdir = "/dev"
+
+
+#tune for P4 celeron cpu
+require conf/machine/include/tune-pentium4c.inc
diff --git a/conf/machine/htckaiser.conf b/conf/machine/htckaiser.conf
new file mode 100644
index 0000000000..f5f6cb5c66
--- /dev/null
+++ b/conf/machine/htckaiser.conf
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@NAME: HTC Kaiser phone
+#@DESCRIPTION: Machine configuration for HTC Kaiser phone
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6"
+
+PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+XSERVER = "xserver-kdrive-fbdev"
+
+GUI_MACHINE_CLASS = "smallscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "240"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
+
+TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s"
+FEED_ARCH = "armv6"
+PACKAGE_ARCH = "armv6"
+
+
+IMAGE_FSTYPES ?= "tar.gz cpio.gz"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-kaiser"
+
+MACHINE_FEATURES = "kernel26 touchscreen screen keyboard"
+
diff --git a/conf/machine/include/qemu.inc b/conf/machine/include/qemu.inc
index 26d1e3f8ca..fbf6ba2384 100644
--- a/conf/machine/include/qemu.inc
+++ b/conf/machine/include/qemu.inc
@@ -2,7 +2,7 @@ PCMCIA_MANAGER = "pcmciautils"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
GUI_MACHINE_CLASS = "bigscreen"
-MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
+MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen keyboard"
IMAGE_FSTYPES ?= "tar.bz2 ext2"
diff --git a/conf/machine/include/tune-at32ap7000.inc b/conf/machine/include/tune-at32ap7000.inc
new file mode 100644
index 0000000000..2efe0bb3e2
--- /dev/null
+++ b/conf/machine/include/tune-at32ap7000.inc
@@ -0,0 +1,3 @@
+TARGET_CC_ARCH = "-march=ap"
+PACKAGE_ARCH = "avr32"
+FEED_ARCH = "avr32"
diff --git a/conf/machine/include/tune-pentium4c.inc b/conf/machine/include/tune-pentium4c.inc
new file mode 100644
index 0000000000..092f705d1d
--- /dev/null
+++ b/conf/machine/include/tune-pentium4c.inc
@@ -0,0 +1,3 @@
+TARGET_CC_ARCH = "-march=prescott"
+PACKAGE_ARCH = "i686p4c"
+
diff --git a/conf/machine/lsarm.conf b/conf/machine/lsarm.conf
index 2df6ce0802..4760d64e30 100644
--- a/conf/machine/lsarm.conf
+++ b/conf/machine/lsarm.conf
@@ -8,7 +8,6 @@ INHERIT += "lsarm-image"
MACHINE_EXTRA_RDEPENDS = "miconapl micro-evtd"
MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot"
-TARGET_FPU = "soft"
PREFERRED_PROVIDER_virtual/bootloader = ""
diff --git a/conf/machine/mp900c.conf b/conf/machine/mp900c.conf
new file mode 100644
index 0000000000..37055be2bb
--- /dev/null
+++ b/conf/machine/mp900c.conf
@@ -0,0 +1,13 @@
+#@TYPE: Machine
+#@NAME: NEC Mobile Pro 900/900c
+#@DESCRIPTION: Machine configuration for the PXA255 based Mobile Pro 9xx palmtop computer
+
+TARGET_ARCH = "arm"
+PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te"
+
+require conf/machine/include/tune-xscale.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-mobilepro900"
+PCMCIA_MANAGER = "pcmciautils"
+MACHINE_FEATURES = "kernel26 apm alsa pcmcia irda keyboard touchscreen screen"
+MACHINE_EXTRA_RDEPENDS = "kernel-modules"
diff --git a/conf/machine/mpc8313e-rdb.conf b/conf/machine/mpc8313e-rdb.conf
index a2c37dbdd9..83167b10ce 100644
--- a/conf/machine/mpc8313e-rdb.conf
+++ b/conf/machine/mpc8313e-rdb.conf
@@ -11,7 +11,7 @@ MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot"
KERNEL_IMAGETYPE = "uImage"
-PREFERRED_VERSION_u-boot = "1.3.1"
+PREFERRED_VERSION_u-boot = "1.3.2"
UBOOT_MACHINE = "MPC8313ERDB_33_config"
UBOOT_ENTRYPOINT = "0"
UBOOT_LOADADDRESS = "0"
diff --git a/conf/machine/mpc8323e-rdb.conf b/conf/machine/mpc8323e-rdb.conf
index fcd15ad2ef..78c9b8a462 100644
--- a/conf/machine/mpc8323e-rdb.conf
+++ b/conf/machine/mpc8323e-rdb.conf
@@ -3,7 +3,6 @@
#@DESCRIPTION: Machine configuration for the Freescale MPC8323E-RDB
TARGET_ARCH = "powerpc"
-TARGET_FPU ?= "soft"
PACKAGE_EXTRA_ARCHS = "ppce300c2"
PREFERRED_PROVIDER_virtual/kernel ?= "linux"
diff --git a/conf/machine/mx31ads.conf b/conf/machine/mx31ads.conf
index e600af8bf2..6a5c09796b 100644
--- a/conf/machine/mx31ads.conf
+++ b/conf/machine/mx31ads.conf
@@ -3,7 +3,6 @@
#@DESCRIPTION: Machine configuration for Freescale MX31ADS
TARGET_ARCH = "arm"
-TARGET_FPU_arm = "hard"
MACHINE_FEATURES = "kernel26 apm alsa ext2 pcmcia usbhost usbgadget"
diff --git a/conf/machine/mx31moboard.conf b/conf/machine/mx31moboard.conf
index c918404d6c..6884d6e3d6 100644
--- a/conf/machine/mx31moboard.conf
+++ b/conf/machine/mx31moboard.conf
@@ -4,7 +4,6 @@
#@Website: http://mobots.epfl.ch/mx31MoBoard.html
TARGET_ARCH = "arm"
-TARGET_FPU_arm = "hard"
MACHINE_FEATURES = "kernel26 alsa ext2 usbhost usbgadget"
diff --git a/conf/machine/n2100.conf b/conf/machine/n2100.conf
index 89f79fa185..026339ded6 100644
--- a/conf/machine/n2100.conf
+++ b/conf/machine/n2100.conf
@@ -1,6 +1,5 @@
TARGET_ARCH = "arm"
TARGET_OS = "linux"
-TARGET_FPU = "soft"
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
INHERIT += "n2100-image"
diff --git a/conf/machine/nokia800.conf b/conf/machine/nokia800.conf
index aa35383410..afdf0ac621 100644
--- a/conf/machine/nokia800.conf
+++ b/conf/machine/nokia800.conf
@@ -11,7 +11,6 @@ GUI_MACHINE_CLASS = "bigscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "800"
MACHINE_DISPLAY_HEIGHT_PIXELS = "480"
-TARGET_FPU = "hard"
include conf/machine/include/tune-arm1136jf-s.inc
ROOT_FLASH_SIZE = "174"
diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf
index 18678cc336..e041b34c6f 100644
--- a/conf/machine/om-gta02.conf
+++ b/conf/machine/om-gta02.conf
@@ -34,6 +34,7 @@ SERIAL_CONSOLE = "115200 ttySAC2"
ROOT_FLASH_SIZE = "256"
# extra jffs2 tweaks
+IMAGE_FSTYPES ?= "jffs2"
EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 --pagesize=0x800 \
--no-cleanmarkers --pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \
--littleendian --pad \
@@ -45,7 +46,3 @@ EXTRA_IMAGEDEPENDS += "sjf2410-linux-native dfu-util-native"
# tune for S3C24x0
include conf/machine/include/tune-arm920t.inc
-
-# build YAFFS2
-IMAGE_FSTYPES ?= "jffs2 yaffs2"
-
diff --git a/conf/machine/sequoia.conf b/conf/machine/sequoia.conf
index 213710c97f..cc87511e1e 100644
--- a/conf/machine/sequoia.conf
+++ b/conf/machine/sequoia.conf
@@ -8,17 +8,22 @@
TARGET_ARCH = "powerpc"
PACKAGE_EXTRA_ARCHS = "ppc440e"
-PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+KERNEL_IMAGETYPE = "uImage"
MACHINE_FEATURES = "kernel26 usbhost"
-#don't try to access tty1
-USE_VT = "0"
+PREFERRED_VERSION_u-boot = "1.3.2"
+UBOOT_MACHINE = "sequoia_config"
+UBOOT_ENTRYPOINT = "0"
+UBOOT_LOADADDRESS = "0"
+
+#don't try to access tty1
+USE_VT = "0"
SERIAL_CONSOLE = "115200 ttyS0"
-PREFERRED_VERSION_u-boot = "git"
EXTRA_IMAGECMD = "--big-endian"
ERASEBLOCK_SIZE = "0x10000"
IMAGE_FSTYPES = "jffs2"
diff --git a/conf/machine/storcenter.conf b/conf/machine/storcenter.conf
index 5b69bbdc9a..336c4e4900 100644
--- a/conf/machine/storcenter.conf
+++ b/conf/machine/storcenter.conf
@@ -1,5 +1,4 @@
TARGET_ARCH = "powerpc"
-TARGET_FPU = "hard"
PACKAGE_EXTRA_ARCHS = "ppc603e"
# terminal specs - console, but no other ports
diff --git a/conf/machine/turbostation.conf b/conf/machine/turbostation.conf
index 6d9362958b..bb923dc19c 100644
--- a/conf/machine/turbostation.conf
+++ b/conf/machine/turbostation.conf
@@ -1,6 +1,5 @@
TARGET_ARCH = "powerpc"
TARGET_OS = "linux"
-TARGET_FPU = "hard"
PACKAGE_EXTRA_ARCHS = "ppc603e"
INHERIT += "turbostation-image"