micro2440.conf: Merge in some bits from mini2440.conf, add support for u-boot.
[vuplus_openembedded] / conf / machine / micro2440.conf
1 #@TYPE: Machine
2 #@Name: FriendlyARM micro2440
3 #@DESCRIPTION: Machine configuration for FriendlyARM micro2440 Samsung 2440 based board
4
5 TARGET_ARCH = "arm"
6
7 IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt \
8                        files/device_table_add-s3c_serial.txt"
9
10 PREFERRED_VERSION_u-boot = "git"
11 UBOOT_MACHINE = "mini2440_config"
12
13 PREFERRED_PROVIDER_virtual/kernel = "linux-mini2440"
14
15 # This can be used as alternative, stable kernel
16 # PREFERRED_PROVIDER_virtual/kernel = "linux"
17 # PREFERRED_VERSION_linux = "2.6.29"
18
19
20 # This is not necessarily true, there is a 800x480 display as well
21 MACHINE_DISPLAY_WIDTH_PIXELS = "240"
22 MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
23 MACHINE_DISPLAY_ORIENTATION = "0"
24 MACHINE_DISPLAY_PPI = "110"
25 # used by matchbox-panel large icons look ok on both displays
26 GUI_MACHINE_CLASS = "bigscreen"
27
28 # used by sysvinit
29 SERIAL_CONSOLE = "115200 ttySAC0"
30
31 IMAGE_FSTYPES = "jffs2 tar.gz"
32
33 MACHINE_FEATURES = "kernel26 touchscreen screen usbhost usbgadget sound alsa ethernet mmc mmcroot i2c spi"
34
35 require conf/machine/include/tune-arm920t.inc
36
37 KERNEL_IMAGETYPE = "uImage"
38 EXTRA_IMAGECMD_jffs2 = "--pad --little-endian -e16KiB -n \
39         ; sumtool -e16KiB --no-cleanmarkers \
40         --littleendian --pad \
41         -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
42         -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary"