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 42290211EC66F for ; Mon, 1 Apr 2019 09:52:34 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id CDF1930FE5B2; Mon, 1 Apr 2019 16:52:33 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-120-149.rdu2.redhat.com [10.10.120.149]) by smtp.corp.redhat.com (Postfix) with ESMTP id E55D760123; Mon, 1 Apr 2019 16:52:32 +0000 (UTC) To: Eric Dong , edk2-devel@lists.01.org Cc: Hao Wu References: <20190401031638.14692-1-eric.dong@intel.com> From: Laszlo Ersek Message-ID: <7f062a11-ebb6-41f0-f9dc-52e328511ff5@redhat.com> Date: Mon, 1 Apr 2019 18:52:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190401031638.14692-1-eric.dong@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Mon, 01 Apr 2019 16:52:33 +0000 (UTC) Subject: Re: [Patch] AdvancedFeaturePkg/AcpiDebug: Add new AcpiDebug modules. 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: Mon, 01 Apr 2019 16:52:34 -0000 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 04/01/19 05:16, Eric Dong wrote: > Add new AcpiDebug modules which provide ACPI Debug feature. > Detail about this feature see the readme.txt in the patch. > > Change-Id: Ib977ece46f3494301574b04af32282b99045f673 > Cc: Hao Wu > Cc: Michael Kubacki > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Eric Dong > --- > .../AcpiDebug/AcpiDebug.asl | 109 ++++ > .../AdvancedFeaturePkg/AcpiDebug/AcpiDebug.c | 485 ++++++++++++++++++ > .../AcpiDebug/AcpiDebugDxe.inf | 63 +++ > .../AcpiDebug/AcpiDebugSmm.inf | 65 +++ > .../AdvancedFeaturePkg/AcpiDebug/Readme.txt | 47 ++ > .../AdvancedFeaturePkg/AdvancedFeaturePkg.dec | 6 + > .../AdvancedFeaturePkg/AdvancedFeaturePkg.dsc | 2 + > 7 files changed, 777 insertions(+) > create mode 100644 Platform/Intel/AdvancedFeaturePkg/AcpiDebug/AcpiDebug.asl > create mode 100644 Platform/Intel/AdvancedFeaturePkg/AcpiDebug/AcpiDebug.c > create mode 100644 Platform/Intel/AdvancedFeaturePkg/AcpiDebug/AcpiDebugDxe.inf > create mode 100644 Platform/Intel/AdvancedFeaturePkg/AcpiDebug/AcpiDebugSmm.inf > create mode 100644 Platform/Intel/AdvancedFeaturePkg/AcpiDebug/Readme.txt What repository is this for? Is it for edk2-platforms? Such patches should be posted with a subject prefix like [edk2-platforms PATCH], please. Thanks Laszlo