Add support for MrChromeBox coreboot fork.

Signed-off-by: Matthew Drobnak <matthew@drobnak.com>
This commit is contained in:
Matthew Drobnak 2024-05-27 15:32:14 +00:00
parent 0c9dcfc6d6
commit 75ccfe57d7
No known key found for this signature in database
GPG Key ID: 20C3618D656E7853
2 changed files with 6 additions and 0 deletions

View File

@ -189,6 +189,7 @@ jobs:
- build/x86/coreboot-4.11
- build/x86/coreboot-24.02.01
- build/x86/coreboot-dasharo
- build/x86/coreboot-mrchromebox
- build/x86/coreboot-purism
- build/x86/musl-cross-make-38e52db8358c043ae82b346a2e6e66bc86a53bc1
- crossgcc

View File

@ -91,6 +91,11 @@ coreboot-purism_repo := https://source.puri.sm/firmware/coreboot.git
coreboot-purism_commit_hash := bea9947a1279be7d4a72b38a601d0288d10d1cb8
$(eval $(call coreboot_module,purism,24.02.01))
# MrChromebox is based on 4.22, but focusing on Chromebooks / Chromeboxes.
coreboot-mrchromebox_repo := https://github.com/MrChromebox/coreboot.git
coreboot-mrchromebox_commit_hash := 9071e69522e38bef841253dc5970ca6b806d2e55
$(eval $(call coreboot_module,mrchromebox,))
# MSI and NovaCustom NV4xPZ, NS5xPU, V560TU boards are based on Dasharo
# coreboot fork, based on upstream coreboot version 24.02
coreboot-dasharo_repo := https://github.com/dasharo/coreboot