diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2026-02-19 10:15:21 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-02-19 14:10:01 -0600 |
| commit | 82f15401cd6b66da763046b87a1f38be12c5b6f0 (patch) | |
| tree | e573f566b2aa9c1cc89f59988a8cbd6c72d0d0ec /meta-ti-bsp | |
| parent | 65ba600b16aad4bdb433531e03eb78a36c0707e9 (diff) | |
| download | meta-ti-82f15401cd6b66da763046b87a1f38be12c5b6f0.tar.gz | |
trusted-firmware-a: Updates for am62l
Change the branch for am62l to ti-tfa-2.14y and change the TFA_PLATFORM
for am62l.
License-Udpate: am62l branch is now in line with master, so the md5sum
changed to match.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/am62lxx.inc | 3 | ||||
| -rw-r--r-- | meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62lxx.inc b/meta-ti-bsp/conf/machine/include/am62lxx.inc index b4f0b8c9..12c8d6ea 100644 --- a/meta-ti-bsp/conf/machine/include/am62lxx.inc +++ b/meta-ti-bsp/conf/machine/include/am62lxx.inc | |||
| @@ -3,7 +3,8 @@ SOC_FAMILY:append = ":am62lxx" | |||
| 3 | 3 | ||
| 4 | MACHINE_FEATURES += "screen" | 4 | MACHINE_FEATURES += "screen" |
| 5 | 5 | ||
| 6 | TFA_BOARD = "am62l" | 6 | TFA_BOARD = "am62lx" |
| 7 | TFA_K3_SYSTEM_SUSPEND = "1" | 7 | TFA_K3_SYSTEM_SUSPEND = "1" |
| 8 | TFA_PLATFORM = "k3low" | ||
| 8 | 9 | ||
| 9 | OPTEEMACHINE = "k3-am62lx" | 10 | OPTEEMACHINE = "k3-am62lx" |
diff --git a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc index 99ae0750..f1a6eec1 100644 --- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc +++ b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a-ti.inc | |||
| @@ -9,10 +9,10 @@ SRCREV_tfa = "e0c4d3903b382bf34f552af53e6d955fae5283ab" | |||
| 9 | SRC_URI_TRUSTED_FIRMWARE_A = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https" | 9 | SRC_URI_TRUSTED_FIRMWARE_A = "git://git.trustedfirmware.org/TF-A/trusted-firmware-a.git;protocol=https" |
| 10 | SRCBRANCH = "master" | 10 | SRCBRANCH = "master" |
| 11 | 11 | ||
| 12 | LIC_FILES_CHKSUM:am62lxx = "file://docs/license.rst;md5=1118e32884721c0be33267bd7ae11130" | 12 | LIC_FILES_CHKSUM:am62lxx = "file://docs/license.rst;md5=6ed7bace7b0bc63021c6eba7b524039e" |
| 13 | SRCREV_tfa:am62lxx = "946454003b9f7e3c8e6d2284e00e0c07d5f56290" | 13 | SRCREV_tfa:am62lxx = "2838c4785805ae8ab50e5692012cc071fd065c24" |
| 14 | SRC_URI_TRUSTED_FIRMWARE_A:am62lxx = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https" | 14 | SRC_URI_TRUSTED_FIRMWARE_A:am62lxx = "git://github.com/TexasInstruments/arm-trusted-firmware.git;protocol=https" |
| 15 | SRCBRANCH:am62lxx = "ti-master" | 15 | SRCBRANCH:am62lxx = "ti-tfa-2.14.y" |
| 16 | 16 | ||
| 17 | SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}" | 17 | SRC_URI = "${SRC_URI_TRUSTED_FIRMWARE_A};name=tfa;branch=${SRCBRANCH}" |
| 18 | 18 | ||
