From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: zhichao.gao@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Sun, 30 Jun 2019 20:51:30 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Jun 2019 20:51:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,437,1557212400"; d="scan'208";a="361692678" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 30 Jun 2019 20:51:29 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 30 Jun 2019 20:51:30 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.439.0; Sun, 30 Jun 2019 20:51:29 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.134]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.60]) with mapi id 14.03.0439.000; Mon, 1 Jul 2019 11:51:27 +0800 From: "Gao, Zhichao" To: "devel@edk2.groups.io" , "krzysztof.koch@arm.com" CC: "Carsey, Jaben" , "Ni, Ray" , "Sami.Mujawar@arm.com" , "Matteo.Carlini@arm.com" , "nd@arm.com" Subject: Re: [edk2-devel] [PATCH v1 0/5] Clean up acpiview input parameters Thread-Topic: [edk2-devel] [PATCH v1 0/5] Clean up acpiview input parameters Thread-Index: AQHVLY+FVTDsK6S0eU+/PKyPPp+1oaa1JOwg Date: Mon, 1 Jul 2019 03:51:26 +0000 Message-ID: <3CE959C139B4C44DBEA1810E3AA6F9000B8013B9@SHSMSX101.ccr.corp.intel.com> References: <20190628085700.17472-1-krzysztof.koch@arm.com> In-Reply-To: <20190628085700.17472-1-krzysztof.koch@arm.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: zhichao.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series: Reviewed-by: Zhichao Gao > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Krzysztof Koch > Sent: Friday, June 28, 2019 4:57 PM > To: devel@edk2.groups.io > Cc: Carsey, Jaben ; Ni, Ray ; > Gao, Zhichao ; Sami.Mujawar@arm.com; > Matteo.Carlini@arm.com; nd@arm.com > Subject: [edk2-devel] [PATCH v1 0/5] Clean up acpiview input parameters >=20 > The following patches modify the user interface to the Acpiview UEFI she= ll > tool. >=20 > These changes are aimed to simplify interaction with the tool as well as= to > remove redundant/non-functional command line parameters. >=20 > Changes can be seen at: > https://github.com/KrzysztofKoch1/edk2/tree/612_acpiview_flags_fix_v1 >=20 > Krzysztof Koch (5): > ShellPkg: acpiview: Remove '/?' from valid command line flags > ShellPkg: acpiview: Fix '\n\n' printing in Table Checksum reporting > ShellPkg: acpiview: Allow disabling consistency checks (-q flag) > ShellPkg: acpiview: Remove '-v' flag from allowed command line args > ShellPkg: acpiview: Make '-h' option not require a parameter >=20 > ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.c = | 14 > ++-- > ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.c = | > 6 +- > ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.c = | 71 > ++++++++++---------- > ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.h = | 23 > ++++++- >=20 > ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewComman > dLib.uni | 9 +-- > 5 files changed, 74 insertions(+), 49 deletions(-) >=20 > -- > 'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)' >=20 >=20 >=20 >=20