From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web08.9126.1604468048780232081 for ; Tue, 03 Nov 2020 21:34:08 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: heng.luo@intel.com) IronPort-SDR: 2qq8yFt6wwEvjqbM9oElPgXx8ukc4Qs8H/LLXolyNgYREoQUExtg6bZOBsTbFqcYexD8pbc1uO jyGeC2Sz0ZZQ== X-IronPort-AV: E=McAfee;i="6000,8403,9794"; a="156157660" X-IronPort-AV: E=Sophos;i="5.77,450,1596524400"; d="scan'208";a="156157660" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2020 21:34:08 -0800 IronPort-SDR: ci5R34Q7YAi83iz8gWvQm/Wvb0umzMsJRCjl0kXIkIDFXs7atGRBMehtFOQyIYN+mVtlUZ3q79 B4e2itYbswAg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,450,1596524400"; d="scan'208";a="538769108" Received: from hengluo-dev.ccr.corp.intel.com ([10.239.153.154]) by orsmga005.jf.intel.com with ESMTP; 03 Nov 2020 21:34:06 -0800 From: "Heng Luo" To: devel@edk2.groups.io Cc: Eric Dong , Chasel Chiu , Nate DeSimone Subject: [Patch V3 2/2] UpXtreme: Enable Serial Terminal Feature Date: Wed, 4 Nov 2020 13:33:44 +0800 Message-Id: <20201104053344.405-2-heng.luo@intel.com> X-Mailer: git-send-email 2.24.0.windows.2 In-Reply-To: <20201104053344.405-1-heng.luo@intel.com> References: <20201104053344.405-1-heng.luo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3014 Cc: Eric Dong Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Heng Luo --- Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkgPcd.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkgPc= d.dsc b/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkgPcd.dsc index d797ae9d94..e161bf06f4 100644 --- a/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkgPcd.dsc +++ b/Platform/Intel/WhiskeylakeOpenBoardPkg/UpXtreme/OpenBoardPkgPcd.dsc @@ -127,6 +127,7 @@ gMinPlatformPkgTokenSpaceGuid.PcdPerformanceEnable|FALSE=0D gMinPlatformPkgTokenSpaceGuid.PcdTpm2Enable|FALSE=0D gMinPlatformPkgTokenSpaceGuid.PcdUefiSecureBootEnable|FALSE=0D + gMinPlatformPkgTokenSpaceGuid.PcdSerialTerminalEnable|TRUE=0D =0D !if gMinPlatformPkgTokenSpaceGuid.PcdBootStage >=3D 1=0D gMinPlatformPkgTokenSpaceGuid.PcdStopAfterDebugInit|TRUE=0D --=20 2.24.0.windows.2