Skip to content

Commit e4b88f8

Browse files
committed
Restore legacy coreboot-dasharo for v56 boards
Restore the original single dasharo module for v56 boards to match the configuration at b9a081f. This allows v56 boards to use the existing build directory if it was built before.
1 parent cf27289 commit e4b88f8

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

boards/novacustom-v540tu/novacustom-v540tu.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# ME/CSME for s0ix to work (unsupported by QubesOS when writing those lines) or use Hibernate (Not supported by QubesOS either)
1515

1616
export CONFIG_COREBOOT=y
17-
export CONFIG_COREBOOT_VERSION=dasharo_v56
17+
export CONFIG_COREBOOT_VERSION=dasharo
1818
export CONFIG_DASHARO_EC=y
1919
export CONFIG_LINUX_VERSION=6.1.8
2020

boards/novacustom-v560tu/novacustom-v560tu.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# ME/CSME for s0ix to work (unsupported by QubesOS when writing those lines) or use Hibernate (Not supported by QubesOS either)
1515

1616
export CONFIG_COREBOOT=y
17-
export CONFIG_COREBOOT_VERSION=dasharo_v56
17+
export CONFIG_COREBOOT_VERSION=dasharo
1818
export CONFIG_DASHARO_EC=y
1919
export CONFIG_LINUX_VERSION=6.1.8
2020

modules/coreboot

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,15 @@ $(eval $(call coreboot_module,purism,24.02.01))
101101

102102
# Dasharo forks - based on various coreboot upstream releases
103103
# All include 3rdparty/intel-microcode 20251111
104+
105+
# NovaCustom V560TU/V540TU (Meteor Lake)
106+
# Legacy: single dasharo fork used for v56 boards (before splitting)
107+
coreboot-dasharo_repo := https://github.com/dasharo/coreboot
108+
coreboot-dasharo_commit_hash := 6de027d1f0a62753182237ce3d793e5ba0395139
109+
$(eval $(call coreboot_module,dasharo,))
110+
coreboot-dasharo_patch_version := unreleased
111+
112+
# NovaCustom V560TU/V540TU (Meteor Lake) - Split version
104113
#
105114
# IMPORTANT: Dasharo forks CANNOT share toolchains with upstream coreboot releases
106115
# or with each other. This is because:

0 commit comments

Comments
 (0)