From 571ca73733dddc5e18e27c6a51483637ca5e6b54 Mon Sep 17 00:00:00 2001 From: Lukas Gorris Date: Wed, 3 Feb 2010 12:22:44 +0100 Subject: Add htcleo, linux-qsd8; linux-msm7xxxx > linux-msm7, move extra msm kernel into linux-msm7 (sorry for the size, stupid defconfigs..) --- conf/machine/htcleo.conf | 10 ++++++++++ conf/machine/include/htc-msm7.inc | 2 +- conf/machine/include/htc-qsd8.inc | 30 ++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 conf/machine/htcleo.conf create mode 100644 conf/machine/include/htc-qsd8.inc (limited to 'conf') diff --git a/conf/machine/htcleo.conf b/conf/machine/htcleo.conf new file mode 100644 index 0000000000..52d4a42b78 --- /dev/null +++ b/conf/machine/htcleo.conf @@ -0,0 +1,10 @@ +#@TYPE: Machine +#@NAME: HTC Leo +#@DESCRIPTION: Machine configuration for HTC Leo smartphone (aka HTC HD2) + +require conf/machine/include/htc-qsd8.inc + +MACHINE_DISPLAY_WIDTH_PIXELS = "480" +MACHINE_DISPLAY_HEIGHT_PIXELS = "800" + +MACHINE_FEATURES = "kernel26 touchscreen screen phone gps compass usb keyboard" diff --git a/conf/machine/include/htc-msm7.inc b/conf/machine/include/htc-msm7.inc index 991156fb1a..32a48807af 100644 --- a/conf/machine/include/htc-msm7.inc +++ b/conf/machine/include/htc-msm7.inc @@ -1,5 +1,5 @@ # kernel -PREFERRED_PROVIDER_virtual/kernel = "linux-msm7xxxx" +PREFERRED_PROVIDER_virtual/kernel = "linux-msm7" # xserver PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" diff --git a/conf/machine/include/htc-qsd8.inc b/conf/machine/include/htc-qsd8.inc new file mode 100644 index 0000000000..ac3e7d22ee --- /dev/null +++ b/conf/machine/include/htc-qsd8.inc @@ -0,0 +1,30 @@ +# kernel +PREFERRED_PROVIDER_virtual/kernel = "linux-qsd8" + +# xserver +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" + +XSERVER = " \ + xserver-xorg \ + xserver-xorg-extension-glx \ + xserver-xorg-extension-dri \ + xf86-input-evtouch \ + xf86-input-evdev \ + xf86-input-mouse \ + xf86-input-keyboard \ + xf86-video-msm \ +" + +# capability database +MACHINE_DISPLAY_WIDTH_PIXELS = "480" +MACHINE_DISPLAY_HEIGHT_PIXELS = "640" + +# use this for overrides +MACHINE_CLASS = "htc-qsd8" + +# features +MACHINE_FEATURES = "kernel26 touchscreen screen phone gps usb keyboard" + +# CPU +TARGET_ARCH = "arm" +require conf/machine/include/tune-cortexa8.inc -- cgit 1.2.3-korg