mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Updated the value(s) for: ti-linux-fw: TI_LINUX_FW_SRCREV atf: SRCREV_tfa:am62lxx u-boot-ti-staging_2025.01: SRCREV_uboot k3conf: SRCREV linux-ti-staging-rt_6.12: SRCREV_ARM32 linux-ti-staging_6.12: SRCREV Changelogs: ti-linux-fw: https://git.ti.com/cgit/processor-firmware/ti-linux-firmware/log/?qt=range&q=b5f45f14e23b927f3ab1f4e00c58eacb47b01d31..8ec0c42b8ccf2c9e8bebfd7c4e03d93fed555442 u-boot-ti-staging_2025.01: https://git.ti.com/cgit/ti-u-boot/ti-u-boot/log/?qt=range&q=3f3051bacd384bf331193070c29053d781296ab0..afb6e41006ca88067397873e015a21adaf31fd06 k3conf: https://git.ti.com/cgit/k3conf/k3conf/log/?qt=range&q=cba7dc13a39191ac18bf64fccbba429faff112b4..4e3a44c4b961831f2de80606942dd0d8eb508eca linux-ti-staging-rt_6.12: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=1db5d0126012c7a0b82eff330f9f8a68b3d10f19..2a440e3d83789c8220b722e077255a89d826e48a linux-ti-staging_6.12: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/log/?qt=range&q=2d5f05489a39201c2fcf95d2dc04af57b6f7f356..ee0a0f44964f12d6668a14b4b0b3594ce2ab8871 Signed-off-by: LCPD Automation Script <lcpdbld@list.ti.com>
44 lines
2.0 KiB
PHP
44 lines
2.0 KiB
PHP
# NOTE: This .inc file with customizations only gets included for K3 platforms
|
|
|
|
FILESEXTRAPATHS:prepend := "${THISDIR}/trusted-firmware-a:"
|
|
|
|
PV = "2.13+git"
|
|
|
|
LIC_FILES_CHKSUM = "file://docs/license.rst;md5=6ed7bace7b0bc63021c6eba7b524039e"
|
|
SRCREV_tfa = "e0c4d3903b382bf34f552af53e6d955fae5283ab"
|
|
SRC_URI_TRUSTED_FIRMWARE_A = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https"
|
|
SRCBRANCH = "master"
|
|
|
|
LIC_FILES_CHKSUM:am62lxx = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130"
|
|
SRCREV_tfa:am62lxx = "11e6effa9128d62f7fb085f47adbf01a7c4a1134"
|
|
SRC_URI_TRUSTED_FIRMWARE_A:am62lxx = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https"
|
|
SRCBRANCH:am62lxx = "ti-master"
|
|
|
|
SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}"
|
|
|
|
COMPATIBLE_MACHINE = "k3"
|
|
|
|
TFA_BUILD_TARGET = "all"
|
|
TFA_INSTALL_TARGET = "bl31"
|
|
TFA_SPD = "opteed"
|
|
|
|
# For am62lxx, install bl1 & bl31 using TFA_INSTALL_TARGET
|
|
TFA_INSTALL_TARGET:am62lxx = "bl31 bl1"
|
|
|
|
EXTRA_OEMAKE += "${@ 'K3_USART=' + d.getVar('TFA_K3_USART') if d.getVar('TFA_K3_USART') else ''}"
|
|
EXTRA_OEMAKE += "${@ 'BL32_BASE=' + d.getVar('TFA_K3_BL32_BASE') if d.getVar('TFA_K3_BL32_BASE') else ''}"
|
|
EXTRA_OEMAKE += "${@ 'PRELOADED_BL33_BASE=' + d.getVar('TFA_K3_PRELOADED_BL33') if d.getVar('TFA_K3_PRELOADED_BL33') else ''}"
|
|
EXTRA_OEMAKE += "${@ 'K3_PM_SYSTEM_SUSPEND=' + d.getVar('TFA_K3_SYSTEM_SUSPEND') if d.getVar('TFA_K3_SYSTEM_SUSPEND') else ''}"
|
|
EXTRA_OEMAKE:append:ti-falcon = " PRELOADED_BL33_BASE=0x82000000 K3_HW_CONFIG_BASE=0x88000000"
|
|
|
|
# LPM support patches for Jacinto platforms (J7200, J742S2, J784S4)
|
|
TFA_JACINTO_LPM_PATCHES = " \
|
|
file://0001-feat-k3-choose-cluster_start_id-depending-on-the-soc.patch \
|
|
file://0002-feat-ti-add-message-to-encrypt-tfa-during-suspend.patch \
|
|
file://0003-feat-k3-handle-suspend-in-case-of-LPM_BOARDCFG_MANAG.patch \
|
|
"
|
|
|
|
SRC_URI:append:j7200 = " ${TFA_JACINTO_LPM_PATCHES}"
|
|
SRC_URI:append:j742s2 = " ${TFA_JACINTO_LPM_PATCHES}"
|
|
SRC_URI:append:j784s4 = " ${TFA_JACINTO_LPM_PATCHES}"
|