From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=209.132.183.28; helo=mx1.redhat.com; envelope-from=lersek@redhat.com; receiver=edk2-devel@lists.01.org Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 36CFC21190721 for ; Sun, 25 Nov 2018 02:02:03 -0800 (PST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2ED98308FE92; Sun, 25 Nov 2018 10:02:02 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-51.rdu2.redhat.com [10.10.120.51]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4BE721974D; Sun, 25 Nov 2018 10:01:56 +0000 (UTC) From: Laszlo Ersek To: edk2-devel@lists.01.org Cc: Anthony Perard , Ard Biesheuvel , Drew Jones , Igor Mammedov , Jordan Justen , Julien Grall , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Sun, 25 Nov 2018 11:01:48 +0100 Message-Id: <20181125100152.25675-1-lersek@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Sun, 25 Nov 2018 10:02:02 +0000 (UTC) Subject: [PATCH 0/4] OvmfPkg, ArmVirtPkg: add ACPI Test Support X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Nov 2018 10:02:04 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Repo: https://github.com/lersek/edk2.git Branch: acpi_test_support The feature is described in the first patch. Build OvmfPkg and ArmVirtPkg platforms with "--pcd PcdAcpiTestSupport=TRUE" to enable it. Cc: Anthony Perard Cc: Ard Biesheuvel Cc: Drew Jones Cc: Igor Mammedov Cc: Jordan Justen Cc: Julien Grall Cc: Philippe Mathieu-Daudé Thanks, Laszlo Laszlo Ersek (4): OvmfPkg: introduce ACPI Test Support data structure and GUID OvmfPkg/AcpiPlatformDxe: list missing lib classes for QemuFwCfgAcpiPlatformDxe OvmfPkg/AcpiPlatformDxe: add [Un]RegisterAcpiTestSupport() skeletons OvmfPkg/AcpiPlatformDxe: fill in ACPI_TEST_SUPPORT at first Ready-To-Boot OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h | 10 ++ OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf | 8 ++ OvmfPkg/AcpiPlatformDxe/AcpiTestSupport.c | 119 ++++++++++++++++++++ OvmfPkg/AcpiPlatformDxe/EntryPoint.c | 24 +++- OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf | 10 ++ OvmfPkg/Include/Guid/AcpiTestSupport.h | 67 +++++++++++ OvmfPkg/OvmfPkg.dec | 6 + 7 files changed, 239 insertions(+), 5 deletions(-) create mode 100644 OvmfPkg/AcpiPlatformDxe/AcpiTestSupport.c create mode 100644 OvmfPkg/Include/Guid/AcpiTestSupport.h -- 2.19.1.3.g30247aa5d201