From ef08611a2357c672baf09da10fa44ce8940d5589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kope=C4=87?= Date: Wed, 15 Jan 2025 15:59:49 +0100 Subject: [PATCH] boards/novacustom-v560tu/novacustom-v560tu.config: use novacustom coreboot fork MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Kopeć --- boards/novacustom-v560tu/novacustom-v560tu.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/novacustom-v560tu/novacustom-v560tu.config b/boards/novacustom-v560tu/novacustom-v560tu.config index 5a216b39d..3a61254d7 100644 --- a/boards/novacustom-v560tu/novacustom-v560tu.config +++ b/boards/novacustom-v560tu/novacustom-v560tu.config @@ -6,7 +6,7 @@ # Meteor Lake (Intel Gen 14) is not supposed to support s3 but coincidently does. In case s3 is broken, user must configure settings to not suspend or otherwise enable ME/CSME for s01x to work (unsupported by QubesOS when writing those lines) or use Hibernate (Not supported by QubesOS either) export CONFIG_COREBOOT=y -export CONFIG_COREBOOT_VERSION=dasharo +export CONFIG_COREBOOT_VERSION=novacustom export CONFIG_LINUX_VERSION=6.1.8 CONFIG_COREBOOT_CONFIG=config/coreboot-novacustom-v560tu.config