From 437ef3862c3bb9c8c74fc4b40b32d1a43a4da0ab Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Wed, 18 Apr 2007 12:34:10 +0000 Subject: htctornado.conf: New machine description for HTC Tornado and similar phones. --- conf/machine/htctornado.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 conf/machine/htctornado.conf (limited to 'conf/machine/htctornado.conf') diff --git a/conf/machine/htctornado.conf b/conf/machine/htctornado.conf new file mode 100644 index 0000000000..f494a69321 --- /dev/null +++ b/conf/machine/htctornado.conf @@ -0,0 +1,30 @@ +#----------------------------------------------------------------------------- +#@TYPE: Machine +#@NAME: HTC Typhoon, HTC Tornado, HTC Hurricane +#@DESCRIPTION: Machine configuration for the HTC Typhoon/Tornado/Hurricane GSM phones +#----------------------------------------------------------------------------- + +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4t armv5te" + +PREFERRED_PROVIDER_virtual/kernel = "linux-tornado-omap2" + +MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget" + +MACHINE_EXTRA_RDEPENDS = "alsa-state" + +# package gta01 specific modules +MACHINE_EXTRA_RRECOMMENDS = "\ + kernel-module-ext2 \ + alsa-state" + +MACHINE_TASK_PROVIDER = "task-base" + +# used by some images +ROOT_FLASH_SIZE = "30" + +# extra jffs2 tweaks, not yet used +EXTRA_IMAGECMD_jffs2 = "--eraseblock=0x4000 -n" + +# cpu tuning +include conf/machine/include/tune-arm926ejs.conf -- cgit 1.2.3-korg