Skip to content

Commit

Permalink
chore(docker): add new coreboot containers
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Jan 30, 2025
1 parent f966bba commit 0572614
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
#==================
Expand Down
Empty file.
1 change: 1 addition & 0 deletions tests/coreboot_24.08/seabios_coreinfo.defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_COREINFO_SECONDARY_PAYLOAD=y
2 changes: 2 additions & 0 deletions tests/coreboot_24.08/seabios_nvramcui.defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_OPTION_BACKEND_NONE=y
CONFIG_NVRAMCUI_SECONDARY_PAYLOAD=y
Empty file.
1 change: 1 addition & 0 deletions tests/coreboot_24.12/seabios_coreinfo.defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_COREINFO_SECONDARY_PAYLOAD=y
2 changes: 2 additions & 0 deletions tests/coreboot_24.12/seabios_nvramcui.defconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_OPTION_BACKEND_NONE=y
CONFIG_NVRAMCUI_SECONDARY_PAYLOAD=y

0 comments on commit 0572614

Please sign in to comment.