From ea1470481bc31e0ed256c83052044d9fb6737092 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 29 Jan 2013 12:34:27 +0100 Subject: Machine: add apalis-t30 for the Apalis-T30 module --- conf/machine/apalis-t30.conf | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 conf/machine/apalis-t30.conf (limited to 'conf') diff --git a/conf/machine/apalis-t30.conf b/conf/machine/apalis-t30.conf new file mode 100644 index 0000000..dd942f9 --- /dev/null +++ b/conf/machine/apalis-t30.conf @@ -0,0 +1,42 @@ +#@TYPE: Machine +#@NAME: apalis_t30 +#@DESCRIPTION: Toradex Apalis T30 + +TARGET_ARCH = "arm" + +PREFERRED_PROVIDER_virtual/kernel = "linux-toradex" + +KERNEL_IMAGETYPE = "uImage" +#UBOOT_MACHINE = "apalis_t30_config" +UBOOT_MACHINE = "colibri_t30_config" +UBOOT_ENTRYPOINT = "0x82008000" +UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}" +KEEPUIMAGE = "" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" +XSERVER = "xserver-xorg \ + xf86-input-evdev \ + xf86-input-mouse \ + xf86-video-fbdev \ + xf86-input-keyboard" +# Only has DVI connector for external screen, name is changing to MACHINE_GUI_CLASS +GUI_MACHINE_CLASS = "bigscreen" +MACHINE_GUI_CLASS = "bigscreen" + +PREFERRED_PROVIDER_lxde-icon-theme_apalis-t30 = "lxde-icon-theme" +PREFERRED_PROVIDER_lxsession-lite_apalis-t30 = "lxsession" +PREFERRED_PROVIDER_virtual/psplash = "psplash-angstrom" +PREFERRED_PROVIDER_psplash-support = "psplash-angstrom" + +MACHINE_FEATURES = "kernel26 screen usbgadget usbhost vfat ext2 alsa touchscreen ethernet" +EXTRA_IMAGEDEPENDS += "u-boot" + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" +IMAGE_FSTYPES ?= "tar.bz2" + +# T20 does not have neon, so at the moment we also do not compile for neon on T30 +DEFAULTTUNE = "cortexa9hf" +#choose a specific vfp, or we end up with the default vfpv2 optimization +TUNE_CCARGS += "-mfpu=vfpv3-d16" +require conf/machine/include/tune-cortexa9.inc -- cgit v1.2.3