Skip to content

Commit

Permalink
ci(docker): add coreboot 24.02
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFS committed Feb 28, 2024
1 parent be21ef7 commit fbc453e
Show file tree
Hide file tree
Showing 6 changed files with 10 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 @@ -34,6 +34,7 @@ jobs:
'coreboot_4.20.1',
'coreboot_4.21',
'coreboot_4.22.01',
'coreboot_24.02',
'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 @@ -22,6 +22,11 @@ services:
context: coreboot
args:
- COREBOOT_VERSION=4.22.01
coreboot_24.02:
build:
context: coreboot
args:
- COREBOOT_VERSION=24.02
#==================
# edk2
#==================
Expand Down
1 change: 1 addition & 0 deletions docker/coreboot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN apt-get update && \
iucode-tool \
libelf-dev \
libncurses5-dev \
libnss3-dev \
libssl-dev \
m4 \
nodejs \
Expand Down
Empty file.
1 change: 1 addition & 0 deletions tests/coreboot_24.02/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/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 fbc453e

Please sign in to comment.