From 35be1ab679a4a9579749f311cce242f3255c98cd Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Sat, 20 Sep 2025 10:33:15 +0200 Subject: [PATCH] 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/89277 Reviewed-by: Julius Werner Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- configs/config.emulation_qemu_aarch64_zstd | 3 +++ configs/config.emulation_qemu_zstd | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 configs/config.emulation_qemu_aarch64_zstd create mode 100644 configs/config.emulation_qemu_zstd diff --git a/configs/config.emulation_qemu_aarch64_zstd b/configs/config.emulation_qemu_aarch64_zstd new file mode 100644 index 0000000000..c1cf7c02c5 --- /dev/null +++ b/configs/config.emulation_qemu_aarch64_zstd @@ -0,0 +1,3 @@ +CONFIG_VENDOR_EMULATION=y +CONFIG_BOARD_EMULATION_QEMU_AARCH64=y +CONFIG_COMPRESS_RAMSTAGE_ZSTD=y diff --git a/configs/config.emulation_qemu_zstd b/configs/config.emulation_qemu_zstd new file mode 100644 index 0000000000..4b0a6feea9 --- /dev/null +++ b/configs/config.emulation_qemu_zstd @@ -0,0 +1,3 @@ +CONFIG_VENDOR_EMULATION=y +CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y +CONFIG_COMPRESS_RAMSTAGE_ZSTD=y