1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-07 19:32:58 +00:00
Commit Graph

4129 Commits

Author SHA1 Message Date
LCPD Automation Script d0a5f6b677 ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202301130746
Updated the value(s) for:
  K3_IMAGE_GEN_SRCREV
  TI_LINUX_FW_SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.dunfell.202301130746
2023-01-13 07:47:06 -06:00
Ryan Eatmon db3379650d hs: Deploy the unsigned versions of bl31 and bl32
In addition to releasing the signed versions of the bl31.bin and
bl32.bin files, also release the unsigned original versions.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-12 10:05:07 -06:00
LCPD Automation Script c3a35c9421 linux-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202301120721
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.dunfell.202301120721
2023-01-12 07:21:22 -06:00
LCPD Automation Script 200cb0befb linux-ti-staging-rt: CI/CD Auto-Merger: cicd.dunfell.202301120721
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-12 07:21:22 -06:00
LCPD Automation Script 6542e99202 u-boot-ti-staging: CI/CD Auto-Merger: cicd.dunfell.202301120721
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-12 07:21:22 -06:00
LCPD Automation Script 42e3c66b00 ti-linux-fw: CI/CD Auto-Merger: cicd.dunfell.202301120721
Updated the value(s) for:
  K3_IMAGE_GEN_SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-12 07:21:22 -06:00
Randolph Sapp 93b942c097 ti-img-rogue-driver: AM62 Active power management
Bump source revision. Changelog from source:
  - Cleanup the device initialization routine for all platforms
  - Add a power safeguard for multicore initialization
  - Enable active power management for AM62 devices

Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-11 18:14:14 -06:00
Jai Luthra f5eebf3a62 conf: machine: am62axx: Add overlays for IMX390 cameras
IMX390 is a 2MP FPDLink-III raw camera. This sensor was originally
targeted for J7-based devices, but AM62A can re-use the existing
overlays. Both the CM and RCM type of modules are supported.

As AM62A only has one CSI-RX port, we only use 4 out of the 8 total
FPDLink ports on the fusion board.

Signed-off-by: Jai Luthra <j-luthra@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-11 16:17:47 -06:00
Sinthu Raja f67e9805f4 conf: machine: j721s2: Add AM68 SK specific dtb and dtbo to KERNEL_DEVICETREE
AM68 Starter Kit is a low cost, small form factor board designed for
TI's AM68/J721S2 SoC[1] which is optimized to provide best in class performance
for industrial applications. Add DTB entry for the same.

AM68 SK features camera support with MIPI(OV5640) and RPi(IMX219) connectors.
Add DTBO for the same. Also, add DTBO entry for the DDR memory carveout.

[1]:http://www.ti.com/lit/zip/spruj28

Signed-off-by: Sinthu Raja <sinthu.raja@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-11 16:17:47 -06:00
LCPD Automation Script 694ce82c35 linux-ti-staging: CI/CD Auto-Merger: cicd.2023.01.07.13:47:28
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.2023.01.07.13.47.28
2023-01-07 13:47:50 -06:00
LCPD Automation Script c28208f0d1 linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2023.01.07.13:47:28
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-07 13:47:50 -06:00
LCPD Automation Script 38c4c3e860 u-boot-ti-staging: CI/CD Auto-Merger: cicd.2023.01.07.13:47:28
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2023-01-07 13:47:50 -06:00
Chirag Shilwant ef50eed5b9 machine: Add AM62Q HS-SE evm configuration
Lets add the basic AM62Q HS-SE configuration.
- Add configurations.
- Add ti-sci-firmware overrides.
- Add u-boot overrides.
- Add optee overrides.
- Add ti-rtos-firmware overrides.

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-06 15:08:19 -06:00
Praneeth Bajjuri acd476ad0d optee-os: Lower log level for am62axx
Lower the log level for am62axx platform

commit 27641e1f2d ("optee-os: Lower log level for AM62x")
changes the log level for am62xx platforms.
This patch is to extend the same for am62axx

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Reported-by: Sai Sree Kartheek Adivi <s-adivi@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-05 18:09:45 -06:00
Devarsh Thakkar 5f685a39de ipc: ti-rpmsg-char: Update library to 0.5.2
Update library to 0.5.2 as it adds support for AM62A
SoC.

