diff --git a/docker/compose.yaml b/docker/compose.yaml index 2fb3288e..119764cd 100644 --- a/docker/compose.yaml +++ b/docker/compose.yaml @@ -38,6 +38,18 @@ services: args: - COREBOOT_VERSION=24.05 - SOURCE_IMAGE=ubuntu:noble + coreboot_24.08: + build: + context: coreboot + args: + - COREBOOT_VERSION=24.08 + - SOURCE_IMAGE=ubuntu:noble + coreboot_24.12: + build: + context: coreboot + args: + - COREBOOT_VERSION=24.12 + - SOURCE_IMAGE=ubuntu:noble #================== # edk2 #================== diff --git a/tests/coreboot_24.08/seabios.defconfig b/tests/coreboot_24.08/seabios.defconfig new file mode 100644 index 00000000..e69de29b diff --git a/tests/coreboot_24.08/seabios_coreinfo.defconfig b/tests/coreboot_24.08/seabios_coreinfo.defconfig new file mode 100644 index 00000000..559e4151 --- /dev/null +++ b/tests/coreboot_24.08/seabios_coreinfo.defconfig @@ -0,0 +1 @@ +CONFIG_COREINFO_SECONDARY_PAYLOAD=y diff --git a/tests/coreboot_24.08/seabios_nvramcui.defconfig b/tests/coreboot_24.08/seabios_nvramcui.defconfig new file mode 100644 index 00000000..2064c20c --- /dev/null +++ b/tests/coreboot_24.08/seabios_nvramcui.defconfig @@ -0,0 +1,2 @@ +CONFIG_OPTION_BACKEND_NONE=y +CONFIG_NVRAMCUI_SECONDARY_PAYLOAD=y diff --git a/tests/coreboot_24.12/seabios.defconfig b/tests/coreboot_24.12/seabios.defconfig new file mode 100644 index 00000000..e69de29b diff --git a/tests/coreboot_24.12/seabios_coreinfo.defconfig b/tests/coreboot_24.12/seabios_coreinfo.defconfig new file mode 100644 index 00000000..559e4151 --- /dev/null +++ b/tests/coreboot_24.12/seabios_coreinfo.defconfig @@ -0,0 +1 @@ +CONFIG_COREINFO_SECONDARY_PAYLOAD=y diff --git a/tests/coreboot_24.12/seabios_nvramcui.defconfig b/tests/coreboot_24.12/seabios_nvramcui.defconfig new file mode 100644 index 00000000..2064c20c --- /dev/null +++ b/tests/coreboot_24.12/seabios_nvramcui.defconfig @@ -0,0 +1,2 @@ +CONFIG_OPTION_BACKEND_NONE=y +CONFIG_NVRAMCUI_SECONDARY_PAYLOAD=y