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.web08.20721.1650543939477564085 for ; Thu, 21 Apr 2022 05:25:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=IjThRl96; 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=1650543938; 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: in-reply-to:in-reply-to:references:references; bh=bFakK9FKFznaSItI5rRtzS8audrGRlQilcaOwWzhZ2A=; b=IjThRl960XLoh8c5wM7hIKyJnkDRFoEZ7iSmyo/yeRc1T+DS2mY7wML0xTDnkLtvvF+AIg l6ry3Z8yqO806bOVe+H2YLv58Y2Efxns9COcBtNGYuk2a5eYXAD8NLCSfOT2rjloQTSQ3J RDK+9dLsLyZWQ5/KBztvxEjHlyP4PFA= 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-117-G_o9uibNOqGYQCLF-A3RUw-1; Thu, 21 Apr 2022 08:25:35 -0400 X-MC-Unique: G_o9uibNOqGYQCLF-A3RUw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3A806833962; Thu, 21 Apr 2022 12:25:35 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.9]) by smtp.corp.redhat.com (Postfix) with ESMTPS id D5BF62166B25; Thu, 21 Apr 2022 12:25:33 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 17D8C180039B; Thu, 21 Apr 2022 14:25:32 +0200 (CEST) Date: Thu, 21 Apr 2022 14:25:32 +0200 From: "Gerd Hoffmann" To: devel@edk2.groups.io Cc: Jiewen Yao , Oliver Steffen , Ard Biesheuvel , Pawel Polawski , Jordan Justen Subject: Re: [PATCH 1/1] OvmfPkg: restore CompatImageLoaderDxe chunk Message-ID: <20220421122532.bzjrpzlu3sf2wjcx@sirius.home.kraxel.org> References: <20220408082244.3022895-1-kraxel@redhat.com> MIME-Version: 1.0 In-Reply-To: <20220408082244.3022895-1-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Apr 08, 2022 at 10:22:44AM +0200, Gerd Hoffmann wrote: > Was dropped by accident. > > Fixes: b47575801e19 ("OvmfPkg: move tcg configuration to dsc and fdf include files") > Signed-off-by: Gerd Hoffmann > --- > OvmfPkg/OvmfPkgIa32.dsc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/OvmfPkg/OvmfPkgIa32.dsc b/OvmfPkg/OvmfPkgIa32.dsc > index e4218b01f0fc..073e67d94ed1 100644 > --- a/OvmfPkg/OvmfPkgIa32.dsc > +++ b/OvmfPkg/OvmfPkgIa32.dsc > @@ -1004,3 +1004,6 @@ [Components] > # > !include OvmfPkg/OvmfTpmComponentsDxe.dsc.inc > > +!if $(LOAD_X64_ON_IA32_ENABLE) == TRUE > + OvmfPkg/CompatImageLoaderDxe/CompatImageLoaderDxe.inf > +!endif Ping take care, Gerd