summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2022-02-22 04:14:04 +0000
committerRyan Eatmon <reatmon@ti.com>2022-02-22 12:01:49 -0600
commitefef689921da6946cfddb74ec702f648124017ac (patch)
tree267d9a7ede5e9980fef7152514e0b1d4542631a0
parentd2cd50c7480c59664bb6fcfdec049a449dbc5a37 (diff)
downloadmeta-ti-efef689921da6946cfddb74ec702f648124017ac.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> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 8fe7c08e..581f7454 100644
--- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/meta-ti-bsp/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 ${BUILD_DIR}; \ 15 ( cd ${BUILD_DIR}; \