diff options
Diffstat (limited to 'conf/machine/palmtt.conf')
-rw-r--r-- | conf/machine/palmtt.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/machine/palmtt.conf b/conf/machine/palmtt.conf new file mode 100644 index 0000000000..1f6d5c377d --- /dev/null +++ b/conf/machine/palmtt.conf @@ -0,0 +1,18 @@ +#@TYPE: Machine +#@NAME: Palm Tungsten T +#@DESCRIPTION: Machine configuration for Palm Tungsten T/T2 + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv5te" + +MACHINE_GUI_CLASS = "bigscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "320" +MACHINE_DISPLAY_HEIGHT_PIXELS = "320" + +PREFERRED_PROVIDER_xserver = "xserver-kdrive" +PREFERRED_PROVIDER_virtual/kernel = "linux-palm-omap1" + +SERIAL_CONSOLE ?= "115200 ttyS0" +EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000" + +require conf/machine/include/tune-arm926ejs.conf |