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:
parent
1e11bda5d0
commit
b0d2d522ea
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue