From b6f5c6d2450bec382053ba045519619525f9d2bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kope=C4=87?= Date: Fri, 29 Nov 2024 18:50:45 +0100 Subject: [PATCH] modules/coreboot: update comment about Dasharo coreboot fork MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Kopeć --- modules/coreboot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/coreboot b/modules/coreboot index 1586a3ac..aaaabf7b 100644 --- a/modules/coreboot +++ b/modules/coreboot @@ -91,7 +91,8 @@ coreboot-purism_repo := https://source.puri.sm/firmware/coreboot.git coreboot-purism_commit_hash := bea9947a1279be7d4a72b38a601d0288d10d1cb8 $(eval $(call coreboot_module,purism,24.02.01)) -# MSI and Nitropad NV41 / NS50 boards are based on Dasharo coreboot port +# MSI and NovaCustom NV4xPZ, NS5xPU, V540TU, V560TU boards are based on Dasharo +# coreboot fork, based on upstream coreboot version 24.02 coreboot-dasharo_repo := https://github.com/dasharo/coreboot coreboot-dasharo_commit_hash := db1d9cd59d0d7d5b708bbdf8670780914061410c $(eval $(call coreboot_module,dasharo,))