From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.88; helo=mga01.intel.com; envelope-from=jian.j.wang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 1C95021155D56 for ; Thu, 27 Sep 2018 00:14:02 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Sep 2018 00:14:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,309,1534834800"; d="scan'208";a="86962697" Received: from jwang36-mobl2.ccr.corp.intel.com ([10.239.192.36]) by orsmga003.jf.intel.com with ESMTP; 27 Sep 2018 00:14:01 -0700 From: Jian J Wang To: edk2-devel@lists.01.org Date: Thu, 27 Sep 2018 15:13:56 +0800 Message-Id: <20180927071358.12668-1-jian.j.wang@intel.com> X-Mailer: git-send-email 2.19.0.windows.1 MIME-Version: 1.0 Subject: [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:14:03 -0000 Content-Transfer-Encoding: 8bit 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(+) -- 2.19.0.windows.1