From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by ml01.01.org (Postfix) with ESMTP id 380E51A1E13 for ; Sun, 7 Aug 2016 19:21:37 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 07 Aug 2016 19:21:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,487,1464678000"; d="scan'208";a="1010160560" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga001.jf.intel.com with ESMTP; 07 Aug 2016 19:21:19 -0700 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 7 Aug 2016 19:21:19 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 7 Aug 2016 19:21:19 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.181]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.150]) with mapi id 14.03.0248.002; Mon, 8 Aug 2016 10:21:17 +0800 From: "Zhu, Yonghong" To: "Bi, Dandan" , "edk2-devel@lists.01.org" CC: "Dong, Eric" , "Gao, Liming" , "Zhu, Yonghong" Thread-Topic: [edk2] [patch 0/2] BaseTools/VfrCompile: Add two new option for VfrCompile Thread-Index: AQHR6+aGKJ3TbMBXGU6KYFPjR/R/+6A+Ssww Date: Mon, 8 Aug 2016 02:21:17 +0000 Message-ID: References: <1470050311-68144-1-git-send-email-dandan.bi@intel.com> In-Reply-To: <1470050311-68144-1-git-send-email-dandan.bi@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch 0/2] BaseTools/VfrCompile: Add two new option for VfrCompile 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: Mon, 08 Aug 2016 02:21:37 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Yonghong Zhu =20 I will push this patch. Best Regards, Zhu Yonghong -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Dand= an Bi Sent: Monday, August 01, 2016 7:18 PM To: edk2-devel@lists.01.org Cc: Dong, Eric ; Gao, Liming Subject: [edk2] [patch 0/2] BaseTools/VfrCompile: Add two new option for Vf= rCompile patch 1 is to fix a bug in current code. patch 2 is to add two compile option for VfrCompile. Cc: Liming Gao Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Dandan Bi (2): BaseTool/VfrCompile: Add missing question opcode BaseTools/VfrCompile: Add two new option for VfrCompile BaseTools/Source/C/VfrCompile/VfrCompiler.cpp | 56 +- BaseTools/Source/C/VfrCompile/VfrCompiler.h | 3 +- BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp | 792 ++++++++++++++++++++= ++-- BaseTools/Source/C/VfrCompile/VfrFormPkg.h | 33 +- BaseTools/Source/C/VfrCompile/VfrSyntax.g | 118 ++-- BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp | 68 +- BaseTools/Source/C/VfrCompile/VfrUtilityLib.h | 18 +- 7 files changed, 921 insertions(+), 167 deletions(-) --=20 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel