From patchwork Mon Aug 3 10:12:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gylstorff Quirin X-Patchwork-Id: 11697857 X-Patchwork-Delegate: iwamatsu@nigauri.org Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C504B1392 for ; Mon, 3 Aug 2020 10:12:23 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 56B3F20678 for ; Mon, 3 Aug 2020 10:12:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="iXojzebA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 56B3F20678 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=siemens.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5079+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id HdMEYY4521763xS5hzlmBeb4; Mon, 03 Aug 2020 03:12:23 -0700 X-Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx.groups.io with SMTP id smtpd.web12.8239.1596449541326609776 for ; Mon, 03 Aug 2020 03:12:22 -0700 X-Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id 073ACILE030473 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 3 Aug 2020 12:12:19 +0200 X-Received: from md2dvrtc.fritz.box ([167.87.49.179]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id 073ACHLE024687; Mon, 3 Aug 2020 12:12:17 +0200 From: "Quirin Gylstorff" To: cip-dev@lists.cip-project.org, daniel.sangorrin@toshiba.co.jp, jan.kiszka@siemens.com Cc: Quirin Gylstorff Subject: [cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config Date: Mon, 3 Aug 2020 12:12:17 +0200 Message-Id: <20200803101217.6961-1-Quirin.Gylstorff@siemens.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: tQEEsKbBLwCuDtVeMWJ1jVeyx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1596449543; bh=kKfImHY5ty3D+EFmyrP+JXcqoPSENfBvf1SGqXNf7cc=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=iXojzebAZRgfVITGYDNtxTfeEXhKU09NORhawPGqjdRie5PTXQ+JmvJhTQd9GXQsjk9 EgAE2p1oGO4ZgCy0wr9zDnooCvsQlm03dZ3qnMVtFBfGaI/7CjmxGqhTrJ4tskfcSTEKx jU44eqLF0Oe+ZXnA1PLVHtav0+Lh7ZwzGtg= From: Quirin Gylstorff If EFI_STUB is not active booting QEMU with OVMF efi will fail with the following error message `KVM internal error. Suberror: 3`. OVMF efi is used in isar-cip-core to demonstrate secure-boot with a unified kernel image. Signed-off-by: Quirin Gylstorff --- 4.19.y-cip/x86/cip_qemu_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/4.19.y-cip/x86/cip_qemu_defconfig b/4.19.y-cip/x86/cip_qemu_defconfig index 02732ae..8c05b4f 100644 --- a/4.19.y-cip/x86/cip_qemu_defconfig +++ b/4.19.y-cip/x86/cip_qemu_defconfig @@ -30,6 +30,7 @@ CONFIG_X86_CHECK_BIOS_CORRUPTION=y # CONFIG_MTRR_SANITIZER is not set CONFIG_EFI=y CONFIG_HZ_1000=y +CONFIG_EFI_STUB=y CONFIG_KEXEC=y CONFIG_CRASH_DUMP=y CONFIG_HIBERNATION=y