summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-04-05ti-rtos: Update metadata and versions for RTOS firmware07.03.00.005Praneeth Bajjuri
updated rtos firmwares j721e, j7200: 07.03.00.29 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-04-05ti-rtos: update metadata and version of am64x rtos firmwareShiju Sivasankaran
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>
2021-04-01ti-rtos: Update metadata and versions for RTOS firmwarePraneeth Bajjuri
updated rtos firmwares j721e, j7200: 07.03.00.26 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-31conf/machine: k3: Lets build bmap files by defaultNishanth Menon
Lets generate bmap files for bmaptool to use as well as default to use with wic files. NOTE: bmaptool can speed up flashing SD cards by 2x-3x by skipping empty blocks of the image. https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#flashing-images-using-bmaptool Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-31conf/machine: am64xx: Switch to multi-certificate boot imagesNishanth Menon
Switch to using all of multi-certificate boot images. This allows us to create bootable images - in this case, we are missing tiboot3.bin Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-31conf/machine: am64xx: Consolidate image configuration to SoC includeNishanth Menon
IMAGE type and dependencies can easily be centralized to SoC include file. This is necessary to make sure that we don't do the duplication and having multiple places to fix up. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-31conf/machine: j7200-evm: Switch to multi-certificate boot imagesNishanth Menon
Switch to using all of multi-certificate boot images. This allows us to create bootable images - in this case, we are missing tiboot3.bin Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-31conf/machine: am64xx/j7200: Drop trusted-firmware deployment for tar wicNishanth Menon
wic and tar dependency on trusted firmware is wrong. It is u-boot build that depends on trusted firmware deployment and is correctly handled by u-boot recipe. No point in duplicating that dependency, so just clean it all up. Reported-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-31conf/machine: j7: Document boot images as legacy modeNishanth Menon
We use the default IMAGE_BOOT_FILES configuration which matches up with legacy boot configuration. Document the same to allow folks to understand by just looking at the SoC include file. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-31conf/machine: am65xx: Document boot images as legacy modeNishanth Menon
We use the default IMAGE_BOOT_FILES configuration which matches up with legacy boot configuration. Document the same to allow folks to understand by just looking at the SoC include file. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-31conf/machine: k3: Add multi-certificate boot image supportNishanth Menon
Lets keep things consistent by providing two possibilities for platforms to pick from - legacy boot and multi-certificate boot. In legacy boot, the base bootloader and system firmware are maintained as separate binaries (tiboot3.bin and sysfw.itb). In multi-certificate boot that newer K3 devices support, ROM is smarter and can handle multiple x509 certificate based images: so we can strip out the sysfw.itb and integrate it as part of tiboot3.bin itself. This improves authentication and overall system boot times since we are now able to boot both the system controller and the boot processor in parallel. We do have a scheme currently to identify the images necessary for boot etc, but things are handled on a platform conf file basis. We can improve that by introducing the pattern at the top level include and use the relevant pattern in platforms as needed. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-31conf/machine: am64*, j7200: cleanup k3r5 configsDenys Dmytriyenko
Remove duplicate machine-specific redefines of UBOOT_BINARY, UBOOT_IMAGE and UBOOT_SYMLINK variables, as they are already defined with same values in the common k3r5.inc file. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Reviewed-by: Nishanth Menon <nm@ti.com>
2021-03-31ti-rtos: update metadata and version of am64x rtos firmwareShiju Sivasankaran
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>
2021-03-29linux-ti-staging: Update 5.4 kernel to 07.03.00.00407.03.00.004Praneeth Bajjuri
Update 5.4 kernel to 07.03.00.004 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-28ti-rtos: update metadata and version of am64x rtos firmwareShiju Sivasankaran
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>
2021-03-28ti-rtos-firmware: depend on openssl-native for signingDenys Dmytriyenko
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>
2021-03-27linux-ti-staging: Update 5.4 kernel to 5.4.106Praneeth Bajjuri
Update linux 5.4 to 5.4.106 stable. Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-26ti-uboot-staging: Update to the latest commitPraneeth Bajjuri
ti-uboot-staging: Update to the latest commit Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-26ti-rtos-firmware: sign DM firmware for J721e HS platformPraneeth Bajjuri
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>
2021-03-26conf/machine: fix OPTEEMACHINE name for J721ePraneeth Bajjuri
OPTEEMACHINE name as defined in the optee_os project [1] for j721e is k3-j721e. This patch fixes the name to correct target. [1]: https://github.com/OP-TEE/optee_os/commit/87613cf9520db2e65bc8367d3e13c4217c13bdad Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Acked-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-25ti-img-rogue-umlibs: Update to pick rpath fixesGowtham Tammana
Update srcrev to pick the rpath warning fixes. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-25linux-ti-mainline: Set the branch for the ti-upstream-tools repoDan Murphy
ti-upstream-tools[1] repository carries the overlays and defconfig fragments that we don't wish to overload upstream kernel community with. The reason for that being these are constantly on churn as our test coverage increases etc. Currently we reuse the "BRANCH" variable to also matchup with kernel and ti-upstream-tools repositories as well. This can tend to be a little painful if we decide to start testing various kernel configurations - RT etc.. So, lets just split out the TOOLS_BRANCH separated from the branch we use for kernel. Even though the branch remains the exact same at this point. [1] https://git.ti.com/cgit/ti-linux-kernel/ti-upstream-tools/ Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com>
2021-03-25linux-ti-mainline: Add gmp-native as a kernel dependencyDan Murphy
Add GNU Multiple Precision Arithmetic Library as a dependency for mainline linux builds. These are necesary for kernel to handle gcc plugins for builtins.h Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-25ti-sci-fw: Update J7200/AM64 deploy to install ti-sci-fwLucas Weaver
The J7200/AM64 ti-sci-fw needs to be installed in the deploy directory so that it can be packaged in Processor SDK bundle This is required because the ti-sci-fw is needed in the installer prebuilt-images in order to build the combined boot image for J7200/AM64 Signed-off-by: Lucas Weaver <l-weaver@ti.com>
2021-03-19linux-ti-staging: Update 5.4 kernel to the latest commit SHA07.03.00.003Praneeth Bajjuri
Update 5.4 kernel to the latest commit SHA Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-19ti-uboot-staging: Update to the latest commitPraneeth Bajjuri
ti-uboot-staging: Update to the latest commit Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-19layer.conf: remove releases before dunfell as compatibleDenys Dmytriyenko
For dunfell meta-ti moved to depend on meta-arm and is no longer compatible with older releases. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
2021-03-17ti-sci-fw: Update image gen and sysfw to v2021.01aPraneeth Bajjuri
Update the image gen and linux-firmware commit SHAs so that we pick v2021.01a sysfw and the applicable DM update with following version * 07.03.00.21 for J721E and J7200 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-17ti-img-rogue-umlibs: Update artifacts to 1.13.5776728Gowtham Tammana
Update GLES binary artifacts to latest version 1.13.5776728. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-17ti-img-rogue-driver: Update driver to 1.13.5776728Gowtham Tammana
Update the Rogue kernel driver sources to version 1.13.5776728. Signed-off-by: Gowtham Tammana <g-tammana@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-17ti-rtos: update to uisng fw from mcu-plus-sdk for AM64xShiju Sivasankaran
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>
2021-03-17ti-rtos: Update metadata and versions for RTOS firmwarePraneeth Bajjuri
updated rtos firmwares j721e, j7200: 07.03.00.21 am65xx: 07.03.00.22 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-11recipes-bsp: wl18xx-fw: update SRCREV to latestNikhil Devshatwar
Update the wl18xx firmware recipe to latest version 8.9.0.0.86 Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com> Reviewed-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-11ti33x: allow different virtual/bootloaderVivien Didelot
Boards like the beaglebone currently hardcode "u-boot" as a dependency for the image and the wic format, and this prevents one from choosing a different bootloader via: PREFERRED_PROVIDER_virtual/bootloader = "non-u-boot-bootloader" Depending on "virtual/bootloader" instead of "u-boot" fixes this. Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Suggested-by: Denys Dmytriyenko <denis@denix.org> Reviewed-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-05linux-ti-staging: Update 5.4 kernel to the latest commit SHA07.03.00.002Praneeth Bajjuri
Update 5.4 kernel to the latest commit SHA Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-05ti-uboot-staging: Update to the latest commitPraneeth Bajjuri
ti-uboot-staging: Update to the latest commit Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-05ti-rtos: Update path for firmwares on j7200Praneeth Bajjuri
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>
2021-03-04linux-ti-mainline: Bump kernel version to v5.11Nishanth Menon
And lets work with the latest kernel Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-04linux-ti-mainline: Bump up ti-upstream-tools SRCREVNishanth Menon
Bump up our recipe version for ti-upstream-tools for updates in config files needed for latest kernel Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-03-04ti-rtos: Update metadata and versions for RTOS firmwarePraneeth Bajjuri
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>
2021-02-23ti-sci-fw: Update image gen and sysfw to v2021.0107.03.00.001Praneeth Bajjuri
Update the image gen and linux-firmware commit SHAs so that am65x, j7200 and j721e also picks v2021.01 sysfw and the applicable DM update with following version * 07.03.00.12 for J721E * 07.03.00.10 for J7200 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-02-22ti-rtos: Update metadata and versions for RTOS firmwarePraneeth Bajjuri
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>
2021-02-21linux-ti-staging: Update 5.4 kernel to the latest commit SHAPraneeth Bajjuri
Update 5.4 kernel to the latest commit SHA Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-02-21ti-uboot-staging: Update to the latest commitPraneeth Bajjuri
ti-uboot-staging: Update to the latest commit Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-02-21ti-sci-fw: Update image gen to latestPraneeth Bajjuri
update image get to latest Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-02-11linux-ti-staging: Update 5.4 kernel to 07.03.00.00007.03.00.000Praneeth Bajjuri
Update 5.4 kernel to 07.03.00.000 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-02-11ti-uboot-staging: Update to the latest commitPraneeth Bajjuri
ti-uboot-staging: Update to the latest commit Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-02-10am64xx-sk Add combined boot build supportLokesh Vutla
Add combined boot flow support for the AM64XX SK device. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-02-06machine: am64xx-sk.conf: Add machine definition for AM64xx SKLokesh Vutla
AM642 StarterKit (SK) board is a low cost, small form factor board designed for TI’s AM642 SoC. Add machine definition for SK board. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
2021-02-06linux-ti-staging: Update 5.4 kernel to the latest commit SHAPraneeth Bajjuri
Update 5.4 kernel to the latest commit SHA Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>