diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-03 07:12:36 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-01-03 07:12:36 +0000 |
commit | e9b2d297a28ce8014aae68b6f873073fb32e7df8 (patch) | |
tree | 1842cd99bfe5235db22ed16aa2de74d1ef9ac842 | |
parent | 976542da706f11ca6b03d456c8d82f13b314a758 (diff) |
palmtx: added machine description for Palm Tungsten X - close #1681
-rw-r--r-- | conf/machine/palmtx.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/palmtx.conf b/conf/machine/palmtx.conf new file mode 100644 index 0000000000..0c2b08ba9a --- /dev/null +++ b/conf/machine/palmtx.conf @@ -0,0 +1,23 @@ +#@TYPE: Machine +#@NAME: Palm TX +#@DESCRIPTION: Machine configuration for the Palm TX + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "linux-hackndev-2.6" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" + +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda bluetooth wifi ext2 usbgadget screen" + +ROOT_FLASH_SIZE = "100" + +SERIAL_CONSOLE = "115200 ttyS0" + +GUI_MACHINE_CLASS = "bigscreen" + +# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. +include conf/machine/tune-xscale.conf + +module_autoload_sa1100-rtc = "sa1100-rtc" |