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:
parent
2d99da12a9
commit
35be1ab679
2 changed files with 6 additions and 0 deletions
3
configs/config.emulation_qemu_aarch64_zstd
Normal file
3
configs/config.emulation_qemu_aarch64_zstd
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
CONFIG_VENDOR_EMULATION=y
|
||||
CONFIG_BOARD_EMULATION_QEMU_AARCH64=y
|
||||
CONFIG_COMPRESS_RAMSTAGE_ZSTD=y
|
||||
3
configs/config.emulation_qemu_zstd
Normal file
3
configs/config.emulation_qemu_zstd
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
CONFIG_VENDOR_EMULATION=y
|
||||
CONFIG_BOARD_EMULATION_QEMU_X86_Q35=y
|
||||
CONFIG_COMPRESS_RAMSTAGE_ZSTD=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue