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.133.124]) by mx.groups.io with SMTP id smtpd.web11.3510.1616579626039260616 for ; Wed, 24 Mar 2021 02:53:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Xv1Cx8pf; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1616579624; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QxENPSd9+nOYXCdPOxxKhlE1T6+vPo6iQRHbpfEpZs4=; b=Xv1Cx8pfFT5a5iD4+a750dhyA4v2PJn3//Y4bPMeMCwS7kj0VqHZDqx04EwBrA0luI7vPj IRgfNercQVc/l5lcLWXjIalphh0apa3Q7Jt5GSxNmVs/eUnOGQHq/O224/7RNXSc+kdJmh Tq8Ctw1HUHdSwuN1Fh11TLNTfM4mLIM= 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-248-o2100tIdPzC9-EWK2vBptw-1; Wed, 24 Mar 2021 05:53:42 -0400 X-MC-Unique: o2100tIdPzC9-EWK2vBptw-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 614A587A826; Wed, 24 Mar 2021 09:53:41 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-115-138.ams2.redhat.com [10.36.115.138]) by smtp.corp.redhat.com (Postfix) with ESMTP id C81985D9D0; Wed, 24 Mar 2021 09:53:40 +0000 (UTC) Subject: Re: [edk2-devel] [Patch V2 0/2] Let AcpiTableDxe driver install Acpi table from Hob To: Benjamin Doron , devel@edk2.groups.io References: <5106.1616543556135382117@groups.io> From: "Laszlo Ersek" Message-ID: <8ecc6ec1-f7a0-7878-ef57-b58f99bc3af2@redhat.com> Date: Wed, 24 Mar 2021 10:53:39 +0100 MIME-Version: 1.0 In-Reply-To: <5106.1616543556135382117@groups.io> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 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 03/24/21 00:52, Benjamin Doron wrote: > Hi all, > Would it be acceptable/feasible for AcpiTableDxe or AcpiPlatformDxe (in > MdeModulePkg) to use `EfiGetSystemConfigurationTable` to get the RSDP > and then install the tables? It's a solution that uses the regular > UefiLib, so it avoids platform-specific quirks (and as I see it, if RSDP > is in the configuration table, we probably always want those tables). I'm sorry, I don't understand how this would help. > Regarding UefiPayloadPkg: AcpiTableDxe is currently compiled (listed in > DSC) but not added to a FV (not listed in FDF). So, how has this been > tested? I assume through an out-of-tree platform. Many such core modules exist in edk2 that are not consumed by any of the virtual platforms in the edk2 repo itself (EmulatorPkg, ArmVirtPkg, OvmfPkg). Thanks Laszlo