summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-12-10linux-ti-staging: block sa2ul for am64x hs and j7200 hs device08.01.00.006Yogesh Siraswar
SA2UL GP driver will not work for HS. Need SA2UL HS driver. Till it is implemented blacklist sa2ul for am64xx hs and j7200 hs Change Suggested by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-12-10conf: j7200-hs: fix the wrong machine configuration includedYogesh Siraswar
j7-evm instead of j7200-evm was included causing boot failure Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-12-09ti-sci-fw: Fix for k3-image-gen issue for combined boot imagesYogesh Siraswar
This is temporary fix for combined boot images for KIG in meta-ti till the patch is integrated. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-12-06u-boot-ti-staging: Bump u-boot version for 08.01.00.006Praneeth Bajjuri
u-boot bump for 08.01.00.006 release Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-12-06linux-ti-staging: Bump linux version for 08.01.00.006Praneeth Bajjuri
Bump linux and rt-linux version to 08.01.00.006 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-12-06videnc-test-app: Add the videnc-test-app recipeSidraya
The videnc-test-app provides the video encoder test app (tienc_encode) for j7-evm. Signed-off-by: David Huang <d-huang@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Sidraya <sidraya.bj@pathpartnertech.com>
2021-12-06viddec-test-app: Add the viddec-test-app recipeSidraya
The viddec-test-app provides the video decoder test app (tidec_decode) for j7-evm. Signed-off-by: David Huang <d-huang@ti.com> Signed-off-by: Angela Stegmaier <angelabaker@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Sidraya <sidraya.bj@pathpartnertech.com>
2021-12-03vxd-dec-fw: Move firmware one folder up in targetYogesh Siraswar
The application expects the pvdec_full_bin.fw to be in /lib/fimware directory. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-12-02pru-icss_git.bb: update to PSSP v6.0.1Nick Saulnier
Found a bug in the PRU_ICSSG examples in PSSP v6.0.0, fixed in v6.0.1. Signed-off-by: Nick Saulnier <nsaulnier@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-19j7-hs-evm: Correct image boot file causing build error08.01.00.005Yogesh Siraswar
Correct the boot image file that is causing build error Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-18linux-ti-staging-rt: Bump linux rt version for 08.01.00.005Ryan Eatmon
Bump linux rt version to 08.01.00.005 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2021-11-18linux-ti-staging: Bump linux version for 08.01.00.005Ryan Eatmon
Bump linux for 08.01.00.005 release Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2021-11-18u-boot-ti-staging: Bump u-boot version for 08.01.00.005Ryan Eatmon
u-boot bump for 08.01.00.005 release Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2021-11-19wic: revert grub-efi patchYogesh Siraswar
Revert "conf/machine: k3: Enable grub-efi by default in wic images" This reverts commit d0b09833b44fa23cce86fd99dd8ca6631c61c476.
2021-11-19j721e-sr1_1: Add j721e sr1.1 HS supportYogesh Siraswar
This patch adds support for J721e HS SR1.1 HS SR1.1 requires updated sysfw binary. Both SR1.0 and SR1.1 sysfw binary will be generated. sysfw.itb will point to SR1.1 This patch requires J7 SR 1.1 support in K3 Image gen. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-11-18vxd-dec-fw: Add the recipe for vxd-dec-fwPraneeth Bajjuri
Add the firmware packaging recipe for the video decoder for j721e. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-11-16j7200-hs: changes to support new hs platformYogesh Siraswar
Changes to support new j7200 hs platform in: 1) optee: sign the image 2) atf: sign the image 3) u-boot: Add u-boot-spl image for combined boot image 4) ti-sci-fw_git: Update firmware prefix for j7200 hs Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-16ti-rtos-firmware: Add j7200 hs supportYogesh Siraswar
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>
2021-11-16conf: machine: Add j7200 hs platformYogesh Siraswar
Machine conf for J7200 HS platform. Used am64xx hs and j721e hs as reference. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-15conf: machine : am65xx: Add missing dtboYogesh Siraswar
Added missing dtbo k3-am654-evm-ov5640.dtbo required for system test Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-15conf: machine: am64xx: Add missing dtboYogesh Siraswar
Add missing k3-am642-evm-nand.dtbo required for system test Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-15am64xx-hs: changes to support new hs platformYogesh Siraswar
Changes to support new am64x hs platform in: 1) optee: sign the image 2) atf: sign the image 3) u-boot: Add u-boot-spl image for combined boot image Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-15ti-sci-fw: changes to build combined boot image for hs buildYogesh Siraswar
Added support to build combined boot image for hs build. This required k3 image gen patch that is already merged. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-15conf: machine: add new am64x hs platformYogesh Siraswar
Add new am64x hs platform. This requires two files to be created. Used am65x and j7 hs platform for reference. Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-12conf: am57xx-evm: Add missing *.dtb and *.dtboYogesh Siraswar
Add missing dtb and dtbo to deploy folder Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-12ti-linux-fw: Add AUTOREV support for K3 Image GenYogesh Siraswar
This patch brings k3 image gen under bleeding for nightly builds Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-12recipes-bsp: u-boot-ti-mainline: Update to v2021.10 releaseAmjad Ouled-Ameur
This introduces a critical fix for both AM335X EVM and AM43XX EVM, which can no longer boot because "uuid" is undefined. v2021.10 has these two fixes, one for each platform: - commit ff8f277e9121 ("ti: am335x_evm: Switch to DISTRO_BOOT only") - commit e0c91ae24e5b ("ti: am43xx_evm: Switch to DISTRO_BOOT only") Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-12recipes: update github SRC_URIsDenys Dmytriyenko
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>
2021-11-12linux-ti-staging-rt: Bump linux rt version for 08.01.00.00308.01.00.003Yogesh Siraswar
Bump linux rt version to 08.01.00.003 Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-12linux-ti-staging: Bump linux version for 08.01.00.003Yogesh Siraswar
Bump linux for 08.01.00.003 release Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-12u-boot-ti-staging: Bump u-boot version for 08.01.00.003Yogesh Siraswar
u-boot bump for 08.01.00.003 release Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-05ti-linux-fw: Bump k3 image gen to latestYogesh Siraswar
Update k3 image gen to latest. Bump linux firmware to v2021.09a Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-01linux-ti-staging-rt: Bump linux rt version for 08.01.00.002 release08.01.00.002Yogesh Siraswar
Bump linux rt version for 08.01.00.002 release Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-01linux-ti-staging: Bump linux version for 08.01.00.002Yogesh Siraswar
Bump linux version for 08.01.00.002 release Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-01ti-linux-fw: Bump ti linux firmware for 08.01.00.002Yogesh Siraswar
Bump ti-linux-fw version for 08.01.00.002 release Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-11-01u-boot-ti-staging: Bump u-boot version for 08.01.00.002Yogesh Siraswar
Bump u-boot version to 08.01.00.002 release Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-10-29ti-rtos-firmware: Update M4F binary for AM64x SoCsHari Nagalla
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>
2021-10-26linux-ti-staging: Bump to 08.01.00.001 release08.01.00.001Yogesh Siraswar
Updated the linux version for 08.01.00.001 Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-10-26linux-ti-staging-rt: Bump to 08.01.00.001 releaseYogesh Siraswar
Updated the linux-rt version for 08.01.00.001 Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-10-26u-boot-ti-staging: Bump to 08.01.00.001 releaseYogesh Siraswar
Updated the u-boot version for 08.01.00.001 Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-10-26ti-linux-fw: Bump to 08.01.00.001 releaseYogesh Siraswar
Updated the firmware version for 08.01.00.001 Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-10-21conf: j7-evm: Replace eaik dtb with sk to KERNEL_DEVICETREESinthu Raja
The board name for J721E EdgeAI Kit (EAIK) is changed to J721E SK [1], so replace the eaik dtb with sk dtb file [1] https://www.ti.com/tool/SK-TDA4VM Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-10-21linux-ti-staging-rt: Bump linux rt version to latestYogesh Siraswar
To merge j7 dtb name change patch need to bump the linux and linux rt before the point release Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-10-21linux-ti-staging: Bump linux version to latestYogesh Siraswar
To merge the dtb file name change patch in meta-ti for j7 need to bump linux version Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-10-21ti-sci-fw_git: Fix issue with using gp*.bin for TISCI firmwareYogesh Siraswar
With ti-sysfs also hosting *gp-cert.bin for am64x hs-fs breaks gp. This patch removes * to directly reference the TISCI firmware Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-10-20prusw-fw-am65x-sr2: Add recipe for ICSSG Switch mode firmware for AM65x SR2.0Vignesh Raghavedra
Add AM65x SR2.0 ICSSG Switch firmware. Base version is 02.02.09.06 Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-10-20pru-icss_git.bb: add AM64x, update to PSSP v6.0.0Nick Saulnier
PRU Software Support Package (PSSP) v6.0.0 should be included in Linux Processor SDK 8.1 for AM335x, AM437x, AM57x (if generated), AM64x, AM65x under example-applications. For the release notes that come with v6.0.0, see https://git.ti.com/cgit/pru-software-support-package/pru-software-support-package/tag/?h=v6.0.0 Linux Processor SDK 8.1 will be the first AM64x SDK release to include the PSSP. PRU firmware will also be generated and placed in the default filesystem under lib/firmware/pru. Signed-off-by: Nick Saulnier <nsaulnier@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-10-20powervr-drivers: teach modules_install to respect "usrmerge" distro featureDenys Dmytriyenko
https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge/ When "usrmerge" distro feature is enabled, root directories /bin, /sbin, /lib are simply symlinks pointing to their counterparts in /usr. Hence, modules should be installed accordingly into /usr/lib/modules/... Since IMG Makefiles don't take the direct target directory, such as ${nonarch_base_libdir}/modules/, adjust the top-level rootfs path instead. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com> Reported-by: Vivien Didelot <vdidelot@pbsc.com> Tested-by: Vivien Didelot <vdidelot@pbsc.com>
2021-10-20ti-linux-fw: AUTOREV support for ti-linux-fwYogesh Siraswar
Adds AUTOREV support for ti-linux-fw for nightly builds. Requires corresponding change in meta-arago branding-bleeding.inc Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
2021-10-20ti-linux-fw: Support common inc for all firmwareYogesh Siraswar
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>