From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (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 412AC21A16E36 for ; Thu, 11 May 2017 03:27:12 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 May 2017 03:27:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,323,1491289200"; d="scan'208";a="98630262" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.15]) by orsmga005.jf.intel.com with ESMTP; 11 May 2017 03:27:11 -0700 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Thu, 11 May 2017 18:27:04 +0800 Message-Id: <20170511102706.89404-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.12.2.windows.2 Subject: [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 10:27:12 -0000 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. Ruiyu Ni (2): ShellPkg/memmap: Refine code ShellPkg/memmap: Dump memory map information for all memory types .../Library/UefiShellDebug1CommandsLib/MemMap.c | 199 +++++++++++++++------ .../UefiShellDebug1CommandsLib.uni | 4 +- 2 files changed, 148 insertions(+), 55 deletions(-) -- 2.12.2.windows.2