Skip to content

Commit

Permalink
ci(docker): add coreboot 24.02.01 and 24.05
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Jul 10, 2024
1 parent 9872682 commit fc4388d
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
'coreboot_4.21',
'coreboot_4.22.01',
'coreboot_24.02',
'coreboot_24.02.01',
'coreboot_24.05',
'edk2-stable202008',
'edk2-stable202105',
'edk2-stable202111',
Expand Down
10 changes: 10 additions & 0 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ services:
context: coreboot
args:
- COREBOOT_VERSION=24.02
coreboot_24.02.01:
build:
context: coreboot
args:
- COREBOOT_VERSION=24.02.01
coreboot_24.05:
build:
context: coreboot
args:
- COREBOOT_VERSION=24.05
#==================
# edk2
#==================
Expand Down
Empty file.
1 change: 1 addition & 0 deletions tests/coreboot_24.02.01/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.02.01/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.05/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.05/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 fc4388d

Please sign in to comment.