]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board/qualcomm: Introduce TF-A and OP-TEE config fragment
authorSumit Garg <sumit.garg@oss.qualcomm.com>
Tue, 27 Jan 2026 06:23:41 +0000 (11:53 +0530)
committerCasey Connolly <casey.connolly@linaro.org>
Mon, 27 Apr 2026 10:38:44 +0000 (12:38 +0200)
commit8459d9c3b415d8fa3376fa76745ceba7f2e70314
tree10422b084e6a78c4d64ab7b410c26f1480e09f63
parent3f3f832bc986dbaa5cfac21432554b5f65e35f7a
board/qualcomm: Introduce TF-A and OP-TEE config fragment

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 config fragment for Qcom platforms to
support TF-A/OP-TEE based TrustZone stack. Build command:

$ ./scripts/kconfig/merge_config.sh \
       configs/qcom_defconfig \
       board/qualcomm/tfa-optee.config
$ 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>
Reviewed-by: Casey Connolly <casey.connolly@linaro.org>
Link: https://patch.msgid.link/20260127062341.723966-4-sumit.garg@kernel.org
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
board/qualcomm/tfa-optee.config [new file with mode: 0644]