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 66A718216E for ; Tue, 21 Feb 2017 23:46:35 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Feb 2017 23:46:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,193,1484035200"; d="scan'208";a="936736450" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.25]) by orsmga003.jf.intel.com with ESMTP; 21 Feb 2017 23:46:34 -0800 From: Ruiyu Ni To: edk2-devel@lists.01.org Date: Wed, 22 Feb 2017 15:46:28 +0800 Message-Id: <20170222074630.545800-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.9.0.windows.1 Subject: [PATCH 0/2] Add "-n/-s" support to "comp" command 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, 22 Feb 2017 07:46:35 -0000 Chen A Chen (2): ShellPkg/comp: Rename variable names to proper ones ShellPkg/comp: Add "-n "/"-s " support ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c | 367 +++++++++++++-------- .../UefiShellDebug1CommandsLib.uni | 27 +- 2 files changed, 234 insertions(+), 160 deletions(-) -- 2.9.0.windows.1