From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 EAA8421A16E49 for ; Thu, 11 May 2017 09:23:24 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 May 2017 09:23:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,325,1491289200"; d="scan'208";a="100905943" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga006.fm.intel.com with ESMTP; 11 May 2017 09:23:24 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 11 May 2017 09:23:24 -0700 Received: from fmsmsx101.amr.corp.intel.com ([169.254.1.48]) by FMSMSX157.amr.corp.intel.com ([169.254.14.30]) with mapi id 14.03.0319.002; Thu, 11 May 2017 09:23:24 -0700 From: "Carsey, Jaben" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 0/2] ShellPkg/memmap: Dump memory map information for all memory types Thread-Index: AQHSykEtYw/mjHp0qUWO15ORMx+qAqHvUUOA Date: Thu, 11 May 2017 16:23:22 +0000 Message-ID: References: <20170511102706.89404-1-ruiyu.ni@intel.com> In-Reply-To: <20170511102706.89404-1-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2Y4MWRlYTQtMWY1Mi00MDNiLTg3OWUtMjU4NTEzMTc3MTQ1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im5sRkdOSU8xTnd1NTBtMkdHZnA1S2tnb09CNVhPM0xyZkxKU0pGZjNzYjQ9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.107] MIME-Version: 1.0 Subject: Re: [PATCH 0/2] ShellPkg/memmap: Dump memory map information for all memory types X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 May 2017 16:23:25 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable For series. Reviewed-by: Jaben Carsey > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Thursday, May 11, 2017 3:27 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 0/2] ShellPkg/memmap: Dump memory map > information for all memory types > Importance: High >=20 > The patch dumps memory map information for all memory types. > But to follow the SFO format of "memmap" defined in Shell 2.2 spec, > the patch doesn't dump the memory map information for OEM/OS > memory types. But it does include the OEM/OS memory in the total > size in SFO format. >=20 > Ruiyu Ni (2): > ShellPkg/memmap: Refine code > ShellPkg/memmap: Dump memory map information for all memory types >=20 > .../Library/UefiShellDebug1CommandsLib/MemMap.c | 199 > +++++++++++++++------ > .../UefiShellDebug1CommandsLib.uni | 4 +- > 2 files changed, 148 insertions(+), 55 deletions(-) >=20 > -- > 2.12.2.windows.2 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel