From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mx.groups.io with SMTP id smtpd.web09.1006.1605571541066517117 for ; Mon, 16 Nov 2020 16:05:41 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=CpuGUIV2; spf=pass (domain: redhat.com, ip: 216.205.24.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605571540; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XSuRM2KB5bExgulJC2RH3tcCN+srQta/18hYXSQO/UM=; b=CpuGUIV2ebEhhJIympI+n2jSQnb4AaeiGswKdS0W2JyZ0xvdo5CblFN4BXfdqcmuzqsBXx wnco7K9DNAiVBNO9LrtKkVQnzeaIIQRF/B2N/dbah/jN1OiIfEhwO8azFTsroDSjFU/XhY QFJdlPAmfQdWUhec+DZfcfoXO4vYehs= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-199-kJr3KD-tNU2R6d02S_WFtA-1; Mon, 16 Nov 2020 19:05:38 -0500 X-MC-Unique: kJr3KD-tNU2R6d02S_WFtA-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 44495186DD21; Tue, 17 Nov 2020 00:05:36 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-190.ams2.redhat.com [10.36.112.190]) by smtp.corp.redhat.com (Postfix) with ESMTP id A27A71759F; Tue, 17 Nov 2020 00:05:33 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 2/4] OvmfPkg/AmdSev: add Grub Firmware Volume Package From: "Laszlo Ersek" To: devel@edk2.groups.io, jejb@linux.ibm.com Cc: dovmurik@linux.vnet.ibm.com, Dov.Murik1@il.ibm.com, ashish.kalra@amd.com, brijesh.singh@amd.com, tobin@ibm.com, david.kaplan@amd.com, jon.grimm@amd.com, thomas.lendacky@amd.com, frankeh@us.ibm.com, "Dr . David Alan Gilbert" References: <20201112001316.11341-1-jejb@linux.ibm.com> <20201112001316.11341-3-jejb@linux.ibm.com> <64377f9f-da65-d0ca-e473-c14a69e16a66@redhat.com> Message-ID: Date: Tue, 17 Nov 2020 01:05:32 +0100 MIME-Version: 1.0 In-Reply-To: <64377f9f-da65-d0ca-e473-c14a69e16a66@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 11/16/20 21:42, Laszlo Ersek wrote: > On 11/12/20 01:13, James Bottomley wrote: >> diff --git a/OvmfPkg/Library/PlatformBootManagerLibGrub/PlatformBootManagerLibGrub.inf b/OvmfPkg/Library/PlatformBootManagerLibGrub/PlatformBootManagerLibGrub.inf >> new file mode 100644 >> index 0000000000..62707b0bdd >> --- /dev/null >> +++ b/OvmfPkg/Library/PlatformBootManagerLibGrub/PlatformBootManagerLibGrub.inf >> @@ -0,0 +1,84 @@ >> +## @file >> +# Platform BDS customizations library. >> +# >> +# Copyright (c) 2007 - 2019, Intel Corporation. All rights reserved.
>> +# SPDX-License-Identifier: BSD-2-Clause-Patent >> +# >> +## >> + >> +[Defines] >> + INF_VERSION = 0x00010005 >> + BASE_NAME = PlatformBootManagerLibGrub >> + FILE_GUID = 3a8f8431-f0c9-4c95-8a1d-04445c582d4e >> + MODULE_TYPE = DXE_DRIVER >> + VERSION_STRING = 1.0 >> + LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER >> + >> +# >> +# The following information is for reference only and not required by the build tools. >> +# >> +# VALID_ARCHITECTURES = IA32 X64 EBC >> +# (23) This too should be X64 only. Thanks Laszlo