summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2021-10-22 21:19:02 -0500
committerRyan Eatmon <reatmon@ti.com>2022-02-01 08:34:03 -0600
commit67bcc71bc4f317a164fa86b4d870798d66304eac (patch)
treebe5afa1cf0d26ba6564e0565e53bec45aa684abd
parentbecb93b5603a9b59c045c667a829cfc59c33cee0 (diff)
downloadmeta-ti-67bcc71bc4f317a164fa86b4d870798d66304eac.tar.gz
trusted-firmware-a: Add support for alternate console
Actual systems may choose to use a different console from the default Allow the machine configurations to describe the same. Since the option provided is custom to TI K3, make this a k3 product override capability. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 2a8f41ee..b84da1f3 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -8,6 +8,8 @@ TFA_BUILD_TARGET_k3 = "all"
8TFA_INSTALL_TARGET_k3 = "bl31" 8TFA_INSTALL_TARGET_k3 = "bl31"
9TFA_SPD_k3 = "opteed" 9TFA_SPD_k3 = "opteed"
10 10
11EXTRA_OEMAKE_append_k3 = "${@ 'K3_USART=' + d.getVar('TFA_K3_USART') if d.getVar('TFA_K3_USART') else ''}"
12
11do_compile_append_am65xx-hs-evm() { 13do_compile_append_am65xx-hs-evm() {
12 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG} 14 export TI_SECURE_DEV_PKG=${TI_SECURE_DEV_PKG}
13 ( cd ${B}/${BUILD_DIR}/release/; \ 15 ( cd ${B}/${BUILD_DIR}/release/; \