diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:06 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:30 -0600 |
| commit | edf5e8ca6cc0728abbc47834bcd74837621c28ec (patch) | |
| tree | d6fae5c5cf2b699a9eda6f150f2da209865d80f9 /conf | |
| parent | 7ba14c8ddbdc5ef0710da0ddf3431f98953d3816 (diff) | |
| download | meta-ti-edf5e8ca6cc0728abbc47834bcd74837621c28ec.tar.gz | |
conf/machine: remove Keystone1/2 SoC/machine configs
As Keystone1/2 platforms are being deprecated.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/c665x-evm.conf | 9 | ||||
| -rw-r--r-- | conf/machine/c667x-evm.conf | 9 | ||||
| -rw-r--r-- | conf/machine/include/c66x.inc | 9 | ||||
| -rw-r--r-- | conf/machine/include/k2e.inc | 6 | ||||
| -rw-r--r-- | conf/machine/include/k2g.inc | 6 | ||||
| -rw-r--r-- | conf/machine/include/k2hk.inc | 6 | ||||
| -rw-r--r-- | conf/machine/include/k2l.inc | 6 | ||||
| -rw-r--r-- | conf/machine/include/keystone.inc | 30 | ||||
| -rw-r--r-- | conf/machine/k2e-evm.conf | 32 | ||||
| -rw-r--r-- | conf/machine/k2e-hs-evm.conf | 15 | ||||
| -rw-r--r-- | conf/machine/k2g-evm.conf | 35 | ||||
| -rw-r--r-- | conf/machine/k2g-hs-evm.conf | 15 | ||||
| -rw-r--r-- | conf/machine/k2hk-evm.conf | 32 | ||||
| -rw-r--r-- | conf/machine/k2hk-hs-evm.conf | 15 | ||||
| -rw-r--r-- | conf/machine/k2l-evm.conf | 32 | ||||
| -rw-r--r-- | conf/machine/k2l-hs-evm.conf | 15 |
16 files changed, 0 insertions, 272 deletions
diff --git a/conf/machine/c665x-evm.conf b/conf/machine/c665x-evm.conf deleted file mode 100644 index d0af7543..00000000 --- a/conf/machine/c665x-evm.conf +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Keystone 1 c665x machine | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI Keystone 1 c665x EVM | ||
| 4 | |||
| 5 | require conf/machine/include/c66x.inc | ||
| 6 | |||
| 7 | # Set the list of device targets for ti-pdk class recipes | ||
| 8 | TI_PDK_LIMIT_SOCS = "c6657" | ||
| 9 | TI_PDK_LIMIT_BOARDS = "evmC6657" | ||
diff --git a/conf/machine/c667x-evm.conf b/conf/machine/c667x-evm.conf deleted file mode 100644 index 11a90e46..00000000 --- a/conf/machine/c667x-evm.conf +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Keystone 1 c667x machine | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI Keystone 1 c667x EVM | ||
| 4 | |||
| 5 | require conf/machine/include/c66x.inc | ||
| 6 | |||
| 7 | # Set the list of device targets for ti-pdk class recipes | ||
| 8 | TI_PDK_LIMIT_SOCS = "c6678" | ||
| 9 | TI_PDK_LIMIT_BOARDS = "evmC6678" | ||
diff --git a/conf/machine/include/c66x.inc b/conf/machine/include/c66x.inc deleted file mode 100644 index 33a657f1..00000000 --- a/conf/machine/include/c66x.inc +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | require conf/machine/include/keystone.inc | ||
| 2 | SOC_FAMILY:append = ":c66x" | ||
| 3 | |||
| 4 | # HACK: The c66x family is composed of devices with only DSP cores, and no ARM | ||
| 5 | # cores. The Linux kernel is not supported on these machines. | ||
| 6 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-dummy" | ||
| 7 | EXTRA_IMAGEDEPENDS = "" | ||
| 8 | |||
| 9 | IMAGE_FSTYPES = "tar.xz" | ||
diff --git a/conf/machine/include/k2e.inc b/conf/machine/include/k2e.inc deleted file mode 100644 index a6d58bb3..00000000 --- a/conf/machine/include/k2e.inc +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | require conf/machine/include/keystone.inc | ||
| 2 | SOC_FAMILY:append = ":k2e" | ||
| 3 | |||
| 4 | # Set the list of device targets for ti-pdk class recipes | ||
| 5 | TI_PDK_LIMIT_SOCS = "k2e" | ||
| 6 | TI_PDK_LIMIT_BOARDS = "evmK2E" | ||
diff --git a/conf/machine/include/k2g.inc b/conf/machine/include/k2g.inc deleted file mode 100644 index be40d9e7..00000000 --- a/conf/machine/include/k2g.inc +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | require conf/machine/include/keystone.inc | ||
| 2 | SOC_FAMILY:append = ":k2g" | ||
| 3 | |||
| 4 | # Set the list of device targets for ti-pdk class recipes | ||
| 5 | TI_PDK_LIMIT_SOCS = "k2g" | ||
| 6 | TI_PDK_LIMIT_BOARDS = "evmK2G iceK2G" | ||
diff --git a/conf/machine/include/k2hk.inc b/conf/machine/include/k2hk.inc deleted file mode 100644 index 456fda75..00000000 --- a/conf/machine/include/k2hk.inc +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | require conf/machine/include/keystone.inc | ||
| 2 | SOC_FAMILY:append = ":k2hk" | ||
| 3 | |||
| 4 | # Set the list of device targets for ti-pdk class recipes | ||
| 5 | TI_PDK_LIMIT_SOCS = "k2h k2k" | ||
| 6 | TI_PDK_LIMIT_BOARDS = "evmK2H evmK2K" | ||
diff --git a/conf/machine/include/k2l.inc b/conf/machine/include/k2l.inc deleted file mode 100644 index b6a4bc7d..00000000 --- a/conf/machine/include/k2l.inc +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | require conf/machine/include/keystone.inc | ||
| 2 | SOC_FAMILY:append = ":k2l" | ||
| 3 | |||
| 4 | # Set the list of device targets for ti-pdk class recipes | ||
| 5 | TI_PDK_LIMIT_SOCS = "k2l" | ||
| 6 | TI_PDK_LIMIT_BOARDS = "evmK2L" | ||
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc deleted file mode 100644 index 851328ac..00000000 --- a/conf/machine/include/keystone.inc +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | require conf/machine/include/ti-soc.inc | ||
| 2 | SOC_FAMILY:append = ":keystone" | ||
| 3 | |||
| 4 | DEFAULTTUNE ?= "armv7athf-neon" | ||
| 5 | require conf/machine/include/arm/armv7a/tune-cortexa15.inc | ||
| 6 | |||
| 7 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-ti-staging" | ||
| 8 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | ||
| 9 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | ||
| 10 | |||
| 11 | # Increase this everytime you change something in the kernel | ||
| 12 | MACHINE_KERNEL_PR = "r10" | ||
| 13 | |||
| 14 | KERNEL_IMAGETYPE = "zImage" | ||
| 15 | |||
| 16 | UBOOT_ENTRYPOINT = "0x80008000" | ||
| 17 | UBOOT_LOADADDRESS = "0x80008000" | ||
| 18 | |||
| 19 | SPL_BINARY = "MLO" | ||
| 20 | UBOOT_SUFFIX = "bin" | ||
| 21 | |||
| 22 | # Use the expected value of the ubifs filesystem's volume name in the kernel | ||
| 23 | # and u-boot. | ||
| 24 | UBI_VOLNAME = "rootfs" | ||
| 25 | |||
| 26 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
| 27 | EXTRA_IMAGEDEPENDS += "boot-monitor" | ||
| 28 | |||
| 29 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat pci dsp" | ||
| 30 | MACHINE_FEATURES_BACKFILL_CONSIDERED = "rtc" | ||
diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf deleted file mode 100644 index 662f5c89..00000000 --- a/conf/machine/k2e-evm.conf +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Keystone 2 K2E machine | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2E EVM | ||
| 4 | |||
| 5 | require conf/machine/include/k2e.inc | ||
| 6 | |||
| 7 | KERNEL_DEVICETREE = "keystone-k2e-evm.dtb" | ||
| 8 | |||
| 9 | UBOOT_MACHINE = "k2e_evm_config" | ||
| 10 | |||
| 11 | BOOT_MONITOR_MAKE_TARGET = "k2e" | ||
| 12 | |||
| 13 | IMAGE_FSTYPES += "ubifs ubi tar.xz" | ||
| 14 | |||
| 15 | SERIAL_CONSOLES = "115200;ttyS0" | ||
| 16 | |||
| 17 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 18 | |||
| 19 | # do ubiattach /dev/ubi_ctrl -m 4 | ||
| 20 | # From dmesg: | ||
| 21 | # UBI: smallest flash I/O unit: 2048 | ||
| 22 | # UBI: logical eraseblock size: 126976 bytes | ||
| 23 | # from ubiattach stdout: | ||
| 24 | # UBI device number 0, total 3856 LEBs | ||
| 25 | MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3856" | ||
| 26 | |||
| 27 | # do ubiattach /dev/ubi_ctrl -m 4 | ||
| 28 | # from dmesg: | ||
| 29 | # UBI: smallest flash I/O unit: 2048 | ||
| 30 | # UBI: physical eraseblock size: 131072 bytes (128 KiB) | ||
| 31 | # UBI: sub-page size: 2048 | ||
| 32 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 2048 -O 2048" | ||
diff --git a/conf/machine/k2e-hs-evm.conf b/conf/machine/k2e-hs-evm.conf deleted file mode 100644 index 1fc03d6c..00000000 --- a/conf/machine/k2e-hs-evm.conf +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Keystone 2 K2E HS EVM | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2E HS EVM | ||
| 4 | |||
| 5 | require conf/machine/k2e-evm.conf | ||
| 6 | |||
| 7 | UBOOT_MACHINE = "k2e_hs_evm_config" | ||
| 8 | SPL_BINARY = "" | ||
| 9 | |||
| 10 | UBOOT_ENTRYPOINT = "0x82000000" | ||
| 11 | UBOOT_LOADADDRESS = "0x82000000" | ||
| 12 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
| 13 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
| 14 | |||
| 15 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/k2e" | ||
diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf deleted file mode 100644 index d4cf0605..00000000 --- a/conf/machine/k2g-evm.conf +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Keystone 2 K2G machine | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2G EVM | ||
| 4 | |||
| 5 | require conf/machine/include/k2g.inc | ||
| 6 | |||
| 7 | MACHINE_FEATURES += "alsa" | ||
| 8 | |||
| 9 | KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-ice.dtb \ | ||
| 10 | ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'keystone-k2g-ice-pru-excl-uio.dtb', '', d)}" | ||
| 11 | |||
| 12 | UBOOT_MACHINE = "k2g_evm_config" | ||
| 13 | |||
| 14 | BOOT_MONITOR_MAKE_TARGET = "k2g" | ||
| 15 | |||
| 16 | IMAGE_FSTYPES += "ubifs ubi tar.xz" | ||
| 17 | |||
| 18 | SERIAL_CONSOLES = "115200;ttyS0" | ||
| 19 | |||
| 20 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 21 | |||
| 22 | # do ubiattach /dev/ubi_ctrl -m 4 | ||
| 23 | # From dmesg: | ||
| 24 | # UBI: smallest flash I/O unit: 4096 | ||
| 25 | # UBI: logical eraseblock size: 253952 bytes | ||
| 26 | # from ubiattach stdout: | ||
| 27 | # UBI device number 0, total 1926 LEBs | ||
| 28 | MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 1926" | ||
| 29 | |||
| 30 | # do ubiattach /dev/ubi_ctrl -m 4 | ||
| 31 | # from dmesg: | ||
| 32 | # UBI: smallest flash I/O unit: 4096 | ||
| 33 | # UBI: physical eraseblock size: 256 KiB | ||
| 34 | # UBI: sub-page size: 4096 | ||
| 35 | UBINIZE_ARGS = "-m 4096 -p 256KiB -s 4096 -O 4096" | ||
diff --git a/conf/machine/k2g-hs-evm.conf b/conf/machine/k2g-hs-evm.conf deleted file mode 100644 index 0620b1f5..00000000 --- a/conf/machine/k2g-hs-evm.conf +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Keystone 2 K2G HS EVM | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2G HS EVM | ||
| 4 | |||
| 5 | require conf/machine/k2g-evm.conf | ||
| 6 | |||
| 7 | UBOOT_MACHINE = "k2g_hs_evm_config" | ||
| 8 | SPL_BINARY = "" | ||
| 9 | |||
| 10 | UBOOT_ENTRYPOINT = "0x82000000" | ||
| 11 | UBOOT_LOADADDRESS = "0x82000000" | ||
| 12 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
| 13 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
| 14 | |||
| 15 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/k2g" | ||
diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf deleted file mode 100644 index 89386f1d..00000000 --- a/conf/machine/k2hk-evm.conf +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Keystone 2 K2HK machine | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2HK EVM | ||
| 4 | |||
| 5 | require conf/machine/include/k2hk.inc | ||
| 6 | |||
| 7 | KERNEL_DEVICETREE = "keystone-k2hk-evm.dtb" | ||
| 8 | |||
| 9 | UBOOT_MACHINE = "k2hk_evm_config" | ||
| 10 | |||
| 11 | BOOT_MONITOR_MAKE_TARGET = "k2hk" | ||
| 12 | |||
| 13 | IMAGE_FSTYPES += "ubifs ubi tar.xz" | ||
| 14 | |||
| 15 | SERIAL_CONSOLES = "115200;ttyS0" | ||
| 16 | |||
| 17 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 18 | |||
| 19 | # do ubiattach /dev/ubi_ctrl -m 4 | ||
| 20 | # From dmesg: | ||
| 21 | # UBI: smallest flash I/O unit: 2048 | ||
| 22 | # UBI: logical eraseblock size: 126976 bytes | ||
| 23 | # from ubiattach stdout: | ||
| 24 | # UBI device number 0, total 3856 LEBs | ||
| 25 | MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 3856" | ||
| 26 | |||
| 27 | # do ubiattach /dev/ubi_ctrl -m 4 | ||
| 28 | # from dmesg: | ||
| 29 | # UBI: smallest flash I/O unit: 2048 | ||
| 30 | # UBI: physical eraseblock size: 131072 bytes (128 KiB) | ||
| 31 | # UBI: sub-page size: 2048 | ||
| 32 | UBINIZE_ARGS = "-m 2048 -p 128KiB -s 2048 -O 2048" | ||
diff --git a/conf/machine/k2hk-hs-evm.conf b/conf/machine/k2hk-hs-evm.conf deleted file mode 100644 index 5c93ca48..00000000 --- a/conf/machine/k2hk-hs-evm.conf +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Keystone 2 K2HK HS EVM | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2HK HS EVM | ||
| 4 | |||
| 5 | require conf/machine/k2hk-evm.conf | ||
| 6 | |||
| 7 | UBOOT_MACHINE = "k2hk_hs_evm_config" | ||
| 8 | SPL_BINARY = "" | ||
| 9 | |||
| 10 | UBOOT_ENTRYPOINT = "0x82000000" | ||
| 11 | UBOOT_LOADADDRESS = "0x82000000" | ||
| 12 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
| 13 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
| 14 | |||
| 15 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/k2hk" | ||
diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf deleted file mode 100644 index dddc01f1..00000000 --- a/conf/machine/k2l-evm.conf +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Keystone 2 K2L machine | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2L EVM | ||
| 4 | |||
| 5 | require conf/machine/include/k2l.inc | ||
| 6 | |||
| 7 | KERNEL_DEVICETREE = "keystone-k2l-evm.dtb" | ||
| 8 | |||
| 9 | UBOOT_MACHINE = "k2l_evm_config" | ||
| 10 | |||
| 11 | BOOT_MONITOR_MAKE_TARGET = "k2l" | ||
| 12 | |||
| 13 | IMAGE_FSTYPES += "ubifs ubi tar.xz" | ||
| 14 | |||
| 15 | SERIAL_CONSOLES = "115200;ttyS0" | ||
| 16 | |||
| 17 | SYSVINIT_ENABLED_GETTYS = "" | ||
| 18 | |||
| 19 | # do ubiattach /dev/ubi_ctrl -m 4 | ||
| 20 | # From dmesg: | ||
| 21 | # UBI: smallest flash I/O unit: 4096 | ||
| 22 | # UBI: logical eraseblock size: 253952 bytes | ||
| 23 | # from ubiattach stdout: | ||
| 24 | # UBI device number 0, total 1926 LEBs | ||
| 25 | MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 1926" | ||
| 26 | |||
| 27 | # do ubiattach /dev/ubi_ctrl -m 4 | ||
| 28 | # from dmesg: | ||
| 29 | # UBI: smallest flash I/O unit: 4096 | ||
| 30 | # UBI: physical eraseblock size: 256 KiB | ||
| 31 | # UBI: sub-page size: 4096 | ||
| 32 | UBINIZE_ARGS = "-m 4096 -p 256KiB -s 4096 -O 4096" | ||
diff --git a/conf/machine/k2l-hs-evm.conf b/conf/machine/k2l-hs-evm.conf deleted file mode 100644 index 097f94d0..00000000 --- a/conf/machine/k2l-hs-evm.conf +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: Keystone 2 K2L HS EVM | ||
| 3 | #@DESCRIPTION: Machine configuration for the TI Keystone 2 K2L HS EVM | ||
| 4 | |||
| 5 | require conf/machine/k2l-evm.conf | ||
| 6 | |||
| 7 | UBOOT_MACHINE = "k2l_hs_evm_config" | ||
| 8 | SPL_BINARY = "" | ||
| 9 | |||
| 10 | UBOOT_ENTRYPOINT = "0x82000000" | ||
| 11 | UBOOT_LOADADDRESS = "0x82000000" | ||
| 12 | UBOOT_RD_LOADADDRESS = "0x84000000" | ||
| 13 | UBOOT_RD_ENTRYPOINT = "0x84000000" | ||
| 14 | |||
| 15 | TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_CAT}/k2l" | ||
