summaryrefslogtreecommitdiffstats
path: root/conf/machine/am57xx-evm.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/am57xx-evm.conf')
-rw-r--r--conf/machine/am57xx-evm.conf53
1 files changed, 0 insertions, 53 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
deleted file mode 100644
index eb0082ee..00000000
--- a/conf/machine/am57xx-evm.conf
+++ /dev/null
@@ -1,53 +0,0 @@
1#@TYPE: Machine
2#@NAME: AM57xx EVM
3#@DESCRIPTION: Machine configuration for the TI AM57xx EVM
4
5require conf/machine/include/dra7xx.inc
6
7MACHINE_FEATURES += "touchscreen"
8
9SERIAL_CONSOLES = "115200;ttyS2"
10
11KERNEL_DEVICETREE = " \
12 am57xx-beagle-x15.dtb \
13 am57xx-beagle-x15-revb1.dtb \
14 am57xx-beagle-x15-revc.dtb \
15 am5729-beagleboneai.dtb \
16 am57xx-evm.dtb \
17 ti/am57xx-evm-common.dtbo \
18 am57xx-evm-reva3.dtb \
19 ti/am57xx-evm-reva3.dtbo \
20 am571x-idk.dtb \
21 ti/am571x-idk-touchscreen.dtbo \
22 am572x-idk.dtb \
23 am574x-idk.dtb \
24 ti/am57xx-idk-osd-lcd-common.dtbo \
25 ti/am572x-idk-touchscreen.dtbo \
26 ti/lcd-osd101t2587.dtbo \
27 ti/lcd-osd101t2045.dtbo \
28"
29
30KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}"
31
32UBOOT_MACHINE = "am57xx_evm_config"
33
34# UBI information. Note that this is board and kernel specific. Changes
35# in your kernel port may require changes in these variables. For more
36# details about this board please see
37# http://processors.wiki.ti.com/index.php/UBIFS_Support
38
39# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
40# From dmesg:
41# UBI: smallest flash I/O unit: 2048
42# UBI: logical eraseblock size: 126976 bytes
43# from ubiattach stdout:
44# UBI device number 0, total 1988 LEBs
45MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 8192"
46
47# do ubiattach /dev/ubi_ctrl -m 7 -O 2048
48# from dmesg:
49# UBI: smallest flash I/O unit: 2048
50# UBI: physical eraseblock size: 131072 bytes (128 KiB)
51# UBI: sub-page size: 512
52# UBI: VID header offset: 2048 (aligned 2048)
53UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"