Co-Authored-By: Sai Sree Kartheek Adivi <s-adivi@ti.com>
Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Acked-by: Praneeth Bajjuri <praneeth@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-05 16:45:19 -06:00
Jai Luthra dbebc412d8 conf: machine: am62axx: Add camera overlays for AM62A SK
Add the following overlay files on AM62A SK:

1. Fusion board (For FPDLink-III cameras)
2. OV2312 FPDLink camera module
3. IMX219 RPi-compatible camera module

Signed-off-by: Jai Luthra <j-luthra@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-05 16:45:19 -06:00
Manorit Chawdhry f84fa51cf0 optee: update optee-client, optee-test, optee-examples to 3.19 tag
optee-os was updated to 3.19 tag but the others were still outdated.

Updates other optee components to 3.19 tag

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-05 13:38:59 -06:00
Denys Dmytriyenko 34c2065a5b k3: also inherit kernel-fitimage class for FIT image generation
In order to support fitImage image type, kernel-fitimage class is needed.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
(cherry picked from kirkstone/master commit 48b22e8266)
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Tested-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-05 13:37:40 -06:00
Kamlesh Gurudasani 203dd15118 optee-os: Revert to lower log level for AM62x
While removing SOFTWARE_PRNG support
commit:98506a4a07363a1b57012ccfaee263f47e5b46c4,
accidently removed the changes applied
by commit:27641e1f2d7f6696fd7bbd8f24fcac20766b6234
(optee-os: Lower log level for AM62x).

Reverting those changes back

Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2023-01-05 13:29:26 -06:00
LCPD Automation Script 1796377864 linux-ti-staging: CI/CD Auto-Merger: cicd.2022.12.15.19:06:00
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.2022.12.15.19.06.00
2022-12-15 19:06:29 -06:00
LCPD Automation Script 4d963fa399 linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2022.12.15.19:06:00
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2022-12-15 19:06:29 -06:00
LCPD Automation Script 00f616fad3 ti-linux-fw: CI/CD Auto-Merger: cicd.2022.12.11.19:06:00
Updated the value(s) for:
  K3_IMAGE_GEN_SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.2022.12.11.19.06.00
2022-12-11 19:06:16 -06:00
LCPD Automation Script 27531b323a linux-ti-staging: CI/CD Auto-Merger: cicd.2022.12.10.19:06:00
Updated the value(s) for:
  PV
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.2022.12.10.19.06.00
2022-12-10 19:06:25 -06:00
LCPD Automation Script ce668eb4f1 linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2022.12.10.19:06:00
Updated the value(s) for:
  PV
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2022-12-10 19:06:25 -06:00
Paresh Bhagat ae3c30da26 machine: Add am62axx evm configuration
Lets add the basic AM62Axx-evm configuration.
- Add configurations.
- Add firmware overrides.
- Add u-boot overrides.
- Add tifs-lpm-stub.
- Add cnm-wave-fw.

Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@ti.com>
Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-12-08 17:28:04 -06:00
LCPD Automation Script 47d33f1514 ti-linux-fw: CI/CD Auto-Merger: cicd.2022.12.07.19:06:00
Updated the value(s) for:
  TI_LINUX_FW_SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.2022.12.07.19.06.00
2022-12-07 19:06:28 -06:00
LCPD Automation Script 5d6f193242 ti-linux-fw: CI/CD Auto-Merger: cicd.2022.12.05.19:06:00
Updated the value(s) for:
  K3_IMAGE_GEN_SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.2022.12.05.19.06.00
2022-12-05 19:07:21 -06:00
Aradhya Bhatia a5974be13b conf: machine: am62xx: Add missing overlays for AM625 SK
Add the overlay files, over AM625 SK, for the following:

1. Technexion OV5640 Camera
2. Enhanced Capture (ECAP)
3. HDMI Audio Output
4. MCAN Transceiver
5. Microtips OLDI Panel

Signed-off-by: Aradhya Bhatia <a-bhatia1@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-12-05 15:05:14 -06:00
Ryan Eatmon 923c656b43 conf: Remove vmlinux.gz from KERNEL_IMAGETYPES
With a recent patch to the TI kernel that includes debug symbols,
the vmlinux.gz file grew in size that impacted the testing.
This file is not needed to be in the final image so remove it
from the list.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-12-05 12:05:46 -06:00
Zachary Booth bf4076e990 conf: omap-a15: Fix parsing when KERNEL_DEVICETREE is not set
Correctly handle parsing when KERNEL_DEVICETREE is not set.

