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 <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88626
Reviewed-by: Kapil Porwal <kapilporwal@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Subrata Banik 2025-07-31 23:47:45 +05:30
commit b0d2d522ea

View file

@ -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