aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-02-14conf: machine: j721s2-evm: Add support for J721S2 HS-FSSinthu Raja
Add the basic J721S2 HS-FS configuration. - Add configurations to support both HS-FS and GP keeping GP as default. - Add ti-sci-firmware overrides for HS-FS. - Remove evm conf file inclusion in hs-evm conf. - Add j721s2 hs-evm specific config to hs-evm conf. Signed-off-by: Aniket Limaye <a-limaye@ti.com> Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-02-14ti-sci-fw: Add SYSFW_SUFFIX to sysfw.itb filesRyan Eatmon
With the advent of using multiconfigs to build all of the versions of the machines (gp, hs-se, hs-fs, etc...) the sysfw.itb has become a point of contention for do_deploy. To resolve the duplicate file copy errors from bitbake we need to uniquify the sysfw.itb file names. So, let's do the same thing we do with the tiboot3.bin file and add the SYSFW_SUFFIX into the name. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-02-13am62xx-lp-evm: Add AM62x LP HS-FS evm configurationChirag Shilwant
Lets add the basic AM62x LP HS-FS configuration - Add machine conf for AM62x LP HS-FS. - The wic images will boot on AM62x LP HS-FS devices by default. The sysfw image for HS-SE will be packaged in the wic image as tiboot3-am62x-hs-evm.bin. - Add ti-sci-firmware overrides. Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-02-13am62xx-evm: Add AM62x HS-FS evm configurationChirag Shilwant
Lets add the basic AM62x HS-FS configuration - Add machine conf for AM62x HS-FS. - The wic images will boot on AM62x HS-FS devices by default. The sysfw image for GP and HS-SE will be packaged in the wic image as tiboot3-am62x-gp-evm.bin and tiboot3-am62x-hs-evm.bin respectively. - Add ti-sci-firmware overrides. Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-02-13linux-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202302130400cicd.dunfell.202302130400LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-13linux-ti-staging-rt: CI/CD Auto-Merger: cicd.dunfell.202302130400LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-13ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202302130400LCPD Automation Script
Updated the value(s) for: K3_IMAGE_GEN_SRCREV TI_LINUX_FW_SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-10conf: machine: am62xx-lp-evm: Add OLDI Panel overlayAradhya Bhatia
Add the Microtips OLDI Panel DT overlay for AM62 LP SK. Signed-off-by: Aradhya Bhatia <a-bhatia1@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-02-10conf: machine: k3: Define RD, DTB and DTBO load address for FIT imageSinthu Raja
K3 platforms include the FIT image-based kernel by default. The bootloader loads the kernel and DTB from the FIT image. The DTB/DTBOs are added to the FIT image but the load address is not included in the image section of each DTB/DTBO. This load address is determined by the LOADADDRESS macros in the kernel-fitmage class. Hence, define the RD/DTB/DTBOs LOADADDRESS and OFFSET macros in the K3 common include, and remove those macros defined in the K3 board specific config files. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> Reviewed-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-02-10conf: machine: j721s2: Add ehrpwm overlay for am68-skSinthu Raja
The AM68 SK has PWM output pins connected to its RPi headers. Add overlay file to enable PWM pins. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-02-09linux-ti-staging-rt: RC Auto-Merger: 08.06.00.00508.06.00.005LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-09linux-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202302091706cicd.dunfell.202302091706LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-09linux-ti-staging-rt: CI/CD Auto-Merger: cicd.dunfell.202302091706LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-09u-boot-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202302091706LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-09ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202302091706LCPD Automation Script
Updated the value(s) for: K3_IMAGE_GEN_SRCREV TI_LINUX_FW_SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-08ti-rtos-firmware: Use ti-k3-secdev if TI_SECURE_DEV_PKG_K3 not definedRyan Eatmon
Use ti-k3-secdev native package to provide secure-binary-image.sh script when it is not passed on as an environment variable. This fixes and issue with AM64xx which is always HS but should not require TI_SECURE_DEV_PKG when building for HS-FS platforms. This is backported from a patch for kirkstone. [1] [1] https://lists.yoctoproject.org/g/meta-ti/topic/master_kirkstone_patch_1_8/96819771 Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-02-08optee: update optee components to 3.20 tagManorit Chawdhry
OPTEE tests is not being upgraded due to a newer python dependency for the build Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-02-07linux-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202302070400cicd.dunfell.202302070400LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-07linux-ti-staging-rt: CI/CD Auto-Merger: cicd.dunfell.202302070400LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-07ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202302070400LCPD Automation Script
Updated the value(s) for: K3_IMAGE_GEN_SRCREV TI_LINUX_FW_SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-06conf: machine: j784s4: Add FPDLink overlays for AM69 SKDasnavis Sabiya
Add the overlay files for AM69 SK: 1. Fusion board (For FPDLink-III cameras). 2. IMX390 FPDLink-III camera module that includes both the CM and RCM type of modules. Signed-off-by: Dasnavis Sabiya <sabiya.d@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-02-03linux-ti-staging-rt: RC Auto-Merger: 08.06.00.00408.06.00.004LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-03optee: Revert "optee: update optee components to 3.20 tag"Ryan Eatmon
This reverts commit 9a007a3feab823eb4b72276103a08306b1abb066. We ran into some build failures on the older legacy platforms due to this change and so are reverting this while we investigate.
2023-02-03linux-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202302030400cicd.dunfell.202302030400LCPD Automation Script
Updated the value(s) for: PV SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-03linux-ti-staging-rt: CI/CD Auto-Merger: cicd.dunfell.202302030400LCPD Automation Script
Updated the value(s) for: PV SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-03u-boot-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202302030400LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-03ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202302030400LCPD Automation Script
Updated the value(s) for: K3_IMAGE_GEN_SRCREV TI_LINUX_FW_SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-02-01optee: update optee components to 3.20 tagManorit Chawdhry
OPTEE tests is not being upgraded due to a newer python dependency for the build Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-30machine: Add AM62x HS-SE evm configurationChirag Shilwant
Lets add the basic AM62x HS-SE configuration. - Add machine conf for AM62x HS-SE. - The wic images will boot on AM62x GP devices by default. To boot on AM62x HS-SE, simply switch out the SYSFW image: $ cd /mnt/sd-card/boot $ mv tiboot3-am62x-hs-evm.bin tiboot3.bin - Add ti-sci-firmware overrides. - Add support to sign ATF and OPTEE. Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-27conf: machine: j721s2: Add FPDLink overlays for am68-skSinthu Raja
Add the overlay files, over AM68 SK, for the following: 1. Fusion board (For FPDLink-III cameras). 2. IMX390 FPDLink-III camera module which includes both the CM and RCM type of modules. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-27conf: machine: j721s2: Fix DTB overlay extension for OV5640Sinthu Raja
The extension for OV5640 overlay is incorrect. Therefore, update the correct extension to build the overlay with .dtbo Fixes: f67e9805 ("conf: machine: j721s2: Add AM68 SK specific dtb and dtbo to KERNEL_DEVICETREE") Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-27k3conf update SRCREV to add am62ax supportBryan Brattlof
update the SHA of k3conf to pickup am62ax support Signed-off-by: Bryan Brattlof <bb@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-27conf: machine: j784s4: Add AM69 SK specific dtb and dtbo to KERNEL_DEVICETREEDasnavis Sabiya
AM69 Starter Kit is a single board designed based on TI's AM69 SOC providing advanced system integration in automotive ADAS applications, autonomous mobile robot and edge AI applications. Add support for the same to include the board dtb file into the root filesystem. Add DT overlays support for the following features on AM69 SK: * Add DTBO entry to support OV5640 camera * Add DTBO entry to support RPi(IMX219) camera * Add DTBO entry for the DDR memory carveout. [1]:https://www.ti.com/lit/zip/spruj52 Signed-off-by: Dasnavis Sabiya <sabiya.d@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-26linux-ti-staging-rt: RC Auto-Merger: 08.06.00.00308.06.00.003LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-25linux-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202301251855cicd.dunfell.202301251855LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-25linux-ti-staging-rt: CI/CD Auto-Merger: cicd.dunfell.202301251855LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-25u-boot-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202301251855LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-25ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202301251855LCPD Automation Script
Updated the value(s) for: TI_LINUX_FW_SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-24linux-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202301241906cicd.dunfell.202301241906LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-24linux-ti-staging-rt: CI/CD Auto-Merger: cicd.dunfell.202301241906LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-24u-boot-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202301241906LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-24trusted-firmware-a: upgrade to v2.8+Judith Mendez
Upgrade arm-trusted-firmare to v2.8-226-g2fcd408bb. This upgrade picks up K3 L2 cache, snoop delayed, and EA handling updates from upstream master. Do not update to tip of master due to PSCI system off support breaking AM62x and AM62q platforms. Signed-off-by: Judith Mendez <jm@ti.com> Reviewed-by: Denys Dmytriyenko <denys@konsulko.com> Tested-by: Manorit Chawdhry <m-chawdhry@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-22linux-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202301222256cicd.dunfell.202301222256LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-22linux-ti-staging-rt: CI/CD Auto-Merger: cicd.dunfell.202301222256LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-22ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202301222256LCPD Automation Script
Updated the value(s) for: TI_LINUX_FW_SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-19linux-ti-staging-rt: RC Auto-Merger: 08.06.00.00208.06.00.002LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-19linux-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202301190740cicd.dunfell.202301190740LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-19linux-ti-staging-rt: CI/CD Auto-Merger: cicd.dunfell.202301190740LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-19u-boot-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202301190740LCPD Automation Script
Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-19ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202301190740LCPD Automation Script
Updated the value(s) for: K3_IMAGE_GEN_SRCREV TI_LINUX_FW_SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>