From 75ccfe57d7f6d02a6a4a42c3b64163d0f3fa087a Mon Sep 17 00:00:00 2001 From: Matthew Drobnak Date: Mon, 27 May 2024 15:32:14 +0000 Subject: [PATCH] Add support for MrChromeBox coreboot fork. Signed-off-by: Matthew Drobnak --- .circleci/config.yml | 1 + modules/coreboot | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ff2f9452..38de50e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/modules/coreboot b/modules/coreboot index 5793983f..8ffd4a30 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -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