From b0d2d522eae5455f7491e30a60a7b1d74454bdb6 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 31 Jul 2025 23:47:45 +0530 Subject: [PATCH] soc/qualcomm/x1p42100: Enable bootblock compression Enable bootblock compression on the X1p42100 SoC to decrease boot time by 10-20 ms. This change helps to reduce the size of the bootblock, allowing it to be loaded and decompressed faster, which improves overall boot performance. TEST=Able to build and boot google/quenbi. Change-Id: I81cdbec4a05c8abacae39ff208cc0f7469206161 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/88626 Reviewed-by: Kapil Porwal Tested-by: build bot (Jenkins) --- 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 826df95372..e65047e82b 100644 --- a/src/soc/qualcomm/x1p42100/Kconfig +++ b/src/soc/qualcomm/x1p42100/Kconfig @@ -12,6 +12,7 @@ config SOC_QUALCOMM_X1P42100 select CACHE_MRC_SETTINGS select COMMONLIB_STORAGE select COMMONLIB_STORAGE_SD + select COMPRESS_BOOTBLOCK select FIXED_UART_FOR_CONSOLE select GENERIC_GPIO_LIB select GENERIC_UDELAY