]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - conf/machine/omap5-evm.conf
5fe39424d78d4f9f2f8c2a8ad8088908c1f973fe
[glsdk/meta-ti-glsdk.git] / conf / machine / omap5-evm.conf
1 #@TYPE: Machine
2 #@NAME: OMAP5 EVM
3 #@DESCRIPTION: Machine configuration for the TI OMAP5 uEVM
5 require conf/machine/include/omap-a15.inc
7 IMAGE_FSTYPES += "ubi tar.gz"
9 SERIAL_CONSOLE = "115200 ttyO2"
11 # UBI information.  Note that this is board and kernel specific.  Changes
12 # in your kernel port may require changes in these variables.  For more
13 # details about this board please see
14 # http://processors.wiki.ti.com/index.php/UBIFS_Support
16 # do ubiattach /dev/ubi_ctrl -m 7 -O 2048
17 # From dmesg:
18 # UBI: smallest flash I/O unit:    2048
19 # UBI: logical eraseblock size:    126976 bytes
20 # from ubiattach stdout:
21 # UBI device number 0, total 1988 LEBs
22 MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3836"
24 # do ubiattach /dev/ubi_ctrl -m 7 -O 2048
25 # from dmesg:
26 # UBI: smallest flash I/O unit:    2048
27 # UBI: physical eraseblock size:   131072 bytes (128 KiB)
28 # UBI: sub-page size:              512
29 # UBI: VID header offset:          2048 (aligned 2048)
30 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
32 UBOOT_MACHINE = "omap5_evm_config"
34 # Currently removing the sgx machine feature because there is no SGX package
35 # available for omap5
36 MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"