Signed-off-by: Zachary Booth <zachary.booth@garmin.com>
Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-12-03 07:09:51 -06:00
LCPD Automation Script 67633d0dbb linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2022.12.02.19:06:02
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.2022.12.02.19.06.02
2022-12-02 19:06:23 -06:00
LCPD Automation Script 6763a269b0 linux-ti-staging-rt: RC Auto-Merger: 08.05.00.007
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
08.05.00.007
2022-12-02 18:43:40 -06:00
LCPD Automation Script f9cf247b92 linux-ti-staging: CI/CD Auto-Merger: cicd.2022.12.02.14:23:50
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.2022.12.02.14.23.50
2022-12-02 14:24:24 -06:00
LCPD Automation Script b37cc8ba6d linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2022.12.02.14:23:50
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2022-12-02 14:24:24 -06:00
LCPD Automation Script 62abd96e0c u-boot-ti-staging: CI/CD Auto-Merger: cicd.2022.12.02.14:23:50
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2022-12-02 14:24:24 -06:00
LCPD Automation Script e33d21513e linux-ti-staging-rt: RC Auto-Merger: 08.05.00.006
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
08.05.00.006
2022-11-30 14:10:51 -06:00
LCPD Automation Script 5a462e6d25 linux-ti-staging: CI/CD Auto-Merger: cicd.2022.11.30.11:05:19
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.2022.11.30.11.05.19
2022-11-30 11:05:28 -06:00
LCPD Automation Script 4def794944 linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2022.11.30.11:05:19
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2022-11-30 11:05:28 -06:00
LCPD Automation Script 08dced9e3b u-boot-ti-staging: CI/CD Auto-Merger: cicd.2022.11.30.11:05:19
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2022-11-30 11:05:28 -06:00
LCPD Automation Script 80c417eed5 ti-linux-fw: CI/CD Auto-Merger: cicd.2022.11.30.11:05:19
Updated the value(s) for:
  K3_IMAGE_GEN_SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2022-11-30 11:05:28 -06:00
Kamlesh Gurudasani 98506a4a07 optee-os: Update SRCREV for OP-TEE TRNG in AM62X
Update the SRCREV to the commit when trng support was
added in upstream OP-TEE for am62x platform to access rng.

Also, enable trng support as trng support is added now in OP-TEE

Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Acked-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2022-11-29 09:07:30 -06:00
LCPD Automation Script b1b34e2602 linux-ti-staging: CI/CD Auto-Merger: cicd.2022.11.27.19:06:00
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.2022.11.27.19.06.00 cicd.2022.11.28.19.06.00
2022-11-27 19:06:11 -06:00
LCPD Automation Script c0abee81ff linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2022.11.27.19:06:00
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2022-11-27 19:06:11 -06:00
LCPD Automation Script 8b6ca7d06b u-boot-ti-staging: CI/CD Auto-Merger: cicd.2022.11.27.19:06:00
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2022-11-27 19:06:11 -06:00
LCPD Automation Script c7eed7f0e1 ti-linux-fw: CI/CD Auto-Merger: cicd.2022.11.27.19:06:00
Updated the value(s) for:
  TI_LINUX_FW_SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2022-11-27 19:06:11 -06:00
LCPD Automation Script f8ddf45aca linux-ti-staging-rt: RC Auto-Merger: 08.05.00.005
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
08.05.00.005
2022-11-22 14:18:40 -06:00
LCPD Automation Script 528dff9c50 linux-ti-staging: CI/CD Auto-Merger: cicd.2022.11.22.08:55:27
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.2022.11.22.08.55.27
2022-11-22 08:56:08 -06:00
LCPD Automation Script 4ba704a350 linux-ti-staging-rt: CI/CD Auto-Merger: cicd.2022.11.22.08:55:27
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2022-11-22 08:56:08 -06:00
LCPD Automation Script 198667618f u-boot-ti-staging: CI/CD Auto-Merger: cicd.2022.11.22.08:55:27
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
2022-11-22 08:56:08 -06:00
LCPD Automation Script 14c600bec1 linux-ti-staging: CI/CD Auto-Merger: cicd.2022.11.18.01:41:09
Updated the value(s) for:
  SRCREV

Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
cicd.2022.11.18.01.41.09
2022-11-18 01:42:06 -06:00