summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-02 16:50:43 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-03 09:01:08 +0100
commit13a25a08f2d3b6b00d0cf33855978b215390e710 (patch)
treee335843faca564f5b4e4a43e3696a16d13c5a902 /conf
parent60f1c4f27eb8d791dc7cc1e21ead3a7749d2d15c (diff)
downloadmeta-ti-13a25a08f2d3b6b00d0cf33855978b215390e710.tar.gz
TI BSP: add support the OMAP35x EVM board
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/omap3evm.conf52
1 files changed, 52 insertions, 0 deletions
diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf
new file mode 100644
index 00000000..9cd04ed7
--- /dev/null
+++ b/conf/machine/omap3evm.conf
@@ -0,0 +1,52 @@
1#@TYPE: Machine
2#@NAME: OMAP3 EVM
3#@DESCRIPTION: Machine configuration for the TI OMAP3 EVM
4TARGET_ARCH = "arm"
5
6PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
7XSERVER = "xserver-xorg \
8 xf86-input-evdev \
9 xf86-input-mouse \
10 xf86-input-tslib \
11 xf86-video-omapfb \
12 xf86-input-keyboard"
13
14GUI_MACHINE_CLASS = "smallscreen"
15
16require conf/machine/include/omap3.inc
17
18# Ship all kernel modules
19
20IMAGE_FSTYPES ?= "jffs2 tar.bz2"
21EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
22
23SERIAL_CONSOLE = "115200 ttyS0"
24USE_VT = "0"
25
26PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
27
28PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
29
30UBOOT_ARCH = "arm"
31UBOOT_MACHINE = "omap3_evm_config"
32XLOAD_MACHINE = "omap3evm_config"
33
34MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen"
35
36# NOTE: there are NAND and OneNAND versions of this board...
37
38# do ubiattach /dev/ubi_ctrl -m 4
39# From dmesg:
40# UBI: smallest flash I/O unit: 2048
41# UBI: logical eraseblock size: 129024 bytes
42# from ubiattach stdout:
43# UBI device number 0, total 1996 LEBs
44MKUBIFS_ARGS = "-m 2048 -e 129024 -c 1996"
45
46# do ubiattach /dev/ubi_ctrl -m 4
47# from dmesg:
48# UBI: smallest flash I/O unit: 2048
49# UBI: physical eraseblock size: 131072 bytes (128 KiB)
50# UBI: sub-page size: 512
51UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
52