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.web11.60258.1679986444410823161 for ; Mon, 27 Mar 2023 23:54:05 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=EwlQ5+u8; 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=1679986442; 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=k3rDnPi/Bn4TSbt0WzjZiaRvVO17lcTa8B/mg1xvgL4=; b=EwlQ5+u8+8Xiemk0grNNTINGb/KMU/UZvr757iyFG5HJXCnJleOoGRIxH+pSiJyu/EnbmD eRaPd6nBNorT6VZ4dgOAih4IMdqE44iSn4gSl5WHgWH/p8hwVXv8WOKELkTQxkMrDUBLBx hTaJuf86xGwjqORvUyfZd4w0kGu5Y2o= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-113-eqYuruwcNB6jJPk1ttyoSw-1; Tue, 28 Mar 2023 02:53:59 -0400 X-MC-Unique: eqYuruwcNB6jJPk1ttyoSw-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 99A6628237C8; Tue, 28 Mar 2023 06:53:58 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.193.68]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 39C342166B26; Tue, 28 Mar 2023 06:53:58 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 4BAE41801B08; Tue, 28 Mar 2023 08:53:51 +0200 (CEST) Date: Tue, 28 Mar 2023 08:53:51 +0200 From: "Gerd Hoffmann" To: Dun Tan Cc: devel@edk2.groups.io, Ard Biesheuvel , Leif Lindholm , Sami Mujawar , Ray Ni Subject: Re: [PATCH 1/9] ArmVirtPkg: Add CpuPageTableLib required by DxeIpl in DSC Message-ID: References: <20230328024302.2085-1-dun.tan@intel.com> <20230328024302.2085-2-dun.tan@intel.com> MIME-Version: 1.0 In-Reply-To: <20230328024302.2085-2-dun.tan@intel.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Mar 28, 2023 at 10:42:54AM +0800, Dun Tan wrote: > Add CpuPageTableLib instance required by DxeIpl in the > corresponding DSC files of ArmVirtPkg. > > Signed-off-by: Dun Tan > Cc: Ard Biesheuvel > Cc: Leif Lindholm > Cc: Sami Mujawar > Cc: Gerd Hoffmann > Cc: Ray Ni Hmm? CpuPageTableLib supports IA32 and X64. Why do we need it on ARM? take care, Gerd