From: Sumit Garg <sumit.garg@kernel.org>
To: u-boot-qcom@groups.io, u-boot@lists.denx.de
Cc: trini@konsulko.com, casey.connolly@linaro.org,
neil.armstrong@linaro.org, jorge.ramirez@oss.qualcomm.com,
varadarajan.narayanan@oss.qualcomm.com, tonyh@qti.qualcomm.com,
Sumit Garg <sumit.garg@oss.qualcomm.com>
Subject: [PATCH 2/2] configs: Add generic qcom_tfa_optee_defconfig
Date: Mon, 29 Dec 2025 17:13:12 +0530 [thread overview]
Message-ID: <20251229114312.668068-2-sumit.garg@kernel.org> (raw)
In-Reply-To: <20251229114312.668068-1-sumit.garg@kernel.org>
From: Sumit Garg <sumit.garg@oss.qualcomm.com>
Recently upstream TF-A/OP-TEE has started gaining support for Qcom
platforms. RB3Gen2 being the first one and more to come. U-Boot in
corresponding boot flow is packaged as a position independent executable.
So, lets add a generic U-Boot defconfig for Qcom platforms to support
TF-A/OP-TEE based TrustZone stack. Build command:
$ make qcom_tfa_optee_defconfig
$ make -j`nproc` DEVICE_TREE=qcom/qcs6490-rb3gen2
For more information refer here:
https://trustedfirmware-a.readthedocs.io/en/latest/plat/qti/rb3gen2.html
Signed-off-by: Sumit Garg <sumit.garg@oss.qualcomm.com>
---
configs/qcom_tfa_optee_defconfig | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 configs/qcom_tfa_optee_defconfig
diff --git a/configs/qcom_tfa_optee_defconfig b/configs/qcom_tfa_optee_defconfig
new file mode 100644
index 00000000000..c398521770f
--- /dev/null
+++ b/configs/qcom_tfa_optee_defconfig
@@ -0,0 +1,7 @@
+# Configuration for building a generic U-Boot image
+# with support for TF-A/OP-TEE based Arm TrustZone stack.
+
+#include "qcom_defconfig"
+
+CONFIG_TEE=y
+CONFIG_OPTEE=y
--
2.51.0
next prev parent reply other threads:[~2025-12-29 11:43 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-29 11:43 [PATCH 1/2] mach-snapdragon: of_fixup: Add OP-TEE DT fixup support Sumit Garg
2025-12-29 11:43 ` Sumit Garg [this message]
2026-01-08 16:41 ` [PATCH 2/2] configs: Add generic qcom_tfa_optee_defconfig Casey Connolly
2026-01-09 11:02 ` Sumit Garg
2026-01-14 14:56 ` Casey Connolly
2026-01-15 6:10 ` Sumit Garg
2026-01-15 10:49 ` neil.armstrong
2026-01-15 12:25 ` Sumit Garg
2026-01-15 13:03 ` Neil Armstrong
2026-01-15 13:27 ` Sumit Garg
2026-01-15 13:35 ` Neil Armstrong
2026-01-16 6:57 ` Sumit Garg
2026-01-16 7:34 ` Neil Armstrong
2026-01-16 7:53 ` Sumit Garg
2026-01-16 9:53 ` Neil Armstrong
2026-01-16 12:17 ` Sumit Garg
2026-01-16 17:46 ` Casey Connolly
2026-01-21 7:21 ` Sumit Garg
2026-01-21 10:38 ` Casey Connolly
2026-01-21 11:30 ` Sumit Garg
2026-01-08 16:19 ` [PATCH 1/2] mach-snapdragon: of_fixup: Add OP-TEE DT fixup support neil.armstrong
2026-01-09 10:24 ` Sumit Garg
2026-01-21 11:46 ` Neil Armstrong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251229114312.668068-2-sumit.garg@kernel.org \
--to=sumit.garg@kernel.org \
--cc=casey.connolly@linaro.org \
--cc=jorge.ramirez@oss.qualcomm.com \
--cc=neil.armstrong@linaro.org \
--cc=sumit.garg@oss.qualcomm.com \
--cc=tonyh@qti.qualcomm.com \
--cc=trini@konsulko.com \
--cc=u-boot-qcom@groups.io \
--cc=u-boot@lists.denx.de \
--cc=varadarajan.narayanan@oss.qualcomm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.