From ddc8ec814972a51f1c9805647636217d4493761c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 12 Jul 2007 20:21:09 +0000 Subject: aximx50.conf, aximx50v.conf: Split up configs for QVGA vs VGA aximx50 models. --- conf/machine/aximx50.conf | 6 +++--- conf/machine/aximx50v.conf | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 conf/machine/aximx50v.conf (limited to 'conf/machine') diff --git a/conf/machine/aximx50.conf b/conf/machine/aximx50.conf index 0d7e12e3cc..1bd08e13ab 100644 --- a/conf/machine/aximx50.conf +++ b/conf/machine/aximx50.conf @@ -1,6 +1,6 @@ #@TYPE: Machine -#@NAME: Axim x50/x50v/x51/x51v -#@DESCRIPTION: Machine configuration for the Dell Axim x50/51(v) with a pxa27x CPU +#@NAME: Axim x50/x51 +#@DESCRIPTION: Machine configuration for the Dell Axim x50/x51 with a pxa27x CPU # # Hardware-based properties @@ -16,7 +16,7 @@ require conf/machine/include/tune-xscale.conf ROOT_FLASH_SIZE = "256" VOLATILE_STORAGE_SIZE = "64" -GUI_MACHINE_CLASS = "bigscreen" # caveat: only "v" models are VGA +GUI_MACHINE_CLASS ?= "smallscreen" MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen" # diff --git a/conf/machine/aximx50v.conf b/conf/machine/aximx50v.conf new file mode 100644 index 0000000000..9b38da782e --- /dev/null +++ b/conf/machine/aximx50v.conf @@ -0,0 +1,7 @@ +#@TYPE: Machine +#@NAME: Axim x50v/x51v +#@DESCRIPTION: Machine configuration for the Dell Axim x50v/x51v with a pxa27x CPU + +require conf/machine/aximx50.conf + +GUI_MACHINE_CLASS = "bigscreen" -- cgit v1.2.3 From 4e019b960f4417795f0b290bda7e0e86f38db3f6 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 12 Jul 2007 20:24:01 +0000 Subject: asus620.conf: Add Asus MyPal A620. --- conf/machine/asus620.conf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 conf/machine/asus620.conf (limited to 'conf/machine') diff --git a/conf/machine/asus620.conf b/conf/machine/asus620.conf new file mode 100644 index 0000000000..f474a0b2a5 --- /dev/null +++ b/conf/machine/asus620.conf @@ -0,0 +1,34 @@ +#@TYPE: Machine +#@NAME: Asus MyPal 620 +#@DESCRIPTION: Machine configuration for the Asus MyPal 620 + +# +# Hardware-based properties +# +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " + +require conf/machine/include/tune-xscale.conf + +ROOT_FLASH_SIZE = "32" +VOLATILE_STORAGE_SIZE = "64" +GUI_MACHINE_CLASS = "smallscreen" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda bluetooth usbgadget screen" + +# +# Software/packages selection +# +PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" +PCMCIA_MANAGER = "pcmciautils" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + + +# +# Modules autoload and other boot properties +# +module_autoload_g_ether = "g_ether" + +SERIAL_CONSOLE = "115200 ttyS0 vt100" +USE_VT = "0" + +require conf/machine/include/LAB-settings.conf -- cgit v1.2.3 From c025c08ef59c7d0aecb414f13d9eafc78a13cda1 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 12 Jul 2007 20:24:26 +0000 Subject: asus620.conf: Typo fix. --- conf/machine/asus620.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine') diff --git a/conf/machine/asus620.conf b/conf/machine/asus620.conf index f474a0b2a5..e7a46fed67 100644 --- a/conf/machine/asus620.conf +++ b/conf/machine/asus620.conf @@ -1,6 +1,6 @@ #@TYPE: Machine -#@NAME: Asus MyPal 620 -#@DESCRIPTION: Machine configuration for the Asus MyPal 620 +#@NAME: Asus MyPal A620 +#@DESCRIPTION: Machine configuration for the Asus MyPal A620 # # Hardware-based properties -- cgit v1.2.3 From f5de28c9f5870e9ee1b176d828d25d113a6be075 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 12 Jul 2007 20:27:37 +0000 Subject: htcalpine.conf, htcapache.conf, htcsable.conf: Add few more HTC devices. --- conf/machine/htcalpine.conf | 34 ++++++++++++++++++++++++++++++++++ conf/machine/htcapache.conf | 34 ++++++++++++++++++++++++++++++++++ conf/machine/htcsable.conf | 34 ++++++++++++++++++++++++++++++++++ 3 files changed, 102 insertions(+) create mode 100644 conf/machine/htcalpine.conf create mode 100644 conf/machine/htcapache.conf create mode 100644 conf/machine/htcsable.conf (limited to 'conf/machine') diff --git a/conf/machine/htcalpine.conf b/conf/machine/htcalpine.conf new file mode 100644 index 0000000000..181e54de5d --- /dev/null +++ b/conf/machine/htcalpine.conf @@ -0,0 +1,34 @@ +#@TYPE: Machine +#@NAME: HTC Alpine +#@DESCRIPTION: Machine configuration for the HTC Alpine + +# +# Hardware-based properties +# +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " + +require conf/machine/include/tune-xscale.conf + +ROOT_FLASH_SIZE = "32" +VOLATILE_STORAGE_SIZE = "64" +GUI_MACHINE_CLASS = "smallscreen" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda bluetooth usbgadget screen" + +# +# Software/packages selection +# +PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" +PCMCIA_MANAGER = "pcmciautils" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + + +# +# Modules autoload and other boot properties +# +module_autoload_g_ether = "g_ether" + +SERIAL_CONSOLE = "115200 ttyS0 vt100" +USE_VT = "0" + +require conf/machine/include/LAB-settings.conf diff --git a/conf/machine/htcapache.conf b/conf/machine/htcapache.conf new file mode 100644 index 0000000000..0906b0f682 --- /dev/null +++ b/conf/machine/htcapache.conf @@ -0,0 +1,34 @@ +#@TYPE: Machine +#@NAME: HTC Apache +#@DESCRIPTION: Machine configuration for the HTC Apache + +# +# Hardware-based properties +# +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " + +require conf/machine/include/tune-xscale.conf + +ROOT_FLASH_SIZE = "32" +VOLATILE_STORAGE_SIZE = "64" +GUI_MACHINE_CLASS = "smallscreen" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda bluetooth usbgadget screen" + +# +# Software/packages selection +# +PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" +PCMCIA_MANAGER = "pcmciautils" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + + +# +# Modules autoload and other boot properties +# +module_autoload_g_ether = "g_ether" + +SERIAL_CONSOLE = "115200 ttyS0 vt100" +USE_VT = "0" + +require conf/machine/include/LAB-settings.conf diff --git a/conf/machine/htcsable.conf b/conf/machine/htcsable.conf new file mode 100644 index 0000000000..872942e17a --- /dev/null +++ b/conf/machine/htcsable.conf @@ -0,0 +1,34 @@ +#@TYPE: Machine +#@NAME: HTC Sable +#@DESCRIPTION: Machine configuration for the HTC Sable device + +# +# Hardware-based properties +# +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " + +require conf/machine/include/tune-xscale.conf + +ROOT_FLASH_SIZE = "32" +VOLATILE_STORAGE_SIZE = "64" +GUI_MACHINE_CLASS = "smallscreen" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen" + +# +# Software/packages selection +# +PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" +PCMCIA_MANAGER = "pcmciautils" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + +# +# Modules autoload and other boot properties +# +module_autoload_snd-pcm-oss = "snd-pcm-oss" + + +SERIAL_CONSOLE = "115200 ttyS0 vt100" +USE_VT = "0" + +require conf/machine/include/LAB-settings.conf -- cgit v1.2.3 From 8e80c780a72417b4456125248a11e812de27f487 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 12 Jul 2007 20:30:13 +0000 Subject: looxc550: Add Loox C550, fresh hh.org port, but progresses well. --- conf/machine/looxc550.conf | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 conf/machine/looxc550.conf (limited to 'conf/machine') diff --git a/conf/machine/looxc550.conf b/conf/machine/looxc550.conf new file mode 100644 index 0000000000..ad195b9436 --- /dev/null +++ b/conf/machine/looxc550.conf @@ -0,0 +1,34 @@ +#@TYPE: Machine +#@NAME: Loox C550 +#@DESCRIPTION: Machine configuration for the Loox C550 + +# +# Hardware-based properties +# +TARGET_ARCH = "arm" +PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te " + +require conf/machine/include/tune-xscale.conf + +ROOT_FLASH_SIZE = "32" +VOLATILE_STORAGE_SIZE = "64" +GUI_MACHINE_CLASS = "bigscreen" +MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia irda bluetooth usbgadget screen" + +# +# Software/packages selection +# +PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" +PCMCIA_MANAGER = "pcmciautils" +PREFERRED_PROVIDER_xserver = "xserver-kdrive" + + +# +# Modules autoload and other boot properties +# +module_autoload_g_ether = "g_ether" + +SERIAL_CONSOLE = "115200 ttyS0 vt100" +USE_VT = "0" + +require conf/machine/include/LAB-settings.conf -- cgit v1.2.3