From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (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 6969E21159809; Thu, 27 Sep 2018 00:45:40 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Sep 2018 00:45:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,309,1534834800"; d="scan'208";a="76593638" Received: from ray-dev.ccr.corp.intel.com (HELO [10.239.9.8]) ([10.239.9.8]) by orsmga008.jf.intel.com with ESMTP; 27 Sep 2018 00:45:19 -0700 To: edk2-devel-bounces@lists.01.org, edk2-devel@lists.01.org References: <20180927071358.12668-1-jian.j.wang@intel.com> From: "Ni, Ruiyu" Message-ID: <243d2921-6c13-4deb-1bd0-f9ce2631a3d4@Intel.com> Date: Thu, 27 Sep 2018 15:46:16 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180927071358.12668-1-jian.j.wang@intel.com> Subject: Re: [PATCH 0/2] Fix Nt32Pkg/EmulatorPkg boot failure X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 07:45:40 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 9/27/2018 3:13 PM, edk2-devel-bounces@lists.01.org wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1215 > > This issue is caused by commit 5267926134d17e86672b84fd57b438f05ffa68e1. > > Jian J Wang (2): > Nt32Pkg/Nt32Pkg.dsc: override PCD default to avoid boot failure > EmulatorPkg/EmulatorPkg.dsc: override PCD default to avoid boot > failure > > EmulatorPkg/EmulatorPkg.dsc | 1 + > Nt32Pkg/Nt32Pkg.dsc | 1 + > 2 files changed, 2 insertions(+) > Reviewed-by: Ruiyu Ni -- Thanks, Ray