[PATCH 11/19] conf/machine: remove Keystone1/2 SoC/machine configs
Denys Dmytriyenko
From: Denys Dmytriyenko <denys@konsulko.com>
As Keystone1/2 platforms are being deprecated. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- conf/machine/c665x-evm.conf | 9 -------- conf/machine/c667x-evm.conf | 9 -------- conf/machine/include/c66x.inc | 9 -------- conf/machine/include/k2e.inc | 6 ------ conf/machine/include/k2g.inc | 6 ------ conf/machine/include/k2hk.inc | 6 ------ conf/machine/include/k2l.inc | 6 ------ conf/machine/include/keystone.inc | 30 -------------------------- conf/machine/k2e-evm.conf | 32 ---------------------------- conf/machine/k2e-hs-evm.conf | 15 ------------- conf/machine/k2g-evm.conf | 35 ------------------------------- conf/machine/k2g-hs-evm.conf | 15 ------------- conf/machine/k2hk-evm.conf | 32 ---------------------------- conf/machine/k2hk-hs-evm.conf | 15 ------------- conf/machine/k2l-evm.conf | 32 ---------------------------- conf/machine/k2l-hs-evm.conf | 15 ------------- 16 files changed, 272 deletions(-) delete mode 100644 conf/machine/c665x-evm.conf delete mode 100644 conf/machine/c667x-evm.conf delete mode 100644 conf/machine/include/c66x.inc delete mode 100644 conf/machine/include/k2e.inc delete mode 100644 conf/machine/include/k2g.inc delete mode 100644 conf/machine/include/k2hk.inc delete mode 100644 conf/machine/include/k2l.inc delete mode 100644 conf/machine/include/keystone.inc delete mode 100644 conf/machine/k2e-evm.conf delete mode 100644 conf/machine/k2e-hs-evm.conf delete mode 100644 conf/machine/k2g-evm.conf delete mode 100644 conf/machine/k2g-hs-evm.conf delete mode 100644 conf/machine/k2hk-evm.conf delete mode 100644 conf/machine/k2hk-hs-evm.conf delete mode 100644 conf/machine/k2l-evm.conf delete mode 100644 conf/machine/k2l-hs-evm.conf 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 @@ -#@TYPE: Machine -#@NAME: Keystone 1 c665x machine -#@DESCRIPTION: Machine configuration for the TI Keystone 1 c665x EVM - -require conf/machine/include/c66x.inc - -# Set the list of device targets for ti-pdk class recipes -TI_PDK_LIMIT_SOCS =3D "c6657" -TI_PDK_LIMIT_BOARDS =3D "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 @@ -#@TYPE: Machine -#@NAME: Keystone 1 c667x machine -#@DESCRIPTION: Machine configuration for the TI Keystone 1 c667x EVM - -require conf/machine/include/c66x.inc - -# Set the list of device targets for ti-pdk class recipes -TI_PDK_LIMIT_SOCS =3D "c6678" -TI_PDK_LIMIT_BOARDS =3D "evmC6678" diff --git a/conf/machine/include/c66x.inc b/conf/machine/include/c66x.in= c deleted file mode 100644 index 33a657f1..00000000 --- a/conf/machine/include/c66x.inc +++ /dev/null @@ -1,9 +0,0 @@ -require conf/machine/include/keystone.inc -SOC_FAMILY:append =3D ":c66x" - -# HACK: The c66x family is composed of devices with only DSP cores, and = no ARM -# cores. The Linux kernel is not supported on these machines. -PREFERRED_PROVIDER_virtual/kernel ?=3D "linux-dummy" -EXTRA_IMAGEDEPENDS =3D "" - -IMAGE_FSTYPES =3D "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 @@ -require conf/machine/include/keystone.inc -SOC_FAMILY:append =3D ":k2e" - -# Set the list of device targets for ti-pdk class recipes -TI_PDK_LIMIT_SOCS =3D "k2e" -TI_PDK_LIMIT_BOARDS =3D "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 @@ -require conf/machine/include/keystone.inc -SOC_FAMILY:append =3D ":k2g" - -# Set the list of device targets for ti-pdk class recipes -TI_PDK_LIMIT_SOCS =3D "k2g" -TI_PDK_LIMIT_BOARDS =3D "evmK2G iceK2G" diff --git a/conf/machine/include/k2hk.inc b/conf/machine/include/k2hk.in= c deleted file mode 100644 index 456fda75..00000000 --- a/conf/machine/include/k2hk.inc +++ /dev/null @@ -1,6 +0,0 @@ -require conf/machine/include/keystone.inc -SOC_FAMILY:append =3D ":k2hk" - -# Set the list of device targets for ti-pdk class recipes -TI_PDK_LIMIT_SOCS =3D "k2h k2k" -TI_PDK_LIMIT_BOARDS =3D "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 @@ -require conf/machine/include/keystone.inc -SOC_FAMILY:append =3D ":k2l" - -# Set the list of device targets for ti-pdk class recipes -TI_PDK_LIMIT_SOCS =3D "k2l" -TI_PDK_LIMIT_BOARDS =3D "evmK2L" diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/key= stone.inc deleted file mode 100644 index 851328ac..00000000 --- a/conf/machine/include/keystone.inc +++ /dev/null @@ -1,30 +0,0 @@ -require conf/machine/include/ti-soc.inc -SOC_FAMILY:append =3D ":keystone" - -DEFAULTTUNE ?=3D "armv7athf-neon" -require conf/machine/include/arm/armv7a/tune-cortexa15.inc - -PREFERRED_PROVIDER_virtual/kernel ?=3D "linux-ti-staging" -PREFERRED_PROVIDER_virtual/bootloader =3D "u-boot-ti-staging" -PREFERRED_PROVIDER_u-boot =3D "u-boot-ti-staging" - -# Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR =3D "r10" - -KERNEL_IMAGETYPE =3D "zImage" - -UBOOT_ENTRYPOINT =3D "0x80008000" -UBOOT_LOADADDRESS =3D "0x80008000" - -SPL_BINARY =3D "MLO" -UBOOT_SUFFIX =3D "bin" - -# Use the expected value of the ubifs filesystem's volume name in the ke= rnel -# and u-boot. -UBI_VOLNAME =3D "rootfs" - -EXTRA_IMAGEDEPENDS +=3D "u-boot" -EXTRA_IMAGEDEPENDS +=3D "boot-monitor" - -MACHINE_FEATURES =3D "kernel26 apm usbgadget usbhost vfat pci dsp" -MACHINE_FEATURES_BACKFILL_CONSIDERED =3D "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 @@ -#@TYPE: Machine -#@NAME: Keystone 2 K2E machine -#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2E EVM - -require conf/machine/include/k2e.inc - -KERNEL_DEVICETREE =3D "keystone-k2e-evm.dtb" - -UBOOT_MACHINE =3D "k2e_evm_config" - -BOOT_MONITOR_MAKE_TARGET =3D "k2e" - -IMAGE_FSTYPES +=3D "ubifs ubi tar.xz" - -SERIAL_CONSOLES =3D "115200;ttyS0" - -SYSVINIT_ENABLED_GETTYS =3D "" - -# do ubiattach /dev/ubi_ctrl -m 4 -# From dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: logical eraseblock size: 126976 bytes -# from ubiattach stdout: -# UBI device number 0, total 3856 LEBs -MKUBIFS_ARGS =3D "-F -m 2048 -e 126976 -c 3856" - -# do ubiattach /dev/ubi_ctrl -m 4 -# from dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: physical eraseblock size: 131072 bytes (128 KiB) -# UBI: sub-page size: 2048 -UBINIZE_ARGS =3D "-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 @@ -#@TYPE: Machine -#@NAME: Keystone 2 K2E HS EVM -#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2E HS EVM - -require conf/machine/k2e-evm.conf - -UBOOT_MACHINE =3D "k2e_hs_evm_config" -SPL_BINARY =3D "" - -UBOOT_ENTRYPOINT =3D "0x82000000" -UBOOT_LOADADDRESS =3D "0x82000000" -UBOOT_RD_LOADADDRESS =3D "0x84000000" -UBOOT_RD_ENTRYPOINT =3D "0x84000000" - -TI_SECURE_DEV_PKG =3D "${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 @@ -#@TYPE: Machine -#@NAME: Keystone 2 K2G machine -#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2G EVM - -require conf/machine/include/k2g.inc - -MACHINE_FEATURES +=3D "alsa" - -KERNEL_DEVICETREE =3D "keystone-k2g-evm.dtb keystone-k2g-ice.dtb \ - ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1= ', 'keystone-k2g-ice-pru-excl-uio.dtb', '', d)}" - -UBOOT_MACHINE =3D "k2g_evm_config" - -BOOT_MONITOR_MAKE_TARGET =3D "k2g" - -IMAGE_FSTYPES +=3D "ubifs ubi tar.xz" - -SERIAL_CONSOLES =3D "115200;ttyS0" - -SYSVINIT_ENABLED_GETTYS =3D "" - -# do ubiattach /dev/ubi_ctrl -m 4 -# From dmesg: -# UBI: smallest flash I/O unit: 4096 -# UBI: logical eraseblock size: 253952 bytes -# from ubiattach stdout: -# UBI device number 0, total 1926 LEBs -MKUBIFS_ARGS =3D "-F -m 4096 -e 253952 -c 1926" - -# do ubiattach /dev/ubi_ctrl -m 4 -# from dmesg: -# UBI: smallest flash I/O unit: 4096 -# UBI: physical eraseblock size: 256 KiB -# UBI: sub-page size: 4096 -UBINIZE_ARGS =3D "-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 @@ -#@TYPE: Machine -#@NAME: Keystone 2 K2G HS EVM -#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2G HS EVM - -require conf/machine/k2g-evm.conf - -UBOOT_MACHINE =3D "k2g_hs_evm_config" -SPL_BINARY =3D "" - -UBOOT_ENTRYPOINT =3D "0x82000000" -UBOOT_LOADADDRESS =3D "0x82000000" -UBOOT_RD_LOADADDRESS =3D "0x84000000" -UBOOT_RD_ENTRYPOINT =3D "0x84000000" - -TI_SECURE_DEV_PKG =3D "${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 @@ -#@TYPE: Machine -#@NAME: Keystone 2 K2HK machine -#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2HK EVM - -require conf/machine/include/k2hk.inc - -KERNEL_DEVICETREE =3D "keystone-k2hk-evm.dtb" - -UBOOT_MACHINE =3D "k2hk_evm_config" - -BOOT_MONITOR_MAKE_TARGET =3D "k2hk" - -IMAGE_FSTYPES +=3D "ubifs ubi tar.xz" - -SERIAL_CONSOLES =3D "115200;ttyS0" - -SYSVINIT_ENABLED_GETTYS =3D "" - -# do ubiattach /dev/ubi_ctrl -m 4 -# From dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: logical eraseblock size: 126976 bytes -# from ubiattach stdout: -# UBI device number 0, total 3856 LEBs -MKUBIFS_ARGS =3D "-F -m 2048 -e 126976 -c 3856" - -# do ubiattach /dev/ubi_ctrl -m 4 -# from dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: physical eraseblock size: 131072 bytes (128 KiB) -# UBI: sub-page size: 2048 -UBINIZE_ARGS =3D "-m 2048 -p 128KiB -s 2048 -O 2048" diff --git a/conf/machine/k2hk-hs-evm.conf b/conf/machine/k2hk-hs-evm.con= f deleted file mode 100644 index 5c93ca48..00000000 --- a/conf/machine/k2hk-hs-evm.conf +++ /dev/null @@ -1,15 +0,0 @@ -#@TYPE: Machine -#@NAME: Keystone 2 K2HK HS EVM -#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2HK HS EVM - -require conf/machine/k2hk-evm.conf - -UBOOT_MACHINE =3D "k2hk_hs_evm_config" -SPL_BINARY =3D "" - -UBOOT_ENTRYPOINT =3D "0x82000000" -UBOOT_LOADADDRESS =3D "0x82000000" -UBOOT_RD_LOADADDRESS =3D "0x84000000" -UBOOT_RD_ENTRYPOINT =3D "0x84000000" - -TI_SECURE_DEV_PKG =3D "${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 @@ -#@TYPE: Machine -#@NAME: Keystone 2 K2L machine -#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2L EVM - -require conf/machine/include/k2l.inc - -KERNEL_DEVICETREE =3D "keystone-k2l-evm.dtb" - -UBOOT_MACHINE =3D "k2l_evm_config" - -BOOT_MONITOR_MAKE_TARGET =3D "k2l" - -IMAGE_FSTYPES +=3D "ubifs ubi tar.xz" - -SERIAL_CONSOLES =3D "115200;ttyS0" - -SYSVINIT_ENABLED_GETTYS =3D "" - -# do ubiattach /dev/ubi_ctrl -m 4 -# From dmesg: -# UBI: smallest flash I/O unit: 4096 -# UBI: logical eraseblock size: 253952 bytes -# from ubiattach stdout: -# UBI device number 0, total 1926 LEBs -MKUBIFS_ARGS =3D "-F -m 4096 -e 253952 -c 1926" - -# do ubiattach /dev/ubi_ctrl -m 4 -# from dmesg: -# UBI: smallest flash I/O unit: 4096 -# UBI: physical eraseblock size: 256 KiB -# UBI: sub-page size: 4096 -UBINIZE_ARGS =3D "-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 @@ -#@TYPE: Machine -#@NAME: Keystone 2 K2L HS EVM -#@DESCRIPTION: Machine configuration for the TI Keystone 2 K2L HS EVM - -require conf/machine/k2l-evm.conf - -UBOOT_MACHINE =3D "k2l_hs_evm_config" -SPL_BINARY =3D "" - -UBOOT_ENTRYPOINT =3D "0x82000000" -UBOOT_LOADADDRESS =3D "0x82000000" -UBOOT_RD_LOADADDRESS =3D "0x84000000" -UBOOT_RD_ENTRYPOINT =3D "0x84000000" - -TI_SECURE_DEV_PKG =3D "${TI_SECURE_DEV_PKG_CAT}/k2l" --=20 2.25.1
|
|
[PATCH 08/19] alsa-state: remove asound.state for deprecated beagleboard
Denys Dmytriyenko
From: Denys Dmytriyenko <denys@konsulko.com>
As beagleboard is now deprecated and removed from future meta-ti releases= . Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- recipes-bsp/alsa-state/alsa-state.bbappend | 1 - .../alsa-state/beagleboard/asound.state | 656 ------------------ 2 files changed, 657 deletions(-) delete mode 100644 recipes-bsp/alsa-state/alsa-state.bbappend delete mode 100644 recipes-bsp/alsa-state/alsa-state/beagleboard/asound.= state diff --git a/recipes-bsp/alsa-state/alsa-state.bbappend b/recipes-bsp/als= a-state/alsa-state.bbappend deleted file mode 100644 index 4fc41d05..00000000 --- a/recipes-bsp/alsa-state/alsa-state.bbappend +++ /dev/null @@ -1 +0,0 @@ -FILESEXTRAPATHS:prepend :=3D "${THISDIR}/${PN}:" diff --git a/recipes-bsp/alsa-state/alsa-state/beagleboard/asound.state b= /recipes-bsp/alsa-state/alsa-state/beagleboard/asound.state deleted file mode 100644 index f9244915..00000000 --- a/recipes-bsp/alsa-state/alsa-state/beagleboard/asound.state +++ /dev/null @@ -1,656 +0,0 @@ -state.omap3beagle { - control.1 { - comment.access 'read write' - comment.type ENUMERATED - comment.count 1 - comment.item.0 'Option 2 (voice/audio)' - comment.item.1 'Option 1 (audio)' - iface MIXER - name 'Codec Operation Mode' - value 'Option 1 (audio)' - } - control.2 { - comment.access 'read write' - comment.type INTEGER - comment.count 2 - comment.range '0 - 63' - comment.dbmin -6300 - comment.dbmax 0 - iface MIXER - name 'DAC1 Digital Fine Playback Volume' - value.0 0 - value.1 0 - } - control.3 { - comment.access 'read write' - comment.type INTEGER - comment.count 2 - comment.range '0 - 63' - comment.dbmin -6300 - comment.dbmax 0 - iface MIXER - name 'DAC2 Digital Fine Playback Volume' - value.0 50 - value.1 50 - } - control.4 { - comment.access 'read write' - comment.type INTEGER - comment.count 2 - comment.range '0 - 2' - comment.dbmin 0 - comment.dbmax 1200 - iface MIXER - name 'DAC1 Digital Coarse Playback Volume' - value.0 0 - value.1 0 - } - control.5 { - comment.access 'read write' - comment.type INTEGER - comment.count 2 - comment.range '0 - 2' - comment.dbmin 0 - comment.dbmax 1200 - iface MIXER - name 'DAC2 Digital Coarse Playback Volume' - value.0 2 - value.1 2 - } - control.6 { - comment.access 'read write' - comment.type INTEGER - comment.count 2 - comment.range '0 - 18' - comment.dbmin -2400 - comment.dbmax 1200 - iface MIXER - name 'DAC1 Analog Playback Volume' - value.0 0 - value.1 0 - } - control.7 { - comment.access 'read write' - comment.type INTEGER - comment.count 2 - comment.range '0 - 18' - comment.dbmin -2400 - comment.dbmax 1200 - iface MIXER - name 'DAC2 Analog Playback Volume' - value.0 15 - value.1 15 - } - control.8 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 2 - iface MIXER - name 'DAC1 Analog Playback Switch' - value.0 false - value.1 false - } - control.9 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 2 - iface MIXER - name 'DAC2 Analog Playback Switch' - value.0 true - value.1 true - } - control.10 { - comment.access 'read write' - comment.type INTEGER - comment.count 1 - comment.range '0 - 49' - comment.dbmin -3700 - comment.dbmax 1200 - iface MIXER - name 'DAC Voice Digital Downlink Volume' - value 0 - } - control.11 { - comment.access 'read write' - comment.type INTEGER - comment.count 1 - comment.range '0 - 18' - comment.dbmin -2400 - comment.dbmax 1200 - iface MIXER - name 'DAC Voice Analog Downlink Volume' - value 18 - } - control.12 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'DAC Voice Analog Downlink Switch' - value false - } - control.13 { - comment.access 'read write' - comment.type INTEGER - comment.count 2 - comment.range '0 - 3' - comment.dbmin -1200 - comment.dbmax 600 - iface MIXER - name 'PreDriv Playback Volume' - value.0 0 - value.1 0 - } - control.14 { - comment.access 'read write' - comment.type INTEGER - comment.count 2 - comment.range '0 - 3' - comment.dbmin -1200 - comment.dbmax 600 - iface MIXER - name 'Headset Playback Volume' - value.0 3 - value.1 3 - } - control.15 { - comment.access 'read write' - comment.type INTEGER - comment.count 2 - comment.range '0 - 3' - comment.dbmin -1200 - comment.dbmax 600 - iface MIXER - name 'Carkit Playback Volume' - value.0 0 - value.1 0 - } - control.16 { - comment.access 'read write' - comment.type INTEGER - comment.count 1 - comment.range '0 - 3' - comment.dbmin -600 - comment.dbmax 1200 - iface MIXER - name 'Earpiece Playback Volume' - value 0 - } - control.17 { - comment.access 'read write' - comment.type INTEGER - comment.count 2 - comment.range '0 - 31' - comment.dbmin 0 - comment.dbmax 3100 - iface MIXER - name 'TX1 Digital Capture Volume' - value.0 12 - value.1 12 - } - control.18 { - comment.access 'read write' - comment.type INTEGER - comment.count 2 - comment.range '0 - 31' - comment.dbmin 0 - comment.dbmax 3100 - iface MIXER - name 'TX2 Digital Capture Volume' - value.0 0 - value.1 0 - } - control.19 { - comment.access 'read write' - comment.type INTEGER - comment.count 2 - comment.range '0 - 5' - comment.dbmin 0 - comment.dbmax 3000 - iface MIXER - name 'Analog Capture Volume' - value.0 0 - value.1 0 - } - control.20 { - comment.access 'read write' - comment.type ENUMERATED - comment.count 1 - comment.item.0 'Voice high priority' - comment.item.1 'HiFi high priority' - iface MIXER - name 'AVADC Clock Priority' - value 'Voice high priority' - } - control.21 { - comment.access 'read write' - comment.type ENUMERATED - comment.count 1 - comment.item.0 '27/20/14 ms' - comment.item.1 '55/40/27 ms' - comment.item.2 '109/81/55 ms' - comment.item.3 '218/161/109 ms' - comment.item.4 '437/323/218 ms' - comment.item.5 '874/645/437 ms' - comment.item.6 '1748/1291/874 ms' - comment.item.7 '3495/2581/1748 ms' - iface MIXER - name 'HS ramp delay' - value '27/20/14 ms' - } - control.22 { - comment.access 'read write' - comment.type ENUMERATED - comment.count 1 - comment.item.0 'Vibra H-bridge direction' - comment.item.1 'Audio data MSB' - iface MIXER - name 'Vibra H-bridge mode' - value 'Vibra H-bridge direction' - } - control.23 { - comment.access 'read write' - comment.type ENUMERATED - comment.count 1 - comment.item.0 'Positive polarity' - comment.item.1 'Negative polarity' - iface MIXER - name 'Vibra H-bridge direction' - value 'Positive polarity' - } - control.24 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Analog Right Sub Mic Capture Switch' - value false - } - control.25 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Analog Right AUXR Capture Switch' - value true - } - control.26 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Analog Left Main Mic Capture Switch' - value false - } - control.27 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Analog Left Headset Mic Capture Switch' - value false - } - control.28 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Analog Left AUXL Capture Switch' - value true - } - control.29 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Analog Left Carkit Mic Capture Switch' - value false - } - control.30 { - comment.access 'read write' - comment.type ENUMERATED - comment.count 1 - comment.item.0 Analog - comment.item.1 Digimic1 - iface MIXER - name 'TX2 Capture Route' - value Analog - } - control.31 { - comment.access 'read write' - comment.type ENUMERATED - comment.count 1 - comment.item.0 Analog - comment.item.1 Digimic0 - iface MIXER - name 'TX1 Capture Route' - value Analog - } - control.32 { - comment.access 'read write' - comment.type ENUMERATED - comment.count 1 - comment.item.0 'Local vibrator' - comment.item.1 Audio - iface MIXER - name 'Vibra Route' - value 'Local vibrator' - } - control.33 { - comment.access 'read write' - comment.type ENUMERATED - comment.count 1 - comment.item.0 AudioL1 - comment.item.1 AudioR1 - comment.item.2 AudioL2 - comment.item.3 AudioR2 - iface MIXER - name 'Vibra Mux' - value AudioL1 - } - control.34 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'HandsfreeR Switch' - value false - } - control.35 { - comment.access 'read write' - comment.type ENUMERATED - comment.count 1 - comment.item.0 Voice - comment.item.1 AudioR1 - comment.item.2 AudioR2 - comment.item.3 AudioL2 - iface MIXER - name 'HandsfreeR Mux' - value Voice - } - control.36 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'HandsfreeL Switch' - value false - } - control.37 { - comment.access 'read write' - comment.type ENUMERATED - comment.count 1 - comment.item.0 Voice - comment.item.1 AudioL1 - comment.item.2 AudioL2 - comment.item.3 AudioR2 - iface MIXER - name 'HandsfreeL Mux' - value Voice - } - control.38 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'CarkitR Mixer Voice' - value false - } - control.39 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'CarkitR Mixer AudioR1' - value false - } - control.40 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'CarkitR Mixer AudioR2' - value false - } - control.41 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'CarkitL Mixer Voice' - value false - } - control.42 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'CarkitL Mixer AudioL1' - value false - } - control.43 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'CarkitL Mixer AudioL2' - value false - } - control.44 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'HeadsetR Mixer Voice' - value false - } - control.45 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'HeadsetR Mixer AudioR1' - value false - } - control.46 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'HeadsetR Mixer AudioR2' - value true - } - control.47 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'HeadsetL Mixer Voice' - value false - } - control.48 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'HeadsetL Mixer AudioL1' - value false - } - control.49 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'HeadsetL Mixer AudioL2' - value true - } - control.50 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'PredriveR Mixer Voice' - value false - } - control.51 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'PredriveR Mixer AudioR1' - value false - } - control.52 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'PredriveR Mixer AudioR2' - value false - } - control.53 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'PredriveR Mixer AudioL2' - value false - } - control.54 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'PredriveL Mixer Voice' - value false - } - control.55 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'PredriveL Mixer AudioL1' - value false - } - control.56 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'PredriveL Mixer AudioL2' - value false - } - control.57 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'PredriveL Mixer AudioR2' - value false - } - control.58 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Earpiece Mixer Voice' - value false - } - control.59 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Earpiece Mixer AudioL1' - value false - } - control.60 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Earpiece Mixer AudioL2' - value false - } - control.61 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Earpiece Mixer AudioR1' - value false - } - control.62 { - comment.access 'read write' - comment.type INTEGER - comment.count 1 - comment.range '0 - 41' - comment.dbmin -5100 - comment.dbmax -1000 - iface MIXER - name 'Voice Digital Loopback Volume' - value 0 - } - control.63 { - comment.access 'read write' - comment.type INTEGER - comment.count 1 - comment.range '0 - 7' - comment.dbmin -2400 - comment.dbmax 0 - iface MIXER - name 'Right Digital Loopback Volume' - value 0 - } - control.64 { - comment.access 'read write' - comment.type INTEGER - comment.count 1 - comment.range '0 - 7' - comment.dbmin -2400 - comment.dbmax 0 - iface MIXER - name 'Left Digital Loopback Volume' - value 0 - } - control.65 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Voice Analog Loopback Switch' - value false - } - control.66 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Left2 Analog Loopback Switch' - value false - } - control.67 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Right2 Analog Loopback Switch' - value false - } - control.68 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Left1 Analog Loopback Switch' - value false - } - control.69 { - comment.access 'read write' - comment.type BOOLEAN - comment.count 1 - iface MIXER - name 'Right1 Analog Loopback Switch' - value false - } -} --=20 2.25.1
|
|
[PATCH 09/19] init-ifupdown: remove default /etc/interfaces file for beagleboard
Denys Dmytriyenko
From: Denys Dmytriyenko <denys@konsulko.com>
As beagleboard platform is being deprecated. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- .../init-ifupdown-1.0/beagleboard/interfaces | 27 ------------------- .../init-ifupdown/init-ifupdown_1.0.bbappend | 1 - 2 files changed, 28 deletions(-) delete mode 100644 recipes-core/init-ifupdown/init-ifupdown-1.0/beaglebo= ard/interfaces delete mode 100644 recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend diff --git a/recipes-core/init-ifupdown/init-ifupdown-1.0/beagleboard/int= erfaces b/recipes-core/init-ifupdown/init-ifupdown-1.0/beagleboard/interf= aces deleted file mode 100644 index b6935c11..00000000 --- a/recipes-core/init-ifupdown/init-ifupdown-1.0/beagleboard/interfaces +++ /dev/null @@ -1,27 +0,0 @@ -# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) -=20 -# The loopback interface -auto lo -iface lo inet loopback - -# Wireless interfaces -iface wlan0 inet dhcp - wireless_mode managed - wireless_essid any - wpa-driver wext - wpa-conf /etc/wpa_supplicant.conf - -iface atml0 inet dhcp - -# Wired or wireless interfaces -auto eth0 -iface eth0 inet dhcp -iface eth1 inet dhcp - -# Ethernet/RNDIS gadget (g_ether) or LAN9514 on BeagleBoard xM -auto usb0 -iface usb0 inet dhcp - -# Bluetooth networking -iface bnep0 inet dhcp - diff --git a/recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend b/reci= pes-core/init-ifupdown/init-ifupdown_1.0.bbappend deleted file mode 100644 index 461ffebe..00000000 --- a/recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend +++ /dev/null @@ -1 +0,0 @@ -FILESEXTRAPATHS:prepend :=3D "${THISDIR}/${PN}-${PV}:" --=20 2.25.1
|
|
[PATCH 04/19] dmai: remove Davinci Multimedia Application Interface (DMAI)
Denys Dmytriyenko
From: Denys Dmytriyenko <denys@konsulko.com>
Was used with deprecated DaVinci, OMAP-L1 and OMAP3 families of platforms= . Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- recipes-ti/dmai/ti-dmai.inc | 162 -------------- recipes-ti/dmai/ti-dmai/arago-tdox | 210 ------------------ .../dmai/ti-dmai/doxygen_templates.tar.gz | Bin 8012 -> 0 bytes .../dmai/ti-dmai/loadmodules-ti-dmai-apps.sh | 37 --- .../ti-dmai/loadmodules-ti-dmai-dm355_al.sh | 23 -- .../ti-dmai/loadmodules-ti-dmai-dm365_al.sh | 25 --- .../ti-dmai/loadmodules-ti-dmai-dm6446_al.sh | 19 -- .../ti-dmai/loadmodules-ti-dmai-dm6467_al.sh | 19 -- .../ti-dmai/loadmodules-ti-dmai-o3530_al.sh | 42 ---- .../ti-dmai/loadmodules-ti-dmai-ol137_al.sh | 19 -- .../ti-dmai/loadmodules-ti-dmai-ol138_al.sh | 19 -- ...omap3530-r642-remove-include-videodev.diff | 64 ------ .../dmai/ti-dmai/r642-fix-config-bld.diff | 48 ---- .../ti-dmai/remove-unneeded-includes.patch | 26 --- .../ti-dmai/unloadmodules-ti-dmai-apps.sh | 12 - recipes-ti/dmai/ti-dmai_svn.bb | 43 ---- recipes-ti/includes/ti-paths.inc | 2 - 17 files changed, 770 deletions(-) delete mode 100644 recipes-ti/dmai/ti-dmai.inc delete mode 100644 recipes-ti/dmai/ti-dmai/arago-tdox delete mode 100644 recipes-ti/dmai/ti-dmai/doxygen_templates.tar.gz delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-apps.sh delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm355_al.= sh delete mode 100644 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm365_al.= sh delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm6446_al= .sh delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm6467_al= .sh delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-o3530_al.= sh delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-ol137_al.= sh delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-ol138_al.= sh delete mode 100644 recipes-ti/dmai/ti-dmai/omap3530-r642-remove-include-= videodev.diff delete mode 100644 recipes-ti/dmai/ti-dmai/r642-fix-config-bld.diff delete mode 100644 recipes-ti/dmai/ti-dmai/remove-unneeded-includes.patc= h delete mode 100644 recipes-ti/dmai/ti-dmai/unloadmodules-ti-dmai-apps.sh delete mode 100644 recipes-ti/dmai/ti-dmai_svn.bb diff --git a/recipes-ti/dmai/ti-dmai.inc b/recipes-ti/dmai/ti-dmai.inc deleted file mode 100644 index c9c40865..00000000 --- a/recipes-ti/dmai/ti-dmai.inc +++ /dev/null @@ -1,162 +0,0 @@ -DESCRIPTION =3D "Davinci Multimedia Application Interface (DMAI) for TI = ARM/DSP processors" -HOMEPAGE =3D "https://gforge.ti.com/gf/project/dmai/" -SECTION =3D "multimedia" -LICENSE =3D "BSD" - -# TODO ::=20 - -require recipes-ti/includes/ti-paths.inc -require recipes-ti/includes/ti-staging.inc - -PROVIDES +=3D "ti-dmai-apps" - -PE =3D "1" - -SRCREV ?=3D "UNDEFINED_SRCREV" -DMAIBRANCH ?=3D "UNDEFINED_DMAIBRANCH" - -S =3D "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface= /dmai_${PV}/dmai" - -SRC_URI =3D "svn://gforge.ti.com/svn/dmai/;module=3D${DMAIBRANCH};protoc= ol=3Dhttps;user=3Danonymous;pswd=3D'' \ - file://loadmodules-ti-dmai-dm6446_al.sh \ - file://loadmodules-ti-dmai-dm6467_al.sh \ - file://loadmodules-ti-dmai-o3530_al.sh \ - file://loadmodules-ti-dmai-dm355_al.sh \ - file://loadmodules-ti-dmai-dm365_al.sh \ - file://loadmodules-ti-dmai-ol137_al.sh \ - file://loadmodules-ti-dmai-ol138_al.sh \ - file://doxygen_templates.tar.gz \ - file://arago-tdox \ - " - -DEPENDS =3D "virtual/kernel alsa-lib ti-framework-components ti-codec-en= gine ti-xdctools-native" - -DEPENDS:append_dm6446 =3D " ti-codecs-dm6446 ti-dspbios ti-cgt6x ti-l= inuxutils" -DEPENDS:append_dm6467 =3D " ti-codecs-dm6467 ti-dspbios ti-cgt6x ti-l= inuxutils" -DEPENDS:append:omap3 =3D " ti-codecs-omap3530 ti-dspbios ti-cgt6x ti-= linuxutils" -DEPENDS:append_dm355 =3D " ti-codecs-dm355" -DEPENDS:append_dm365 =3D " ti-codecs-dm365" -DEPENDS:append:omapl137 =3D " ti-codecs-omapl137 ti-dspbios ti-cgt6x ti-= linuxutils" -DEPENDS:append:omapl138 =3D " ti-codecs-omapl138 ti-dspbios ti-cgt6x ti-= linuxutils" - -# Define DMAI build time variables -DMAIPLATFORM_dm6446 =3D "dm6446_al" -DMAIPLATFORM_dm6467 =3D "dm6467_al" -DMAIPLATFORM:omap3 =3D "o3530_al" -DMAIPLATFORM_dm355 =3D "dm355_al" -DMAIPLATFORM_dm365 =3D "dm365_al" -DMAIPLATFORM:omapl137 =3D "ol137_al" -DMAIPLATFORM:omapl138 =3D "ol138_al" -DMAIPLATFORM ?=3D "UNDEFINED_DMAIPLATFORM" - -# Need to set this for other platforms as well -#GPPOS_dm355 =3D "LINUX_GCC" -#GPPOS_dm365 =3D "LINUX_GCC" -#GPPOS ?=3D "UNDEFINEDGPPOS" - -# Need to re-define this for OMAP-L137/L138 -DSPSUFFIX:omapl137 =3D "x64P" -DSPSUFFIX:omapl138 =3D "x64P" -DSPSUFFIX ?=3D "x64p" - -# This is needed for dm355/dm365 targets in order to find ti.sdo.codecs.= g711 -# TODO :: review - should we just pass this in do_compile? -USER_XDC_PATH =3D "${CE_INSTALL_DIR}/examples" - -PARALLEL_MAKE =3D "" - -do_prepsources() { - # run the release steps - this will delete .svn file and run doxygen= to - # generate proper documentation of the source etc. - find ${WORKDIR}/${DMAIBRANCH} -name .svn -type d | xargs rm -rf - cp -pPrf ${WORKDIR}/doxygen_templates ${WORKDIR}/${DMAIBRANCH}/davin= ci_multimedia_application_interface - cp -pPrf ${WORKDIR}/arago-tdox ${WORKDIR}/${DMAIBRANCH}/davinci_mult= imedia_application_interface/tdox - chmod a+x ${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_in= terface/release.sh - chmod a+x ${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_in= terface/tdox - sed -i 's|tdox|./tdox|g' ${WORKDIR}/${DMAIBRANCH}/davinci_multimedia= _application_interface/release.sh - rm -rf ${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_inter= face/dmai_${PV}/* - (cd ${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interfac= e; ./release.sh ${PV}) -} - -# run prepare sources before do_patch to ensure that sourceipk picks the= right sources. -addtask prepsources after do_unpack before do_patch - -do_compile () { - # Recent kernel headers warn against inclusion from userspace - for makefile in $(find ${S} -name "Makefile") ; do - sed -i -e s:-Werror::g $makefile - done - - # Angstrom 2008 breaks with -Wl,-T, while angstrom 2010 needs it - if [ $(${TARGET_PREFIX}gcc -dumpversion | awk -F. '{print $2}') -gt = 3 ] ; then - # Fix up linkerscripts, recent toolchains need -T to prepend the= default script to the custom one=20 - for appmakefile in $(find ${S} -name "Makefile.app") ; do - sed -i -e 's: $(XDC_CFG)/linker.cmd: -Wl,-T,$(XDC_CFG)/linke= r.cmd:g' $appmakefile - done - fi - - # TODO :: Why do we do this? - unset DMAI_INSTALL_DIR - cd ${S} - - make XDC_INSTALL_DIR=3D"${XDC_INSTALL_DIR}" PLATFORM=3D"${DMAIPLATFO= RM}" clean - - for dir in ${S}; do - cd $dir - # TODO: Figure out how to pass the alsa require location, curre= ntly=20 - # LINUXLIBS_INSTALL_DIR is hard-coded for armv5te - make \ - CE_INSTALL_DIR=3D"${CE_INSTALL_DIR}" \ - CODEC_INSTALL_DIR=3D"${CODEC_INSTALL_DIR}" \ - FC_INSTALL_DIR=3D"${FC_INSTALL_DIR}" \ - LINUXKERNEL_INSTALL_DIR=3D"${STAGING_KERNEL_DIR}" \ - XDC_INSTALL_DIR=3D"${XDC_INSTALL_DIR}" \ - CODEGEN_INSTALL_DIR=3D"${CODEGEN_INSTALL_DIR}" \ - BIOS_INSTALL_DIR=3D"${BIOS_INSTALL_DIR}"\ - LINUXLIBS_INSTALL_DIR=3D"${STAGING_DIR_TARGET}/usr" \ - USER_XDC_PATH=3D"${USER_XDC_PATH}" \ - CROSS_COMPILE=3D"${TOOLCHAIN_PATH}/${TARGET_PREFIX}" \ - CSTOOL_DIR=3D"${TOOLCHAIN_PATH}" \ - VERBOSE=3D"true" \ - XDAIS_INSTALL_DIR=3D"${XDAIS_INSTALL_DIR}" \ - LINK_INSTALL_DIR=3D"${LINK_INSTALL_DIR}" \ - CMEM_INSTALL_DIR=3D"${CMEM_INSTALL_DIR}" \ - LPM_INSTALL_DIR=3D"${LPM_INSTALL_DIR}" \=09 - C6ACCEL_INSTALL_DIR=3D${C6ACCEL_INSTALL_DIR} \ - MVTOOL_PREFIX=3D"${TARGET_PREFIX}" \ - PLATFORM=3D"${DMAIPLATFORM}"=20 - done -} - -do_install () { - - # TODO :: Why do we do this? - unset DMAI_INSTALL_DIR - - install -d ${D}/${installdir}/ti-dmai-apps - cd ${S} - make PLATFORM=3D"${DMAIPLATFORM}" EXEC_DIR=3D${D}/${installdir}/ti-d= mai-apps install=20 - install -m 0755 ${WORKDIR}/loadmodules-ti-dmai-${DMAIPLATFORM}.sh ${= D}/${installdir}/ti-dmai-apps/loadmodules.sh=20 - - install -d ${D}${DMAI_INSTALL_DIR_RECIPE} - cp -pPrf ${S}/* ${D}${DMAI_INSTALL_DIR_RECIPE} -} - -PACKAGE_ARCH =3D "${MACHINE_ARCH}" - -PACKAGES +=3D "ti-dmai-apps" -FILES:ti-dmai-apps =3D "${installdir}/ti-dmai-apps/*" -INSANE_SKIP:ti-dmai-apps =3D "1" - -RDEPENDS:ti-dmai-apps_dm6446 +=3D "ti-codecs-dm6446-server ti-cmem-= module ti-dsplink-module" -RDEPENDS:ti-dmai-apps_dm6467 +=3D "ti-codecs-dm6467 ti-cmem-= module ti-dsplink-module" -RDEPENDS:ti-dmai-apps:omap3 +=3D "ti-codecs-omap3530-server ti-cmem-= module ti-dsplink-module ti-lpm-module ti-sdma-module" -RDEPENDS:ti-dmai-apps_dm355 +=3D "ti-codecs-dm355 ti-cmem-= module ti-dm355mm-module" -RDEPENDS:ti-dmai-apps_dm365 +=3D "ti-codecs-dm365 ti-cmem-= module ti-dm365mm-module ti-edma-module ti-irq-module" -RDEPENDS:ti-dmai-apps:omapl137 +=3D "ti-codecs-omapl137-server ti-cmem-= module ti-dsplink-module" -RDEPENDS:ti-dmai-apps:omapl138 +=3D "ti-codecs-omapl138-server ti-cmem-= module ti-dsplink-module" - -pkg_postinst:ti-dmai-apps () { - ln -sf ${installdir}/ti-codecs-server/*.${DSPSUFFIX} ${installdir}/ti-d= mai-apps/ -} - diff --git a/recipes-ti/dmai/ti-dmai/arago-tdox b/recipes-ti/dmai/ti-dmai= /arago-tdox deleted file mode 100644 index 81538cf3..00000000 --- a/recipes-ti/dmai/ti-dmai/arago-tdox +++ /dev/null @@ -1,210 +0,0 @@ -#!/bin/bash -# -# -# This script sets a series of environment variable that are referenced -# in a doxygen configuration file. The values passed in here are simply -# plugged into the file locations and doxygen proceeds normaly. -# -# template location is ${VENDORS}/opensource/doxygen/templates/<version> -# -# - -# Revision history -#! 02 Jul 2009 cring: Added cmd line args for doxygendir (-x) and templa= te (-t) -#! 13 Jul 2006 ada: New template smaller pdf generation -#! 16 May 2006 ada: Added -p file to pdf for space in project names -#! 08 May 2006 ada: Added pdf generation to tdox (Solaris/Linux only). -#! 23 Jan 2006 ada: Overide file to change default doxyfile behaivior -#! 19 Jan 2006 ada: 1093, ENUM_VALUES_PER_LINE set to 1, ref doxyfile vi= a vers -#! 05 Oct 2005 ada: 933, doxyfile in tools, removed win and unix vendor= s path -#! 24 Aug 2005 ada: Added 897 changes, optional css c or jave optimizati= on -#! 18 Aug 2005 ada: inital version from AR 887 - -# Set these defaults here as the usage statement uses them -TDOX_TEMPLATEDIR=3D${TOOLS}/default/doxygen_templates -DOXYGEN_EXECUTABLE=3Ddoxygen - -function usage -{ - OPTIONS=3D"`basename $0` code_location out_doc_location [-x doxygen_ex= e ] [-t tdox_templatedir] [-n project_name] [-v version] [-f FILE_PATTERN= S ] [-s strip_dir] [-c css location] [-e exclude dirs] [-b enabled sectio= ns] [-m generate chm] [-p pdf_file] [-o override doxyfile] [-j]" - echo "`basename $1` $OPTIONS" - echo "Where: " - echo "\tcode_location: Top of tree(s) to search for code (required as = 1st param)" - echo "\tout_doc_location: Output location for generated files (require= d as 2nd param)" - echo "\t[-n project_name]: title of generated documentation (defaults = to Project)" - echo "\t[-x doxygen_exe]: location of doxygen executable (defaults to = $DOXYGEN_EXECUTABLE)" - echo "\t[-t tdox_templatedir]: location of tdox templates (defaults to= $TDOX_TEMPLATEDIR)" - echo "\t[-v version]: version number or string (defaults to 1.0)" - echo "\t[-f FILE_PATTERNS]: Optional list of files to document (defaul= ts to all)" - echo "\t[-s strip_dirs]: Remove directory prefix from generated files = (defaults to not remove)" - echo "\t[-c path_to_css]: Path to a user suplied CSS style sheet" - echo "\t[-e exclude dirs]: List of directories to exclude" - echo "\t[-b enabled sections]: List of sections to enable" - echo "\t[-m generate chm]: chm file name (required)" - echo "\t[-p generate pdf <file>]: create <file>.pdf in html/pdf (Linux= only)" - echo "\t[-o override doxyfile]: file (advanced) Overide any doxyfile d= efault" - echo "\t[-j]: Optimize for Java (Generate class files) defaults to C" - echo "\t[-r]: Call rshd to windows for chm generation (defaults to win= e)" - echo - exit -} - -function optimizeForJava -{ - DOX_OPTIMIZE_OUTPUT_JAVA=3D"YES" - DOX_OPTIMIZE_OUTPUT_FOR_C=3D"NO" -} - -if [ "$#" -lt 2 ]; then - echo "Invalid number of parameters" - usage $0 -fi - -# get the required parameters then shift for the getopts parameters -export DOX_INPUT=3D"$1" -shift -export DOX_OUTPUT_DIRECTORY=3D"$1" -shift - -#set the global defaults -DOX_QUIET=3D"YES" -DOX_OPTIMIZE_OUTPUT_JAVA=3D"NO" -DOX_OPTIMIZE_OUTPUT_FOR_C=3D"YES" -DOX_CHM_FILE=3D -DOX_GENERATE_HTMLHELP=3D"NO" -OVERRIDE_FILE=3D"" -PDF=3D"" - -# Process the rest of the arguments as getopts -# parameters -while getopts b:c:e:f:m:n:o:p:s:t:v:x:dhjr arg -do - case $arg in - b) DOX_ENABLED_SECTIONS=3D${OPTARG};; - c) DOX_HTML_STYLESHEET=3D${OPTARG};; - d) DEBUG=3D1;; - e) DOX_EXCLUDE=3D${OPTARG};; - f) DOX_FILE_PATTERNS=3D${OPTARG};; - h) usage;exit 0;; - j) optimizeForJava;; - r) USERSHD=3D1;; - m) DOX_CHM_FILE=3D${OPTARG};DOX_GENERATE_HTMLHELP=3D"YES";; - n) DOX_PROJECT_NAME=3D${OPTARG};; - s) DOX_STRIP_FROM_PATH=3D${OPTARG};; - t) TDOX_TEMPLATEDIR=3D${OPTARG};; - v) DOX_PROJECT_NUMBER=3D${OPTARG};; - x) DOXYGEN_EXECUTABLE=3D${OPTARG};; - o) OVERRIDE_FILE=3D${OPTARG};; - p) PDF=3D${OPTARG};; - \?) usage - exit 2;; - esac -done - -if [ "$DEBUG" =3D "1" ]; then - DOX_QUIET=3D"NO" - set -x -fi - -if [ "$DOX_PROJECT_NAME" =3D "" ]; then - DOX_PROJECT_NAME=3D"Project" -fi - -if [ "$DOX_PROJECT_NUMBER" =3D "" ]; then - DOX_PROJECT_NUMBER=3D"1.0" -fi - -if [ "$DOX_FILE_PATTERNS" =3D "" ]; then - DOX_FILE_PATTERNS=3D"*.c \ - *.cc \ - *.cxx \ - *.cpp \ - *.c++ \ - *.d \ - *.java \ - *.ii \ - *.ixx \ - *.ipp \ - *.i++ \ - *.inl \ - *.h \ - *.hh \ - *.hxx \ - *.hpp \ - *.h++ \ - *.idl \ - *.odl \ - *.cs \ - *.php \ - *.php3 \ - *.inc \ - *.m \ - *.mm \ - *.dox" -fi - -export DOX_INPUT -export DOX_OUTPUT_DIRECTORY -export DOX_PROJECT_NAME -export DOX_PROJECT_NUMBER -export DOX_FILE_PATTERNS -export DOX_STRIP_FROM_PATH -export DOX_QUIET -export DOX_HTML_STYLESHEET -export DOX_OPTIMIZE_OUTPUT_FOR_C -export DOX_OPTIMIZE_OUTPUT_JAVA -export DOX_EXCLUDE -export DOX_ENABLED_SECTIONS -export DOX_CHM_FILE -export DOX_GENERATE_HTMLHELP -export TDOX_TEMPLATEDIR - - -# Make sure the dir exists -mkdir -p $DOX_OUTPUT_DIRECTORY - -# Create temp file copy of doxyfile and append overrides to the end of t= he file -cp ${TDOX_TEMPLATEDIR}/doxyfile /tmp/doxyfile$$ - -chmod +w /tmp/doxyfile$$ -if [ "$OVERRIDE_FILE" !=3D "" ]; then - cat $OVERRIDE_FILE >> /tmp/doxyfile$$ -fi - -# Run doxygen and clean up temp file -${DOXYGEN_EXECUTABLE} /tmp/doxyfile$$ -rm -f /tmp/doxyfile$$ - -# Copy the TI banner gifs to the html directory. -cp -p ${TDOX_TEMPLATEDIR}/*gif $DOX_OUTPUT_DIRECTORY/html - -# Generate PDF files -if [ "$PDF" !=3D "" ]; then - if [ "$BUILD_HOST_OS" =3D "Linux" ]; then - rm -rf $DOX_OUTPUT_DIRECTORY/html/pdf - mkdir -p $DOX_OUTPUT_DIRECTORY/html/pdf - cwd=3D`pwd` - cd $DOX_OUTPUT_DIRECTORY/latex - latex refman.tex - makeindex refman.idx - latex refman.tex - latex_count=3D5 - while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.= log && [ $$latex_count -gt 0 ] - do - latex refman.tex - latex_count=3D`expr $$latex_count - 1` - done - dvips -o refman.ps refman.dvi - ps2pdf refman.ps refman.pdf - cd $cwd - mv $DOX_OUTPUT_DIRECTORY/latex/refman.pdf $DOX_OUTPUT_DIRECTORY/html= /pdf/${PDF}.pdf - else - echo "Sorry... pdf generation supported under Linux only" - fi -fi - -# Generate Windows compressed help -if [ "$DOX_GENERATE_HTMLHELP" =3D "YES" ]; then -=20 - echo "chm generation is not supported" -fi diff --git a/recipes-ti/dmai/ti-dmai/doxygen_templates.tar.gz b/recipes-t= i/dmai/ti-dmai/doxygen_templates.tar.gz deleted file mode 100644 index 6d613bf50f52595ee6aee56e08e3044c7a19f8e4..0000000000000000000000000= 000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8012 zcmb7`Q$r*S!$9+7+uWLLZm!Md=3DBC=3Donrw47+qT`-lWlIsW^6X+d;h|Bd2Y_dxjIy_ z$S}U`i;6Jt|GuInkR5u1`;a)=3D6uzD+BWd0m8pX^Oi{xI~<X`>NTiCXd<fzwuG@hW=3D zT^F^vSgu<&-YV|9My3hFv?<H9$wjB(pGyO#z$zA!tf!2pNR?wRC=3DZmVP$6*hF7m1< z6*^?3oj-kav0T($zFW`o+jK)blRmGYy;pC&PtdvXkp)+k`N_5gYult+{l+}^K%~DU zR20K2&(9|X&}Cnry_>?u#GAj*yU$*;W`6WyU)QC-t>mX(mRqeQDagk&Q0UgYu79W^ zK}q}%*gqz#be8E`3p3!|y9#UJF|@B&$Hoj^si@#`LqFx@zD3H70!AgE`#1B6l-wPd zEo!gtIp=3D|{a?JVo$Ef6zR>@Mp#J|b(3skWbq^ctzAeZa{h+p~}64Jg5FT<9m!}1&h z8{xidqW=3D^<<{*)5(i2yhGC#f{t&Vg%!B$?(>O>O7AiJ+ZD|=3D=3DdNbP3W4|=3D&(?EAW= p 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 < H2Il_&Pb+J) diff --git a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-apps.sh b/recipe= s-ti/dmai/ti-dmai/loadmodules-ti-dmai-apps.sh deleted file mode 100755 index 7120b744..00000000 --- a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-apps.sh +++ /dev/null @@ -1,37 +0,0 @@ -# -# Default Memory Map - for OMAP3530 dvsdk examples from 3.00.00.29 - thi= s memory map is used for DMAI apps -# -# Start Addr Size Description -# ------------------------------------------- -# 0x80000000 88 MB Linux -# 0x85800000 08 MB CMEM -# 0x86800000 16 MB DDRALGHEAP -# 0x87800000 6 MB DDR2 (BIOS, Codecs, Applications) -# 0x87E00000 1 MB DSPLINK (MEM) -# 0x87F00000 4 KB DSPLINK (RESET) -# 0x87F01000 1020 KB unused - -# sanity check to verify that we're using the right mem=3DxxM (88M in th= is case) -awk '/MemTotal:/ { - mem=3D$2 - - if (mem > 88 * 1024) - print "Warning! You need to use mem=3D88M or less on the kernel = cmdline" - - printf "You have %dkB total memory for Linux\n", mem -}' /proc/meminfo - -# Select cmemk parameters for best fit, i.e. starting at 0x85000000 -modprobe cmemk phys_start=3D0x85800000 phys_end=3D0x86800000 pools=3D20x= 4096,8x131072,5x1048576,1x1429440,1x256000,1x3600000,5x829440 - -# insert DSP/BIOS Link driver -# -modprobe dsplinkk - -# make /dev/dsplink -#rm -f /dev/dsplink -#mknod /dev/dsplink c `awk "\\$2=3D=3D\"dsplink\" {print \\$1}" /proc/de= vices` 0 - -# insert Local Power Manager driver -# -modprobe lpm_omap3530 diff --git a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm355_al.sh b/re= cipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm355_al.sh deleted file mode 100755 index ca357e20..00000000 --- a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm355_al.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh -# -# loadmodules.sh -# -# Copyright (C) $year Texas Instruments Incorporated - http://www.ti.com= / -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation version 2.1 of the License. -# -# This program is distributed #as is# WITHOUT ANY WARRANTY of any kind, -# whether express or implied; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. - -# 12MB -modprobe cmemk phys_start=3D0x87400000 phys_end=3D0x88000000 pools=3D1x2= 903040,1x1529856,7x829440,1x524288,1x108680,1x81920,2x8192,6x4096 - -./mapdmaq - -modprobe dm350mmap -rm -f /dev/dm350mmap -mknod /dev/dm350mmap c `awk "\\$2=3D=3D\"dm350mmap\" {print \\$1}" /proc= /devices` 0 diff --git a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm365_al.sh b/re= cipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm365_al.sh deleted file mode 100644 index 36dc78ec..00000000 --- a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm365_al.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh - -# This loadmodules script is provided to support 1920x1080 resolution fi= le based encode/decode DMAI unit test applications - -# Sample bootargs is given below -# mem=3D60M console=3DttyS0,115200n8 root=3D/dev/nfs rw nfsroot=3D<nfsro= ot> ip=3Ddhcp video=3Ddavincifb:vid0=3DOFF:vid1=3DOFF:osd0=3D720x576x16,2= 025K dm365_imp.oper_mode=3D0 - -depmod -a -rmmod cmemk 2>/dev/null -rmmod irqk 2>/dev/null -rmmod edmak 2>/dev/null -rmmod dm365mmap 2>/dev/null - -# Pools configuration -modprobe cmemk phys_start=3D0x83C00000 phys_end=3D0x88000000 pools=3D1x3= 84,2x5984,2x3133440,1x16384,1x48952,1x20480,1x60288,1x74,1x28,1x2048,1x67= 85280,1x146,1x896,1x65536,1x98,1x296,29x56,2x24,1x624,4x62,1x1456,1x18321= 120,1x65792,5x3523584,1x4194304,1x8355840 - -#VC1 decode pool configuration -# insmod cmemk.ko phys_start=3D0x83C00000 phys_end=3D0x88000000 pools=3D= 1x384,1x112665,3x7680,1x319264,2x1024,5x7208960,1x80,1x116,1x29184,1x2688= ,1x30720,1x551680,2x128,1x74,1x28,1x10240,1x47232,1x448,2x1152,1x8192,2x2= 72896,18x56,2x24,1x86,4x62,2x7808,1x2097152 - -modprobe irqk -modprobe edmak -modprobe dm365mmap - -rm -f /dev/dm365mmap -mknod /dev/dm365mmap c `awk "\\$2=3D=3D\"dm365mmap\" {print \\$1}" /proc= /devices` 0 diff --git a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm6446_al.sh b/r= ecipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm6446_al.sh deleted file mode 100755 index b4a230d5..00000000 --- a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm6446_al.sh +++ /dev/null @@ -1,19 +0,0 @@ -# -# loadmodules.sh -# -# Copyright (C) $year Texas Instruments Incorporated - http://www.ti.com= / -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation version 2.1 of the License. -# -# This program is distributed #as is# WITHOUT ANY WARRANTY of any kind, -# whether express or implied; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. - -modprobe cmemk phys_start=3D0x87800000 phys_end=3D0x88E00000 pools=3D20x= 4096,8x202752,10x131072,2x1048576,1x2097152,10x829440,1x6750000 -modprobe dsplinkk ddr_start=3D0x8F800000 ddr_size=3D0x600000 - -rm -rf /dev/dsplink -mknod /dev/dsplink c `awk "\\$2=3D=3D\"dsplink\" {print \\$1}" /proc/dev= ices` 0 diff --git a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm6467_al.sh b/r= ecipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm6467_al.sh deleted file mode 100755 index b4a230d5..00000000 --- a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm6467_al.sh +++ /dev/null @@ -1,19 +0,0 @@ -# -# loadmodules.sh -# -# Copyright (C) $year Texas Instruments Incorporated - http://www.ti.com= / -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation version 2.1 of the License. -# -# This program is distributed #as is# WITHOUT ANY WARRANTY of any kind, -# whether express or implied; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. - -modprobe cmemk phys_start=3D0x87800000 phys_end=3D0x88E00000 pools=3D20x= 4096,8x202752,10x131072,2x1048576,1x2097152,10x829440,1x6750000 -modprobe dsplinkk ddr_start=3D0x8F800000 ddr_size=3D0x600000 - -rm -rf /dev/dsplink -mknod /dev/dsplink c `awk "\\$2=3D=3D\"dsplink\" {print \\$1}" /proc/dev= ices` 0 diff --git a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-o3530_al.sh b/re= cipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-o3530_al.sh deleted file mode 100755 index 076af072..00000000 --- a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-o3530_al.sh +++ /dev/null @@ -1,42 +0,0 @@ -# loadmodules.sh -# -# Copyright (C) $year Texas Instruments Incorporated - http://www.ti.com= / -# -# This program is free software; you can redistribute it and/or modify=20 -# it under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation version 2.1 of the License. -# -# This program is distributed #as is# WITHOUT ANY WARRANTY of any kind, -# whether express or implied; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. - -# -# Default Memory Map -# -# Start Addr Size Description -# ------------------------------------------- -# 0x80000000 88 MB Linux -# 0x85800000 08 MB CMEM -# 0x86800000 24 MB DDRALGHEAP -# 0x87800000 6 MB DDR2 (BIOS, Codecs, Applications) -# 0x87E00000 1 MB DSPLINK (MEM) -# 0x87F00000 4 KB DSPLINK (RESET) -# 0x87F01000 1020 KB unused - -modprobe cmemk phys_start=3D0x85800000 phys_end=3D0x86800000 pools=3D20x= 4096,8x131072,4x829440,1x5250000,1x1429440,1x256000 - - -# insert DSP/BIOS Link driver -# -modprobe dsplinkk - -# make /dev/dsplink -rm -f /dev/dsplink -mknod /dev/dsplink c `awk "\\$2=3D=3D\"dsplink\" {print \\$1}" /proc/dev= ices` 0 - - -# insert Local Power Manager driver -# -modprobe lpm_omap3530 - diff --git a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-ol137_al.sh b/re= cipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-ol137_al.sh deleted file mode 100755 index 2c98c787..00000000 --- a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-ol137_al.sh +++ /dev/null @@ -1,19 +0,0 @@ -# -# loadmodules.sh -# -# Copyright (C) $year Texas Instruments Incorporated - http://www.ti.com= / -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation version 2.1 of the License. -# -# This program is distributed #as is# WITHOUT ANY WARRANTY of any kind, -# whether express or implied; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. - -modprobe cmemk phys_start=3D0xC2200000 phys_end=3D0xC3200000 pools=3D1x5= 250000,3x1048576,3x829440,1x256000,4x131072 -modprobe dsplinkk - -rm -rf /dev/dsplink -mknod /dev/dsplink c `awk "\\$2=3D=3D\"dsplink\" {print \\$1}" /proc/dev= ices` 0 diff --git a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-ol138_al.sh b/re= cipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-ol138_al.sh deleted file mode 100755 index 2c98c787..00000000 --- a/recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-ol138_al.sh +++ /dev/null @@ -1,19 +0,0 @@ -# -# loadmodules.sh -# -# Copyright (C) $year Texas Instruments Incorporated - http://www.ti.com= / -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation version 2.1 of the License. -# -# This program is distributed #as is# WITHOUT ANY WARRANTY of any kind, -# whether express or implied; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. - -modprobe cmemk phys_start=3D0xC2200000 phys_end=3D0xC3200000 pools=3D1x5= 250000,3x1048576,3x829440,1x256000,4x131072 -modprobe dsplinkk - -rm -rf /dev/dsplink -mknod /dev/dsplink c `awk "\\$2=3D=3D\"dsplink\" {print \\$1}" /proc/dev= ices` 0 diff --git a/recipes-ti/dmai/ti-dmai/omap3530-r642-remove-include-videode= v.diff b/recipes-ti/dmai/ti-dmai/omap3530-r642-remove-include-videodev.di= ff deleted file mode 100644 index 63f9cc68..00000000 --- a/recipes-ti/dmai/ti-dmai/omap3530-r642-remove-include-videodev.diff +++ /dev/null @@ -1,64 +0,0 @@ -From 06c4cfeec98f4f1e31543878ceb74c5fff1907e4 Mon Sep 17 00:00:00 2001 -From: Enrico Butera <ebutera@users.berlios.de> -Date: Thu, 22 Dec 2011 11:01:58 +0100 -Subject: [PATCH 1/2] adjust videdev headers for recent kernels - -Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> ---- - .../packages/ti/sdo/dmai/linux/omap3530/Capture.c | 1 - - .../ti/sdo/dmai/linux/omap3530/Display_v4l2.c | 1 - - .../ti/sdo/dmai/linux/omap3530/_VideoBuf.c | 1 - - .../ti/sdo/dmai/linux/omap3530/priv/_VideoBuf.h | 1 - - 4 files changed, 0 insertions(+), 4 deletions(-) - -diff --git a/davinci_multimedia_application_interface/dmai/packages/ti/s= do/dmai/linux/omap3530/Capture.c b/davinci_multimedia_application_interfa= ce/dmai/packages/ti/sdo/dmai/linux/omap3530/Capture.c -index a924169..c2b45d2 100644 ---- a/davinci_multimedia_application_interface/dmai/packages/ti/sdo/dmai= /linux/omap3530/Capture.c -+++ b/davinci_multimedia_application_interface/dmai/packages/ti/sdo/dmai= /linux/omap3530/Capture.c -@@ -40,7 +40,6 @@ - #include <sys/mman.h> - #include <sys/ioctl.h> - #include <asm/types.h> --#include <linux/videodev.h> - #include <linux/videodev2.h> -=20 - #include <xdc/std.h> -diff --git a/davinci_multimedia_application_interface/dmai/packages/ti/s= do/dmai/linux/omap3530/Display_v4l2.c b/davinci_multimedia_application_in= terface/dmai/packages/ti/sdo/dmai/linux/omap3530/Display_v4l2.c -index 0d01b39..0c35efe 100644 ---- a/davinci_multimedia_application_interface/dmai/packages/ti/sdo/dmai= /linux/omap3530/Display_v4l2.c -+++ b/davinci_multimedia_application_interface/dmai/packages/ti/sdo/dmai= /linux/omap3530/Display_v4l2.c -@@ -38,7 +38,6 @@ - #include <sys/ioctl.h> - #include <sys/mman.h> - #include <errno.h> --#include <linux/videodev.h> - #include <linux/videodev2.h> -=20 - #include <xdc/std.h> -diff --git a/davinci_multimedia_application_interface/dmai/packages/ti/s= do/dmai/linux/omap3530/_VideoBuf.c b/davinci_multimedia_application_inter= face/dmai/packages/ti/sdo/dmai/linux/omap3530/_VideoBuf.c -index 5615e2f..5cb712d 100644 ---- a/davinci_multimedia_application_interface/dmai/packages/ti/sdo/dmai= /linux/omap3530/_VideoBuf.c -+++ b/davinci_multimedia_application_interface/dmai/packages/ti/sdo/dmai= /linux/omap3530/_VideoBuf.c -@@ -38,7 +38,6 @@ - #include <sys/ioctl.h> - #include <sys/mman.h> - #include <errno.h> --#include <linux/videodev.h> - #include <linux/videodev2.h> -=20 - #include <xdc/std.h> -diff --git a/davinci_multimedia_application_interface/dmai/packages/ti/s= do/dmai/linux/omap3530/priv/_VideoBuf.h b/davinci_multimedia_application_= interface/dmai/packages/ti/sdo/dmai/linux/omap3530/priv/_VideoBuf.h -index b2128a3..dbaa4eb 100644 ---- a/davinci_multimedia_application_interface/dmai/packages/ti/sdo/dmai= /linux/omap3530/priv/_VideoBuf.h -+++ b/davinci_multimedia_application_interface/dmai/packages/ti/sdo/dmai= /linux/omap3530/priv/_VideoBuf.h -@@ -34,7 +34,6 @@ - #ifndef ti_sdo_dai_linux_priv__VideoBuf_h_ - #define ti_sdo_dai_linux_priv__VideoBuf_h_ -=20 --#include <linux/videodev.h> - #include <linux/videodev2.h> -=20 - #include <ti/sdo/dmai/BufferGfx.h> ---=20 -1.7.2.5 - diff --git a/recipes-ti/dmai/ti-dmai/r642-fix-config-bld.diff b/recipes-t= i/dmai/ti-dmai/r642-fix-config-bld.diff deleted file mode 100644 index 2f328c0e..00000000 --- a/recipes-ti/dmai/ti-dmai/r642-fix-config-bld.diff +++ /dev/null @@ -1,48 +0,0 @@ -From 86e89bb160cfe67c173f1260b93066b12dd73580 Mon Sep 17 00:00:00 2001 -From: Enrico Butera <ebutera@users.berlios.de> -Date: Thu, 22 Dec 2011 11:03:58 +0100 -Subject: [PATCH 2/2] fix toolchain names in config.bld - -Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> ---- - .../dmai/packages/config.bld | 24 +------------= ------ - 1 files changed, 2 insertions(+), 22 deletions(-) - -diff --git a/davinci_multimedia_application_interface/dmai/packages/conf= ig.bld b/davinci_multimedia_application_interface/dmai/packages/config.bl= d -index 8c2e96e..566f907 100644 ---- a/davinci_multimedia_application_interface/dmai/packages/config.bld -+++ b/davinci_multimedia_application_interface/dmai/packages/config.bld -@@ -44,28 +44,8 @@ var C6X =3D xdc.useModule('ti.targets.C64P'); - C6X.rootDir =3D codegen; - C6X.platform =3D xdcplat; -=20 --/* User passes in $(CROSS_COMPILE) where $(CROSS_COMPILE)gcc is their c= ompiler -- Then the TOOLDIR and LONGNAME are derived based on a regex of CROSS_= COMPILE --*/ --var crosscompile =3D "" + java.lang.System.getenv("CROSS_COMPILE"); -- --var tooldir =3D ""; --var longName =3D ""; -- --/* Search CROSS_COMPILE for bin/ If only 1 bin/ is found, set the toold= ir to -- the path prior to bin/ and the prefix to "bin/" + remainder of path, -- else leave the tooldir as "" and set the LONGNAME to the full CROSS_= COMPILE -- path --*/ --var regex =3D new RegExp("bin/"); --var find =3D crosscompile.split( regex ); -- --if (find[0]!=3Dcrosscompile && find.length=3D=3D2) { -- tooldir =3D find[0]; -- longName =3D "bin/" + find[1] + "gcc"; --} else { -- longName =3D crosscompile + "gcc"; --} -+var tooldir =3D "" + java.lang.System.getenv("CSTOOL_DIR"); -+var longName =3D "" + java.lang.System.getenv("MVTOOL_PREFIX") + "gcc"; -=20 - /* location of the GCC Arm9 tools */ - var GCArmv5T =3D xdc.useModule('gnu.targets.arm.GCArmv5T'); ---=20 -1.7.2.5 - diff --git a/recipes-ti/dmai/ti-dmai/remove-unneeded-includes.patch b/rec= ipes-ti/dmai/ti-dmai/remove-unneeded-includes.patch deleted file mode 100644 index cfd325a3..00000000 --- a/recipes-ti/dmai/ti-dmai/remove-unneeded-includes.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: a/packages/ti/sdo/dmai/Makefile -=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ---- a/packages/ti/sdo/dmai/Makefile -+++ b/packages/ti/sdo/dmai/Makefile -@@ -107,7 +107,7 @@ XDCPATH +=3D $(XDC_INSTALL_DIR)/packages;$ -=20 - CPP_FLAGS +=3D -I$(XDC_INSTALL_DIR)/packages -I$(DMAI_INSTALL_DIR)/pack= ages -I$(CE_INSTALL_DIR)/packages -I$(FC_INSTALL_DIR)/packages -I$(XDAIS_= INSTALL_DIR)/packages -I$(CODEC_INSTALL_DIR)/packages -DDmai_Device_$(PLA= TFORM_DEVICE) -=20 --GCC_CPP_FLAGS +=3D $(CPP_FLAGS) -I$(LINUXKERNEL_INSTALL_DIR)/include -I= $(LINUXKERNEL_INSTALL_DIR)/arch/arm/include -I$(LINUXKERNEL_INSTALL_DIR)/= arch/arm/$(PLATFORM_ARCH)/include $(HAVE_AUTOCONFIG) -I$(CMEM_INSTALL_DIR= )/packages -I$(LINK_INSTALL_DIR) -DDmai_BuildOs_linux -Dxdc_target_types_= _=3Dgnu/targets/std.h -I$(LINUXLIBS_INSTALL_DIR)/include -Dxdc_target_nam= e__=3Darm/GCArmv5T -+GCC_CPP_FLAGS +=3D $(CPP_FLAGS) $(HAVE_AUTOCONFIG) -I$(CMEM_INSTALL_DIR= )/packages -I$(LINK_INSTALL_DIR) -DDmai_BuildOs_linux -Dxdc_target_types_= _=3Dgnu/targets/std.h -I$(LINUXLIBS_INSTALL_DIR)/include -Dxdc_target_nam= e__=3Darm/GCArmv5T - C64P_CPP_FLAGS +=3D $(CPP_FLAGS) -I$(BIOS_INSTALL_DIR)/packages/ti/bios= /include -I$(BIOS_INSTALL_DIR)/packages -DDmai_BuildOs_bios -Dxdc_target_= _=3D'<ti/targets/std.h>' -I$(CODEGEN_INSTALL_DIR)/include -mv6400+ -pdse2= 25 -eo$(PLATFORM_DEVICE).o$(EXT) -=20 - GCC_C_FLAGS +=3D $(C_FLAGS) -Wall=20 -Index: a/packages/ti/sdo/dmai/apps/Makefile.app -=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ---- a/packages/ti/sdo/dmai/apps/Makefile.app -+++ b/packages/ti/sdo/dmai/apps/Makefile.app -@@ -121,7 +121,7 @@ C64P_C_FLAGS =3D $(C_FLAGS) - GCC_CPP_FLAGS =3D $(CPP_FLAGS) -I$(LINUXKERNEL_INSTALL_DIR)/include - C64P_CPP_FLAGS =3D $(CPP_FLAGS) -pdse225 -I$(CODEGEN_INSTALL_DIR)/inclu= de -mv6400+ -I$(BIOS_INSTALL_DIR)/packages/ti/bios/include -eo$(PLATFORM_= DEVICE).o$(EXT) -=20 --GCC_LD_FLAGS =3D $(LD_FLAGS) -lpthread -lm -L$(LINUXLIBS_INSTALL_DIR)/l= ib -lasound -+GCC_LD_FLAGS =3D $(LD_FLAGS) -lpthread -lm --sysroot=3D$(PKG_CONFIG_SYS= ROOT_DIR) -L$(LINUXLIBS_INSTALL_DIR)/lib -lasound - C64P_LD_FLAGS =3D $(LD_FLAGS) -z -w -x -c -i$(RTDX_INSTALL_DIR)/package= s/ti/rtdx/iom/lib/debug -i$(RTDX_INSTALL_DIR)/packages/ti/rtdx/cio/lib/re= lease -i$(RTDX_INSTALL_DIR)/packages/ti/rtdx/lib/c6000=20 -=20 - SOURCES =3D $(wildcard *.c) diff --git a/recipes-ti/dmai/ti-dmai/unloadmodules-ti-dmai-apps.sh b/reci= pes-ti/dmai/ti-dmai/unloadmodules-ti-dmai-apps.sh deleted file mode 100644 index 793d727f..00000000 --- a/recipes-ti/dmai/ti-dmai/unloadmodules-ti-dmai-apps.sh +++ /dev/null @@ -1,12 +0,0 @@ -# Unload modules - DMAI - OMAP3530 - -# remove lpm module -rmmod lpm_omap3530 - -# remove DSP/BIOS Link driver -rmmod dsplinkk -#rm -f /dev/dsplink - -# remove cmem module -rmmod cmemk - diff --git a/recipes-ti/dmai/ti-dmai_svn.bb b/recipes-ti/dmai/ti-dmai_svn= .bb deleted file mode 100644 index fb7ff3c3..00000000 --- a/recipes-ti/dmai/ti-dmai_svn.bb +++ /dev/null @@ -1,43 +0,0 @@ -require ti-dmai.inc - -# Need to descend one level more to find source -S =3D "${WORKDIR}/${DMAIBRANCH}/davinci_multimedia_application_interface= /dmai_${PV}/dmai" - -# Hack to be able to use recent kernel headers from userspace -TARGET_CC_ARCH +=3D " -D__EXPORTED_HEADERS__" - -PV =3D "2_10_00_01+svnr${SRCPV}" - -LIC_FILES_CHKSUM =3D "file://dmai_${PV}_License.html;md5=3D3302f728a5a42= f97cabc26a54d7fa607" - -# This package has high dependence on kernel, use kernel PR as base and = append a local version -PR =3D "${MACHINE_KERNEL_PR}" -PR:append =3D "p" - -DMAIBRANCH_dm6446 =3D "trunk" -DMAIBRANCH_dm6467 =3D "branches/GITPSP_INT_101009" -DMAIBRANCH:omap3 =3D "trunk" -DMAIBRANCH_dm355 =3D "branches/GITPSP_INT_101009" -DMAIBRANCH_dm365 =3D "trunk" -DMAIBRANCH:omapl137 =3D "trunk" -DMAIBRANCH:omapl138 =3D "trunk" -DMAIBRANCH ?=3D "UNDEFINED_DMAIBRANCH" - -SRCREV_dm6446 =3D "482" -SRCREV_dm6467 =3D "441" -SRCREV:omap3 =3D "642" -SRCREV_dm355 =3D "424" -SRCREV_dm365 =3D "570" -SRCREV:omapl137 =3D "482" -SRCREV:omapl138 =3D "570" -SRCREV ?=3D "UNDEFINED_SRCREV" - -SRC_URI:append =3D " file://omap3530-r642-remove-include-videodev.diff;s= triplevel=3D3 \ - file://r642-fix-config-bld.diff;striplevel=3D3 \ - file://remove-unneeded-includes.patch \ - " - -INSANE_SKIP:${PN} =3D "installed-vs-shipped" - -COMPATIBLE_HOST ?=3D "null" -COMPATIBLE_HOST:ti-soc =3D "(.*)" diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-pa= ths.inc index a2d6b26e..e5530037 100644 --- a/recipes-ti/includes/ti-paths.inc +++ b/recipes-ti/includes/ti-paths.inc @@ -13,7 +13,6 @@ export CMEM_INSTALL_DIR_RECIPE =3D "${installdir}= /ti-linuxutils-tree" export CODEC_INSTALL_DIR_RECIPE =3D "${installdir}/ti-codecs-tree" export CODEGEN_ARM_INSTALL_DIR_RECIPE=3D "${installdir}/ti-cgt470-tree" export CODEGEN_INSTALL_DIR_RECIPE =3D "${installdir}/ti-cgt6x-tree" -export DMAI_INSTALL_DIR_RECIPE =3D "${installdir}/ti-dmai-tree" export DSP_BENCHMARK_INSTALL_DIR_RECIPE =3D "${installdir}/ti-dsp-benchm= ark-tree" export DSPLIB_C64P_INSTALL_DIR_RECIPE =3D "${installdir}/ti-dsplib-c64p-= tree" export DSPLIB_C674_INSTALL_DIR_RECIPE =3D "${installdir}/ti-dsplib-c674x= -tree" @@ -73,7 +72,6 @@ export CMEM_INSTALL_DIR =3D "${STAGING_DIR_TARGET= }${CMEM_INSTALL_DIR_RECIPE} export CODEC_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${CODEC_INSTALL_= DIR_RECIPE}" export CODEGEN_ARM_INSTALL_DIR=3D "${STAGING_DIR_TARGET}${CODEGEN_ARM_IN= STALL_DIR_RECIPE}" export CODEGEN_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${CODEGEN_INSTAL= L_DIR_RECIPE}" -export DMAI_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${DMAI_INSTALL_D= IR_RECIPE}" export DSP_BENCHMARK_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${DSP_BENCHMA= RK_INSTALL_DIR_RECIPE}" export EDMA3_LLD_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${EDMA3_LLD_INST= ALL_DIR_RECIPE}" export EDMA3_LLD_SYSBIOS_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${EDMA3_= LLD_SYSBIOS_INSTALL_DIR_RECIPE}" --=20 2.25.1
|
|
[PATCH 06/19] ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module
Denys Dmytriyenko
From: Denys Dmytriyenko <denys@konsulko.com>
OMAP3 platforms used OCF-Linux, a Linux port of the OpenBSD/FreeBSD Cryptographic Framework (OCF) for Crypto HW acceleration. Later, an alternative Cryptodev-linux API standard became dominant for newer platforms. Remove deprecated module. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- .../ti-ocf-crypto-module_1.0.bb | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module= _1.0.bb diff --git a/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb= b/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb deleted file mode 100644 index 946f2ceb..00000000 --- a/recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module_1.0.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION =3D "Builds Crypto module used by OCF-Linux driver in OpenSS= L example applications" -HOMEPAGE =3D "https://gforge.ti.com/gf/project/arm_crypto/" -LICENSE =3D "BSD & GPLv2" -LIC_FILES_CHKSUM =3D "file://Makefile;beginline=3D1;endline=3D16;md5=3Da= cc0590f80e72fd64ad5c16cad8f4f76 \ - file://ocf_omap3_crypto.c;beginline=3D436;endline=3D= 438;md5=3Da52cad5c37c3aa3f27c6391552967304" - -COMPATIBLE_MACHINE =3D "am37x-evm|am3517-evm" - -DEPENDS +=3D "virtual/kernel" - -SRC_URI =3D "svn://gforge.ti.com/svn/arm_crypto/;module=3Dtrunk;protocol= =3Dhttps;user=3Danonymous;pswd=3D''" - -#gforge source revision -SRCREV =3D "17" - -INHIBIT_PACKAGE_STRIP =3D "1" - -S =3D "${WORKDIR}/trunk" - -inherit module - -MACHINE_KERNEL_PR:append =3D "b" -PR =3D "${MACHINE_KERNEL_PR}" -PV:append =3D "+svn${SRCPV}" - -EXTRA_OEMAKE +=3D "KERNEL_DIR=3D${STAGING_KERNEL_DIR}" - -do_compile:prepend () { - sed -i "s/arm-none-linux-gnueabi-/${TARGET_PREFIX}/g" ${S}/Makefile -} - -do_install () { - install -d ${D}/lib/modules/${KERNEL_VERSION}/crypto/ocf/ - install -m 0755 ${S}/ocf_omap3_cryptok.ko ${D}/lib/modules/${KER= NEL_VERSION}/crypto/ocf/ -} --=20 2.25.1
|
|
[PATCH 05/19] linuxutils: remove Linux Utils helper package
Denys Dmytriyenko
From: Denys Dmytriyenko <denys@konsulko.com>
Linux Utils were used mainly by DMAI on deprecated DaVinci and OMAP3 platforms. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- recipes-ti/includes/ti-paths.inc | 3 - recipes-ti/linuxutils/ti-linuxutils.inc | 93 ------------------- .../ti-linuxutils/linuxutils-BKL-fix-2.patch | 22 ----- .../ti-linuxutils/linuxutils-BKL-fix.patch | 73 --------------- .../linuxutils_2_26-cmemk-fixes.patch | 59 ------------ .../linuxutils_2_26-sdmak-fixes.patch | 25 ----- .../linuxutils/ti-linuxutils_2.26.01.02.bb | 17 ---- 7 files changed, 292 deletions(-) delete mode 100644 recipes-ti/linuxutils/ti-linuxutils.inc delete mode 100644 recipes-ti/linuxutils/ti-linuxutils/linuxutils-BKL-fi= x-2.patch delete mode 100644 recipes-ti/linuxutils/ti-linuxutils/linuxutils-BKL-fi= x.patch delete mode 100644 recipes-ti/linuxutils/ti-linuxutils/linuxutils_2_26-c= memk-fixes.patch delete mode 100644 recipes-ti/linuxutils/ti-linuxutils/linuxutils_2_26-s= dmak-fixes.patch delete mode 100644 recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-pa= ths.inc index e5530037..d226c4af 100644 --- a/recipes-ti/includes/ti-paths.inc +++ b/recipes-ti/includes/ti-paths.inc @@ -9,7 +9,6 @@ export BIOSUTILS_INSTALL_DIR_RECIPE =3D "${installdir}/t= i-biosutils-tree" export C6ACCEL_INSTALL_DIR_RECIPE =3D "${installdir}/ti-c6accel-tree" export C6RUN_INSTALL_DIR_RECIPE =3D "${installdir}/ti-c6run-tree" export CE_INSTALL_DIR_RECIPE =3D "${installdir}/ti-codec-engine-= tree" -export CMEM_INSTALL_DIR_RECIPE =3D "${installdir}/ti-linuxutils-tr= ee" export CODEC_INSTALL_DIR_RECIPE =3D "${installdir}/ti-codecs-tree" export CODEGEN_ARM_INSTALL_DIR_RECIPE=3D "${installdir}/ti-cgt470-tree" export CODEGEN_INSTALL_DIR_RECIPE =3D "${installdir}/ti-cgt6x-tree" @@ -29,7 +28,6 @@ export HDVICP20_INSTALL_DIR_RECIPE =3D "${installdir}= /ti-hdvicp20-tree" export IMGLIB_C64P_INSTALL_DIR_RECIPE=3D "${installdir}/ti-imglib-tree" export IPC_INSTALL_DIR_RECIPE =3D "${installdir}/ti-ipc-tree" export LINK_INSTALL_DIR_RECIPE =3D "${installdir}/ti-dsplink-tree" -export LINUXUTILS_INSTALL_DIR_RECIPE =3D "${installdir}/ti-linuxutils-tr= ee" export LPM_INSTALL_DIR_RECIPE =3D "${installdir}/ti-local-power-m= anager-tree" export NDK_INSTALL_DIR_RECIPE =3D "${installdir}/ti-ndk-tree" export NS_INSTALL_DIR_RECIPE =3D "${installdir}/ti-ns-tree" @@ -82,7 +80,6 @@ export HDVICP20_INSTALL_DIR =3D "${STAGING_DIR_TARGET= }${HDVICP20_INSTALL_DIR_REC export IMGLIB_C64P_INSTALL_DIR=3D "${STAGING_DIR_TARGET}${IMGLIB_C64P_IN= STALL_DIR_RECIPE}" export IPC_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${IPC_INSTALL_DI= R_RECIPE}" export LINK_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${LINK_INSTALL_D= IR_RECIPE}" -export LINUXUTILS_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${LINUXUTILS_INS= TALL_DIR_RECIPE}" export LPM_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${LPM_INSTALL_DI= R_RECIPE}" export NDK_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${NDK_INSTALL_DI= R_RECIPE}" export NS_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${NS_INSTALL_DIR= _RECIPE}" diff --git a/recipes-ti/linuxutils/ti-linuxutils.inc b/recipes-ti/linuxut= ils/ti-linuxutils.inc deleted file mode 100644 index c461418f..00000000 --- a/recipes-ti/linuxutils/ti-linuxutils.inc +++ /dev/null @@ -1,93 +0,0 @@ -DESCRIPTION =3D "MFP Linux utils for TI ARM/DSP processors" -SECTION =3D "devel" -LICENSE =3D "GPLv2 & BSD" - -BASE_SRC_URI =3D "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/t= argetcontent/linuxutils/${PV}/exports" -SRC_URI =3D "${BASE_SRC_URI}/linuxutils_${PV}.tar.gz " - -LIC_FILES_CHKSUM =3D "file://gpl_2.0.txt;md5=3D1298794fc2eed3df92a89f3c9= d317440" - -S =3D "${WORKDIR}/linuxutils_${PV}" - -require recipes-ti/includes/ti-paths.inc -require recipes-ti/includes/ti-staging.inc - -PR =3D "${MACHINE_KERNEL_PR}" - -#This is a kernel module, don't set PR directly -MACHINE_KERNEL_PR:append =3D "f" - -inherit module - -do_compile() { - do_make_scripts - unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS - - case "${SOC_FAMILY}" in - "dm365") - modules=3D"cmem edma irq";; - "omap3") - modules=3D"cmem sdma";; - "dm355") - modules=3D"cmem edma irq";; - *) - modules=3D"cmem" - esac - - for module in $modules ; do - cd ${S}/packages/ti/sdo/linuxutils/$module - make \ - LINUXKERNEL_INSTALL_DIR=3D"${STAGING_KERNEL_DIR}" \ - MVTOOL_PREFIX=3D"${TARGET_PREFIX}" \ - UCTOOL_PREFIX=3D"${TARGET_PREFIX}" \ - clean debug release - done -} - -do_install () { - install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp - # Install CMEM - for module in $(find ${S}/packages/ti/sdo/linuxutils/ -name "*.ko") = ; do - install -m 0755 $module ${D}/lib/modules/${KERNEL_VERSION}/kerne= l/drivers/dsp - done - cd ${S}/packages/ti/sdo/linuxutils/cmem/apps - make \ - LINUXKERNEL_INSTALL_DIR=3D"${STAGING_KERNEL_DIR}" \ - MVTOOL_PREFIX=3D"${TARGET_PREFIX}" \ - UCTOOL_PREFIX=3D"${TARGET_PREFIX}" \ - EXEC_DIR=3D"${D}${installdir}/ti-linuxutils-app/cmem-app" \ - install - # Install EDMA - if [ "${SOC_FAMILY}" =3D "dm365" ] ; then - cd ${S}/packages/ti/sdo/linuxutils/edma/apps - make \ - LINUXKERNEL_INSTALL_DIR=3D"${STAGING_KERNEL_DIR}" \ - MVTOOL_PREFIX=3D"${TARGET_PREFIX}" \ - UCTOOL_PREFIX=3D"${TARGET_PREFIX}" \ - EXEC_DIR=3D"${D}${installdir}/ti-linuxutils-app/edma-app" \ - install - fi - - # stage tree - other packages may need this - install -d ${D}${LINUXUTILS_INSTALL_DIR_RECIPE} - cp -pPrf ${S}/* ${D}${LINUXUTILS_INSTALL_DIR_RECIPE} -} - - - - -PACKAGES =3D+ " ti-cmem-module \ - ti-sdma-module \ - ti-edma-module \ - ti-irq-module \ - ti-linuxutils-app" - -FILES:ti-cmem-module =3D "/lib/modules/${KERNEL_VERSION}/kernel/drivers/= dsp/cmem*.ko" -FILES:ti-sdma-module =3D "/lib/modules/${KERNEL_VERSION}/kernel/drivers/= dsp/sdma*.ko" -FILES:ti-edma-module =3D "/lib/modules/${KERNEL_VERSION}/kernel/drivers/= dsp/edma*.ko" -FILES:ti-irq-module =3D "/lib/modules/${KERNEL_VERSION}/kernel/drivers/d= sp/irq*.ko" - -FILES:ti-linuxutils-app =3D "${installdir}/ti-linuxutils-app/*/*" - -INSANE_SKIP:ti-linuxutils-app =3D "True" -INHIBIT_PACKAGE_STRIP =3D "1" diff --git a/recipes-ti/linuxutils/ti-linuxutils/linuxutils-BKL-fix-2.pat= ch b/recipes-ti/linuxutils/ti-linuxutils/linuxutils-BKL-fix-2.patch deleted file mode 100644 index 1438003c..00000000 --- a/recipes-ti/linuxutils/ti-linuxutils/linuxutils-BKL-fix-2.patch +++ /dev/null @@ -1,22 +0,0 @@ -From: Koen Kooi <k-kooi@ti.com> -Subject: linuxutils: fix build with 2.6.37rcX - ---- - ---- /tmp/sdmak.c 2010-12-05 18:43:55.000000000 +0100 -+++ linuxutils_2_25_05_11/packages/ti/sdo/linuxutils/sdma/src/module/sdm= ak.c 2010-12-05 18:48:31.000000000 +0100 -@@ -208,9 +208,12 @@ - } -=20 - up_read(¤t->mm->mmap_sem); -- -+#if LINUX_VERSION_CODE >=3D KERNEL_VERSION(2,6,36) -+ sema_init(&(channels[channel].mutex),1); -+#else - init_MUTEX_LOCKED(&(channels[channel].mutex)); -- channels[channel].owner =3D filp; -+#endif -+ channels[channel].owner =3D filp; -=20 - if (copy_to_user(argp, &channel, sizeof(channel))) { - return -EFAULT; diff --git a/recipes-ti/linuxutils/ti-linuxutils/linuxutils-BKL-fix.patch= b/recipes-ti/linuxutils/ti-linuxutils/linuxutils-BKL-fix.patch deleted file mode 100644 index 29b0a444..00000000 --- a/recipes-ti/linuxutils/ti-linuxutils/linuxutils-BKL-fix.patch +++ /dev/null @@ -1,73 +0,0 @@ -From: Koen Kooi <k-kooi@ti.com> -Subject: linuxutils: fix build with 2.6.37rcX - ---- - ---- /tmp/cmemk.c 2010-12-05 18:41:00.000000000 +0100 -+++ linuxutils_2_25_05_11/packages/ti/sdo/linuxutils/cmem/src/module/cme= mk.c 2010-12-05 18:43:24.000000000 +0100 -@@ -31,6 +31,7 @@ - #include <linux/seq_file.h> - #include <linux/vmalloc.h> - #include <linux/sched.h> -+#include <linux/slab.h> - #include <asm/cacheflush.h> - #include <asm/uaccess.h> - #include <asm/pgtable.h> -@@ -204,7 +205,11 @@ - "\n\t\t fall back to a heap-based allocation attempt"); - module_param(useHeapIfPoolUnavailable, int, S_IRUGO); -=20 -+#if LINUX_VERSION_CODE >=3D KERNEL_VERSION(2,6,36) -+static DEFINE_SEMAPHORE(cmem_mutex); -+#else - static DECLARE_MUTEX(cmem_mutex); -+#endif -=20 - /* Describes a pool buffer */ - typedef struct pool_buffer { -@@ -243,8 +248,12 @@ -=20 - static struct file_operations cmem_fxns =3D { - owner: THIS_MODULE, -+#if LINUX_VERSION_CODE >=3D KERNEL_VERSION(2,6,36) -+ unlocked_ioctl: ioctl, -+#else - ioctl: ioctl, -- mmap: mmap, -+#endif -+ mmap: mmap, - open: open, - release: release - }; ---- /tmp/sdmak.c 2010-12-05 18:43:55.000000000 +0100 -+++ linuxutils_2_25_05_11/packages/ti/sdo/linuxutils/sdma/src/module/sdm= ak.c 2010-12-05 18:48:31.000000000 +0100 -@@ -208,9 +208,12 @@ - } -=20 - up_read(¤t->mm->mmap_sem); -- -+#if LINUX_VERSION_CODE >=3D KERNEL_VERSION(2,6,36) -+ sema_init(&(channels[channel].mutex),1); -+#else - init_MUTEX_LOCKED(&(channels[channel].mutex)); -- channels[channel].owner =3D filp; -+#endif -+ channels[channel].owner =3D filp; -=20 - if (copy_to_user(argp, &channel, sizeof(channel))) { - return -EFAULT; -@@ -286,8 +289,12 @@ - } -=20 - static struct file_operations fops =3D { -- .ioctl =3D dma_ioctl, -- .release =3D dma_release, -+#if LINUX_VERSION_CODE >=3D KERNEL_VERSION(2,6,36) -+ .unlocked_ioctl =3D dma_ioctl, -+#else -+ .ioctl =3D dma_ioctl, -+#endif -+ .release =3D dma_release, - .owner =3D THIS_MODULE - }; -=20 diff --git a/recipes-ti/linuxutils/ti-linuxutils/linuxutils_2_26-cmemk-fi= xes.patch b/recipes-ti/linuxutils/ti-linuxutils/linuxutils_2_26-cmemk-fix= es.patch deleted file mode 100644 index 3ce66f8c..00000000 --- a/recipes-ti/linuxutils/ti-linuxutils/linuxutils_2_26-cmemk-fixes.pat= ch +++ /dev/null @@ -1,59 +0,0 @@ -Index: linuxutils_2_26_01_02/packages/ti/sdo/linuxutils/cmem/src/module/= cmemk.c -=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ---- linuxutils_2_26_01_02.orig/packages/ti/sdo/linuxutils/cmem/src/modul= e/cmemk.c -+++ linuxutils_2_26_01_02/packages/ti/sdo/linuxutils/cmem/src/module/cme= mk.c -@@ -31,6 +31,7 @@ - #include <linux/seq_file.h> - #include <linux/vmalloc.h> - #include <linux/sched.h> -+#include <linux/slab.h> - #include <asm/cacheflush.h> - #include <asm/uaccess.h> - #include <asm/pgtable.h> -@@ -1072,7 +1073,7 @@ static int set_noncached(struct vm_area_ - { - vma->vm_page_prot =3D pgprot_noncached(vma->vm_page_prot); -=20 -- vma->vm_flags |=3D VM_RESERVED | VM_IO; -+ vma->vm_flags |=3D VM_DONTEXPAND | VM_DONTDUMP | VM_IO; -=20 - if (remap_pfn_range(vma, vma->vm_start, vma->vm_pgoff, - vma->vm_end - vma->vm_start, vma->vm_page_prot)= ) { -@@ -1095,7 +1096,7 @@ static int set_cached(struct vm_area_str - ); - #endif -=20 -- vma->vm_flags |=3D VM_RESERVED | VM_IO; -+ vma->vm_flags |=3D VM_DONTEXPAND | VM_DONTDUMP | VM_IO; -=20 - if (remap_pfn_range(vma, vma->vm_start, vma->vm_pgoff, - vma->vm_end - vma->vm_start, vma->vm_page_prot)= ) { -@@ -2062,8 +2063,13 @@ int __init cmem_init(void) - block_avail_size[bi] =3D length; -=20 - /* attempt to determine the end of Linux kernel memory */ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 11, 0) - phys_end_kernel =3D virt_to_phys((void *)PAGE_OFFSET) + - (num_physpages << PAGE_SHIFT); -+#else -+ phys_end_kernel =3D virt_to_phys((void *)PAGE_OFFSET) + -+ (get_num_physpages() << PAGE_SHIFT); -+#endif -=20 - if (phys_end_kernel > block_start[bi]) { - if (allowOverlap =3D=3D 0) { -@@ -2186,10 +2192,14 @@ int __init cmem_init(void) - } -=20 - /* Create the /proc entry */ -+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 10, 0) - cmem_proc_entry =3D create_proc_entry("cmem", 0, NULL); - if (cmem_proc_entry) { - cmem_proc_entry->proc_fops =3D &cmem_proc_ops; - } -+#else -+ cmem_proc_entry =3D proc_create_data("cmem", 0, NULL, &cmem_proc_op= s, NULL); -+#endif -=20 - mutex_init(&cmem_mutex); -=20 diff --git a/recipes-ti/linuxutils/ti-linuxutils/linuxutils_2_26-sdmak-fi= xes.patch b/recipes-ti/linuxutils/ti-linuxutils/linuxutils_2_26-sdmak-fix= es.patch deleted file mode 100644 index 5ec85fc2..00000000 --- a/recipes-ti/linuxutils/ti-linuxutils/linuxutils_2_26-sdmak-fixes.pat= ch +++ /dev/null @@ -1,25 +0,0 @@ -Index: linuxutils_2_26_01_02/packages/ti/sdo/linuxutils/sdma/src/module/= sdmak.c -=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ---- linuxutils_2_26_01_02.orig/packages/ti/sdo/linuxutils/sdma/src/modul= e/sdmak.c -+++ linuxutils_2_26_01_02/packages/ti/sdo/linuxutils/sdma/src/module/sdm= ak.c -@@ -44,7 +44,7 @@ - #include <mach/hardware.h> - #include <mach/dma.h> - #include <mach/tc.h> --#else -+#elif LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0) - #include <plat/hardware.h> - #include <plat/dma.h> - #include <plat/tc.h> -@@ -97,6 +97,11 @@ -=20 - #endif /* LINUX_VERSION_CODE >=3D KERNEL_VERSION(2,6,18) */ -=20 -+#ifndef OMAP_DMA_NO_DEVICE -+#include <linux/omap-dma.h> -+#define OMAP_DMA_NO_DEVICE 0 -+#endif -+ - #include "../interface/sdma.h" -=20 - struct channel { diff --git a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb b/recipes-= ti/linuxutils/ti-linuxutils_2.26.01.02.bb deleted file mode 100644 index 97aebd41..00000000 --- a/recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb +++ /dev/null @@ -1,17 +0,0 @@ -require ti-linuxutils.inc - -SRC_URI +=3D "file://linuxutils-BKL-fix-2.patch \ - file://linuxutils_2_26-cmemk-fixes.patch \ - file://linuxutils_2_26-sdmak-fixes.patch \ - " - -PE =3D "1" -PV =3D "2_26_01_02" - -SRC_URI[md5sum] =3D "70b4918bc35c1bcfef34d6ba3fbce0c8" -SRC_URI[sha256sum] =3D "51266dd928f8d629cd417c869789a6c0d596612120f16561= 9119cbaadfd66ee2" - -INSANE_SKIP:${PN} =3D "installed-vs-shipped" - -COMPATIBLE_HOST ?=3D "null" -COMPATIBLE_HOST:ti-soc =3D "(.*)" --=20 2.25.1
|
|
[PATCH 00/19] #1 - cleanup and deprecation
Denys Dmytriyenko
From: Denys Dmytriyenko <denys@konsulko.com>
This patchset takes a first stab at cleaning up meta-ti and deprecating old platforms, corresponding config files and component recipes. Here's a temp git tree with these patches applied to glance at: https://github.com/denix0/meta-ti/tree/master Denys Dmytriyenko (19): conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families x-load: remove deprecated first stage X-Loader bootloader hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS) dmai: remove Davinci Multimedia Application Interface (DMAI) linuxutils: remove Linux Utils helper package ti-ocf-crypto-module: remove OMAP3-specific OCF ctypto module abefw: remove OMAP4 Audio Back-End (ABE) firmware alsa-state: remove asound.state for deprecated beagleboard init-ifupdown: remove default /etc/interfaces file for beagleboard formfactor: remove beagleboard-specific configs conf/machine: remove Keystone1/2 SoC/machine configs recipes-bsp: remove Keystone1/2 LLDs classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports meta-ti: remove remaining Keystone1/2 overrides doxygen: remove outdated version in favor of upstream kselftests: remove outdated version in favor of upstream dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOS gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64 trusted-firmware-a: adjust ${BUILD_DIR} for meta-arm/master classes/ti-pdk-fetch.bbclass | 47 -- classes/ti-pdk.bbclass | 144 ---- conf/layer.conf | 9 - conf/machine/am3517-evm.conf | 35 - conf/machine/am37x-evm.conf | 31 - conf/machine/am57xx-evm.conf | 4 - conf/machine/beagleboard.conf | 38 - conf/machine/beaglebone.conf | 3 - conf/machine/c665x-evm.conf | 9 - conf/machine/c667x-evm.conf | 9 - conf/machine/dra7xx-evm.conf | 4 - conf/machine/include/am64xx.inc | 5 - conf/machine/include/am65xx.inc | 5 - conf/machine/include/c66x.inc | 9 - conf/machine/include/davinci.inc | 22 - conf/machine/include/j7.inc | 5 - conf/machine/include/k2e.inc | 6 - conf/machine/include/k2g.inc | 6 - conf/machine/include/k2hk.inc | 6 - conf/machine/include/k2l.inc | 6 - conf/machine/include/keystone.inc | 30 - conf/machine/include/omap3.inc | 42 -- conf/machine/include/omap4.inc | 26 - conf/machine/include/omapl137.inc | 5 - conf/machine/include/omapl138.inc | 3 - conf/machine/include/ti33x.inc | 4 - conf/machine/include/ti43x.inc | 4 - conf/machine/k2e-evm.conf | 32 - conf/machine/k2e-hs-evm.conf | 15 - conf/machine/k2g-evm.conf | 35 - conf/machine/k2g-hs-evm.conf | 15 - conf/machine/k2hk-evm.conf | 32 - conf/machine/k2hk-hs-evm.conf | 15 - conf/machine/k2l-evm.conf | 32 - conf/machine/k2l-hs-evm.conf | 15 - conf/machine/lego-ev3.conf | 22 - conf/machine/omap3evm.conf | 32 - conf/machine/omap5-evm.conf | 34 - conf/machine/omapl137-evm.conf | 15 - conf/machine/omapl138-lcdk.conf | 3 - conf/machine/pandaboard.conf | 16 - recipes-bsp/abefw/abefw_1.0.14.bb | 23 - recipes-bsp/aif2-lld/aif2-lld-rtos_git.bb | 16 - recipes-bsp/aif2-lld/aif2-lld-test_git.bb | 18 - recipes-bsp/aif2-lld/aif2-lld.inc | 14 - recipes-bsp/aif2-lld/aif2-lld_git.bb | 20 - recipes-bsp/alsa-state/alsa-state.bbappend | 1 - .../alsa-state/beagleboard/asound.state | 656 ------------------ .../audk2g-addon/audk2g-addon-rtos_git.bb | 38 - recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb | 23 - recipes-bsp/board-rtos/board-rtos_git.bb | 76 -- recipes-bsp/boot-monitor/boot-monitor_git.bb | 47 -- recipes-bsp/cal-lld/cal-lld-rtos_git.bb | 76 -- recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb | 41 -- .../common-csl-ip/common-csl-ip-rtos_git.bb | 23 - recipes-bsp/common-csl-ip/common-csl-ip.inc | 23 - .../common-csl-ip/common-csl-ip_git.bb | 17 - .../common-csl-ip/csl-rti-dwwdtest-fw_git.bb | 77 -- recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb | 10 - recipes-bsp/cppi-lld/cppi-lld-test_git.bb | 29 - recipes-bsp/cppi-lld/cppi-lld.inc | 19 - recipes-bsp/cppi-lld/cppi-lld_git.bb | 38 - recipes-bsp/dfe-lld/dfe-lld-rtos_git.bb | 12 - recipes-bsp/dfe-lld/dfe-lld-test_git.bb | 20 - recipes-bsp/dfe-lld/dfe-lld.inc | 14 - recipes-bsp/dfe-lld/dfe-lld_git.bb | 20 - recipes-bsp/dsptop/debugss-module-drv_git.bb | 4 +- recipes-bsp/dsptop/dsptop_git.bb | 4 +- recipes-bsp/dsptop/libulm_git.bb | 3 +- .../dsptop/temperature-module-drv_git.bb | 18 - recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb | 145 ---- recipes-bsp/edma3-lld/edma3-lld.inc | 17 - recipes-bsp/edma3-lld/edma3-lld_git.bb | 78 --- recipes-bsp/emac-lld/emac-lld-rtos_git.bb | 30 - recipes-bsp/emac-lld/emac-lld.inc | 7 - recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb | 28 - .../faultmanagement-rtos_git.bb | 36 - recipes-bsp/fftc-lld/fftc-lld-rtos_git.bb | 22 - .../formfactor/beagleboard/machconfig | 3 - .../formfactor/formfactor_0.0.bbappend | 1 - recipes-bsp/fvid2/fvid2-rtos_git.bb | 67 -- recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb | 34 - recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb | 32 - recipes-bsp/hplib/hplib-mod_git.bb | 22 - recipes-bsp/hplib/hplib-test_git.bb | 32 - recipes-bsp/hplib/hplib.inc | 20 - recipes-bsp/hplib/hplib_git.bb | 33 - recipes-bsp/hyplnk-lld/hyplnk-lld-rtos_git.bb | 12 - recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb | 26 - recipes-bsp/hyplnk-lld/hyplnk-lld.inc | 21 - recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb | 36 - recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb | 45 -- recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb | 75 -- .../icss-emac-lld/icss-emac-lld-rtos_git.bb | 25 - .../icss-emac-lld/icss-emac-lld-test_git.bb | 30 - recipes-bsp/icss-emac-lld/icss-emac-lld.inc | 15 - .../icss-emac-lld/icss-emac-lld_git.bb | 25 - recipes-bsp/iolink-lld/iolink-lld-rtos_git.bb | 33 - .../ipc-lld/ipc-lld-examples-rtos_git.bb | 162 ----- recipes-bsp/ipc-lld/ipc-lld-fw_git.bb | 196 ------ recipes-bsp/ipc-lld/ipc-lld-rtos_git.bb | 45 -- recipes-bsp/ipc-lld/ipc-lld.inc | 29 - recipes-bsp/iqn2-lld/iqn2-lld-rtos_git.bb | 12 - recipes-bsp/iqn2-lld/iqn2-lld-test_git.bb | 18 - recipes-bsp/iqn2-lld/iqn2-lld.inc | 13 - recipes-bsp/iqn2-lld/iqn2-lld_git.bb | 25 - recipes-bsp/mad-utils/mad-utils-rtos_git.bb | 57 -- recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb | 41 -- recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb | 30 - recipes-bsp/mmap-lld/mmap-lld-rtos_git.bb | 10 - recipes-bsp/mmap-lld/mmap-lld-test_git.bb | 44 -- recipes-bsp/mmap-lld/mmap-lld.inc | 22 - recipes-bsp/mmap-lld/mmap-lld_git.bb | 15 - recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb | 41 -- recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb | 50 -- recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb | 23 - recipes-bsp/nwal-lld/nwal-lld-rtos_git.bb | 19 - recipes-bsp/nwal-lld/nwal-lld-test_git.bb | 27 - recipes-bsp/nwal-lld/nwal-lld.inc | 21 - recipes-bsp/nwal-lld/nwal-lld_git.bb | 27 - recipes-bsp/osal/osal-rtos_git.bb | 18 - recipes-bsp/osal/osal-test_git.bb | 20 - recipes-bsp/osal/osal.inc | 15 - recipes-bsp/osal/osal_git.bb | 21 - recipes-bsp/pa-lld/pa-lld-rtos_git.bb | 12 - recipes-bsp/pa-lld/pa-lld-test_git.bb | 30 - recipes-bsp/pa-lld/pa-lld.inc | 24 - recipes-bsp/pa-lld/pa-lld_git.bb | 27 - recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb | 28 - recipes-bsp/pktlib/pktlib-rtos_git.bb | 10 - recipes-bsp/pktlib/pktlib.inc | 24 - recipes-bsp/pktlib/pktlib_git.bb | 19 - recipes-bsp/pm-lld/pm-lld-rtos_git.bb | 71 -- .../ti-sgx-ddk-km_1.17.4948957.bb | 4 +- recipes-bsp/pru/pru-icss_git.bb | 32 +- recipes-bsp/pru/pru-pwm-fw_git.bb | 39 -- ...t-add-Makefile-for-building-firmware.patch | 145 ---- ...ss_uart-remove-dependency-on-PDK-CSL.patch | 54 -- recipes-bsp/pru/pru-swuart-fw_git.bb | 40 -- recipes-bsp/pruss-lld/pruss-lld-apps_git.bb | 31 - recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb | 22 - recipes-bsp/pruss-lld/pruss-lld-test_git.bb | 27 - recipes-bsp/pruss-lld/pruss-lld.inc | 15 - recipes-bsp/pruss-lld/pruss-lld_git.bb | 21 - recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb | 9 - recipes-bsp/qmss-lld/qmss-lld-test_git.bb | 30 - recipes-bsp/qmss-lld/qmss-lld.inc | 19 - recipes-bsp/qmss-lld/qmss-lld_git.bb | 38 - recipes-bsp/qmss-pdsp-fw/qmss-pdsp-fw_git.bb | 26 - recipes-bsp/rm-lld/rm-lld-rtos_git.bb | 13 - recipes-bsp/rm-lld/rm-lld.inc | 15 - recipes-bsp/rm-lld/rm-lld_git.bb | 33 - recipes-bsp/sa-lld/sa-lld-rtos_git.bb | 26 - recipes-bsp/sa-lld/sa-lld-test_git.bb | 46 -- recipes-bsp/sa-lld/sa-lld.inc | 21 - recipes-bsp/sa-lld/sa-lld_git.bb | 26 - recipes-bsp/sciclient/sciclient-rtos_git.bb | 125 ---- .../serdes-diag/serdes-diag-rtos_git.bb | 35 - recipes-bsp/serdes-fw/serdes-fw_git.bb | 27 - recipes-bsp/spi-lld/spi-lld-rtos_git.bb | 37 - recipes-bsp/srio-lld/srio-lld-rtos_git.bb | 17 - recipes-bsp/srio-lld/srio-lld-test_git.bb | 30 - recipes-bsp/srio-lld/srio-lld.inc | 18 - recipes-bsp/srio-lld/srio-lld_git.bb | 21 - recipes-bsp/srss-tc/srss-tc_git.bb | 33 - .../starterware/starterware-rtos_git.bb | 33 - recipes-bsp/starterware/starterware.inc | 21 - recipes-bsp/starterware/starterware_git.bb | 16 - recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb | 23 - .../ti-ocf-crypto-module_1.0.bb | 35 - .../ti-pdk-source/ti-pdk-source_git.bb | 33 - recipes-bsp/ti-sci-fw/ti-sci-fw_0.1.1.50.bb | 37 - .../traceframework/traceframework-rtos_git.bb | 10 - recipes-bsp/traceframework/traceframework.inc | 27 - .../traceframework/traceframework_git.bb | 40 -- .../transport-rtos/bmet-eth-rtos_git.bb | 19 - .../transport-rtos/nimu-icss-rtos_git.bb | 29 - recipes-bsp/transport-rtos/nimu-rtos_git.bb | 35 - .../transport-rtos/timesync-rtos_git.bb | 31 - recipes-bsp/transport-rtos/transport.inc | 11 - .../trusted-firmware-a_%.bbappend | 4 +- recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb | 18 - recipes-bsp/u-boot/u-boot-ti.inc | 126 ---- recipes-bsp/uart-lld/uart-lld-rtos_git.bb | 41 -- recipes-bsp/udma-lld/udma-lld-rtos_git.bb | 65 -- .../uio-module-drv/uio-module-drv-test_git.bb | 12 +- recipes-bsp/usb-lld/usb-lld-rtos_git.bb | 29 - recipes-bsp/utils-rtos/profiling-rtos_git.bb | 26 - recipes-bsp/utils-rtos/trace-rtos_git.bb | 28 - recipes-bsp/vps-lld/vps-lld-rtos_git.bb | 56 -- recipes-bsp/wdtimer/wdtimer-rtos_git.bb | 29 - recipes-bsp/x-load/signgp.bb | 20 - recipes-bsp/x-load/signgp/signGP.c | 108 --- recipes-bsp/x-load/x-load.inc | 58 -- .../x-load/0001-Beagle-Rev-C5-support.patch | 60 -- recipes-bsp/x-load/x-load/panda-frefclk.patch | 193 ------ recipes-bsp/x-load/x-load_1.46-psp.bb | 38 - recipes-bsp/x-load/x-load_git.bb | 22 - .../init-ifupdown-1.0/beagleboard/interfaces | 27 - .../init-ifupdown/init-ifupdown_1.0.bbappend | 1 - .../doxygen/doxygen/patch-flex_2_6_0.diff | 66 -- recipes-devtools/doxygen/doxygen_1.8.9.1.bb | 36 - recipes-devtools/gdbc6x/gdbc6x_git.bb | 2 +- recipes-devtools/gdbc6x/gdbserver-c6x_git.bb | 3 +- .../gdbc6x/gdbserverproxy-module-drv_git.bb | 3 +- .../libgles/ti-sgx-ddk-um_1.17.4948957.bb | 4 +- .../0001-selftests-add-ptp-to-TARGETS.patch | 25 - ...oints-allow-to-cross-compile-for-aar.patch | 32 - .../0001-selftests-gpio-use-pkg-config.patch | 53 -- ...verride-CC-in-the-top-level-Makefile.patch | 22 - ...t-use-LDLIBS-to-link-against-libnuma.patch | 24 - ...se-LDLIBS-to-link-against-libpthread.patch | 23 - ...-selftests-sigaltstack-fix-packaging.patch | 26 - ...se-LDLIBS-to-link-against-libpthread.patch | 23 - recipes-kernel/kselftests/kselftests_4.10.bb | 190 ----- recipes-kernel/linux/files/k2e/cmem.dtsi | 36 - recipes-kernel/linux/files/k2e/k2e-uio.dtsi | 32 - recipes-kernel/linux/files/k2g/cmem.dtsi | 37 - .../linux/files/k2g/keystone-k2g-pru-uio.dtsi | 391 ----------- recipes-kernel/linux/files/k2hk/cmem.dtsi | 37 - recipes-kernel/linux/files/k2hk/k2hk-uio.dtsi | 58 -- recipes-kernel/linux/files/k2l/cmem.dtsi | 37 - recipes-kernel/linux/files/k2l/k2l-uio.dtsi | 10 - .../linux/files/keystone/keystone-uio.dtsi | 186 ----- recipes-kernel/linux/kernel-rdepends.inc | 17 - .../linux/linux-ti-mainline/k2g/defconfig | 1 - .../linux-ti-mainline/keystone/defconfig | 1 - .../linux/linux-ti-staging-5.10/k2g/defconfig | 1 - .../linux-ti-staging-5.10/keystone/defconfig | 1 - .../linux/linux-ti-staging-5.4/k2g/defconfig | 1 - .../linux-ti-staging-5.4/keystone/defconfig | 1 - .../linux-ti-staging-rt-5.10/k2g/defconfig | 1 - .../keystone/defconfig | 1 - .../linux-ti-staging-rt-5.4/k2g/defconfig | 1 - .../keystone/defconfig | 1 - .../k2g/defconfig | 1 - .../keystone/defconfig | 1 - .../k2g/defconfig | 1 - .../keystone/defconfig | 1 - recipes-kernel/linux/ti-uio.inc | 21 - recipes-ti/bios/ti-biosutils.inc | 18 - recipes-ti/bios/ti-biosutils_1.02.02.bb | 12 - recipes-ti/bios/ti-dspbios.inc | 25 - recipes-ti/ctoolslib/libaet_git.bb | 3 +- .../gcc-linaro-baremetal-aarch64-native.bb | 23 - .../devtools/gcc-linaro-baremetal-native.bb | 23 - recipes-ti/devtools/gcc-linaro.inc | 10 - recipes-ti/dmai/ti-dmai.inc | 162 ----- recipes-ti/dmai/ti-dmai/arago-tdox | 210 ------ .../dmai/ti-dmai/doxygen_templates.tar.gz | Bin 8012 -> 0 bytes .../dmai/ti-dmai/loadmodules-ti-dmai-apps.sh | 37 - .../ti-dmai/loadmodules-ti-dmai-dm355_al.sh | 23 - .../ti-dmai/loadmodules-ti-dmai-dm365_al.sh | 25 - .../ti-dmai/loadmodules-ti-dmai-dm6446_al.sh | 19 - .../ti-dmai/loadmodules-ti-dmai-dm6467_al.sh | 19 - .../ti-dmai/loadmodules-ti-dmai-o3530_al.sh | 42 -- .../ti-dmai/loadmodules-ti-dmai-ol137_al.sh | 19 - .../ti-dmai/loadmodules-ti-dmai-ol138_al.sh | 19 - ...omap3530-r642-remove-include-videodev.diff | 64 -- .../dmai/ti-dmai/r642-fix-config-bld.diff | 48 -- .../ti-dmai/remove-unneeded-includes.patch | 26 - .../ti-dmai/unloadmodules-ti-dmai-apps.sh | 12 - recipes-ti/dmai/ti-dmai_svn.bb | 43 -- recipes-ti/hdvpss/ti-hdvpss.inc | 20 - recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb | 7 - recipes-ti/imglib/imglib-c66x.inc | 2 +- recipes-ti/includes/ti-paths.inc | 16 - .../ipc/ipc-transport-common-rtos_git.bb | 23 - recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb | 23 - recipes-ti/ipc/ipc-transport-qmss-test_git.bb | 37 - recipes-ti/ipc/ipc-transport-qmss.inc | 14 - recipes-ti/ipc/ipc-transport-qmss_git.bb | 19 - recipes-ti/ipc/ipc-transport-srio-rtos_git.bb | 22 - recipes-ti/ipc/ipc-transport-srio-test_git.bb | 32 - recipes-ti/ipc/ipc-transport-srio.inc | 14 - recipes-ti/ipc/ipc-transport-srio_git.bb | 19 - recipes-ti/ipc/ipc-transport.inc | 15 - recipes-ti/ipc/ti-ipc-common.inc | 8 - recipes-ti/ipc/ti-ipc-rtos.inc | 15 - recipes-ti/ipc/ti-ipc-rtos_git.bb | 23 - recipes-ti/ipc/ti-ipc_git.bb | 5 - recipes-ti/linuxutils/ti-linuxutils.inc | 93 --- .../ti-linuxutils/linuxutils-BKL-fix-2.patch | 22 - .../ti-linuxutils/linuxutils-BKL-fix.patch | 73 -- .../linuxutils_2_26-cmemk-fixes.patch | 59 -- .../linuxutils_2_26-sdmak-fixes.patch | 25 - .../linuxutils/ti-linuxutils_2.26.01.02.bb | 17 - recipes-ti/mpm-transport/mpm-transport_git.bb | 50 -- .../multiprocmgr/multiprocmgr-rtos_git.bb | 44 -- .../multiprocmgr/multiprocmgr-test_git.bb | 31 - recipes-ti/multiprocmgr/multiprocmgr.inc | 21 - .../multiprocmgr/mpmsrv-daemon.service | 14 - recipes-ti/multiprocmgr/multiprocmgr_git.bb | 44 -- recipes-ti/ndk/ti-ndk.inc | 20 - recipes-ti/ndk/ti-ndk_3.61.01.01.bb | 17 - recipes-ti/ns/ti-ns.inc | 21 - recipes-ti/ns/ti-ns_2.60.01.06.bb | 15 - recipes-ti/openmp-rtos/openmp-rtos_git.bb | 13 +- .../ti-pdk-build/ti-pdk-build-rtos_git.bb | 32 - recipes-ti/udma/udma_git.bb | 32 - .../uio-test-pruss/uio-test-pruss_git.bb | 3 +- recipes-ti/vlib/vlib-c66x.inc | 2 +- 302 files changed, 17 insertions(+), 10077 deletions(-) delete mode 100644 classes/ti-pdk-fetch.bbclass delete mode 100644 classes/ti-pdk.bbclass delete mode 100644 conf/machine/am3517-evm.conf delete mode 100644 conf/machine/am37x-evm.conf delete mode 100644 conf/machine/beagleboard.conf delete mode 100644 conf/machine/c665x-evm.conf delete mode 100644 conf/machine/c667x-evm.conf delete mode 100644 conf/machine/include/c66x.inc delete mode 100644 conf/machine/include/davinci.inc delete mode 100644 conf/machine/include/k2e.inc delete mode 100644 conf/machine/include/k2g.inc delete mode 100644 conf/machine/include/k2hk.inc delete mode 100644 conf/machine/include/k2l.inc delete mode 100644 conf/machine/include/keystone.inc delete mode 100644 conf/machine/include/omap3.inc delete mode 100644 conf/machine/include/omap4.inc delete mode 100644 conf/machine/include/omapl137.inc delete mode 100644 conf/machine/k2e-evm.conf delete mode 100644 conf/machine/k2e-hs-evm.conf delete mode 100644 conf/machine/k2g-evm.conf delete mode 100644 conf/machine/k2g-hs-evm.conf delete mode 100644 conf/machine/k2hk-evm.conf delete mode 100644 conf/machine/k2hk-hs-evm.conf delete mode 100644 conf/machine/k2l-evm.conf delete mode 100644 conf/machine/k2l-hs-evm.conf delete mode 100644 conf/machine/lego-ev3.conf delete mode 100644 conf/machine/omap3evm.conf delete mode 100644 conf/machine/omap5-evm.conf delete mode 100644 conf/machine/omapl137-evm.conf delete mode 100644 conf/machine/pandaboard.conf delete mode 100644 recipes-bsp/abefw/abefw_1.0.14.bb delete mode 100644 recipes-bsp/aif2-lld/aif2-lld-rtos_git.bb delete mode 100644 recipes-bsp/aif2-lld/aif2-lld-test_git.bb delete mode 100644 recipes-bsp/aif2-lld/aif2-lld.inc delete mode 100644 recipes-bsp/aif2-lld/aif2-lld_git.bb delete mode 100644 recipes-bsp/alsa-state/alsa-state.bbappend delete mode 100644 recipes-bsp/alsa-state/alsa-state/beagleboard/asound.= state delete mode 100644 recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb delete mode 100644 recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb delete mode 100644 recipes-bsp/board-rtos/board-rtos_git.bb delete mode 100644 recipes-bsp/boot-monitor/boot-monitor_git.bb delete mode 100644 recipes-bsp/cal-lld/cal-lld-rtos_git.bb delete mode 100644 recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb delete mode 100644 recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb delete mode 100644 recipes-bsp/common-csl-ip/common-csl-ip.inc delete mode 100644 recipes-bsp/common-csl-ip/common-csl-ip_git.bb delete mode 100644 recipes-bsp/common-csl-ip/csl-rti-dwwdtest-fw_git.bb delete mode 100644 recipes-bsp/cppi-lld/cppi-lld-rtos_git.bb delete mode 100644 recipes-bsp/cppi-lld/cppi-lld-test_git.bb delete mode 100644 recipes-bsp/cppi-lld/cppi-lld.inc delete mode 100644 recipes-bsp/cppi-lld/cppi-lld_git.bb delete mode 100644 recipes-bsp/dfe-lld/dfe-lld-rtos_git.bb delete mode 100644 recipes-bsp/dfe-lld/dfe-lld-test_git.bb delete mode 100644 recipes-bsp/dfe-lld/dfe-lld.inc delete mode 100644 recipes-bsp/dfe-lld/dfe-lld_git.bb delete mode 100644 recipes-bsp/dsptop/temperature-module-drv_git.bb delete mode 100644 recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb delete mode 100644 recipes-bsp/edma3-lld/edma3-lld.inc delete mode 100644 recipes-bsp/edma3-lld/edma3-lld_git.bb delete mode 100644 recipes-bsp/emac-lld/emac-lld-rtos_git.bb delete mode 100644 recipes-bsp/emac-lld/emac-lld.inc delete mode 100644 recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb delete mode 100644 recipes-bsp/faultmanagement/faultmanagement-rtos_git.= bb delete mode 100644 recipes-bsp/fftc-lld/fftc-lld-rtos_git.bb delete mode 100755 recipes-bsp/formfactor/formfactor/beagleboard/machcon= fig delete mode 100644 recipes-bsp/formfactor/formfactor_0.0.bbappend delete mode 100644 recipes-bsp/fvid2/fvid2-rtos_git.bb delete mode 100644 recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb delete mode 100644 recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb delete mode 100644 recipes-bsp/hplib/hplib-mod_git.bb delete mode 100644 recipes-bsp/hplib/hplib-test_git.bb delete mode 100644 recipes-bsp/hplib/hplib.inc delete mode 100644 recipes-bsp/hplib/hplib_git.bb delete mode 100644 recipes-bsp/hyplnk-lld/hyplnk-lld-rtos_git.bb delete mode 100644 recipes-bsp/hyplnk-lld/hyplnk-lld-test_git.bb delete mode 100644 recipes-bsp/hyplnk-lld/hyplnk-lld.inc delete mode 100644 recipes-bsp/hyplnk-lld/hyplnk-lld_git.bb delete mode 100644 recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb delete mode 100644 recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb delete mode 100644 recipes-bsp/icss-emac-lld/icss-emac-lld-rtos_git.bb delete mode 100644 recipes-bsp/icss-emac-lld/icss-emac-lld-test_git.bb delete mode 100644 recipes-bsp/icss-emac-lld/icss-emac-lld.inc delete mode 100644 recipes-bsp/icss-emac-lld/icss-emac-lld_git.bb delete mode 100644 recipes-bsp/iolink-lld/iolink-lld-rtos_git.bb delete mode 100644 recipes-bsp/ipc-lld/ipc-lld-examples-rtos_git.bb delete mode 100644 recipes-bsp/ipc-lld/ipc-lld-fw_git.bb delete mode 100644 recipes-bsp/ipc-lld/ipc-lld-rtos_git.bb delete mode 100644 recipes-bsp/ipc-lld/ipc-lld.inc delete mode 100644 recipes-bsp/iqn2-lld/iqn2-lld-rtos_git.bb delete mode 100644 recipes-bsp/iqn2-lld/iqn2-lld-test_git.bb delete mode 100644 recipes-bsp/iqn2-lld/iqn2-lld.inc delete mode 100644 recipes-bsp/iqn2-lld/iqn2-lld_git.bb delete mode 100644 recipes-bsp/mad-utils/mad-utils-rtos_git.bb delete mode 100644 recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb delete mode 100644 recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb delete mode 100644 recipes-bsp/mmap-lld/mmap-lld-rtos_git.bb delete mode 100644 recipes-bsp/mmap-lld/mmap-lld-test_git.bb delete mode 100644 recipes-bsp/mmap-lld/mmap-lld.inc delete mode 100644 recipes-bsp/mmap-lld/mmap-lld_git.bb delete mode 100644 recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb delete mode 100644 recipes-bsp/netcp-pa-fw/netcp-pa-fw_git.bb delete mode 100644 recipes-bsp/netcp-sa-fw/netcp-sa-fw_git.bb delete mode 100644 recipes-bsp/nwal-lld/nwal-lld-rtos_git.bb delete mode 100644 recipes-bsp/nwal-lld/nwal-lld-test_git.bb delete mode 100644 recipes-bsp/nwal-lld/nwal-lld.inc delete mode 100644 recipes-bsp/nwal-lld/nwal-lld_git.bb delete mode 100644 recipes-bsp/osal/osal-rtos_git.bb delete mode 100644 recipes-bsp/osal/osal-test_git.bb delete mode 100644 recipes-bsp/osal/osal.inc delete mode 100644 recipes-bsp/osal/osal_git.bb delete mode 100644 recipes-bsp/pa-lld/pa-lld-rtos_git.bb delete mode 100644 recipes-bsp/pa-lld/pa-lld-test_git.bb delete mode 100644 recipes-bsp/pa-lld/pa-lld.inc delete mode 100644 recipes-bsp/pa-lld/pa-lld_git.bb delete mode 100644 recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb delete mode 100644 recipes-bsp/pktlib/pktlib-rtos_git.bb delete mode 100644 recipes-bsp/pktlib/pktlib.inc delete mode 100644 recipes-bsp/pktlib/pktlib_git.bb delete mode 100644 recipes-bsp/pm-lld/pm-lld-rtos_git.bb delete mode 100644 recipes-bsp/pru/pru-pwm-fw_git.bb delete mode 100644 recipes-bsp/pru/pru-swuart-fw/0001-icss_uart-add-Make= file-for-building-firmware.patch delete mode 100644 recipes-bsp/pru/pru-swuart-fw/0001-icss_uart-remove-d= ependency-on-PDK-CSL.patch delete mode 100644 recipes-bsp/pru/pru-swuart-fw_git.bb delete mode 100644 recipes-bsp/pruss-lld/pruss-lld-apps_git.bb delete mode 100644 recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb delete mode 100644 recipes-bsp/pruss-lld/pruss-lld-test_git.bb delete mode 100644 recipes-bsp/pruss-lld/pruss-lld.inc delete mode 100644 recipes-bsp/pruss-lld/pruss-lld_git.bb delete mode 100644 recipes-bsp/qmss-lld/qmss-lld-rtos_git.bb delete mode 100644 recipes-bsp/qmss-lld/qmss-lld-test_git.bb delete mode 100644 recipes-bsp/qmss-lld/qmss-lld.inc delete mode 100644 recipes-bsp/qmss-lld/qmss-lld_git.bb delete mode 100644 recipes-bsp/qmss-pdsp-fw/qmss-pdsp-fw_git.bb delete mode 100644 recipes-bsp/rm-lld/rm-lld-rtos_git.bb delete mode 100644 recipes-bsp/rm-lld/rm-lld.inc delete mode 100644 recipes-bsp/rm-lld/rm-lld_git.bb delete mode 100644 recipes-bsp/sa-lld/sa-lld-rtos_git.bb delete mode 100644 recipes-bsp/sa-lld/sa-lld-test_git.bb delete mode 100644 recipes-bsp/sa-lld/sa-lld.inc delete mode 100644 recipes-bsp/sa-lld/sa-lld_git.bb delete mode 100644 recipes-bsp/sciclient/sciclient-rtos_git.bb delete mode 100644 recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb delete mode 100644 recipes-bsp/serdes-fw/serdes-fw_git.bb delete mode 100644 recipes-bsp/spi-lld/spi-lld-rtos_git.bb delete mode 100644 recipes-bsp/srio-lld/srio-lld-rtos_git.bb delete mode 100644 recipes-bsp/srio-lld/srio-lld-test_git.bb delete mode 100644 recipes-bsp/srio-lld/srio-lld.inc delete mode 100644 recipes-bsp/srio-lld/srio-lld_git.bb delete mode 100644 recipes-bsp/srss-tc/srss-tc_git.bb delete mode 100644 recipes-bsp/starterware/starterware-rtos_git.bb delete mode 100644 recipes-bsp/starterware/starterware.inc delete mode 100644 recipes-bsp/starterware/starterware_git.bb delete mode 100644 recipes-bsp/tcp3d-lld/tcp3d-lld-rtos_git.bb delete mode 100644 recipes-bsp/ti-ocf-crypto-module/ti-ocf-crypto-module= _1.0.bb delete mode 100644 recipes-bsp/ti-pdk-source/ti-pdk-source_git.bb delete mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw_0.1.1.50.bb delete mode 100644 recipes-bsp/traceframework/traceframework-rtos_git.bb delete mode 100644 recipes-bsp/traceframework/traceframework.inc delete mode 100644 recipes-bsp/traceframework/traceframework_git.bb delete mode 100644 recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb delete mode 100644 recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb delete mode 100644 recipes-bsp/transport-rtos/nimu-rtos_git.bb delete mode 100644 recipes-bsp/transport-rtos/timesync-rtos_git.bb delete mode 100644 recipes-bsp/transport-rtos/transport.inc delete mode 100644 recipes-bsp/tsip-lld/tsip-lld-rtos_git.bb delete mode 100644 recipes-bsp/uart-lld/uart-lld-rtos_git.bb delete mode 100644 recipes-bsp/udma-lld/udma-lld-rtos_git.bb delete mode 100644 recipes-bsp/usb-lld/usb-lld-rtos_git.bb delete mode 100644 recipes-bsp/utils-rtos/profiling-rtos_git.bb delete mode 100644 recipes-bsp/utils-rtos/trace-rtos_git.bb delete mode 100644 recipes-bsp/vps-lld/vps-lld-rtos_git.bb delete mode 100644 recipes-bsp/wdtimer/wdtimer-rtos_git.bb delete mode 100644 recipes-bsp/x-load/signgp.bb delete mode 100644 recipes-bsp/x-load/signgp/signGP.c delete mode 100644 recipes-bsp/x-load/x-load.inc delete mode 100644 recipes-bsp/x-load/x-load/0001-Beagle-Rev-C5-support.= patch delete mode 100644 recipes-bsp/x-load/x-load/panda-frefclk.patch delete mode 100644 recipes-bsp/x-load/x-load_1.46-psp.bb delete mode 100644 recipes-bsp/x-load/x-load_git.bb delete mode 100644 recipes-core/init-ifupdown/init-ifupdown-1.0/beaglebo= ard/interfaces delete mode 100644 recipes-core/init-ifupdown/init-ifupdown_1.0.bbappend delete mode 100644 recipes-devtools/doxygen/doxygen/patch-flex_2_6_0.dif= f delete mode 100644 recipes-devtools/doxygen/doxygen_1.8.9.1.bb delete mode 100644 recipes-kernel/kselftests/files/0001-selftests-add-pt= p-to-TARGETS.patch delete mode 100644 recipes-kernel/kselftests/files/0001-selftests-breakp= oints-allow-to-cross-compile-for-aar.patch delete mode 100644 recipes-kernel/kselftests/files/0001-selftests-gpio-u= se-pkg-config.patch delete mode 100644 recipes-kernel/kselftests/files/0001-selftests-lib-al= low-to-override-CC-in-the-top-level-Makefile.patch delete mode 100644 recipes-kernel/kselftests/files/0001-selftests-net-us= e-LDLIBS-to-link-against-libnuma.patch delete mode 100644 recipes-kernel/kselftests/files/0001-selftests-seccom= p-use-LDLIBS-to-link-against-libpthread.patch delete mode 100644 recipes-kernel/kselftests/files/0001-selftests-sigalt= stack-fix-packaging.patch delete mode 100644 recipes-kernel/kselftests/files/0001-selftests-timers= -use-LDLIBS-to-link-against-libpthread.patch delete mode 100644 recipes-kernel/kselftests/kselftests_4.10.bb delete mode 100644 recipes-kernel/linux/files/k2e/cmem.dtsi delete mode 100644 recipes-kernel/linux/files/k2e/k2e-uio.dtsi delete mode 100644 recipes-kernel/linux/files/k2g/cmem.dtsi delete mode 100644 recipes-kernel/linux/files/k2g/keystone-k2g-pru-uio.d= tsi delete mode 100644 recipes-kernel/linux/files/k2hk/cmem.dtsi delete mode 100644 recipes-kernel/linux/files/k2hk/k2hk-uio.dtsi delete mode 100644 recipes-kernel/linux/files/k2l/cmem.dtsi delete mode 100644 recipes-kernel/linux/files/k2l/k2l-uio.dtsi delete mode 100644 recipes-kernel/linux/files/keystone/keystone-uio.dtsi delete mode 100644 recipes-kernel/linux/linux-ti-mainline/k2g/defconfig delete mode 100644 recipes-kernel/linux/linux-ti-mainline/keystone/defco= nfig delete mode 100644 recipes-kernel/linux/linux-ti-staging-5.10/k2g/defcon= fig delete mode 100644 recipes-kernel/linux/linux-ti-staging-5.10/keystone/d= efconfig delete mode 100644 recipes-kernel/linux/linux-ti-staging-5.4/k2g/defconf= ig delete mode 100644 recipes-kernel/linux/linux-ti-staging-5.4/keystone/de= fconfig delete mode 100644 recipes-kernel/linux/linux-ti-staging-rt-5.10/k2g/def= config delete mode 100644 recipes-kernel/linux/linux-ti-staging-rt-5.10/keyston= e/defconfig delete mode 100644 recipes-kernel/linux/linux-ti-staging-rt-5.4/k2g/defc= onfig delete mode 100644 recipes-kernel/linux/linux-ti-staging-rt-5.4/keystone= /defconfig delete mode 100644 recipes-kernel/linux/linux-ti-staging-systest-5.10/k2= g/defconfig delete mode 100644 recipes-kernel/linux/linux-ti-staging-systest-5.10/ke= ystone/defconfig delete mode 100644 recipes-kernel/linux/linux-ti-staging-systest-5.4/k2g= /defconfig delete mode 100644 recipes-kernel/linux/linux-ti-staging-systest-5.4/key= stone/defconfig delete mode 100644 recipes-ti/bios/ti-biosutils.inc delete mode 100644 recipes-ti/bios/ti-biosutils_1.02.02.bb delete mode 100644 recipes-ti/bios/ti-dspbios.inc delete mode 100644 recipes-ti/devtools/gcc-linaro-baremetal-aarch64-nati= ve.bb delete mode 100644 recipes-ti/devtools/gcc-linaro-baremetal-native.bb delete mode 100644 recipes-ti/devtools/gcc-linaro.inc delete mode 100644 recipes-ti/dmai/ti-dmai.inc delete mode 100644 recipes-ti/dmai/ti-dmai/arago-tdox delete mode 100644 recipes-ti/dmai/ti-dmai/doxygen_templates.tar.gz delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-apps.sh delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm355_al.= sh delete mode 100644 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm365_al.= sh delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm6446_al= .sh delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-dm6467_al= .sh delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-o3530_al.= sh delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-ol137_al.= sh delete mode 100755 recipes-ti/dmai/ti-dmai/loadmodules-ti-dmai-ol138_al.= sh delete mode 100644 recipes-ti/dmai/ti-dmai/omap3530-r642-remove-include-= videodev.diff delete mode 100644 recipes-ti/dmai/ti-dmai/r642-fix-config-bld.diff delete mode 100644 recipes-ti/dmai/ti-dmai/remove-unneeded-includes.patc= h delete mode 100644 recipes-ti/dmai/ti-dmai/unloadmodules-ti-dmai-apps.sh delete mode 100644 recipes-ti/dmai/ti-dmai_svn.bb delete mode 100644 recipes-ti/hdvpss/ti-hdvpss.inc delete mode 100644 recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb delete mode 100644 recipes-ti/ipc/ipc-transport-common-rtos_git.bb delete mode 100644 recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb delete mode 100644 recipes-ti/ipc/ipc-transport-qmss-test_git.bb delete mode 100644 recipes-ti/ipc/ipc-transport-qmss.inc delete mode 100644 recipes-ti/ipc/ipc-transport-qmss_git.bb delete mode 100644 recipes-ti/ipc/ipc-transport-srio-rtos_git.bb delete mode 100644 recipes-ti/ipc/ipc-transport-srio-test_git.bb delete mode 100644 recipes-ti/ipc/ipc-transport-srio.inc delete mode 100644 recipes-ti/ipc/ipc-transport-srio_git.bb delete mode 100644 recipes-ti/ipc/ipc-transport.inc delete mode 100644 recipes-ti/linuxutils/ti-linuxutils.inc delete mode 100644 recipes-ti/linuxutils/ti-linuxutils/linuxutils-BKL-fi= x-2.patch delete mode 100644 recipes-ti/linuxutils/ti-linuxutils/linuxutils-BKL-fi= x.patch delete mode 100644 recipes-ti/linuxutils/ti-linuxutils/linuxutils_2_26-c= memk-fixes.patch delete mode 100644 recipes-ti/linuxutils/ti-linuxutils/linuxutils_2_26-s= dmak-fixes.patch delete mode 100644 recipes-ti/linuxutils/ti-linuxutils_2.26.01.02.bb delete mode 100644 recipes-ti/mpm-transport/mpm-transport_git.bb delete mode 100644 recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb delete mode 100644 recipes-ti/multiprocmgr/multiprocmgr-test_git.bb delete mode 100644 recipes-ti/multiprocmgr/multiprocmgr.inc delete mode 100644 recipes-ti/multiprocmgr/multiprocmgr/mpmsrv-daemon.se= rvice delete mode 100644 recipes-ti/multiprocmgr/multiprocmgr_git.bb delete mode 100644 recipes-ti/ndk/ti-ndk.inc delete mode 100644 recipes-ti/ndk/ti-ndk_3.61.01.01.bb delete mode 100644 recipes-ti/ns/ti-ns.inc delete mode 100644 recipes-ti/ns/ti-ns_2.60.01.06.bb delete mode 100644 recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb delete mode 100644 recipes-ti/udma/udma_git.bb --=20 2.25.1
|
|
[PATCH 03/19] hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS)
Denys Dmytriyenko
From: Denys Dmytriyenko <denys@konsulko.com>
Due to DaVinci family of platforms being deprecated. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- recipes-ti/hdvpss/ti-hdvpss.inc | 20 -------------------- recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb | 7 ------- recipes-ti/includes/ti-paths.inc | 2 -- 3 files changed, 29 deletions(-) delete mode 100644 recipes-ti/hdvpss/ti-hdvpss.inc delete mode 100644 recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb diff --git a/recipes-ti/hdvpss/ti-hdvpss.inc b/recipes-ti/hdvpss/ti-hdvps= s.inc deleted file mode 100644 index 3c99b792..00000000 --- a/recipes-ti/hdvpss/ti-hdvpss.inc +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION =3D "TI HDVPSS" -SECTION =3D "devel" -LICENSE =3D "TI" - -require ../includes/ti-paths.inc -require ../includes/ti-staging.inc - -S =3D "${WORKDIR}/REL.HDVPSS_${PV}" - -SRC_URI =3D "http://install.source.dir.local/REL.HDVPSS.${PV}.zip" - -do_compile() { - : -} - -do_install() { - install -d ${D}${HDVPSS_INSTALL_DIR_RECIPE} - cp -pPrf ${S}/* ${D}${HDVPSS_INSTALL_DIR_RECIPE} -} - diff --git a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb b/recipes-ti/hdvp= ss/ti-hdvpss_01.00.01.27.bb deleted file mode 100644 index 0428b149..00000000 --- a/recipes-ti/hdvpss/ti-hdvpss_01.00.01.27.bb +++ /dev/null @@ -1,7 +0,0 @@ -require ti-hdvpss.inc - -SRC_URI[md5sum] =3D "6db908bef3b933dc8cea666564d5d4d8" -SRC_URI[sha256sum] =3D "2caa9c859cfe348197e860f07d174a8ab7048d38d6d3a12e= c576802122c9e91e" - -COMPATIBLE_HOST ?=3D "null" -COMPATIBLE_HOST:ti-soc =3D "(.*)" diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-pa= ths.inc index 71180353..a2d6b26e 100644 --- a/recipes-ti/includes/ti-paths.inc +++ b/recipes-ti/includes/ti-paths.inc @@ -27,7 +27,6 @@ export FC3_INSTALL_DIR_RECIPE =3D "${installdir}= /ti-framework-components3-t export FC_INSTALL_DIR_RECIPE =3D "${installdir}/ti-framework-com= ponents-tree" export GFX_SDK_INSTALL_DIR_RECIPE =3D "${installdir}/ti-gfx-sdk-tree" export HDVICP20_INSTALL_DIR_RECIPE =3D "${installdir}/ti-hdvicp20-tree= " -export HDVPSS_INSTALL_DIR_RECIPE =3D "${installdir}/ti-hdvpss-tree" export IMGLIB_C64P_INSTALL_DIR_RECIPE=3D "${installdir}/ti-imglib-tree" export IPC_INSTALL_DIR_RECIPE =3D "${installdir}/ti-ipc-tree" export LINK_INSTALL_DIR_RECIPE =3D "${installdir}/ti-dsplink-tree" @@ -82,7 +81,6 @@ export FASTMATHLIB_C674P_INSTALL_DIR =3D "${STAGING_DIR= _TARGET}${FASTMATHLIB_C674P export FC3_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${FC3_INSTALL_DI= R_RECIPE}" export FC_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${FC_INSTALL_DIR= _RECIPE}" export HDVICP20_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${HDVICP20_INSTA= LL_DIR_RECIPE}" -export HDVPSS_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${HDVPSS_INSTALL= _DIR_RECIPE}" export IMGLIB_C64P_INSTALL_DIR=3D "${STAGING_DIR_TARGET}${IMGLIB_C64P_IN= STALL_DIR_RECIPE}" export IPC_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${IPC_INSTALL_DI= R_RECIPE}" export LINK_INSTALL_DIR =3D "${STAGING_DIR_TARGET}${LINK_INSTALL_D= IR_RECIPE}" --=20 2.25.1
|
|
[PATCH 02/19] x-load: remove deprecated first stage X-Loader bootloader
Denys Dmytriyenko
From: Denys Dmytriyenko <denys@konsulko.com>
X-Loader was originally used on OMAP3/4 platforms, but eventually got replaced by U-boot SPL. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- recipes-bsp/x-load/signgp.bb | 20 -- recipes-bsp/x-load/signgp/signGP.c | 108 ---------- recipes-bsp/x-load/x-load.inc | 58 ------ .../x-load/0001-Beagle-Rev-C5-support.patch | 60 ------ recipes-bsp/x-load/x-load/panda-frefclk.patch | 193 ------------------ recipes-bsp/x-load/x-load_1.46-psp.bb | 38 ---- recipes-bsp/x-load/x-load_git.bb | 22 -- 7 files changed, 499 deletions(-) delete mode 100644 recipes-bsp/x-load/signgp.bb delete mode 100644 recipes-bsp/x-load/signgp/signGP.c delete mode 100644 recipes-bsp/x-load/x-load.inc delete mode 100644 recipes-bsp/x-load/x-load/0001-Beagle-Rev-C5-support.= patch delete mode 100644 recipes-bsp/x-load/x-load/panda-frefclk.patch delete mode 100644 recipes-bsp/x-load/x-load_1.46-psp.bb delete mode 100644 recipes-bsp/x-load/x-load_git.bb diff --git a/recipes-bsp/x-load/signgp.bb b/recipes-bsp/x-load/signgp.bb deleted file mode 100644 index 479e6f81..00000000 --- a/recipes-bsp/x-load/signgp.bb +++ /dev/null @@ -1,20 +0,0 @@ -LICENSE =3D "BSD-3-Clause" -DESCRIPTION =3D "Tool to sign omap3 x-loader images" -LIC_FILES_CHKSUM =3D "file://signGP.c;md5=3D960f484fea13941ca88821366f9d= ade0" - -SRC_URI =3D "file://signGP.c" - -do_compile() { - ${CC} ${CFLAGS} ${LDFLAGS} ${WORKDIR}/signGP.c -o signGP -} - -do_install() { - install -d ${D}${bindir} - install -m 0755 signGP ${D}${bindir} -} - -S =3D "${WORKDIR}" - -NATIVE_INSTALL_WORKS =3D "1" - -BBCLASSEXTEND =3D "native nativesdk" diff --git a/recipes-bsp/x-load/signgp/signGP.c b/recipes-bsp/x-load/sign= gp/signGP.c deleted file mode 100644 index 93250640..00000000 --- a/recipes-bsp/x-load/signgp/signGP.c +++ /dev/null @@ -1,108 +0,0 @@ -/* - * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com= / - * - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in th= e - * documentation and/or other materials provided with the - * distribution. - * - * Neither the name of Texas Instruments Incorporated nor the names o= f - * its contributors may be used to endorse or promote products derive= d - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FO= R - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL= , - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE= , - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON AN= Y - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE US= E - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * -*/ - - -// -// signGP.c -// Read the x-load.bin file and write out the x-load.bin.ift file. -// The signed image is the original pre-pended with the size of the imag= e -// and the load address. If not entered on command line, file name is -// assumed to be x-load.bin in current directory and load address is -// 0x40200800. - -#include <stdio.h> -#include <stdlib.h> -#include <fcntl.h> -#include <sys/stat.h> -#include <string.h> -#include <malloc.h> - - -main(int argc, char *argv[]) -{ - int i; - char ifname[FILENAME_MAX], ofname[FILENAME_MAX], ch; - FILE *ifile, *ofile; - unsigned long loadaddr, len; - struct stat sinfo; - - - // Default to x-load.bin and 0x40200800. - strcpy(ifname, "x-load.bin"); - loadaddr =3D 0x40200800; - - if ((argc =3D=3D 2) || (argc =3D=3D 3)) - strcpy(ifname, argv[1]); - - if (argc =3D=3D 3) - loadaddr =3D strtol(argv[2], NULL, 16); - - // Form the output file name. - strcpy(ofname, ifname); - strcat(ofname, ".ift"); - - // Open the input file. - ifile =3D fopen(ifname, "rb"); - if (ifile =3D=3D NULL) { - printf("Cannot open %s\n", ifname); - exit(0); - } - - // Get file length. - stat(ifname, &sinfo); - len =3D sinfo.st_size; - - // Open the output file and write it. - ofile =3D fopen(ofname, "wb"); - if (ofile =3D=3D NULL) { - printf("Cannot open %s\n", ofname); - fclose(ifile); - exit(0); - } - - // Pad 1 sector of zeroes. - //ch =3D 0x00; - //for (i=3D0; i<0x200; i++) - // fwrite(&ch, 1, 1, ofile); - - fwrite(&len, 1, 4, ofile); - fwrite(&loadaddr, 1, 4, ofile); - for (i=3D0; i<len; i++) { - fread(&ch, 1, 1, ifile); - fwrite(&ch, 1, 1, ofile); - } - - fclose(ifile); - fclose(ofile); -} diff --git a/recipes-bsp/x-load/x-load.inc b/recipes-bsp/x-load/x-load.in= c deleted file mode 100644 index bb700e46..00000000 --- a/recipes-bsp/x-load/x-load.inc +++ /dev/null @@ -1,58 +0,0 @@ -DESCRIPTION =3D "x-load bootloader loader" -SECTION =3D "bootloaders" -LICENSE =3D "GPLv2+" - -LIC_FILES_CHKSUM =3D "file://common/cmd_load.c;beginline=3D4;endline=3D2= 2;md5=3D14420d7cc8dfb427d17ad407ddf8dc89" - -PARALLEL_MAKE =3D "" - -EXTRA_OEMAKE =3D "CROSS_COMPILE=3D${TARGET_PREFIX} CONFIG_HEADER=3D${CON= FIG_HEADER}" - -XLOAD_MACHINE ?=3D "${MACHINE}_config" - -XLOAD_IMAGE ?=3D "x-load-${MACHINE}-${PV}-${PR}.bin.ift" -XLOAD_SYMLINK ?=3D "x-load-${MACHINE}.bin.ift" -XLOAD_USB_IMAGE ?=3D "x-load-usb-${MACHINE}-${PV}-${PR}.bin" -XLOAD_USB_SYMLINK ?=3D "x-load-usb-${MACHINE}.bin" -MLO_IMAGE ?=3D "MLO-${MACHINE}-${PV}-${PR}" -MLO_SYMLINK ?=3D "MLO-${MACHINE}" -MLO_SYMLINK_NOMACHINE ?=3D "MLO" -XLOAD_LOAD_ADDRESS ?=3D "0x40200800" - -do_compile () { - unset LDFLAGS - unset CFLAGS - unset CPPFLAGS - oe_runmake distclean - oe_runmake ${XLOAD_MACHINE} - oe_runmake ift -} - -do_install () { - install -d ${D}/boot - install ${S}/x-load.bin.ift ${D}/boot/${MLO_IMAGE} - ln -sf ${MLO_IMAGE} ${D}/boot/${MLO_SYMLINK_NOMACHINE}=20 -} - -FILES:${PN} =3D "/boot" - -inherit deploy - -addtask deploy before do_package after do_install - -do_deploy () { - install -d ${DEPLOY_DIR_IMAGE} - install ${S}/x-load.bin.ift ${DEPLOY_DIR_IMAGE}/${XLOAD_IMAGE} - install ${S}/x-load.bin ${DEPLOY_DIR_IMAGE}/${XLOAD_USB_IMAGE}=09 - install ${S}/x-load.bin.ift ${DEPLOY_DIR_IMAGE}/${MLO_IMAGE} - - cd ${DEPLOY_DIR_IMAGE} - rm -f ${XLOAD_SYMLINK} - ln -sf ${XLOAD_IMAGE} ${XLOAD_SYMLINK} - rm -f ${XLOAD_USB_SYMLINK} - ln -sf ${XLOAD_USB_IMAGE} ${XLOAD_USB_SYMLINK}=09 - rm -f ${MLO_SYMLINK} - ln -sf ${MLO_IMAGE} ${MLO_SYMLINK} - rm -f ${MLO_SYMLINK_NOMACHINE} - ln -sf ${MLO_IMAGE} ${MLO_SYMLINK_NOMACHINE} -} diff --git a/recipes-bsp/x-load/x-load/0001-Beagle-Rev-C5-support.patch b= /recipes-bsp/x-load/x-load/0001-Beagle-Rev-C5-support.patch deleted file mode 100644 index 1c67bd35..00000000 --- a/recipes-bsp/x-load/x-load/0001-Beagle-Rev-C5-support.patch +++ /dev/null @@ -1,60 +0,0 @@ -From 992eb6ff881792f5c753ef6c85be0ceb2d162c78 Mon Sep 17 00:00:00 2001 -From: Joel Fernandes <agnel.joel@gmail.com> -Date: Tue, 7 Jun 2011 09:50:03 +0200 -Subject: [PATCH] Beagle Rev C5 support - ---- - board/omap3530beagle/omap3530beagle.c | 16 ++++++++++++++++ - 1 files changed, 16 insertions(+), 0 deletions(-) - -diff --git a/board/omap3530beagle/omap3530beagle.c b/board/omap3530beagl= e/omap3530beagle.c -index 15943f5..2b8c3c0 100644 ---- a/board/omap3530beagle/omap3530beagle.c -+++ b/board/omap3530beagle/omap3530beagle.c -@@ -281,6 +281,7 @@ u32 wait_on_value(u32 read_bit_mask, u32 match_value= , u32 read_addr, u32 bound) -=20 - #define MICRON_DDR 0 - #define NUMONYX_MCP 1 -+#define MICRON_MCP 2 - int identify_xm_ddr() - { - int mfr, id; -@@ -303,6 +304,8 @@ int identify_xm_ddr() - return MICRON_DDR; - if ((mfr =3D=3D 0x20) && (id =3D=3D 0xba)) - return NUMONYX_MCP; -+ if ((mfr =3D=3D 0x2c) && (id =3D=3D 0xbc)) -+ return MICRON_MCP; - } - /********************************************************************* - * config_3430sdram_ddr() - Init DDR on 3430SDP dev board. -@@ -329,6 +332,17 @@ void config_3430sdram_ddr(void) - __raw_writel(NUMONYX_V_ACTIMB_165, SDRC_ACTIM_CTRLB_1); - __raw_writel(SDP_3430_SDRC_RFR_CTRL_165MHz, SDRC_RFR_CTRL_0); - __raw_writel(SDP_3430_SDRC_RFR_CTRL_165MHz, SDRC_RFR_CTRL_1); -+ } else if (identify_xm_ddr() =3D=3D MICRON_MCP) { -+ /* Beagleboard Rev C5 */ -+ __raw_writel(0x2, SDRC_CS_CFG); /* 256MB/bank */ -+ __raw_writel(SDP_SDRC_MDCFG_0_DDR_MICRON_XM, SDRC_MCFG_0); -+ __raw_writel(SDP_SDRC_MDCFG_0_DDR_MICRON_XM, SDRC_MCFG_1); -+ __raw_writel(MICRON_V_ACTIMA_200, SDRC_ACTIM_CTRLA_0); -+ __raw_writel(MICRON_V_ACTIMB_200, SDRC_ACTIM_CTRLB_0); -+ __raw_writel(MICRON_V_ACTIMA_200, SDRC_ACTIM_CTRLA_1); -+ __raw_writel(MICRON_V_ACTIMB_200, SDRC_ACTIM_CTRLB_1); -+ __raw_writel(SDP_3430_SDRC_RFR_CTRL_200MHz, SDRC_RFR_CTRL_0); -+ __raw_writel(SDP_3430_SDRC_RFR_CTRL_200MHz, SDRC_RFR_CTRL_1); - } else { - __raw_writel(0x1, SDRC_CS_CFG); /* 128MB/bank */ - __raw_writel(SDP_SDRC_MDCFG_0_DDR, SDRC_MCFG_0); -@@ -699,6 +713,8 @@ int misc_init_r(void) - case REVISION_C4: - if (identify_xm_ddr() =3D=3D NUMONYX_MCP) - printf("Beagle Rev C4 from Special Computing\n"); -+ else if(identify_xm_ddr() =3D=3D MICRON_MCP) -+ printf("Beagle Rev C5\n"); - else - printf("Beagle Rev C4\n"); - break; ---=20 -1.6.6.1 - diff --git a/recipes-bsp/x-load/x-load/panda-frefclk.patch b/recipes-bsp/= x-load/x-load/panda-frefclk.patch deleted file mode 100644 index a893376a..00000000 --- a/recipes-bsp/x-load/x-load/panda-frefclk.patch +++ /dev/null @@ -1,193 +0,0 @@ -Delivered-To: koen@dominion.thruhere.net -Received: by 10.236.61.2 with SMTP id v2cs463572yhc; - Mon, 11 Jul 2011 00:39:44 -0700 (PDT) -Received: by 10.236.79.69 with SMTP id h45mr4010171yhe.342.1310369983896= ; - Mon, 11 Jul 2011 00:39:43 -0700 (PDT) -Return-Path: <x-loader+bncCKvc3d-lHRC70erwBBoEmZF8Og@googlegroups.com> -Received: from mail-gx0-f189.google.com (mail-gx0-f189.google.com [209.8= 5.161.189]) - by mx.google.com with ESMTPS id u61si41782290yhm.15.2011.07.11.0= 0.39.43 - (version=3DTLSv1/SSLv3 cipher=3DOTHER); - Mon, 11 Jul 2011 00:39:43 -0700 (PDT) -Received-SPF: pass (google.com: domain of x-loader+bncCKvc3d-lHRC70erwBB= oEmZF8Og@googlegroups.com designates 209.85.161.189 as permitted sender) = client-ip=3D209.85.161.189; -Authentication-Results: mx.google.com; spf=3Dpass (google.com: domain of= x-loader+bncCKvc3d-lHRC70erwBBoEmZF8Og@googlegroups.com designates 209.8= 5.161.189 as permitted sender) smtp.mail=3Dx-loader+bncCKvc3d-lHRC70erwBB= oEmZF8Og@googlegroups.com; dkim=3Dpass (test mode) header.i=3D@googlegrou= ps.com -Received: by gxk3 with SMTP id 3sf9821900gxk.6 - for <koen@dominion.thruhere.net>; Mon, 11 Jul 2011 00:39:43 -070= 0 (PDT) -DKIM-Signature: v=3D1; a=3Drsa-sha256; c=3Drelaxed/relaxed; - d=3Dgooglegroups.com; s=3Dbeta; - h=3Dmime-version:x-beenthere:received-spf:from:to:cc:subject:dat= e - :message-id:x-mailer:in-reply-to:references:x-original-sender - :x-original-authentication-results:reply-to:precedence:mailing-= list - :list-id:x-google-group-id:list-post:list-help:list-archive:sen= der - :list-subscribe:list-unsubscribe:content-type; - bh=3Dknz/OIehyS1eNPnUO3PKelxTOdkGPG+fRW2FJ4AriF0=3D; - b=3Dcjz/o/2YFMmEgHKdtY7SmdxjqN+uxnJluh9MGSOmA+kVKkPYzbv4SXQQEcjF= MBrXXw - pCUO8G8BylJJLTBTeRDAcji73YDd65OKsc6UoAyrSUtxtj4sgKXBVwaLu0eS+1E= fsyl3 - +5g8sPqNFFG3tcvYD30FjtHZwLFyCTAtU2g18=3D -Received: by 10.101.142.10 with SMTP id u10mr495069ann.24.1310369979330; - Mon, 11 Jul 2011 00:39:39 -0700 (PDT) -MIME-Version: 1.0 -X-BeenThere: x-loader@googlegroups.com -Received: by 10.101.164.36 with SMTP id r36ls170737ano.5.gmail; Mon, 11 = Jul - 2011 00:39:38 -0700 (PDT) -Received: by 10.101.126.20 with SMTP id d20mr158105ann.0.1310369978730; - Mon, 11 Jul 2011 00:39:38 -0700 (PDT) -Received: by 10.101.126.20 with SMTP id d20mr158104ann.0.1310369978718; - Mon, 11 Jul 2011 00:39:38 -0700 (PDT) -Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.8= 5.213.181]) - by gmr-mx.google.com with ESMTPS id i19si12624205anq.3.2011.07.1= 1.00.39.37 - (version=3DTLSv1/SSLv3 cipher=3DOTHER); - Mon, 11 Jul 2011 00:39:37 -0700 (PDT) -Received-SPF: neutral (google.com: 209.85.213.181 is neither permitted n= or denied by best guess record for domain of ricardo.salveti@linaro.org) = client-ip=3D209.85.213.181; -Received: by mail-yx0-f181.google.com with SMTP id 13so1644271yxi.12 - for <x-loader@googlegroups.com>; Mon, 11 Jul 2011 00:39:37 -0700= (PDT) -Received: by 10.150.53.14 with SMTP id b14mr3957102yba.181.1310369977490= ; - Mon, 11 Jul 2011 00:39:37 -0700 (PDT) -Received: from localhost.localdomain ([201.82.65.93]) - by mx.google.com with ESMTPS id s21sm510693ybm.15.2011.07.11.00.= 39.34 - (version=3DTLSv1/SSLv3 cipher=3DOTHER); - Mon, 11 Jul 2011 00:39:35 -0700 (PDT) -From: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> -To: x-loader@googlegroups.com -Cc: patches@linaro.org, - Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> -Subject: [x-loader] [PATCH v2] omap4: pandaboard: ehci fref_clkout per b= oard revision -Date: Mon, 11 Jul 2011 04:39:17 -0300 -Message-Id: <1310369957-28444-1-git-send-email-ricardo.salveti@linaro.or= g> -X-Mailer: git-send-email 1.7.4.1 -In-Reply-To: <1305973002-28352-1-git-send-email-ricardo.salveti@linaro.o= rg> -References: <1305973002-28352-1-git-send-email-ricardo.salveti@linaro.or= g> -X-Original-Sender: ricardo.salveti@linaro.org -X-Original-Authentication-Results: gmr-mx.google.com; spf=3Dneutral (goo= gle.com: - 209.85.213.181 is neither permitted nor denied by best guess record for - domain of ricardo.salveti@linaro.org) smtp.mail=3Dricardo.salveti@linar= o.org -Reply-To: x-loader@googlegroups.com -Precedence: list -Mailing-list: list x-loader@googlegroups.com; contact x-loader+owners@go= oglegroups.com -List-ID: <x-loader.googlegroups.com> -X-Google-Group-Id: 243713986749 -List-Post: <http://groups.google.com/group/x-loader/post?hl=3Den_US>, <m= ailto:x-loader@googlegroups.com> -List-Help: <http://groups.google.com/support/?hl=3Den_US>, <mailto:x-loa= der+help@googlegroups.com> -List-Archive: <http://groups.google.com/group/x-loader?hl=3Den_US> -Sender: x-loader@googlegroups.com -List-Subscribe: <http://groups.google.com/group/x-loader/subscribe?hl=3D= en_US>, <mailto:x-loader+subscribe@googlegroups.com> -List-Unsubscribe: <http://groups.google.com/group/x-loader/subscribe?hl=3D= en_US>, - <mailto:x-loader+unsubscribe@googlegroups.com> -Content-Type: text/plain; charset=3DISO-8859-1 - -Add support for correctly configuring the fref_clkout depending on the -board revision of the pandaboard. This patch is necessary to make u-boot -work with the smsc usb+ethernet driver. - -Tested USB+Eth with TFTP and PXE using linaro u-boot: -http://git.linaro.org/gitweb?p=3Dboot/u-boot-linaro-stable.git;a=3Dsumma= ry - -Based on patch from David Anders <x0132446@ti.com> from -omap4_panda_L24.9 branch at gitorious.org/pandaboard x-loader tree. - -Changes since v1: - * Moving the code from s_init instead of adding a new block - -Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@linaro.org> ---- - board/omap4430panda/omap4430panda.c | 58 +++++++++++++++-------------= ------ - 1 files changed, 26 insertions(+), 32 deletions(-) - -diff --git a/board/omap4430panda/omap4430panda.c b/board/omap4430panda/o= map4430panda.c -index 9b4e457..bcee6fe 100644 ---- a/board/omap4430panda/omap4430panda.c -+++ b/board/omap4430panda/omap4430panda.c -@@ -531,6 +531,7 @@ static void ddr_init(void) - *****************************************/ - int board_init(void) - { -+ unsigned int rev =3D omap_revision(); - unsigned int v; -=20 - /* -@@ -546,10 +547,32 @@ int board_init(void) - v =3D __raw_readl(OMAP44XX_GPIO_BASE2 + __GPIO_DATAOUT); - __raw_writel((v & ~(1 << 30)), OMAP44XX_GPIO_BASE2 + __GPIO_DATAOUT); -=20 -- /* kill USB PLL */ -+ if (rev =3D=3D OMAP4430_ES1_0) -+ return 0; -=20 -- v =3D __raw_readl(CM_CLKMODE_DPLL_USB); -- __raw_writel((v & ~7) | 1, CM_CLKMODE_DPLL_USB); -+ if (__raw_readl(OMAP44XX_GPIO_BASE6 + __GPIO_DATAIN) & (1 << 22)) { -+ /* enable software ioreq */ -+ sr32(OMAP44XX_SCRM_AUXCLK3, 8, 1, 0x1); -+ /* set for sys_clk (38.4MHz) */ -+ sr32(OMAP44XX_SCRM_AUXCLK3, 1, 2, 0x0); -+ /* set divisor to 2 */ -+ sr32(OMAP44XX_SCRM_AUXCLK3, 16, 4, 0x1); -+ /* set the clock source to active */ -+ sr32(OMAP44XX_SCRM_ALTCLKSRC, 0, 1, 0x1); -+ /* enable clocks */ -+ sr32(OMAP44XX_SCRM_ALTCLKSRC, 2, 2, 0x3); -+ } else { -+ /* enable software ioreq */ -+ sr32(OMAP44XX_SCRM_AUXCLK1, 8, 1, 0x1); -+ /* set for PER_DPLL */ -+ sr32(OMAP44XX_SCRM_AUXCLK1, 1, 2, 0x2); -+ /* set divisor to 16 */ -+ sr32(OMAP44XX_SCRM_AUXCLK1, 16, 4, 0xf); -+ /* set the clock source to active */ -+ sr32(OMAP44XX_SCRM_ALTCLKSRC, 0, 1, 0x1); -+ /* enable clocks */ -+ sr32(OMAP44XX_SCRM_ALTCLKSRC, 2, 2, 0x3); -+ } -=20 - return 0; - } -@@ -683,8 +706,6 @@ static int scale_vcores(void) -=20 - void s_init(void) - { -- unsigned int rev =3D omap_revision(); -- - /* - * this is required to survive the muxconf in the case the ROM - * started up USB OTG -@@ -707,33 +728,6 @@ void s_init(void) - /* setup_auxcr(get_device_type(), external_boot); */ -=20 - ddr_init(); -- -- if (rev =3D=3D OMAP4430_ES1_0) -- return; -- -- if (__raw_readl(OMAP44XX_GPIO_BASE6 + __GPIO_DATAIN) & (1 << 22)) { -- /* enable software ioreq */ -- sr32(OMAP44XX_SCRM_AUXCLK3, 8, 1, 0x1); -- /* set for sys_clk (38.4MHz) */ -- sr32(OMAP44XX_SCRM_AUXCLK3, 1, 2, 0x0); -- /* set divisor to 2 */ -- sr32(OMAP44XX_SCRM_AUXCLK3, 16, 4, 0x1); -- /* set the clock source to active */ -- sr32(OMAP44XX_SCRM_ALTCLKSRC, 0, 1, 0x1); -- /* enable clocks */ -- sr32(OMAP44XX_SCRM_ALTCLKSRC, 2, 2, 0x3); -- } else { -- /* enable software ioreq */ -- sr32(OMAP44XX_SCRM_AUXCLK1, 8, 1, 0x1); -- /* set for PER_DPLL */ -- sr32(OMAP44XX_SCRM_AUXCLK1, 1, 2, 0x2); -- /* set divisor to 16 */ -- sr32(OMAP44XX_SCRM_AUXCLK1, 16, 4, 0xf); -- /* set the clock source to active */ -- sr32(OMAP44XX_SCRM_ALTCLKSRC, 0, 1, 0x1); -- /* enable clocks */ -- sr32(OMAP44XX_SCRM_ALTCLKSRC, 2, 2, 0x3); -- } - } -=20 - /******************************************************* ---=20 -1.7.4.1 - ---=20 --- -To unsubscribe from this group, email: x-loader+unsubscribe@googlegroups= .com -For more options: http://groups.google.com/group/x-loader?hl=3Den?hl=3De= n -Home Page: http://gitorious.org/x-loader diff --git a/recipes-bsp/x-load/x-load_1.46-psp.bb b/recipes-bsp/x-load/x= -load_1.46-psp.bb deleted file mode 100644 index cc9ad3f7..00000000 --- a/recipes-bsp/x-load/x-load_1.46-psp.bb +++ /dev/null @@ -1,38 +0,0 @@ -require x-load.inc - -DEPENDS +=3D "signgp-native" - -LIC_FILES_CHKSUM =3D "file://README;md5=3Dfb7a7e60aceaa99c529b6c667dfcf4= 74" - -COMPATIBLE_MACHINE =3D "am3517-evm" - -PV =3D "1.46+${PR}+gitr${SRCREV}" -PR =3D"r0" -PE =3D "1" - -# TI PSP v1.46_OMAPPSP_03.00.01.06 (Tag is one commit different) -SRCREV:pn-${PN} =3D "fc6d5be15c703d21aef0ae0b8c02177721f0445f" -SRC_URI =3D "git://arago-project.org/git/projects/x-load-omap3.git;proto= col=3Dgit" - -S =3D "${WORKDIR}/git" - -do_compile () { - unset LDFLAGS - unset CFLAGS - unset CPPFLAGS - oe_runmake distclean - oe_runmake ${XLOAD_MACHINE} - oe_runmake -} - -do_install () { - signGP x-load.bin ${XLOAD_LOAD_ADDRESS} - - install -d ${D}/boot - install x-load.bin.ift ${D}/boot/${MLO_IMAGE} - ln -sf ${MLO_IMAGE} ${D}/boot/${MLO_SYMLINK_NOMACHINE} -} - -FILES:${PN} =3D "/boot" - -PACKAGE_ARCH =3D "${MACHINE_ARCH}" diff --git a/recipes-bsp/x-load/x-load_git.bb b/recipes-bsp/x-load/x-load= _git.bb deleted file mode 100644 index 0234c574..00000000 --- a/recipes-bsp/x-load/x-load_git.bb +++ /dev/null @@ -1,22 +0,0 @@ -require x-load.inc - -#FILESPATHPKG_prepend =3D "x-load-git:x-load-git/${MACHINE}" - -PV =3D "1.5.1" -PR =3D"r3" -PE =3D "1" - -SRCREV:pn-${PN} =3D "c4289f1bee035dea41536c5ba5e1bc36c7d493c4" -SRC_URI =3D "git://gitorious.org/x-loader/x-loader.git;branch=3Dmaster;p= rotocol=3Dgit \ -" - -S =3D "${WORKDIR}/git" - -XLOAD_MACHINE:beagleboard =3D "omap3530beagle_config" -CONFIG_HEADER:beagleboard =3D "1" -XLOAD_MACHINE:omap3-touchbook =3D "omap3530beagle_config" - -PACKAGE_ARCH =3D "${MACHINE_ARCH}" - -COMPATIBLE_HOST ?=3D "null" -COMPATIBLE_HOST:ti-soc =3D "(.*)" --=20 2.25.1
|
|
[PATCH 01/19] conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families
Denys Dmytriyenko
From: Denys Dmytriyenko <denys@konsulko.com>
Those platforms are being deprecated and not supported in future meta-ti = releases. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> --- conf/machine/am3517-evm.conf | 35 ---------------- conf/machine/am37x-evm.conf | 31 -------------- conf/machine/beagleboard.conf | 38 ----------------- conf/machine/include/davinci.inc | 22 ---------- conf/machine/include/omap3.inc | 42 ------------------- conf/machine/include/omap4.inc | 26 ------------ conf/machine/include/omapl137.inc | 5 --- conf/machine/lego-ev3.conf | 22 ---------- conf/machine/omap3evm.conf | 32 -------------- conf/machine/omap5-evm.conf | 34 --------------- conf/machine/omapl137-evm.conf | 15 ------- conf/machine/pandaboard.conf | 16 ------- .../ti-sgx-ddk-km_1.17.4948957.bb | 4 +- .../libgles/ti-sgx-ddk-um_1.17.4948957.bb | 4 +- recipes-ti/ipc/ti-ipc-common.inc | 1 - recipes-ti/ipc/ti-ipc_git.bb | 1 - 16 files changed, 2 insertions(+), 326 deletions(-) delete mode 100644 conf/machine/am3517-evm.conf delete mode 100644 conf/machine/am37x-evm.conf delete mode 100644 conf/machine/beagleboard.conf delete mode 100644 conf/machine/include/davinci.inc delete mode 100644 conf/machine/include/omap3.inc delete mode 100644 conf/machine/include/omap4.inc delete mode 100644 conf/machine/include/omapl137.inc delete mode 100644 conf/machine/lego-ev3.conf delete mode 100644 conf/machine/omap3evm.conf delete mode 100644 conf/machine/omap5-evm.conf delete mode 100644 conf/machine/omapl137-evm.conf delete mode 100644 conf/machine/pandaboard.conf diff --git a/conf/machine/am3517-evm.conf b/conf/machine/am3517-evm.conf deleted file mode 100644 index f194c648..00000000 --- a/conf/machine/am3517-evm.conf +++ /dev/null @@ -1,35 +0,0 @@ -#@TYPE: Machine -#@NAME: AM3517 EVM -#@DESCRIPTION: Machine configuration for the TI Sitara AM3517 EVM - -require conf/machine/include/omap3.inc - -MACHINE_GUI_CLASS =3D "smallscreen" -MACHINE_FEATURES +=3D "touchscreen ethernet" - -IMAGE_FSTYPES +=3D "ubi tar.xz" -EXTRA_IMAGECMD:jffs2 =3D "-lnp -e 0x20000 -s 2048" - -SERIAL_CONSOLES =3D "115200;ttyS2" -USE_VT =3D "2" - -KERNEL_DEVICETREE =3D "am3517-evm.dtb" - -UBOOT_MACHINE =3D "am3517_evm_config" -XLOAD_MACHINE =3D "am3517evm_config" - -# NOTE: there are NAND and OneNAND versions of this board... -# do ubiattach /dev/ubi_ctrl -m 4 -# From dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: logical eraseblock size: 129024 bytes -# from ubiattach stdout: -# UBI device number 0, total 1996 LEBs -MKUBIFS_ARGS =3D "-m 2048 -e 129024 -c 1996" - -# do ubiattach /dev/ubi_ctrl -m 4 -# from dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: physical eraseblock size: 131072 bytes (128 KiB) -# UBI: sub-page size: 512 -UBINIZE_ARGS =3D "-m 2048 -p 128KiB -s 512" diff --git a/conf/machine/am37x-evm.conf b/conf/machine/am37x-evm.conf deleted file mode 100644 index 9750fe64..00000000 --- a/conf/machine/am37x-evm.conf +++ /dev/null @@ -1,31 +0,0 @@ -#@TYPE: Machine -#@NAME: AM37x EVM -#@DESCRIPTION: Machine configuration for the TI AM37x EVM - -require conf/machine/include/omap3.inc - -MACHINE_GUI_CLASS =3D "smallscreen" -MACHINE_FEATURES +=3D "touchscreen ethernet" - -IMAGE_FSTYPES +=3D "ubi tar.xz" -EXTRA_IMAGECMD:jffs2 =3D "-lnp -e 0x20000 -s 2048" - -KERNEL_DEVICETREE =3D "omap3-evm-37xx.dtb" - -SERIAL_CONSOLES =3D "115200;ttyS0" - -# NOTE: there are NAND and OneNAND versions of this board... -# do ubiattach /dev/ubi_ctrl -m 4 -# From dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: logical eraseblock size: 129024 bytes -# from ubiattach stdout: -# UBI device number 0, total 1996 LEBs -MKUBIFS_ARGS =3D "-m 2048 -e 129024 -c 1996" - -# do ubiattach /dev/ubi_ctrl -m 4 -# from dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: physical eraseblock size: 131072 bytes (128 KiB) -# UBI: sub-page size: 512 -UBINIZE_ARGS =3D "-m 2048 -p 128KiB -s 512" diff --git a/conf/machine/beagleboard.conf b/conf/machine/beagleboard.con= f deleted file mode 100644 index 06777795..00000000 --- a/conf/machine/beagleboard.conf +++ /dev/null @@ -1,38 +0,0 @@ -#@TYPE: Machine -#@NAME: Beagleboard machine -#@DESCRIPTION: Machine configuration for the http://beagleboard.org/ boa= rd=20 - -require conf/machine/include/omap3.inc - -# Only has DVI connector for external screen -MACHINE_GUI_CLASS =3D "bigscreen" - -IMAGE_FSTYPES +=3D "tar.xz ubi" -EXTRA_IMAGECMD:jffs2 =3D "-lnp" - -KERNEL_DEVICETREE =3D "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle= -xm-ab.dtb" - -SERIAL_CONSOLES =3D "115200;ttyS2" - -UBOOT_MACHINE =3D "omap3_beagle_config" - -# do ubiattach /dev/ubi_ctrl -m 4 -# From dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: logical eraseblock size: 129024 bytes -# from ubiattach stdout: -# UBI device number 0, total 1996 LEBs -#=20 -# Beagleboard C5 has 3998 LEBS (490MiB) -MKUBIFS_ARGS =3D "-m 2048 -e 129024 -c 1996" - -# do ubiattach /dev/ubi_ctrl -m 4 -# from dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: physical eraseblock size: 131072 bytes (128 KiB) -# UBI: sub-page size: 512 -UBINIZE_ARGS =3D "-m 2048 -p 128KiB -s 512" - -# For a modularized kernel we want to drag in networking, sound, rtc etc= ." -MACHINE_EXTRA_RRECOMMENDS =3D "kernel-module-smsc95xx kernel-module-snd-= soc-twl4030 kernel-module-rtc-twl \ - kernel-module-snd-soc-omap kernel-module-snd-soc-omap-mcbsp kernel-mod= ule-snd-soc-omap3beagle" diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davi= nci.inc deleted file mode 100644 index b8d207de..00000000 --- a/conf/machine/include/davinci.inc +++ /dev/null @@ -1,22 +0,0 @@ -require conf/machine/include/arm/armv5/tune-arm926ejs.inc - -# Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR =3D "r54" - -KERNEL_IMAGETYPE =3D "zImage" - -PREFERRED_PROVIDER_virtual/kernel ?=3D "linux-ti-staging" -PREFERRED_PROVIDER_virtual/bootloader =3D "u-boot-ti-staging" -PREFERRED_PROVIDER_u-boot =3D "u-boot-ti-staging" - -UBOOT_MACHINE =3D "davinci_dvevm_config" - -UBOOT_ENTRYPOINT =3D "0x80008000" -UBOOT_LOADADDRESS =3D "0x80008000" - -EXTRA_IMAGEDEPENDS +=3D "u-boot" - -SERIAL_CONSOLES ?=3D "115200;ttyS0" -EXTRA_IMAGECMD:jffs2 =3D "--pad --little-endian --eraseblock=3D0x20000 -= n" - -MACHINE_FEATURES =3D "kernel26 serial ethernet usbhost usbgadget mmc als= a" diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.= inc deleted file mode 100644 index 6e0d8dbc..00000000 --- a/conf/machine/include/omap3.inc +++ /dev/null @@ -1,42 +0,0 @@ -require conf/machine/include/ti-soc.inc -SOC_FAMILY:append =3D ":omap3" - -DEFAULTTUNE ?=3D "armv7athf-neon" -require conf/machine/include/arm/armv7a/tune-cortexa8.inc - -PREFERRED_PROVIDER_virtual/xserver =3D "xserver-xorg" - -# For built-in LCD, add xf86-input-tslib -XSERVER =3D "xserver-xorg \ - xf86-input-evdev \ - xf86-input-mouse \ - xf86-video-fbdev \ - xf86-input-keyboard" - -# Default to external video, change to smallscreen for built-in LCD -MACHINE_GUI_CLASS =3D "bigscreen" - -# Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR =3D "r127" - -KERNEL_IMAGETYPE =3D "zImage" - -# Default providers, may need to override for specific machines -PREFERRED_PROVIDER_virtual/kernel ?=3D "linux-ti-staging" -PREFERRED_PROVIDER_virtual/bootloader =3D "u-boot-ti-staging" -PREFERRED_PROVIDER_u-boot =3D "u-boot-ti-staging" - -KERNEL_DEVICETREE =3D "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle= -xm-ab.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb" - -UBOOT_ARCH =3D "arm" -UBOOT_MACHINE =3D "omap3_evm_config" -XLOAD_MACHINE =3D "omap3evm_config" - -UBOOT_ENTRYPOINT =3D "0x80008000" -UBOOT_LOADADDRESS =3D "0x80008000" - -# If SPL is not used, may need to add x-load -EXTRA_IMAGEDEPENDS +=3D "u-boot" - -# List common SoC features, may need to add touchscreen/ethernet for spe= cific machines -MACHINE_FEATURES =3D "kernel26 apm usbgadget usbhost vfat ext2 screen al= sa gpu" diff --git a/conf/machine/include/omap4.inc b/conf/machine/include/omap4.= inc deleted file mode 100644 index b8bd9d37..00000000 --- a/conf/machine/include/omap4.inc +++ /dev/null @@ -1,26 +0,0 @@ -require conf/machine/include/ti-soc.inc -SOC_FAMILY:append =3D ":omap4" - -DEFAULTTUNE ?=3D "armv7athf-neon" -require conf/machine/include/arm/armv7a/tune-cortexa9.inc - -PREFERRED_PROVIDER_virtual/kernel ?=3D "linux-ti-staging" -PREFERRED_PROVIDER_virtual/bootloader =3D "u-boot-ti-staging" -PREFERRED_PROVIDER_u-boot =3D "u-boot-ti-staging" - -PREFERRED_PROVIDER_virtual/xserver =3D "xserver-xorg" -XSERVER =3D "xserver-xorg \ - xf86-input-evdev \ - xf86-video-fbdev" - -# Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR =3D "r4" - -KERNEL_IMAGETYPE =3D "zImage" - -UBOOT_MACHINE =3D "omap4_panda_config" - -UBOOT_ENTRYPOINT =3D "0x80008000" -UBOOT_LOADADDRESS =3D "0x80008000" - -EXTRA_IMAGEDEPENDS +=3D "u-boot" diff --git a/conf/machine/include/omapl137.inc b/conf/machine/include/oma= pl137.inc deleted file mode 100644 index 6dd49418..00000000 --- a/conf/machine/include/omapl137.inc +++ /dev/null @@ -1,5 +0,0 @@ -require conf/machine/include/omapl1.inc -SOC_FAMILY:append =3D ":omapl137" - -# Set the list of device targets for ti-pdk class recipes -TI_PDK_LIMIT_SOCS =3D "omapl137" diff --git a/conf/machine/lego-ev3.conf b/conf/machine/lego-ev3.conf deleted file mode 100644 index 5b89a6a7..00000000 --- a/conf/machine/lego-ev3.conf +++ /dev/null @@ -1,22 +0,0 @@ -#@TYPE: Machine -#@NAME: LEGO Mindstorms EV3 -#@DESCRIPTION: Machine configuration for the LEGO Mindstorms EV3 - -require conf/machine/include/davinci.inc -require conf/machine/include/omapl138.inc - -UBOOT_MACHINE =3D "legoev3_config" -UBOOT_SUFFIX =3D "bin" -UBOOT_ENTRYPOINT =3D "0xC0008000" -UBOOT_LOADADDRESS =3D "0xC0008000" -SPL_BINARY =3D "" - -KERNEL_DEVICETREE =3D "da850-lego-ev3.dtb" -KERNEL_IMAGETYPES =3D "uImage" -KERNEL_DEVICETREE_BUNDLE =3D "1" -SERIAL_CONSOLES =3D "115200;ttyS1" - -IMAGE_FSTYPES +=3D " wic" -WKS_FILE ?=3D "sdimage-bootpart.wks" -WIC_CREATE_EXTRA_ARGS +=3D " --no-fstab-update" -IMAGE_BOOT_FILES =3D "${KERNEL_IMAGETYPES}" diff --git a/conf/machine/omap3evm.conf b/conf/machine/omap3evm.conf deleted file mode 100644 index dc56d57a..00000000 --- a/conf/machine/omap3evm.conf +++ /dev/null @@ -1,32 +0,0 @@ -#@TYPE: Machine -#@NAME: OMAP3 EVM -#@DESCRIPTION: Machine configuration for the TI OMAP3 EVM - -require conf/machine/include/omap3.inc - -MACHINE_GUI_CLASS =3D "smallscreen" -MACHINE_FEATURES +=3D "touchscreen ethernet" - -IMAGE_FSTYPES +=3D "jffs2 tar.xz" -EXTRA_IMAGECMD:jffs2 =3D "-lnp -e 0x20000 -s 2048" - -SERIAL_CONSOLES =3D "115200;ttyS0" -USE_VT =3D "0" - -EXTRA_IMAGEDEPENDS +=3D "x-load" - -# NOTE: there are NAND and OneNAND versions of this board... -# do ubiattach /dev/ubi_ctrl -m 4 -# From dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: logical eraseblock size: 129024 bytes -# from ubiattach stdout: -# UBI device number 0, total 1996 LEBs -MKUBIFS_ARGS =3D "-m 2048 -e 129024 -c 1996" - -# do ubiattach /dev/ubi_ctrl -m 4 -# from dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: physical eraseblock size: 131072 bytes (128 KiB) -# UBI: sub-page size: 512 -UBINIZE_ARGS =3D "-m 2048 -p 128KiB -s 512" diff --git a/conf/machine/omap5-evm.conf b/conf/machine/omap5-evm.conf deleted file mode 100644 index b4cec1a2..00000000 --- a/conf/machine/omap5-evm.conf +++ /dev/null @@ -1,34 +0,0 @@ -#@TYPE: Machine -#@NAME: OMAP5 EVM -#@DESCRIPTION: Machine configuration for the TI OMAP5 uEVM - -require conf/machine/include/omap-a15.inc - -IMAGE_FSTYPES +=3D "ubi tar.xz" - -KERNEL_DEVICETREE =3D "omap5-uevm.dtb" - -SERIAL_CONSOLES =3D "115200;ttyS2" - -# UBI information. Note that this is board and kernel specific. Change= s -# in your kernel port may require changes in these variables. For more -# details about this board please see -# http://processors.wiki.ti.com/index.php/UBIFS_Support - -# do ubiattach /dev/ubi_ctrl -m 7 -O 2048 -# From dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: logical eraseblock size: 126976 bytes -# from ubiattach stdout: -# UBI device number 0, total 1988 LEBs -MKUBIFS_ARGS =3D "-F -m 2048 -e 126976 -c 4300" - -# do ubiattach /dev/ubi_ctrl -m 7 -O 2048 -# from dmesg: -# UBI: smallest flash I/O unit: 2048 -# UBI: physical eraseblock size: 131072 bytes (128 KiB) -# UBI: sub-page size: 512 -# UBI: VID header offset: 2048 (aligned 2048) -UBINIZE_ARGS =3D "-m 2048 -p 128KiB -s 512 -O 2048" - -UBOOT_MACHINE =3D "omap5_uevm_config" diff --git a/conf/machine/omapl137-evm.conf b/conf/machine/omapl137-evm.c= onf deleted file mode 100644 index 207b213a..00000000 --- a/conf/machine/omapl137-evm.conf +++ /dev/null @@ -1,15 +0,0 @@ -#@TYPE: Machine -#@NAME: OMAP-L137 EVM -#@DESCRIPTION: Machine configuration for the TI OMAP-L137 EVM board - -require conf/machine/include/davinci.inc -require conf/machine/include/omapl137.inc - -# HACK: The omapl137 family does not have linux kernel support. -PREFERRED_PROVIDER_virtual/kernel ?=3D "linux-dummy" -EXTRA_IMAGEDEPENDS =3D "" - -IMAGE_FSTYPES =3D "tar.xz" - -# Set the list of device targets for ti-pdk class recipes -TI_PDK_LIMIT_BOARDS =3D "evmOMAPL137" diff --git a/conf/machine/pandaboard.conf b/conf/machine/pandaboard.conf deleted file mode 100644 index 4dd6fa29..00000000 --- a/conf/machine/pandaboard.conf +++ /dev/null @@ -1,16 +0,0 @@ -#@TYPE: Machine -#@NAME: Pandaboard -#@DESCRIPTION: Machine configuration for the OMAP4430 Panda - -require conf/machine/include/omap4.inc - -MACHINE_GUI_CLASS =3D "bigscreen" - -IMAGE_FSTYPES +=3D "tar.xz" - -KERNEL_DEVICETREE =3D "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es= .dtb" - -SERIAL_CONSOLES =3D "115200;ttyS2" - -MACHINE_EXTRA_RRECOMMENDS =3D " kernel-modules" -MACHINE_FEATURES =3D "kernel26 wifi bluetooth alsa apm ext2 screen usbga= dget usbhost vfat gpu" diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb b/= recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb index 5657408f..5fe6c201 100644 --- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb +++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb @@ -7,7 +7,7 @@ inherit module features_check =20 REQUIRED_MACHINE_FEATURES =3D "gpu" =20 -COMPATIBLE_MACHINE =3D "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3" +COMPATIBLE_MACHINE =3D "ti33x|ti43x|omap-a15|k3" =20 MACHINE_KERNEL_PR:append =3D "x" PR =3D "${MACHINE_KERNEL_PR}" @@ -30,8 +30,6 @@ TARGET_PRODUCT:omap-a15 =3D "jacinto6evm" TARGET_PRODUCT:ti33x =3D "ti335x" TARGET_PRODUCT:ti43x =3D "ti437x" TARGET_PRODUCT:k3 =3D "ti654x" -TARGET_PRODUCT:beagleboard =3D "ti343x" -TARGET_PRODUCT:pandaboard =3D "ti443x" =20 EXTRA_OEMAKE +=3D 'KERNELDIR=3D"${STAGING_KERNEL_DIR}" TARGET_PRODUCT=3D= ${TARGET_PRODUCT} WINDOW_SYSTEM=3Dnulldrmws' =20 diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/rec= ipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb index 9d55122c..d4b7a1a6 100644 --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb @@ -8,7 +8,7 @@ inherit features_check REQUIRED_MACHINE_FEATURES =3D "gpu" =20 PACKAGE_ARCH =3D "${MACHINE_ARCH}" -COMPATIBLE_MACHINE =3D "pandaboard|beagleboard|ti33x|ti43x|omap-a15|k3" +COMPATIBLE_MACHINE =3D "ti33x|ti43x|omap-a15|k3" =20 PR =3D "r37" =20 @@ -21,8 +21,6 @@ TARGET_PRODUCT:omap-a15 =3D "jacinto6evm" TARGET_PRODUCT:ti33x =3D "ti335x" TARGET_PRODUCT:ti43x =3D "ti437x" TARGET_PRODUCT:k3 =3D "ti654x" -TARGET_PRODUCT:beagleboard =3D "ti343x" -TARGET_PRODUCT:pandaboard =3D "ti443x" =20 INITSCRIPT_NAME =3D "rc.pvr" INITSCRIPT_PARAMS =3D "defaults 8" diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-com= mon.inc index a32aad09..1879a3f2 100644 --- a/recipes-ti/ipc/ti-ipc-common.inc +++ b/recipes-ti/ipc/ti-ipc-common.inc @@ -6,7 +6,6 @@ COMPATIBLE_HOST ?=3D "null" COMPATIBLE_HOST:ti-soc =3D "(.*)" =20 PLATFORM =3D "UNKNOWN" -PLATFORM:omap5-evm =3D "OMAP54XX" PLATFORM:dra7xx =3D "DRA7XX" PLATFORM:k2hk =3D "TCI6638" PLATFORM:k2l =3D "TCI6630" diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb index c3a58472..ed712bab 100644 --- a/recipes-ti/ipc/ti-ipc_git.bb +++ b/recipes-ti/ipc/ti-ipc_git.bb @@ -15,7 +15,6 @@ SRC_URI +=3D "file://tiipclad-daemon.sh \ " =20 DAEMON =3D "UNKNOWN" -DAEMON:omap5-evm =3D "lad_omap54xx_smp" DAEMON:dra7xx =3D "lad_dra7xx" DAEMON:k2hk =3D "lad_tci6638" DAEMON:k2l =3D "lad_tci6630" --=20 2.25.1
|
|
[PATCH] layers: Bump to use kirkstone
its not going to be backward ABI compatible with honister due to variable renaming.
Signed-off-by: Khem Raj <raj.khem@gmail.com> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index f399ff03..c3b39c59 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "meta-ti" BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-ti = "6" -LAYERSERIES_COMPAT_meta-ti = "honister" +LAYERSERIES_COMPAT_meta-ti = "kirkstone" LICENSE_PATH += "${LAYERDIR}/licenses" -- 2.35.1
|
|
Re: [dunfell][PATCH] conf: machine: am64xx-hs-evm: Fix naming of u-boot.img
Denys Dmytriyenko
On Mon, Feb 21, 2022 at 01:43:31PM +0530, Aparna M via lists.yoctoproject.org wrote:
All the HS platforms generate the u-boot binary as u-boot.img_HSCan you please clarify which script cannot find the image? Thanks! Also, how does it work for am65xx HS, j721e HS, j7200 HS? Why only am64xx HS? Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
|
|
[dunfell][PATCH] conf: machine: am64xx-hs-evm: Fix naming of u-boot.img
Aparna M
All the HS platforms generate the u-boot binary as u-boot.img_HS
but the bootloader expects the binary to be named as u-boot.img Due to this mismatch, script cannot find the required image to be added in the WIC image. Fix this by overwriting the UBOOT_IMAGE variable via conf file. Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Signed-off-by: Aparna M <a-m1@ti.com> --- conf/machine/am64xx-hs-evm.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/am64xx-hs-evm.conf b/conf/machine/am64xx-hs-evm.conf index 44e81463..781b8318 100644 --- a/conf/machine/am64xx-hs-evm.conf +++ b/conf/machine/am64xx-hs-evm.conf @@ -17,6 +17,7 @@ UBOOT_DTBO_OFFSET = "0x00010000" SPL_BINARY = "tispl.bin_HS" SPL_BINARYNAME = "tispl.bin" UBOOT_BINARY = "u-boot.img_HS" -IMAGE_BOOT_FILES = "${UBOOT_BINARY}" +UBOOT_IMAGE = "u-boot.img" +IMAGE_BOOT_FILES = "${UBOOT_IMAGE}" TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}" -- 2.17.1
|
|
[dunfell][PATCH 4/4] u-boot-ti-staging: Bump to 08.02.00.003 release
Ryan Eatmon
Updated the u-boot version for 08.02.00.003
Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb index 16bb1521..701b802a 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb @@ -2,8 +2,8 @@ require u-boot-ti.inc LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" -PR = "r18" +PR = "r19" BRANCH = "ti-u-boot-2021.01" -SRCREV = "ebc8dca63dd961aaf5f5f626a19c6f6bfd7428f0" +SRCREV = "bd58b61277a189ee49e0d6e9fd03d52996685d98" -- 2.17.1
|
|
[dunfell][PATCH 0/4] Update to 08.02.00.003
Ryan Eatmon
Update u-boot, integrated lts kernel and firmware to 08.02.00.003 tag.
Ryan Eatmon (4): ti-linux-fw: Bump to 08.02.00.003 release linux-ti-staging: Bump to 08.02.00.003 release linux-ti-staging-rt: Bump to 08.02.00.003 release u-boot-ti-staging: Bump to 08.02.00.003 release recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) -- 2.17.1
|
|
[dunfell][PATCH 2/4] linux-ti-staging: Bump to 08.02.00.003 release
Ryan Eatmon
Updated the linux version for 08.02.00.003
Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- recipes-kernel/linux/linux-ti-staging_5.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_5.10.bb b/recipes-kernel/linux/linux-ti-staging_5.10.bb index c74c0a10..cd7d9519 100644 --- a/recipes-kernel/linux/linux-ti-staging_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging_5.10.bb @@ -23,8 +23,8 @@ S = "${WORKDIR}/git" BRANCH = "ti-linux-5.10.y" -SRCREV = "46573628be468b58272d7c41b582603b06e0414a" -PV = "5.10.65+git${SRCPV}" +SRCREV = "4a12bec7d3f438ce9407e4ba9b2ec883729558a5" +PV = "5.10.100+git${SRCPV}" # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a rebuild MACHINE_KERNEL_PR_append = "b" -- 2.17.1
|
|
[dunfell][PATCH 3/4] linux-ti-staging-rt: Bump to 08.02.00.003 release
Ryan Eatmon
Updated the linux rt version for 08.02.00.003
Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb index aa49acdc..1d43ea95 100644 --- a/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb +++ b/recipes-kernel/linux/linux-ti-staging-rt_5.10.bb @@ -6,5 +6,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:" BRANCH = "ti-rt-linux-5.10.y" -SRCREV = "1f6e95d4b12d73bd1728286f3ccc938df7b77954" -PV = "5.10.65+git${SRCPV}" +SRCREV = "b975aee14750c395bf5251ba4042cb0be1afa206" +PV = "5.10.100+git${SRCPV}" -- 2.17.1
|
|
[dunfell][PATCH 1/4] ti-linux-fw: Bump to 08.02.00.003 release
Ryan Eatmon
Updated the ti-linux-fw version for 08.02.00.003
Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- recipes-bsp/ti-linux-fw/ti-linux-fw.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 7b28f153..fced78fd 100644 --- a/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/recipes-bsp/ti-linux-fw/ti-linux-fw.inc @@ -24,7 +24,7 @@ SRCREV = "${TI_LINUX_FW_SRCREV}" BRANCH ?= "ti-linux-firmware" -K3_IMAGE_GEN_SRCREV ?= "a0063e855414fd1609b5f63e2d765a49c8c513fe" +K3_IMAGE_GEN_SRCREV ?= "f1db75bdc506287a9d04b0afbbb3d853a0948179" SRCREV_imggen = "${K3_IMAGE_GEN_SRCREV}" SRCREV_FORMAT = "imggen" -- 2.17.1
|
|
Re: [PATCH] ti-rtos-firmware: use nonarch_base_libdir for deployment
Awais Belal
Hi Denys,
Thanks, ti-rtos-firmware is just one of many other places where this needs to Since this is for master, I'll take it into my new WIP master tree and extendYeah, I was thinking of doing the same in steps depending on the response I'd get here but I guess you can pick this up now :) BR, Awais
|
|
Re: [RESEND 1/2] beaglebone: make kernel machine-specific package
Vivien Didelot
Hi Denys,
On Mon, 14 Feb 2022 17:15:16 -0500 Denys Dmytriyenko <denis@denix.org> wrote: "make kernel machine-specific package" doesn't reflect the actual change, plusIndeed using "machine-specific package" when I meant moving the kernel artifacts into packagegroup-core-boot was confusing. Thanks for rewording! Vivien
|
|