From 5d5a8e596af4bdd9a433308f28c3419313ae99a9 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti de Araujo Date: Thu, 26 Nov 2009 22:15:04 -0300 Subject: [PATCH 016/118] nokia810.conf: adding config file for nokia810 Basically what's inside nokia800. The new machine is usefull to use overrides that are only related with nokia810, like real keyboard and different memory slot. Signed-off-by: Ricardo Salveti de Araujo --- conf/machine/nokia810.conf | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) create mode 100644 conf/machine/nokia810.conf diff --git a/conf/machine/nokia810.conf b/conf/machine/nokia810.conf new file mode 100644 index 0000000..d1f2bc0 --- /dev/null +++ b/conf/machine/nokia810.conf @@ -0,0 +1,41 @@ +#@TYPE: Machine +#@NAME: Nokia 810 internet tablet +#@DESCRIPTION: Machine configuration for the Nokia 810 +#@MAINTAINER: Mamona Developers + +TARGET_ARCH = "arm" + +OVERRIDES = "local:${MACHINE}:nokia8xx:nokiait:${PRODUCT}:${DISTRO}:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}" + +PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive-xomap" +XSERVER = "xserver-kdrive-xomap \ + xserver-kdrive-common " +# FIXME : xserver-kdrive-xomap is the only one that actually works atm, need to fix xserver-xorg before using it +#XSERVER = "xserver-xorg \ +# xf86-input-evdev \ +# xf86-input-tslib \ +# xf86-video-omapfb " + +GUI_MACHINE_CLASS = "bigscreen" +MACHINE_DISPLAY_WIDTH_PIXELS = "800" +MACHINE_DISPLAY_HEIGHT_PIXELS = "480" + +include conf/machine/include/tune-arm1136jf-s.inc + +ROOT_FLASH_SIZE = "174" +EXTRA_IMAGECMD_jffs2_nokia810 = "--pad --little-endian --eraseblock=0x20000 -n" + +IMAGE_FSTYPES ?= "tar.bz2 jffs2" + +SERIAL_CONSOLE = "115200 ttyS0" + +PREFERRED_PROVIDER_virtual/kernel = "linux-nokia800" + +# use this if you are using the nokia initfs +ROOTFS_POSTPROCESS_COMMAND += " remove_init_link; " + +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "nokia770-init" +MACHINE_FEATURES = "kernel26 bluetooth mmc usbgadget usbhost screen alsa touchscreen vfat wifi" + +# build tools +EXTRA_IMAGEDEPENDS += "0xffff-native" -- 1.6.3.3