summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* prueth-fw: am64xx-evm: add prebuilt PRU Ethernet FWGrygorii Strashko2021-07-132-1/+2
| | | | | | | | | Add prebuilt PRU Ethernet FW for am64xx-evm which is the same as for AM65x SR2.0. Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* conf: j7-evm: ReIntroduce existent dtbo for 5.10Praneeth Bajjuri2021-07-131-0/+1
| | | | | | | | | | | commit 8b206b32ec18 ("conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel") removed all non-existent dtb* for j7-evm as they were not available on linux 5.10 branch at that time. This patch reintroduces k3-j721e-common-proc-board-infotainment.dtbo overlay. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
* linux-ti-staging: Add extra dtc flags to support dtb overlaysYogesh Siraswar2021-07-134-4/+18
| | | | | | | | | | | Added KERNEL_DTB_OVERLAY_SUPPORT to common ti-soc include. This fixes the issue where the dtbs are build without symbols causing issue with overlays. Please note this increases the size of the dtb for all platform derived from ti-soc. So for custom boards disable it from local.conf to reduce size. 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>
* machine: am64xx-sk: Drop am64xx-sk Machine supportLokesh Vutla2021-05-174-45/+0
| | | | | | | | | With U-Boot supporting both am64xx-evm and am64xx-sk with single defconfig, there is not need for a new machine for am64xx-sk. So, drop support for am64xx-sk machine. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
* conf/machine: am64xx: Include SK dtb for machine am64xx-evmLokesh Vutla2021-05-171-0/+1
| | | | | | | | | | As a step towards unification for am64xx-evm and am64xx-sk, start including am64xx-sk dtb for machine=am64xx-evm. Once U-Boot merges support for unified bootloader, am64xx-sk machine can be dropped. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
* ti-uboot-staging: Update to the latest ti-u-boot-2021.01Praneeth Bajjuri2021-05-171-2/+2
| | | | | | Update to the latest commit of ti-u-boot-2021.01 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* linux-ti-staging: Update 5.10 kernel to the latest commit SHAPraneeth Bajjuri2021-05-172-2/+2
| | | | | | Update 5.10 kernel to the latest commit SHA Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-uboot-staging: Update to the latest ti-u-boot-2021.01Praneeth Bajjuri2021-05-171-2/+2
| | | | | | Update to the latest commit of ti-u-boot-2021.01 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-sgx-ddk-km: Update srcrev to pick rt kernel build fixGowtham Tammana2021-05-171-2/+2
| | | | Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
* linux-ti-mainline: Bump kernel version to v5.12Nishanth Menon2021-05-041-3/+3
| | | | | | And lets work with the latest kernel Signed-off-by: Nishanth Menon <nm@ti.com>
* recipes-bsp: u-boot-ti-mainline: Update to v2021.04 releaseNishanth Menon2021-05-041-4/+12
| | | | | | | | | | | | | | | Update u-boot recipe to be on the bleeding upstream tag. While at it, also update the u-boot source url to point to the new server as per [1]. While it may be redundant, lets document the usage of URI and PROTOCOL for those, who (cough), may get tripped otherwise. [1] https://source.denx.de/u-boot/u-boot/-/commit/a3bbd0b912f9afff745247fe9641961875322926 Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
* conf: am65xx-evm: ReIntroduce AM65 SR1.0 overlayPraneeth Bajjuri2021-05-041-0/+2
| | | | | | | | ReIntroduce AM65x SR1.0 Overlay as the support for it is added in the ti-linux-5.10.y kernel now. Reviewed-by: Suman Anna <s-anna@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* linux-ti-staging: Update 5.10 kernel to 5.10.30Praneeth Bajjuri2021-05-042-4/+4
| | | | | | Update linux 5.10 to 5.10.30 stable. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-uboot-staging: Update to the latest ti-u-boot-2021.01Praneeth Bajjuri2021-05-041-2/+2
| | | | | | Update to the latest commit of ti-u-boot-2021.01 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* conf: am65xx-evm: ReIntroduce existent dtbo for 5.10Praneeth Bajjuri2021-05-041-0/+5
| | | | | | | | | | commit 9ea50db095f9 ("conf: am65xx-evm: Remove non-existent dtb* from 5.10") removed all non-existent dtb* for am65xx-evm as they were not available on linux 5.10 branch at that time. This patch reintroduces overlays present current on ti-linux-5.10.y kernel. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* linux-ti-staging: Update 5.10 kernel to the latest commit SHAPraneeth Bajjuri2021-05-042-2/+2
| | | | | | Update 5.10 kernel to the latest commit SHA Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-sci-fw: Update image gen and linux-firmware to latestPraneeth Bajjuri2021-05-041-2/+2
| | | | | | update image gen and linux-firmware projects to latest commit Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-gc320-driver: update branch for 5.10Gowtham Tammana2021-05-041-3/+3
| | | | | | | Update branch and srcrev for picking up 5.10 branch. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* linux-ti-staging: Update 5.10 kernel to the latest commit SHAPraneeth Bajjuri2021-05-042-2/+2
| | | | | | Update 5.10 kernel to the latest commit SHA Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-uboot-staging: Update to the latest ti-u-boot-2021.01Praneeth Bajjuri2021-05-041-2/+2
| | | | | | Update to the latest commit of ti-u-boot-2021.01 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* cmem: Update to new version 4.20.00.01Praneeth Bajjuri2021-05-041-3/+3
| | | | | | | | | The update brings the fix for 5.10.x linux kernel. commit c0039f1fec25 ("cmemk: Fix 5.10 build errors for non Keystone2 platforms") commit 8aba20e20bf7 ("cmemk: Fix build errors for 5.10+ kernels") Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com>
* uio-module-drv: Build fix for linux kernel 5.10Praneeth Bajjuri2021-05-042-0/+39
| | | | | | | | This update contains build fix for linux kernel 5.10 * uio-module-drv: Replace ioremap_nocache with ioremap Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Reviewed-by: Gowtham Tammana <g-tammana@ti.com>
* dsptop: bump SRCREV for kernel 5.10 build fixPraneeth Bajjuri2021-05-041-2/+2
| | | | | | | | | bump SRCREV to latest to pick build fix for 5.10 kernel. this update picks commit 816485e68430 ("Merge pull request #1 in DBG/dsptop from for-5.10 to master") Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com>
* gdbc6x: bump SRCREV for kernel 5.10 build fixPraneeth Bajjuri2021-05-041-2/+2
| | | | | | | | | bump SRCREV to latest to pick build fix for 5.10 kernel. this update picks commit dd0c82fb5763 ("Merge pull request #1 in DBG/gdbc6x from for-5.10 to master") Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Reviewed-by: Suman Anna <s-anna@ti.com>
* ti-sci-fw: Update image gen to latestPraneeth Bajjuri2021-05-041-1/+1
| | | | | | update image get to latest Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* conf: dra7xx-evm: Remove non-existent dtb* from 5.10Praneeth Bajjuri2021-05-041-9/+0
| | | | | | | | | | | | | | | | | Remove the non-existent dtb* , as they are not currently present on ti-linux-5.10.y. - dra7-evm-lcd-osd101t2045.dtb - dra7-evm-lcd-osd101t2587.dtb - dra71-evm-nand.dtb - dra71-evm-lcd-auo-g101evn01.0.dtb - dra72-evm-lcd-osd101t2045.dtb - dra72-evm-lcd-osd101t2587.dtb - dra72-evm-revc-lcd-osd101t2045.dtb - dra72-evm-revc-lcd-osd101t2587.dtb - dra76-evm-tfp410.dtb Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* conf: am57xx-evm: Remove non-existent dtb* from 5.10Praneeth Bajjuri2021-05-041-7/+0
| | | | | | | | | | | | | | | Remove the non-existent dtb* , as they are not currently present on ti-linux-5.10.y. - am57xx-evm-cam-ov10635.dtb - am57xx-evm-reva3-cam-ov10635.dtb - am571x-idk-lcd-osd101t2045.dtb - am571x-idk-lcd-osd101t2587.dtb - am572x-idk-lcd-osd101t2045.dtb - am572x-idk-lcd-osd101t2587.dtb - am574x-idk-lcd-osd101t2587.dtb Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* conf: am437xx-evm: Remove non-existent dtb* from 5.10Praneeth Bajjuri2021-05-041-2/+2
| | | | | | | | | | Remove the non-existent dtb* , as they are not currently present on ti-linux-5.10.y. - am437x-gp-evm-hdmi.dtb - am43x-epos-evm-hdmi.dtb Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* conf: am335x-evm: Remove non-existent dtb* from 5.10Praneeth Bajjuri2021-05-041-1/+0
| | | | | | | | | Remove the non-existent dtb* , as they are not currently present on ti-linux-5.10.y. - am335x-icev2-prueth.dtb Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* conf: k2g-evm: Remove keystone-k2g-evm-lcd.dtb from 5.10Praneeth Bajjuri2021-05-041-1/+1
| | | | | | | | | Remove the non-existent dtb, as they are not currently present on ti-linux-5.10.y. - keystone-k2g-evm-lcd.dtb Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* conf: am65xx-evm: Remove non-existent dtb* from 5.10Praneeth Bajjuri2021-05-041-11/+0
| | | | | | | | | | | | | | | | | | | Remove the non-existent dtb* , as they are not currently present on ti-linux-5.10.y. - ti/k3-am654-base-board-sr1.dtb - ti/k3-am654-gp.dtbo - ti/k3-am654-idk.dtbo - ti/k3-am654-idk-sr1.dtbo - ti/k3-am654-evm-hdmi.dtbo - ti/k3-am654-evm-oldi-lcd1evm.dtbo - ti/k3-am654-evm-tc358876.dtbo - ti/k3-am654-pcie-usb2.dtbo - ti/k3-am654-pcie-usb3.dtbo - ti/k3-am654-base-board-jailhouse.dtbo - ti/k3-am654-evm-prupwm.dtbo Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* conf: j7200-evm: Remove jailhouse overlay from 5.10 kernelPraneeth Bajjuri2021-05-041-1/+0
| | | | | | | | | | Remove jailhouse overlay as it is not currently available in ti-linux-5.10.y branch. Removing for now, and shall be added back once they are available in 5.10 kernel. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* conf: j7-evm: Remove unavailable dtb/o from 5.10 kernelPraneeth Bajjuri2021-05-041-4/+0
| | | | | | | | | | | | | | | The following dtb/o are not currently available in ti-linux-5.10.y branch. Removing for now, and shall be added back once they are available in 5.10 kernel. - ti/k3-j721e-proc-board-tps65917.dtb - ti/k3-j721e-common-proc-board-infotainment.dtbo - ti/k3-j721e-pcie-backplane.dtbo - ti/k3-j721e-common-proc-board-jailhouse.dtbo Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* linux-ti-staging: Update 5.10 kernel to 5.10.21Praneeth Bajjuri2021-05-042-4/+4
| | | | | | Update linux 5.10 to 5.10.21 stable. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* Revert "linux-ti-staging-5.10: With the kernel being AUTOREV'd remove the ↵Praneeth Bajjuri2021-05-041-1/+1
| | | | | | | | minor version" This reverts commit a0ee3effd66844aad8f693db821b6e3cc002240a. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-uboot-staging: Update to the latest ti-u-boot-2021.01Praneeth Bajjuri2021-05-041-3/+2
| | | | | | Update to the latest commit of ti-u-boot-2021.01 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* Revert "linux-ti-staging, u-boot-ti-staging: lower default preference"Praneeth Bajjuri2021-05-042-4/+0
| | | | | | This reverts commit a0e26c1caf7d36953bd41f6a763101f5a65919e2. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* ti-sgx-ddk-um: Update srcrev to pick latestGowtham Tammana2021-05-041-3/+3
| | | | | | | The eglplatform.h header is updated to account for deprecation of MESA_EGL_NO_X11_HEADERS macro. Update srcrev to pick this change. Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
* ti-sgx-ddk-km: update srcrev to pick 5.10Gowtham Tammana2021-05-041-3/+3
| | | | | | Update the srcrev to pick the k5.10 development branch sources. Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
* ti-sgx-ddk-km: properly handle arm-poky-linux-gnueabi compiler prefixZan Dobersek2021-05-041-1/+1
| | | | | | | | | The additional patch for ti-sgx-ddk-km remaps the arm-oe-linux-gnueabi prefix to the arm-linux-gnueabihf preferred target. Same should be done for the arm-poky-linux-gnueabi prefix. Signed-off-by: Zan Dobersek <zan@falconsigh.net> Reviewed-by: Gowtham Tammana <g-tammana@ti.com>
* ti-img-rogue-umlibs: update branch to pick 5.10Gowtham Tammana2021-05-041-2/+2
| | | | | | | Update the branch name to pick 5.10 development branch. The srcrev remains the same at this point. Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
* ti-img-rogue-driver: update srcrev to pick 5.10 branchGowtham Tammana2021-05-041-3/+3
| | | | Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
* README: update maintainersDenys Dmytriyenko2021-04-091-2/+2
| | | | | | | Noticed maintainers list was outdated. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
* common-csl-ip-rtos: drop unnecessary dependency on ti-sysbiosDenys Dmytriyenko2021-04-091-0/+1
| | | | | | | | | | | | | | | It appears common-csl-ip-rtos does not require ti-sysbios dependency to build, but ti-pdk.bbclass adds it by default. While most of PDK-based components do require ti-sysbios to be built from sources, it is safe to remove it from CSL, reducing the dependency tree for special cases like PRU FW based on CSL, but not needing ti-sysbios. This only affects firmwares built from sources against PDK and CSL, not when RTOS firmwares are delivered in binary form for newer K3 platforms. Build-tested on am335x, am57xx, k2g and am65xx. Signed-off-by: Denys Dmytriyenko <denis@denix.org>
* cuia: suppress installed-vs-shipped QA errorDenys Dmytriyenko2021-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Fixes: ERROR: cuia-1.0.0.13-r0 do_package: QA Issue: cuia: Files/directories were installed but not shipped in any package: /usr/lib/gnu.targets.arm.rtsv5T.av5T /usr/lib/syscalls.am3g /usr/lib/gnu.targets.codesourcery.rtsv5T.a470MV /usr/lib/syscalls.am4g /usr/lib/gnu.targets.codesourcery.rtsv6.av6 /usr/lib/gnu.targets.arm.rtsv7A.av7A /usr/lib/syscalls.am4fg /usr/lib/gnu.targets.arm.rtsv7M.am4fg /usr/lib/gnu.targets.arm.rtsv7M.am4g /usr/lib/boot.am3g /usr/lib/gnu.targets.arm.rtsv7M.am3g /usr/lib/gnu.targets.arm.rtsv6.av6 /usr/lib/boot.am4fg /usr/lib/boot.am4g Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. cuia: 14 installed and not shipped files. [installed-vs-shipped] 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>
* edma3-lld: suppress ldflags QA errorDenys Dmytriyenko2021-04-051-0/+3
| | | | | | | | | | | | Resolves: QA Issue: File /usr/lib/libedma3rm.so.1.0.0 in package edma3-lld doesn't have GNU_HASH (didn't pass LDFLAGS?) QA Issue: File /usr/lib/libedma3.so.1.0.0 in package edma3-lld doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags] QA Issue: File /usr/bin/edma3_drv_c66ak2e_a15_sample_a15host_release.xa15fg in package edma3-lld-test doesn't have GNU_HASH (didn't pass LDFLAGS?) QA Issue: File /usr/bin/edma3_drv_6638k2k_a15_sample_a15host_release.xa15fg in package edma3-lld-test doesn't have GNU_HASH (didn't pass LDFLAGS?) QA Issue: File /usr/bin/edma3_drv_6636k2h_a15_sample_a15host_release.xa15fg in package edma3-lld-test doesn't have GNU_HASH (didn't pass LDFLAGS?) QA Issue: File /usr/bin/edma3_drv_6630k2l_a15_sample_a15host_release.xa15fg in package edma3-lld-test doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags] Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
* vis: suppress "ldflags" QA errorDenys Dmytriyenko2021-04-051-0/+1
| | | | | | | | It is a pre-built binary, hence no control over passing correct LDFLAGS. This used to be a warning and recently became an error. Fixes: ERROR: vis-01.50.07.15-r1 do_package_qa: QA Issue: File /usr/bin/RadioApp in package vis doesn't have GNU_HASH (didn't pass LDFLAGS?) [ldflags] Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
* {qmss, cppi, srio, pa, sa}-lld-test: suppress gcc10 multiple definition of ↵Denys Dmytriyenko2021-04-055-0/+10
| | | | | | | | | | | | | | | | | | | | | | | fw_qmss* Workaround for these: .../ti/drv/cppi/test/k2h/armv7/linux/fw_main.c:50: multiple definition of `coreNum'; ./obj/k2h/cppi/test/cppi_test.o:.../ti/drv/cppi/test/src/cppi_test.c:102: first defined here .../ti/drv/cppi/test/k2h/armv7/linux/fw_main.c:50: multiple definition of `errorCount'; ./obj/k2h/cppi/test/cppi_test.o:.../ti/drv/cppi/test/src/cppi_test.c:102: first defined here .../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:85: multiple definition of `fw_passCfgVaddr'; ./obj/k2h/cppi/test/cppi_test.o:.../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:85: first defined here .../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:84: multiple definition of `fw_srioCfgVaddr'; ./obj/k2h/cppi/test/cppi_test.o:.../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:84: first defined here .../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:83: multiple definition of `fw_qmssDataVaddr'; ./obj/k2h/cppi/test/cppi_test.o:.../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:83: first defined here .../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:82: multiple definition of `fw_qmssCfgVaddr'; ./obj/k2h/cppi/test/cppi_test.o:.../ti/drv/cppi/test/k2h/armv7/linux/fw_test.h:82: 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>