Skip to content

Commit b458d6e

Browse files
committed
Add support for MrChromeBox coreboot fork.
Signed-off-by: Matthew Drobnak <matthew@drobnak.com>
1 parent daf57d3 commit b458d6e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ jobs:
188188
- build/x86/coreboot-4.15
189189
- build/x86/coreboot-4.17
190190
- build/x86/coreboot-4.22.01
191+
- build/x86/coreboot-mrchromebox
191192
- build/x86/coreboot-nitrokey
192193
- build/x86/coreboot-purism
193194
- build/x86/musl-cross-38e52db8358c043ae82b346a2e6e66bc86a53bc1

modules/coreboot

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ coreboot-purism_repo := https://source.puri.sm/firmware/coreboot.git
8888
coreboot-purism_commit_hash := 0d57cff58fba2f3a4d3a714a4eae65753e58c6ff
8989
$(eval $(call coreboot_module,purism,))
9090

91+
# MrChromebox is based on 4.22, but focusing on Chromebooks / Chromeboxes.
92+
coreboot-mrchromebox_repo := https://github.com/MrChromebox/coreboot.git
93+
coreboot-mrchromebox_commit_hash := 9071e69522e38bef841253dc5970ca6b806d2e55
94+
$(eval $(call coreboot_module,mrchromebox,))
95+
9196
# MSI and Nitropad NV41 / NS50 boards are based on Dasharo coreboot port
9297
coreboot-dasharo_repo := https://github.com/dasharo/coreboot
9398
coreboot-dasharo_commit_hash := 3a9aa3a4692f3dd49732f5b4e3ec54be385f0969

0 commit comments

Comments
 (0)