configs: Build test ramstage zstd compressed

Build test the zstd code on qemu x86 and qemu aarch64.

Change-Id: Ib1f10b983492e01f74c7218e03e04615a41e7312
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89277
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Patrick Rudolph 2025-09-20 10:33:15 +02:00 committed by Matt DeVillier
commit 35be1ab679
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,3 @@
CONFIG_VENDOR_EMULATION=y
CONFIG_BOARD_EMULATION_QEMU_AARCH64=y
CONFIG_COMPRESS_RAMSTAGE_ZSTD=y

View file

@ -0,0 +1,3 @@
CONFIG_VENDOR_EMULATION=y
CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y
CONFIG_COMPRESS_RAMSTAGE_ZSTD=y