Angel Pons has submitted this change. ( https://review.coreboot.org/c/coreboot/+/82772?usp=email )
Change subject: cpu/via/c7: Compress ramstage with LZ4 by default ......................................................................
cpu/via/c7: Compress ramstage with LZ4 by default
It's a slow CPU.
Change-Id: I0bf75f410c1d9134f05a2d11b8d011499a7cf794 Signed-off-by: Nico Huber nico.h@gmx.de Reviewed-on: https://review.coreboot.org/c/coreboot/+/82772 Reviewed-by: Angel Pons th3fanbus@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/cpu/via/c7/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/cpu/via/c7/Kconfig b/src/cpu/via/c7/Kconfig index b6a970b..0d5fd8f 100644 --- a/src/cpu/via/c7/Kconfig +++ b/src/cpu/via/c7/Kconfig @@ -8,6 +8,7 @@ select UNKNOWN_TSC_RATE select UDELAY_LAPIC select LAPIC_MONOTONIC_TIMER + select MB_COMPRESS_RAMSTAGE_LZ4
if CPU_VIA_C7