mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
board/librem_{mini,mini_v2}: Migrate from coreboot 4.13 to 4.14
- adjust board configs - move/rename coreboot patch - adjust comment in CI config Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
This commit is contained in:
parent
62da6a0279
commit
e6dbfab3c2
@ -179,7 +179,7 @@ workflows:
|
||||
requires:
|
||||
- qemu-coreboot
|
||||
|
||||
# Coreboot 4.13
|
||||
# Coreboot 4.14
|
||||
- build_and_persist:
|
||||
name: librem_mini
|
||||
target: librem_mini
|
||||
|
@ -3,7 +3,7 @@ CONFIG_LINUX_CONFIG=config/linux-librem_common.config
|
||||
CONFIG_COREBOOT_CONFIG=config/coreboot-librem_mini.config
|
||||
|
||||
export CONFIG_COREBOOT=y
|
||||
export CONFIG_COREBOOT_VERSION=4.13
|
||||
export CONFIG_COREBOOT_VERSION=4.14
|
||||
export CONFIG_LINUX_VERSION=5.10.5
|
||||
export CONFIG_PURISM_BLOBS=y
|
||||
|
||||
|
@ -3,7 +3,7 @@ CONFIG_LINUX_CONFIG=config/linux-librem_common.config
|
||||
CONFIG_COREBOOT_CONFIG=config/coreboot-librem_mini_v2.config
|
||||
|
||||
export CONFIG_COREBOOT=y
|
||||
export CONFIG_COREBOOT_VERSION=4.13
|
||||
export CONFIG_COREBOOT_VERSION=4.14
|
||||
export CONFIG_LINUX_VERSION=5.10.5
|
||||
export CONFIG_PURISM_BLOBS=y
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user