From d636b38577e7ab6b81c9b0e9e188767f2f7920a3 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Mon, 30 Jun 2025 16:39:57 +0000 Subject: [PATCH] soc/qualcomm/x1p42100: Select ARM64_USE_ARM_TRUSTED_FIRMWARE This commit enables `ARM64_USE_ARM_TRUSTED_FIRMWARE` for the Qualcomm X1P42100 SoC. Selecting this option ensures that coreboot is configured to integrate with ARM Trusted Firmware (TF-A), which is essential for proper boot and power management functionality on this platform. BUG=b:424149462 TEST=Able to build google/bluey. Change-Id: I30bc3eb9eedcaaef67cccf8c2f29c6ed76c71e9a Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/88251 Tested-by: build bot (Jenkins) Reviewed-by: Pranava Y N Reviewed-by: Dinesh Gehlot Reviewed-by: Kapil Porwal --- src/soc/qualcomm/x1p42100/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/qualcomm/x1p42100/Kconfig b/src/soc/qualcomm/x1p42100/Kconfig index 7aa6481581..cb32c2f8b3 100644 --- a/src/soc/qualcomm/x1p42100/Kconfig +++ b/src/soc/qualcomm/x1p42100/Kconfig @@ -8,6 +8,7 @@ config SOC_QUALCOMM_X1P42100 select ARCH_ROMSTAGE_ARMV8_64 select ARCH_VERSTAGE_ARMV8_64 select ARM64_USE_ARCH_TIMER + select ARM64_USE_ARM_TRUSTED_FIRMWARE select CACHE_MRC_SETTINGS select COMMONLIB_STORAGE select COMMONLIB_STORAGE_SD