summaryrefslogtreecommitdiffstats
path: root/recipes-ti
Commit message (Collapse)AuthorAgeFilesLines
* gcc-linaro-baremetal: remove 7.2 version of GCC for baremetal Arm and Aarch64Denys Dmytriyenko2022-02-224-58/+0
| | | | | | | Newer versions of baremetal GCC toolchain available from meta-arm-toolchain. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* dspbios,biosutils: remove remnants of DSP/BIOS, predecessor to SYS/BIOSDenys Dmytriyenko2022-02-224-58/+0
| | | | | | | | DSP/BIOS was the name for older versions of TI-RTOS, prior to SYS/BIOS and used on older deprecated platforms. Remove any remnants. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* meta-ti: remove remaining Keystone1/2 overridesDenys Dmytriyenko2022-02-229-67/+5
| | | | | | | | Cleanup remaining recipes that are used by other platforms from any machine overrides that still refer to deprecated Keystone1/2 platforms. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transportsDenys Dmytriyenko2022-02-2223-563/+0
| | | | | | | | Remove deprecated support for compiling Keystone1/2 RTOS components and Linux firmwares using PDK, CSL, etc. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linuxutils: remove Linux Utils helper packageDenys Dmytriyenko2022-02-227-292/+0
| | | | | | | | Linux Utils were used mainly by DMAI on deprecated DaVinci and OMAP3 platforms. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* dmai: remove Davinci Multimedia Application Interface (DMAI)Denys Dmytriyenko2022-02-2217-770/+0
| | | | | | | Was used with deprecated DaVinci, OMAP-L1 and OMAP3 families of platforms. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* hdvpss: remove DaVinci High-Definition Video Processing Subsystem (HDVPSS)Denys Dmytriyenko2022-02-223-29/+0
| | | | | | | Due to DaVinci family of platforms being deprecated. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 familiesDenys Dmytriyenko2022-02-222-2/+0
| | | | | | | Those platforms are being deprecated and not supported in future meta-ti releases. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-rtos-firmware: Add j7200 hs supportYogesh Siraswar2021-12-151-1/+35
| | | | | | | | | | | We cannot use j7200 keyword for match b'n j7200-evm and j7200-hs-evm due to existing j7 keyword, we need to duplicate all the j7200 entries for hs. Also sign the DM firmware for J7200 similar to J7 HS Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* recipes: update github SRC_URIsDenys Dmytriyenko2021-12-151-1/+1
| | | | | | | | | | | | | | | | https://github.blog/2021-09-01-improving-git-protocol-security-github/ GitHub is deprecating unauthenticated protocols, including git:// so update SRC_URIs with protocol=https Explicitly pass branch=master where omitted, as bitbake now requires it. While at it, update libion to the latest to eliminate upstreamed patch. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* mpm-transport: Do not use append with += operatorKhem Raj2021-11-151-2/+2
| | | | | | | | | | this is undefined behaviour, mant times devs used them together to get the missing space at the beginning of string which append/prepend needs but thats not intended behaviour Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* ti-rtos-firmware: Update M4F binary for AM64x SoCsHari Nagalla2021-11-111-0/+6
| | | | | | | | | | | AM64x SoCs have a Cortex-M4F core in MCU domain. This core is used a standalone device for safety applications. For non safety applications, the device is exposed as a remote processor with Linux rpmsg framework. Signed-off-by: Hari Nagalla <hnagalla@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* ti-linux-fw: Support common inc for all firmwareYogesh Siraswar2021-11-051-1/+1
| | | | | | | | | | | | | Change to support common INC for all firmware This will help with: 1) Eliminating requirement to change multiple recipes for firmware update 2) This will help support AUTOREV Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* ipc: ti-rpmsg-char: Update library to 0.3.1Hari Nagalla2021-11-051-3/+3
| | | | | | | | | | | Update the ti-rpmsg-char library to 0.3.1 version that enables the support for the M4F remote processor on AM64x SoCs. Signed-off-by: Hari Nagalla <hnagalla@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* meta-ti: Fix several errors introduced during override syntax changesPhil Sutherland2021-10-1810-16/+16
| | | | | | | Signed-off-by: Phil Sutherland <phil@sutherland.id.au> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* meta-ti: convert to new override syntax in honisterDenys Dmytriyenko2021-08-1765-315/+315
| | | | | | | | | | Upcoming "honister" release changes the override syntax to improve usability, speed and memory footprint. Update recipes with the new syntax and set layer compatibility to honister. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Paul Barker <paul.barker@sancloud.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* ti-rtos-firmware: Update PATH to include ti-sci-fwYogesh Siraswar2021-08-091-0/+1
| | | | | | | | | | | | | | Build is failing for ti-rtos-firmware when ARAGO_BRAND = "mainline" with below error: "ERROR: ti-rtos-firmware-08.00.00.32-r0.0 do_fetch: Fetcher failure: Unable to find file file://0001-Revert-soc-am64x-Makefile-Move-the- SPL-Load-address-.patch;patchdir=../imggen anywhere." This is because the mentioned patch is not present in the current path. Fix this by updating the path to include ti-sci-fw Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* ti-rtos-firmware: Add soft link to the rtos firmware binariesYogesh Siraswar2021-07-271-19/+166
| | | | | | | | | | Changes for firmware update( eff643e5 ti-rtos-firmware: update the source to ti-linux-firmware) were in-complete without soft link. 1) Added soft link missing for the rtos firmware. 2) Updated the IPC am64x firmware name to be consistent with 7.3 Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Tested-by: Grygorii Strashko <grygorii.strashko@ti.com>
* ti-rtos-firmware: update the source to ti-linux-firmwareYogesh Siraswar2021-07-271-65/+49
| | | | | | | | | | | | | | | This is temporary change to pick the 08.00.00.026 firmware from ti-linux-firmware repos: 1) Using the ti-sci-fw to pick the latest firmware and support AUTOREV in future 2) Kept the destination folder name same to avoid wide-spead changes to other recipes. Since that will be changed as part of over-all clean-up TODO: 1) Re-structure rtos firmware repo and update all dependent firmware recipes. 2) Fix the destination folder name to match src folder Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* ti-rtos-firmware: sign DM firmware for J721e HS platformPraneeth Bajjuri2021-07-131-0/+12
| | | | | | | | | | U-boot build process requires DM firmware to be signed for J7 HS. It's better for ti-rtos-firmware package (that delivers DM firmware) to sign it once and provide signed version to other packages, instead of U-boot needing to re-sign it during build in staging location. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
* multiprocmgr-test: suppress ldflags and staticdev QA errorsDenys Dmytriyenko2021-04-051-0/+2
| | | | | | | | Resolves: QA Issue: File /usr/share/ti/examples/mpm/test/filetestdemo/host/bin/demo_filetest in package multiprocmgr-test doesn't have GNU_HASH (didn't pass LDFLAGS?) QA Issue: non -staticdev package contains static .a library: multiprocmgr-test path '/usr/share/ti/examples/mpm/test/filetestdemo/bufmgr/lib/bufmgr.a' [staticdev] Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
* mpm-transport: suppress gcc10 multiple definiton of fw_qmss*Denys Dmytriyenko2021-04-051-0/+1
| | | | | | | | | | | | | | | | | | | | | Workaround for these: qmss/mpm_transport_qmss_interface.so:(.bss+0x0): multiple definition of `fw_qmssCfgVaddr'; mpm_transport.so:(.bss+0x0): first defined here qmss/mpm_transport_qmss_interface.so:(.bss+0x4): multiple definition of `fw_qmssDataVaddr'; mpm_transport.so:(.bss+0x4): first defined here qmss/mpm_transport_qmss_interface.so:(.bss+0x8): multiple definition of `fw_srioCfgVaddr'; mpm_transport.so:(.bss+0x8): first defined here qmss/mpm_transport_qmss_interface.so:(.bss+0xc): multiple definition of `fw_srioSerdesCfgVaddr'; mpm_transport.so:(.bss+0xc): first defined here qmss/mpm_transport_qmss.so:(.bss+0x0): multiple definition of `fw_qmssCfgVaddr'; mpm_transport.so:(.bss+0x0): first defined here qmss/mpm_transport_qmss.so:(.bss+0x4): multiple definition of `fw_qmssDataVaddr'; mpm_transport.so:(.bss+0x4): first defined here qmss/mpm_transport_qmss.so:(.bss+0x8): multiple definition of `fw_srioCfgVaddr'; mpm_transport.so:(.bss+0x8): first defined here qmss/mpm_transport_qmss.so:(.bss+0xc): multiple definition of `fw_srioSerdesCfgVaddr'; mpm_transport.so:(.bss+0xc): first defined here qmss/mpm_transport_qmss_osal.so:(.bss+0x0): multiple definition of `fw_qmssCfgVaddr'; mpm_transport.so:(.bss+0x0): first defined here qmss/mpm_transport_qmss_osal.so:(.bss+0x4): multiple definition of `fw_qmssDataVaddr'; mpm_transport.so:(.bss+0x4): first defined here qmss/mpm_transport_qmss_osal.so:(.bss+0x8): multiple definition of `fw_srioCfgVaddr'; mpm_transport.so:(.bss+0x8): first defined here qmss/mpm_transport_qmss_osal.so:(.bss+0xc): multiple definition of `fw_srioSerdesCfgVaddr'; mpm_transport.so:(.bss+0xc): first defined here Needs to be fixed properly later: https://gcc.gnu.org/gcc-10/porting_to.html Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
* ti-ipc: suppress gcc10 multiple definitions of _GateHWSpinlock_cfgParamsDenys Dmytriyenko2021-04-051-0/+2
| | | | | | | | | | | | Workaround for this gcc10 error: .../linux/src/api/gates/GateHWSpinlock.c:96: multiple definition of `_GateHWSpinlock_cfgParams'; .libs/Ipc.o:.../linux/src/api/Ipc.c:97: first defined here Needs to be resolved properly in the code: https://gcc.gnu.org/gcc-10/porting_to.html Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Cc: Suman Anna <s-anna@ti.com>
* ti-ipc-examples: fix deprecation of sys_errlist[] in glibcDenys Dmytriyenko2021-04-052-0/+42
| | | | | | | | It was giving this warning for years, finally gone: | warning: `sys_errlist' is deprecated; use `strerror' or `strerror_r' instead Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Cc: Suman Anna <s-anna@ti.com>
* ti-rtos: Update metadata and versions for RTOS firmwarePraneeth Bajjuri2021-04-052-5/+5
| | | | | | | updated rtos firmwares j721e, j7200: 07.03.00.29 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-rtos: update metadata and version of am64x rtos firmwareShiju Sivasankaran2021-04-052-4/+4
| | | | | | | | | | | update am64x rtos firmware to keep pinmux and control MMRs remain unlocked now since linux needs this to be unlock. this fix the USB and performance degradation issues. am64xx: 07.03.00.19 Signed-off-by: Shiju Sivasankaran <shiju@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-rtos: update metadata and version of am64x rtos firmwareShiju Sivasankaran2021-04-052-4/+4
| | | | | | | | updated am64x rtos release mode firmware am64xx: 07.03.00.18 Signed-off-by: Shiju Sivasankaran <shiju@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-rtos: Update metadata and versions for RTOS firmwarePraneeth Bajjuri2021-04-011-4/+4
| | | | | | | updated rtos firmwares j721e, j7200: 07.03.00.26 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-rtos: update metadata and version of am64x rtos firmwareShiju Sivasankaran2021-03-282-4/+4
| | | | | | | | | | | updated rtos firmware am64xx: 07.03.00.13 rtos fw of am64x build and upload from mcu-plus-sdk repo. Signed-off-by: Shiju Sivasankaran <shiju@ti.com> [praneeth@ti.com: updated commit message] Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-rtos-firmware: depend on openssl-native for signingDenys Dmytriyenko2021-03-281-0/+2
| | | | | | | | | Fixes: .../scripts/secure-binary-image.sh: line 69: openssl: command not found .../scripts/secure-binary-image.sh: line 78: openssl: command not found Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-rtos: update to uisng fw from mcu-plus-sdk for AM64xShiju Sivasankaran2021-03-172-4/+9
| | | | | | | | | | | | | | | update ti-rtos-metadata and ti-rtos-firmware recipes of meta-ti to pick AM64x rtos firmware from mcu-plus-sdk instead of PDK. Other devices such as AM65x, J7 continue to use fw from PDK. Built and tested both IPC echo test applications - "rpmsg_client_sample” & “rpmsg_char_simple”. Both tests passed for all remote R5F cores on AM64x EVM Signed-off-by: Shiju Sivasankaran <shiju@ti.com> [praneeth@ti.com: rebase to dunfell/next] Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-rtos: Update metadata and versions for RTOS firmwarePraneeth Bajjuri2021-03-172-6/+9
| | | | | | | | updated rtos firmwares j721e, j7200: 07.03.00.21 am65xx: 07.03.00.22 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-rtos: Update path for firmwares on j7200Praneeth Bajjuri2021-03-051-0/+1
| | | | | | | | | | | | | | | Between j7200 firmware tags 07.03.00.10 to 07.03.00.16 the downloadable weburl link changed from *processor-sdk-rtos-jacinto7 to *processor-sdk-rtos-j7200. This patch is to fix the recipe to pick the firmware from the expected location on the new tag. Fixes j7200 build error reported due to 77cdfa9f6560 ("ti-rtos: Update metadata and versions for RTOS firmware") Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Reviewed-by: Denys Dmytriyenko <denis@denix.org>
* ti-rtos: Update metadata and versions for RTOS firmwarePraneeth Bajjuri2021-03-052-15/+9
| | | | | | | | | updated rtos firmwares am64xx: 07.03.01.06 j721e, j7200, am65xx: 07.03.00.16 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
* ti-rtos: Update metadata and versions for RTOS firmwarePraneeth Bajjuri2021-02-232-9/+15
| | | | | | | | | | updated rtos firmwares am64xx: 07.03.01.02 am65xx: 07.03.00.10 j721e: 07.03.00.12 j7200: 07.03.00.10 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-rtos: Update metadata and versions for RTOS firmwareDan Murphy2021-01-212-12/+9
| | | | | | | am64xx update to 07.02.01.06 am65, j7 and j7200 updated to 07.02.00.10 Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ti-rtos: Update metadata and versions for RTOS firmware to 07.02.0x.05Dan Murphy2021-01-152-8/+8
| | | | | From: Dan Murphy <dmurphy@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ti-rtos: Update metadata and versions for RTOS firmwareDan Murphy2021-01-052-10/+13
| | | | Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ti-rtos: Update metadata with AM64 firmwareDan Murphy2020-12-122-4/+11
| | | | Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ipc: ti-rpmsg-char: Update library to 0.3.0Suman Anna2020-12-121-3/+3
| | | | | | | | Update the ti-rpmsg-char library to 0.3.0 version that enables the support for the various R5F remote processors on AM64x SoCs. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ti-rtos: update metadata and firmware to 07.01.00.33Dan Murphy2020-11-072-6/+6
| | | | Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ipc: ti-rpmsg-char: Update library to 0.2.0Suman Anna2020-11-061-3/+3
| | | | | | | | Update the ti-rpmsg-char library to 0.2.0 version that includes an improvement to signal handling logic. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ipc: ti-rpmsg-char: Update SRCREVSuman Anna2020-11-021-1/+1
| | | | | | | Update the ti-rpmsg-char SRCREV to pull in a bug fix. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ti-rpmsg-char: Mark these recipes to be TI SOC specificKhem Raj2020-11-021-0/+3
| | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Reviewed-by: Denys Dmytriyenko <denys@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ti-rpmsg-char-examples: Fix cross compileKhem Raj2020-11-022-0/+40
| | | | | | | | | | This fixes problems during cross compile where it starts to peek into build host's include and library paths and causes errors with clang and QA warnings with gcc Signed-off-by: Khem Raj <raj.khem@gmail.com> Reviewed-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ti-rtos: update metadata and firmware to 07.01.00.25Dan Murphy2020-10-252-6/+6
| | | | | From: Dan Murphy <dmurphy@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ipc: ti-rpmsg-char: Add initial recipesSuman Anna2020-10-233-0/+33
| | | | | | | | | | Add the initial recipes for building the ti-rpmsg-char package. The library and examples are built using two separate recipes in ti-rpmsg-char_git.bb and ti-rpmsg-char-examples_git.bb. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ti-rtos: update metadata and firmware to 07.01.00.24Dan Murphy2020-10-232-6/+6
| | | | | Signed-off-by: Dan Murphy <dmurphy@ti.com> Reviewed-by: Denys Dmytriyenko <denys@ti.com>
* ti-rtos-firmware: Remove trailing slash from SKhem Raj2020-10-141-1/+1
| | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Reviewed-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
* ti-rtos: update metadata and firmware to 07.01.00.17Denys Dmytriyenko2020-09-232-6/+6
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>