summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* u-boot-ti-staging: CI/CD Auto-Merger: cicd.2022.09.07.19:06:00LCPD Automation Script2022-09-071-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
* ti-linux-fw: CI/CD Auto-Merger: cicd.2022.09.07.19:06:00LCPD Automation Script2022-09-071-2/+2
| | | | | | | | Updated the value(s) for: K3_IMAGE_GEN_SRCREV TI_LINUX_FW_SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
* cadence-mhdp-fw: Add dependency for j721s2Rahul T R2022-09-072-1/+3
| | | | | | | | cdns mhdp bridge is present in j721s2 soc. Add the dependency for the same Signed-off-by: Rahul T R <r-ravikumar@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-sci-fw: Use d.getVar() in DEPENDS expressionRandolph Sapp2022-09-071-1/+1
| | | | | | | | | | Switch the DEPENDS_append expression to use d.getVar() instead of the usual variable expansion to prevent the inline Python command from becoming mangled. Signed-off-by: Randolph Sapp <rs@ti.com> Acked-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* optee-os: Lower log level for AM62xAndrew Davis2022-09-071-2/+2
| | | | | | | | | | | | During resume from low power mode suspend OP-TEE prints some messages on the UART. It seems this UART is not powered at this point in the sequence breaking suspend/resume. We should track down the exact prints and quiet them. Until we get that fix upstream, lets lower the log level for this platform to unblock the LPM work. Signed-off-by: Andrew Davis <afd@ti.com> Acked-by: Anand Gadiyar <gadiyar@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* optee-os: Upgrade to upstream 3.18.0Andrew Davis2022-09-071-2/+2
| | | | | | | | Update to the latest upstream master which is 3.18.0. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Praneeth Bajjuri <praneeth@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* all: Fix new git://git.ti.com URLsRandolph Sapp2022-09-072-2/+2
| | | | | | | | | | | The regex originally to correct all URLs that were still using the old git protocol didn't have a check in place to see if the URL was already using the correct protocol. This just fixes the two affected URLs. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2022.08.31.19:06:01cicd.2022.08.31.19.06.01LCPD Automation Script2022-08-311-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
* linux-ti-staging-rt: RC Auto-Merger: 08.04.01.00308.04.01.003LCPD Automation Script2022-08-311-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
* linux-ti-staging: CI/CD Auto-Merger: cicd.2022.08.31.13:01:22cicd.2022.08.31.13.01.22LCPD Automation Script2022-08-311-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
* linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2022.08.31.13:01:22LCPD Automation Script2022-08-311-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
* u-boot-ti-staging: CI/CD Auto-Merger: cicd.2022.08.31.13:01:22LCPD Automation Script2022-08-311-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
* linux-ti-staging: CI/CD Auto-Merger: cicd.2022.08.30.19:06:01cicd.2022.08.30.19.06.01LCPD Automation Script2022-08-301-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
* linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2022.08.30.19:06:01LCPD Automation Script2022-08-301-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
* u-boot-ti-staging: CI/CD Auto-Merger: cicd.2022.08.30.19:06:01LCPD Automation Script2022-08-301-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
* machine: add am62xx-lp-evm configurationAnand Gadiyar2022-08-296-1/+31
| | | | | | | | | | | | | This platform is similar to the currently supported am62xx-evm, except that we currently need new defconfigs for u-boot and new dtbs in the filesystem. Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Cc: Hari Nagalla <hnagalla@ti.com> Cc: Andrew Davis <afd@ti.com> Cc: Praneeth Bajjuri <praneeth@ti.com> Cc: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf: machine: am64xx-evm: Update default HS namesAndrew Davis2022-08-281-4/+0
| | | | | | | | | In the latest U-Boot the HS images for AM64x have been renamed to the default names, and the GP have been changed to *_unsigned. Remove the overrides to pull the now default HS images. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: CI/CD Auto-Merger: cicd.2022.08.26.20:09:57cicd.2022.08.26.20.09.57LCPD Automation Script2022-08-261-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
* all: Stop using git://git.ti.comRyan Eatmon2022-08-2669-108/+108
| | | | | | | | | | Stop using un-encrypted git:// protocol to access TI repositories. This is inline with the same arguments as made by github in https://github.blog/2021-09-01-improving-git-protocol-security-github/ Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* optee-examples: Add dependency on python3-cryptography-nativeAndrew Davis2022-08-261-0/+3
| | | | | | | | | This is needed for building the latest optee-examples. While here switch to HTTPS for fetching from Github. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf: machine: am64xx-evm: Make HS-SE the defaultAndrew Davis2022-08-2610-53/+33
| | | | | | | | | | The HS-SE AM64xx machine can now be run on GP devices and built without needing the TI_SECURE_DEV_PKG for the same. AM64xx will only be available in the HS-FS type going forward. Make the HS-SE the default and remove the original GP machine. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-sci-fw: Use ti-k3-secdev if TI_SECURE_DEV_PKG_K3 is not definedAndrew Davis2022-08-261-1/+3
| | | | | Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* recipies-ti: Add TI K3 Security Development PackageAndrew Davis2022-08-262-0/+38
| | | | | Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging: CI/CD Auto-Merger: cicd.2022.08.26.12:21:27LCPD Automation Script2022-08-261-2/+2
| | | | | | | | Updated the value(s) for: PV SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2022.08.26.12:21:27LCPD Automation Script2022-08-261-2/+2
| | | | | | | | Updated the value(s) for: PV SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: CI/CD Auto-Merger: cicd.2022.08.26.12:21:27LCPD Automation Script2022-08-261-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-linux-fw: CI/CD Auto-Merger: cicd.2022.08.26.12:21:27LCPD Automation Script2022-08-261-2/+2
| | | | | | | | Updated the value(s) for: K3_IMAGE_GEN_SRCREV TI_LINUX_FW_SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging: RC Auto-Merger: 08.04.01.00208.04.01.002LCPD Automation Script2022-08-111-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* linux-ti-staging-rt: RC Auto-Merger: 08.04.01.002LCPD Automation Script2022-08-111-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: RC Auto-Merger: 08.04.01.002LCPD Automation Script2022-08-111-1/+1
| | | | | | | Updated the value(s) for: SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* trusted-firmware-a: upgrade to v2.7Praneeth Bajjuri2022-08-111-1/+1
| | | | | | | | upgrade arm-trusted-firmare to v2.7 Signed-off-by: Praneeth Bajjuri <praneeth@ti.com> Tested-by: Judith Mendez <jm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* Merge branch 'dunfell-wip' into dunfell-nextRyan Eatmon2022-08-112-1/+3
|\
| * ti-sci-fw: Add am65xx-evm-k3r5-sr2 to combined R5 boot listAndrew Davis2022-08-081-0/+2
| | | | | | | | | | | | | | | | | | This machine was missed when making combined R5 boot the default. Add this machine to fix build failure. Reported-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
| * conf: machine: k3: Add fitImage to the default kernel image typesAndrew Davis2022-08-081-1/+1
| | | | | | | | | | | | | | | | | | FIT Image based kernels are valid for all K3 devices, not just HS, deploy this kernel image type by default so it doesn't have to be appended on a per-device-type basis. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* | linux-ti-staging: CI/CD Auto-Merger: cicd.2022.08.10.13:54:40LCPD Automation Script2022-08-101-1/+1
| | | | | | | | | | | | | | Updated the value(s) for: SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* | linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2022.08.10.13:54:40LCPD Automation Script2022-08-101-1/+1
| | | | | | | | | | | | | | Updated the value(s) for: SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* | u-boot-ti-staging: CI/CD Auto-Merger: cicd.2022.08.10.13:54:40LCPD Automation Script2022-08-101-1/+1
| | | | | | | | | | | | | | Updated the value(s) for: SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* | ti-linux-fw: CI/CD Auto-Merger: cicd.2022.08.10.13:54:40LCPD Automation Script2022-08-101-1/+1
|/ | | | | | | Updated the value(s) for: K3_IMAGE_GEN_SRCREV Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf: machine: am64xx-hs-evm: Add extra machine to build GP SYSFWAndrew Davis2022-08-063-0/+25
| | | | | | | | | | | Use multiconfig to generate a GP SYSFW image. This allows the HS SDK to be used on GP boards by simply switching out the SYSFW image: $ cd /mnt/sd-card/boot $ mv tiboot3-am64x-gp-evm.bin tiboot3.bin Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti-staging: Update to the latest ti-u-boot-2021.01Andrew Davis2022-08-064-4/+8
| | | | | | | | | | | | Update to the latest commit of ti-u-boot-2021.01. As part of this U-Boot update the non-HS AM64x-evm defconfig was removed. This is okay as building this defconfig without defining TI_SECURE_DEV_PKG will still result in usable binaries for the non-HS devices. Use the HS defconfig for both the HS and non-HS machines. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-sci-fw: Only deploy the raw SYSFW images for one machine targetAndrew Davis2022-08-061-2/+2
| | | | | | | | | | This recipe deploys the raw SYSFW unconditionally which causes issues when doing multiconfig builds. What should happen is only one deploys these, select that the same way we select which one deploys the default SYSFW symlink. Move the deploy step there. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* conf: machine: Move K3 TI_SECURE_DEV_PKG definition to common includeAndrew Davis2022-08-0612-20/+4
| | | | | | | | | The K3 TI_SECURE_DEV_PKG is the same for all devices, move this out of each machine file and into the common K3 includes. This doesn't have any effect on the GP machines as they make no use of it. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-sci-fw: Only install and deploy combined boot symlink when setAndrew Davis2022-08-061-2/+7
| | | | | | | | | Add SYSFW_TIBOOT3_SYMLINK and use it the same way we use SYSFW_SYMLINK for the non-combined boot flow, to allow not setting the default for some machine types. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-sci-fw: Make combined R5 boot the defaultAndrew Davis2022-08-062-16/+15
| | | | | | | | | | | | Going forward, the combined tiboot3.bin is going to be the standard. Only AM65x and J721e will still use the split boot. Set DEPENDS and EXTRA_OEMAKE for combined boot and override only for the two split boot platforms. This makes it easier to add new platforms and simplifies deployment logic. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* machine: k3r5: Make combined R5 boot the defaultAndrew Davis2022-08-066-48/+33
| | | | | | | | | | | Going forward, the combined tiboot3.bin is going to be the standard. Only AM65x and J721e will still use the split boot. Set the output of U-Boot to be u-boot-spl.bin by default and override only for the two split boot platforms. This makes it easier to add new platforms and simplifies deployment logic. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* prueth-fw: Deploy for AM64xx based on SoC not EVMAndrew Davis2022-08-062-2/+2
| | | | | | | | This makes sense but looks like was done wrong to match AM65xx which needed the exact EVM specified due to this only working on SR2. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* trusted-firmware-a: Allow build to continue without TI_SECURE_DEV_PKG setAndrew Davis2022-08-061-22/+16
| | | | | Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* optee-os: Allow build to continue without TI_SECURE_DEV_PKG setAndrew Davis2022-08-061-1/+6
| | | | | Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* u-boot-ti: Do not prepend output files with DEPLOYDIRAndrew Davis2022-08-061-18/+18
| | | | | | | | We already cd into DEPLOYDIR so this is not needed. This now matches the keystone version below. Also fixes build in some odd situations. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* ti-sci-fw: Use SYSFW_TIBOOT3 to point to the SYSFW imageAndrew Davis2022-08-051-8/+8
| | | | | | | | | | Currently we reuse UBOOT_* names which usually are the same we want to give to the name of the SYSFW binary. This isn't always correct, we should use a SYSFW specific variable in case the UBOOT names are changed. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>