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:
Matt DeVillier 2021-10-08 17:27:11 -05:00 committed by tlaurion
parent 62da6a0279
commit e6dbfab3c2
4 changed files with 3 additions and 3 deletions

View File

@ -179,7 +179,7 @@ workflows:
requires:
- qemu-coreboot
# Coreboot 4.13
# Coreboot 4.14
- build_and_persist:
name: librem_mini
target: librem_mini

View File

@ -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

View File

@ -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