Message ID | 20250206144021.3007831-1-c-shilwant@ti.com |
---|---|
Headers | show |
Series | Upgrade TFA, OPTEE-OS & enable AM62L support | expand |
On Thu, Feb 06, 2025 at 08:10:16PM +0530, Chirag Shilwant wrote: > This series is intended only for master. > It bumps up TFA to v2.12+ & OPTEE-OS to v4.5.0+ > It also aims to enable platform support for AM62L in meta-ti-bsp > > Link to AM62L TRM: https://www.ti.com/lit/pdf/sprujb4 The series looks good to me now, thank you! > Changes in v3: > > * Add License-Update tag for "trusted-firmware-a: Switch TFA to TI fork" > > Changes in v2: > > * Upgrade optee-os to v4.5.0+ & drop Add-initial-support-for-AM62Lx-SoC.patch > * Split TFA upgrade to v2.12 & switch to Github TI fork into 2 commits > * Fix indentation for AM62L specific newly added changes in u-boot-ti.inc by using OE-Core policy > * Set KERNEL_DEVICETREE to empty > * Drop SERIAL_CONSOLES from am62lxx.inc as k3.inc already has it defined > > Chirag Shilwant (5): > recipes-security: optee: Update to v4.5.0+ > trusted-firmware-a: Update to v2.12 release tag > trusted-firmware-a: Switch TFA to TI fork > meta-ti-bsp: Add Support for AM62L > conf: machine: am62lxx-evm: Add logic to generate UBI filesystem > images > > meta-ti-bsp/conf/machine/am62lxx-evm.conf | 19 +++++++++++++++++ > meta-ti-bsp/conf/machine/include/am62lxx.inc | 12 +++++++++++ > meta-ti-bsp/recipes-bsp/ti-dm-fw/ti-dm-fw.bb | 2 ++ > .../recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 6 ++++++ > .../trusted-firmware-a-ti.inc | 11 ++++++---- > meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | 21 +++++++++++++++++++ > .../optee/optee-os-ti-overrides.inc | 1 + > .../optee/optee-os-ti-version.inc | 4 ++-- > 8 files changed, 70 insertions(+), 6 deletions(-) > create mode 100644 meta-ti-bsp/conf/machine/am62lxx-evm.conf > create mode 100644 meta-ti-bsp/conf/machine/include/am62lxx.inc > > -- > 2.34.1