mbox series

[meta-ti,master/scarthgap,v2,0/4] Add support for AM62x SIP

Message ID 20250626095144.952261-1-anshuld@ti.com
Headers show
Series Add support for AM62x SIP | expand

Message

Anshul Dalal June 26, 2025, 9:51 a.m. UTC
Hi all,

This patch series adds support for AM62x SIP to meta-ti following the updates to
u-boot and kernel, the following set of changes were made to the build process:

1. The u-boot defconfigs are renamed from am62sip_* to am6254xxl_*
2. PRELOADED_BL33_BASE and BL32_BASE were modified for ATF build
3. For OPTEE build, CFG_TZDRAM_START was modified
4. SiP specific DTB was used instead of am62x's as fitImage's default

Regards,
Anshul
---
Depends on:
afcd8c5ef0bf@ti-u-boot-2025.01-next
12575e5752ca@ti-linux-6.12.y-cicd
---
Changes in v2:
 - Keep KERNEL_DEVICE_TREE the same between SiP and am62x
 - Modify ATF's PRELOADED_BL33_BASE to match updated SPL_TEXT_BASE from u-boot
 - Set updated addresses for ATF/OPTEE in machine config instead of recipes

v1: https://lore.kernel.org/yocto-meta-ti/20250625171626.2863841-1-anshuld@ti.com/
---
Anshul Dalal (4):
  conf: machine: am62xxsip: update u-boot defconfig to am6254xxl
  meta-ti-bsp: tfa: add build flags for am62xxsip-evm
  meta-ti-bsp: optee: add build flags for am62xxsip-evm
  conf: machine: am62xxsip: update kernel dtbs

 .../conf/machine/am62xxsip-evm-k3r5.conf      |  4 +++-
 meta-ti-bsp/conf/machine/am62xxsip-evm.conf   | 20 ++++++++++++++++---
 .../trusted-firmware-a-ti.inc                 |  2 ++
 .../optee/optee-os-ti-overrides.inc           |  1 +
 4 files changed, 23 insertions(+), 4 deletions(-)