Nico Huber has uploaded this change for review. ( 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 --- M src/cpu/via/c7/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/82772/1
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