[XS] Change in coreboot[main]: soc/qualcomm/x1p42100: Select ARM64_USE_ARM_TRUSTED_FIRMWARE
Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/88251?usp=email ) Change subject: soc/qualcomm/x1p42100: Select ARM64_USE_ARM_TRUSTED_FIRMWARE ...................................................................... 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 <subratabanik@google.com> --- M src/soc/qualcomm/x1p42100/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/88251/1 diff --git a/src/soc/qualcomm/x1p42100/Kconfig b/src/soc/qualcomm/x1p42100/Kconfig index 7aa6481..cb32c2f 100644 --- a/src/soc/qualcomm/x1p42100/Kconfig +++ b/src/soc/qualcomm/x1p42100/Kconfig @@ -8,6 +8,7 @@ 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 -- To view, visit https://review.coreboot.org/c/coreboot/+/88251?usp=email To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: coreboot Gerrit-Branch: main Gerrit-Change-Id: I30bc3eb9eedcaaef67cccf8c2f29c6ed76c71e9a Gerrit-Change-Number: 88251 Gerrit-PatchSet: 1 Gerrit-Owner: Subrata Banik <subratabanik@google.com>
participants (1)
-
Subrata Banik (Code Review)