diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am387x-evm.conf | 9 | ||||
-rw-r--r-- | conf/machine/am389x-evm.conf | 9 | ||||
-rw-r--r-- | conf/machine/c6a814x-evm.conf | 7 | ||||
-rw-r--r-- | conf/machine/c6a816x-evm.conf | 7 | ||||
-rw-r--r-- | conf/machine/dm814x-evm.conf | 7 | ||||
-rw-r--r-- | conf/machine/include/ti814x.inc | 26 | ||||
-rw-r--r-- | conf/machine/include/ti816x.inc | 26 |
7 files changed, 0 insertions, 91 deletions
diff --git a/conf/machine/am387x-evm.conf b/conf/machine/am387x-evm.conf deleted file mode 100644 index b2df3703..00000000 --- a/conf/machine/am387x-evm.conf +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM389x evm | ||
3 | #@DESCRIPTION: Machine configuration for the AM389x evm | ||
4 | |||
5 | require conf/machine/include/ti814x.inc | ||
6 | |||
7 | IMAGE_FSTYPES += "ubi tar.gz" | ||
8 | |||
9 | MACHINE_FEATURES += "sgx" | ||
diff --git a/conf/machine/am389x-evm.conf b/conf/machine/am389x-evm.conf deleted file mode 100644 index 3b2145d6..00000000 --- a/conf/machine/am389x-evm.conf +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: am389x evm | ||
3 | #@DESCRIPTION: Machine configuration for the am389x evm | ||
4 | |||
5 | require conf/machine/include/ti816x.inc | ||
6 | |||
7 | IMAGE_FSTYPES += "ubi tar.gz" | ||
8 | |||
9 | MACHINE_FEATURES += "sgx" | ||
diff --git a/conf/machine/c6a814x-evm.conf b/conf/machine/c6a814x-evm.conf deleted file mode 100644 index a81d7fd7..00000000 --- a/conf/machine/c6a814x-evm.conf +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: c6a814x evm | ||
3 | #@DESCRIPTION: Machine configuration for the c6a814x evm | ||
4 | |||
5 | require conf/machine/include/ti814x.inc | ||
6 | |||
7 | MACHINE_FEATURES += "sgx" | ||
diff --git a/conf/machine/c6a816x-evm.conf b/conf/machine/c6a816x-evm.conf deleted file mode 100644 index 380c4b8b..00000000 --- a/conf/machine/c6a816x-evm.conf +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: c6a816x evm | ||
3 | #@DESCRIPTION: Machine configuration for the c6a816x evm | ||
4 | |||
5 | require conf/machine/include/ti816x.inc | ||
6 | |||
7 | MACHINE_FEATURES += "sgx" | ||
diff --git a/conf/machine/dm814x-evm.conf b/conf/machine/dm814x-evm.conf deleted file mode 100644 index 4fa1e247..00000000 --- a/conf/machine/dm814x-evm.conf +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: DM814x evm | ||
3 | #@DESCRIPTION: Machine configuration for the DM814x evm | ||
4 | |||
5 | require conf/machine/include/ti814x.inc | ||
6 | |||
7 | MACHINE_FEATURES += "sgx" | ||
diff --git a/conf/machine/include/ti814x.inc b/conf/machine/include/ti814x.inc deleted file mode 100644 index 475a2127..00000000 --- a/conf/machine/include/ti814x.inc +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | SOC_FAMILY = "ti814x" | ||
2 | require conf/machine/include/soc-family.inc | ||
3 | |||
4 | require conf/machine/include/tune-cortexa8.inc | ||
5 | |||
6 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp" | ||
7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
8 | |||
9 | # Increase this everytime you change something in the kernel | ||
10 | MACHINE_KERNEL_PR = "r2" | ||
11 | |||
12 | KERNEL_IMAGETYPE = "uImage" | ||
13 | |||
14 | UBOOT_ARCH = "arm" | ||
15 | UBOOT_MACHINE = "ti8148_evm_config_nand" | ||
16 | UBOOT_ENTRYPOINT = "0x80008000" | ||
17 | UBOOT_LOADADDRESS = "0x80008000" | ||
18 | |||
19 | # Only build u-boot | ||
20 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
21 | |||
22 | # Ship all kernel modules | ||
23 | IMAGE_FSTYPES += "jffs2 tar.bz2" | ||
24 | EXTRA_IMAGECMD_jffs2 = "-lqn -e 128" | ||
25 | SERIAL_CONSOLE = "115200 ttyO0" | ||
26 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet" | ||
diff --git a/conf/machine/include/ti816x.inc b/conf/machine/include/ti816x.inc deleted file mode 100644 index 2fe40067..00000000 --- a/conf/machine/include/ti816x.inc +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | SOC_FAMILY = "ti816x" | ||
2 | require conf/machine/include/soc-family.inc | ||
3 | |||
4 | require conf/machine/include/tune-cortexa8.inc | ||
5 | |||
6 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp" | ||
7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
8 | |||
9 | # Increase this everytime you change something in the kernel | ||
10 | MACHINE_KERNEL_PR = "r2" | ||
11 | |||
12 | KERNEL_IMAGETYPE = "uImage" | ||
13 | |||
14 | UBOOT_ARCH = "arm" | ||
15 | UBOOT_MACHINE = "ti8168_evm_config" | ||
16 | UBOOT_ENTRYPOINT = "0x80008000" | ||
17 | UBOOT_LOADADDRESS = "0x80008000" | ||
18 | |||
19 | # Only build u-boot | ||
20 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
21 | |||
22 | # Ship all kernel modules | ||
23 | IMAGE_FSTYPES += "jffs2 tar.bz2" | ||
24 | EXTRA_IMAGECMD_jffs2 = "-lqn -e 128" | ||
25 | SERIAL_CONSOLE = "115200 ttyO2" | ||
26 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet" | ||