Skip to content

Commit

Permalink
ci: add coreboot 4.22.01
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFS committed Jan 24, 2024
1 parent b013bb1 commit 758be1a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
'coreboot_4.19',
'coreboot_4.20.1',
'coreboot_4.21',
'coreboot_4.22.01',
'edk2-stable202008',
'edk2-stable202105',
'edk2-stable202111',
Expand Down
5 changes: 5 additions & 0 deletions docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ services:
context: coreboot
args:
- COREBOOT_VERSION=4.21
coreboot_4.22.01:
build:
context: coreboot
args:
- COREBOOT_VERSION=4.22.01
#==================
# edk2
#==================
Expand Down
Empty file.
1 change: 1 addition & 0 deletions tests/coreboot_4.22.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_4.22.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

0 comments on commit 758be1a

Please sign in to comment.