diff options
author | Nico Huber <nico.h@gmx.de> | 2024-06-02 18:25:34 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2024-11-21 09:26:17 +0000 |
commit | 68ddc60123d1dc31e09ae158e14e686a06340be9 (patch) | |
tree | c05236c76754591b94c98ff6b6da905014f05c1d | |
parent | 1fd7c5a0ed823766500030df03e8bc9ba3547e35 (diff) |
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>
-rw-r--r-- | src/cpu/via/c7/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/via/c7/Kconfig b/src/cpu/via/c7/Kconfig index b6a970b69f..0d5fd8f4cb 100644 --- a/src/cpu/via/c7/Kconfig +++ b/src/cpu/via/c7/Kconfig @@ -8,6 +8,7 @@ config CPU_VIA_C7 select UNKNOWN_TSC_RATE select UDELAY_LAPIC select LAPIC_MONOTONIC_TIMER + select MB_COMPRESS_RAMSTAGE_LZ4 if CPU_VIA_C7 |