summaryrefslogtreecommitdiffstats
path: root/conf/machine/am3517-evm.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-20 09:40:40 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-20 10:20:57 +0200
commit2e5bfccfe23b450de8794a468fddfd11684a5a0b (patch)
tree2c7055b748da37d2fb79e164cc3e7c508684e28c /conf/machine/am3517-evm.conf
parent3240a13c1272b37fda5bc4dc26741aac387a8a74 (diff)
downloadmeta-ti-2e5bfccfe23b450de8794a468fddfd11684a5a0b.tar.gz
add machine config for am3517-evm
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf/machine/am3517-evm.conf')
-rw-r--r--conf/machine/am3517-evm.conf52
1 files changed, 52 insertions, 0 deletions
diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf
new file mode 100644
index 00000000..8dafd60d
--- /dev/null
+++ b/conf/machine/am3517-evm.conf
@@ -0,0 +1,52 @@
1#@TYPE: Machine
2#@NAME: AM3517 EVM
3#@DESCRIPTION: Machine configuration for the TI Sitara AM3517 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 += "ubi tar.bz2"
21EXTRA_IMAGECMD_jffs2 = "-lnp -e 0x20000 -s 2048"
22
23SERIAL_CONSOLE = "115200 ttyS2"
24USE_VT = "2"
25
26PREFERRED_PROVIDER_virtual/kernel = "linux-omap-psp"
27
28PREFERRED_PROVIDER_virtual/bootloader = "u-boot"
29
30UBOOT_ARCH = "arm"
31UBOOT_MACHINE = "am3517_evm_config"
32XLOAD_MACHINE = "am3517evm_config"
33
34MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 screen touchscreen ethernet"
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