From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 CC85D82218 for ; Tue, 21 Feb 2017 07:38:17 -0800 (PST) Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4B1BCC0092B6; Tue, 21 Feb 2017 15:38:18 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-47.phx2.redhat.com [10.3.116.47]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v1LFcGVA015879; Tue, 21 Feb 2017 10:38:17 -0500 From: Laszlo Ersek To: edk2-devel-01 Cc: Jordan Justen Date: Tue, 21 Feb 2017 16:38:06 +0100 Message-Id: <20170221153812.1420-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Tue, 21 Feb 2017 15:38:18 +0000 (UTC) Subject: [PATCH 0/6] OvmfPkg: AcpiPlatformDxe, QemuFwCfg: small cleanups after WRITE_POINTER X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2017 15:38:17 -0000 Most of these were suggested by Jordan. Cc: Jordan Justen Repo: https://github.com/lersek/edk2.git Branch: write_pointer_followup Thanks! Laszlo Laszlo Ersek (6): OvmfPkg/AcpiPlatformDxe: drop double right shift in ADD/WRITE POINTER cmds OvmfPkg/AcpiPlatformDxe: update PointerValue comments in "BootScript.c" OvmfPkg/QemuFwCfgLib: move types/macros from lib class to IndustryStandard OvmfPkg/QemuFwCfg: introduce FW_CFG_IO_SELECTOR, adapt the package OvmfPkg/QemuFwCfg: introduce FW_CFG_IO_DATA, adapt the package OvmfPkg/QemuFwCfg: introduce FW_CFG_IO_DMA_ADDRESS, adapt the package OvmfPkg/Include/IndustryStandard/QemuFwCfg.h | 104 ++++++++++++++++++++ OvmfPkg/Include/Library/QemuFwCfgLib.h | 70 +------------ OvmfPkg/AcpiPlatformDxe/BootScript.c | 18 ++-- OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpi.c | 8 +- OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c | 12 +-- OvmfPkg/SmmControl2Dxe/SmiFeatures.c | 6 +- 6 files changed, 128 insertions(+), 90 deletions(-) create mode 100644 OvmfPkg/Include/IndustryStandard/QemuFwCfg.h -- 2.9.3