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.web12.39620.1605552985920090886 for ; Mon, 16 Nov 2020 10:56:26 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=GpeSgQpD; 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=1605552985; 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=4+EaZG9Rn7K2YWRnTKtv20PUKLPOz6pGTE2pgaG4x4s=; b=GpeSgQpDiLvuHUqOE+XgcSLvt/P4I0vptaroft3+4Si3yh6bce/aAxNA8PDtvJ2e3cEsxC FbXOR8gg/7WbixglvJyE0NMuQHeQF/9wiJiQK4nMZxa2dq6lE99CfcZVxyWuxoDmIYt2dN lHi/uADUbA0FTvPwyHI3089TLJw3YB0= 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-349-KoCCaEhpMQm-ev6cwMYuOw-1; Mon, 16 Nov 2020 13:56:21 -0500 X-MC-Unique: KoCCaEhpMQm-ev6cwMYuOw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 243E56D580; Mon, 16 Nov 2020 18:56:19 +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 989AE5C1CF; Mon, 16 Nov 2020 18:56:16 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/4] SEV Encrypted Boot for Ovmf 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> Message-ID: Date: Mon, 16 Nov 2020 19:56:15 +0100 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 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 19:50, Laszlo Ersek wrote: > Hi James, > > On 11/12/20 01:13, James Bottomley wrote: >> From: James Bottomley >> >> This patch series is modelled on the structure of the Bhyve patches >> for Ovmf, since it does somewhat similar things. This patch series >> creates a separate build for an AmdSev OVMF.fd that does nothing >> except combine with grub and boot straight through the internal grub >> to try to mount an encrypted volume. > > I've opened a feture request BZ at > . > > Can you please register in the TianoCore Bugzilla, and assign the bug to > yourself? > > I'll post more comments under the individual patches. (1) There are a number of git settings that are useful with edk2 clones. Most of them are described at but for convenience, the edk2 repo provides the "BaseTools/Scripts/SetupGit.py" script. Can you please run it in your git repo? (2) Every commit message should reference TianoCore#3077 like this: """ Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=3077 """ just above the S-o-b. Thanks Laszlo