From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.99065.1674814923265917161 for ; Fri, 27 Jan 2023 02:22:03 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=EgKq7Dt/; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1674814922; 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; bh=uuQ88ovcNqOb+/b13wdqWfKle9HPeanVCIjE6P8I8Qk=; b=EgKq7Dt/Qm3HUKzTBYZlFBeiK1YWkqK0i7lu586J9wOX3DHL+ZFN+e+VX0eei+7XkcoHbO XJBPcwwebkaacusUG4XOWeIGXAfTi2b8MPvhr5OCCCf6w/ZxqcJ2Af8gsO4yXHlUSaEm/6 haW16Neyr3GElzsCnys3pe5wgBAYU1E= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-571-qf-I7BVCMkmRGEdTspFmzA-1; Fri, 27 Jan 2023 05:22:00 -0500 X-MC-Unique: qf-I7BVCMkmRGEdTspFmzA-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5CFE918E0048 for ; Fri, 27 Jan 2023 10:22:00 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.46]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 2E1F2492C14; Fri, 27 Jan 2023 10:22:00 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id BCE3B1800606; Fri, 27 Jan 2023 11:21:58 +0100 (CET) From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Pawel Polawski , Oliver Steffen , Gerd Hoffmann Subject: [PATCH 0/2] OvmfPkg: move two include files to Include/Fdf Date: Fri, 27 Jan 2023 11:21:56 +0100 Message-Id: <20230127102158.3503514-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Gerd Hoffmann (2): OvmfPkg: move OvmfTpmPei.fdf.inc to Include/Fdf OvmfPkg: move OvmfTpmDxe.fdf.inc to Include/Fdf OvmfPkg/AmdSev/AmdSevX64.fdf | 4 ++-- OvmfPkg/CloudHv/CloudHvX64.fdf | 4 ++-- OvmfPkg/OvmfPkgIa32.fdf | 4 ++-- OvmfPkg/OvmfPkgIa32X64.fdf | 4 ++-- OvmfPkg/OvmfPkgX64.fdf | 4 ++-- OvmfPkg/{ => Include/Fdf}/OvmfTpmDxe.fdf.inc | 0 OvmfPkg/{ => Include/Fdf}/OvmfTpmPei.fdf.inc | 0 7 files changed, 10 insertions(+), 10 deletions(-) rename OvmfPkg/{ => Include/Fdf}/OvmfTpmDxe.fdf.inc (100%) rename OvmfPkg/{ => Include/Fdf}/OvmfTpmPei.fdf.inc (100%) -- 2.39.1