summaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/keystone.inc2
-rw-r--r--conf/machine/k2hk-evm.conf4
-rw-r--r--conf/machine/k2l-evm.conf30
3 files changed, 34 insertions, 2 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index 63f069ce..a9449b28 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -12,8 +12,6 @@ MACHINE_KERNEL_PR = "r7"
12 12
13KERNEL_IMAGETYPE = "uImage" 13KERNEL_IMAGETYPE = "uImage"
14 14
15UBOOT_MACHINE = "k2hk_evm_config"
16
17UBOOT_ENTRYPOINT = "0x80008000" 15UBOOT_ENTRYPOINT = "0x80008000"
18UBOOT_LOADADDRESS = "0x80008000" 16UBOOT_LOADADDRESS = "0x80008000"
19 17
diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf
index 4b05f402..0ef6ad08 100644
--- a/conf/machine/k2hk-evm.conf
+++ b/conf/machine/k2hk-evm.conf
@@ -4,6 +4,10 @@
4 4
5require conf/machine/include/keystone.inc 5require conf/machine/include/keystone.inc
6 6
7UBOOT_MACHINE = "k2hk_evm_config"
8
9BOOT_MONITOR_MAKE_TARGET = "k2hk"
10
7IMAGE_FSTYPES += "ubi tar.gz cpio" 11IMAGE_FSTYPES += "ubi tar.gz cpio"
8 12
9SERIAL_CONSOLE = "115200 ttyS0" 13SERIAL_CONSOLE = "115200 ttyS0"
diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf
new file mode 100644
index 00000000..0824a09b
--- /dev/null
+++ b/conf/machine/k2l-evm.conf
@@ -0,0 +1,30 @@
1#@TYPE: Machine
2#@NAME: Keystone 2 K2L machine
3#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2L EVM
4
5require conf/machine/include/keystone.inc
6
7UBOOT_MACHINE = "k2l_evm_config"
8
9BOOT_MONITOR_MAKE_TARGET = "k2hk"
10
11IMAGE_FSTYPES += "ubi tar.gz cpio"
12
13SERIAL_CONSOLE = "115200 ttyS0"
14
15SYSVINIT_ENABLED_GETTYS = ""
16
17# do ubiattach /dev/ubi_ctrl -m 4
18# From dmesg:
19# UBI: smallest flash I/O unit: 4096
20# UBI: logical eraseblock size: 253952 bytes
21# from ubiattach stdout:
22# UBI device number 0, total 1926 LEBs
23MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 1926"
24
25# do ubiattach /dev/ubi_ctrl -m 4
26# from dmesg:
27# UBI: smallest flash I/O unit: 4096
28# UBI: physical eraseblock size: 256 KiB
29# UBI: sub-page size: 4096
30UBINIZE_ARGS = "-m 4096 -p 256KiB -s 4096 -O 4096"