From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web12.6679.1652166681383551366 for ; Tue, 10 May 2022 00:11:23 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=AaRSlxLv; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: zhiguang.liu@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652166681; x=1683702681; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=rButPcK6qvK8T2j00QPT0bmS85RtqnCLd90wRXRUA8A=; b=AaRSlxLvvyQGy/oZwxperV4I6dUVpr+NiLN+otTRt8+fCzN/QUZGfC7X YmxvI83hfPQsb6/l7X5EmdBJWhPC04OGbVsPijKRYd8AQYB1mt81c2qWn lTM+ALXNbOG7Yq5/MEw+T/Wc4ctN9xKTTrochkQxlyLudUjTOSIakHa4z tbZrSdW5kw/c3dQmuDs3SEI8YbcrOzJUN8mFO5JZWM8NZSLNB6JXMJ4ze j3TAdSOAaP/lK0jN4ZKl2Bc0Cu2V9Pfb4MGCakDa626uYIMqGYW4nOVGQ h7GOc/vzLCS0/gUkNiBwzvTaXQDwck2aX0wv/r03KuFnyuM/jp1XI0n3j w==; X-IronPort-AV: E=McAfee;i="6400,9594,10342"; a="268127919" X-IronPort-AV: E=Sophos;i="5.91,213,1647327600"; d="scan'208";a="268127919" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2022 00:11:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,213,1647327600"; d="scan'208";a="696953405" Received: from shwdesfp01.ccr.corp.intel.com ([10.239.158.158]) by orsmga004.jf.intel.com with ESMTP; 10 May 2022 00:11:17 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Guo Dong , Ray Ni , Maurice Ma , Benjamin You , Sean Rhodes Subject: [PATCH 0/3] UefiPayloadPkg: Enhance the logic to add ConIn and ConOut Date: Tue, 10 May 2022 15:11:08 +0800 Message-Id: X-Mailer: git-send-email 2.32.0.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Fix the bug that in some platform, there is no serial output or graphics output. Code passed open CI, and pleae check in https://github.com/tianocore/edk2/pull/2864 Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Cc: Sean Rhodes Signed-off-by: Zhiguang Liu Zhiguang Liu (3): UefiPayloadPkg: Simplify code logic UefiPayloadPkg: Add Serial IO device path according to related protocol UefiPayloadPkg: Connect all root bridge in PlatformBootManagerBeforeConsole .../PlatformBootManagerLib.inf | 2 + .../PlatformBootManagerLib/PlatformConsole.c | 282 +++++------------- .../PlatformBootManagerLib/PlatformConsole.h | 1 - 3 files changed, 82 insertions(+), 203 deletions(-) -- 2.32.0.windows.2