u-boot: Add PSP version for am387x-evm
[openembedded.git] / conf / machine / bug20.conf
blob95ce49c7f528ad226e6e46dbd114e8a2db78654d
1 #@TYPE: Machine
2 #@NAME: BUG 2.0
3 #@DESCRIPTION: Machine configuration for the BUG 2.0 board (OMAP3530 based)
4 TARGET_ARCH = "arm"
6 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7 XSERVER = "xserver-xorg \
8            xserver-xorg-extension-dri \
9            xserver-xorg-extension-glx \
10            xf86-input-evdev \
11            xf86-input-tslib \
12            xf86-input-mouse \
13            xf86-video-omapfb \
14            xf86-input-keyboard"
16 MACHINE_EXTRA_RRECOMMENDS = "marvell-gspi-fw marvell-sdio-fw kernel-modules"
18 # Only has DVI connector for external screen
19 GUI_MACHINE_CLASS = "bigscreen"
21 require conf/machine/include/omap3.inc
23 PREFERRED_PROVIDER_virtual/kernel = "linux-omap-hah"
25 IMAGE_FSTYPES += "tar.bz2 ubi"
26 EXTRA_IMAGECMD_jffs2 = "-lnp "
28 SERIAL_CONSOLE = "115200 ttyS2"
30 UBOOT_MACHINE = "omap3_bug_config"
32 # do ubiattach /dev/ubi_ctrl -m 4
33 # From dmesg:
34 # UBI: smallest flash I/O unit:    2048
35 # UBI: logical eraseblock size:    129024 bytes
36 # from ubiattach stdout:
37 # UBI device number 0, total 1996 LEBs
38 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
40 # do ubiattach /dev/ubi_ctrl -m 4
41 # from dmesg:
42 # UBI: smallest flash I/O unit:    2048
43 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
44 # UBI: sub-page size:              512
45 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
47 PREFERRED_VERSION_u-boot = "git"
49 # and sdio
50 MACHINE_FEATURES = "kernel26 screen apm usbgadget usbhost vfat alsa wifi bluetooth"
52 # We don't provide a bug20 x-load config yet
53 XLOAD_MACHINE = "omap3530beagle_config"