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 225E9802A8 for ; Wed, 8 Mar 2017 11:58:47 -0800 (PST) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (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 5E433C009DC9; Wed, 8 Mar 2017 19:58:47 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-47.phx2.redhat.com [10.3.117.47]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v28Jwh7s003421; Wed, 8 Mar 2017 14:58:44 -0500 From: Laszlo Ersek To: edk2-devel-01 Cc: Al Stone , Ard Biesheuvel , Feng Tian , Igor Mammedov , Jiewen Yao , Leo Duran , Michael Tsirkin , Phil Dennis-Jordan , Star Zeng Date: Wed, 8 Mar 2017 20:58:37 +0100 Message-Id: <20170308195839.18689-1-lersek@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Wed, 08 Mar 2017 19:58:47 +0000 (UTC) Subject: [PATCH v2 0/2] MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT, X_DSDT} mutual exclusion 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: Wed, 08 Mar 2017 19:58:47 -0000 This is version 2 of the series originally posted at and further discussed at . This version contains minor updates (noted on each patch) that don't affect functionality. Repo: https://github.com/lersek/edk2.git Branch: fadt_dsdt_v2 Cc: Al Stone Cc: Ard Biesheuvel Cc: Feng Tian Cc: Igor Mammedov Cc: Jiewen Yao Cc: Leo Duran Cc: Michael Tsirkin Cc: Phil Dennis-Jordan Cc: Star Zeng Thanks Laszlo Laszlo Ersek (2): MdeModulePkg/AcpiTableDxe: condense whitespace around FADT.{DSDT,X_DSDT} MdeModulePkg/AcpiTableDxe: improve FADT.{DSDT,X_DSDT} mutual exclusion MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c | 78 ++++++++++++++++---- 1 file changed, 63 insertions(+), 15 deletions(-) -- 2.9.3