From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web08.581.1635453990295277866 for ; Thu, 28 Oct 2021 13:46:30 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=d5rOejhX; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (c-73-27-179-174.hsd1.fl.comcast.net [73.27.179.174]) by linux.microsoft.com (Postfix) with ESMTPSA id 9A2AF208F4E9; Thu, 28 Oct 2021 13:46:29 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9A2AF208F4E9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1635453990; bh=xK1yoJ6HjJjuV5BPsZxessR4xYNahxD1RZYJTmnFH+U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=d5rOejhXB0aaYNMRa1S1m1aGBDpdU932L3g+VcEed5A9OLD+iMyIsC1eHlhycpa2s Adf7yAiFGFfAQXltSoqN0UuDVJU2tsngx6Czejtd40SFxlrjmIF0nwX/z+paVCekvL MVR5Y5IU7/UO9Vd5DZqKJchY149Ebkydg+Z7S+5M= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone Subject: [PATCH v6 34/52] KabylakeOpenBoardPkg/PeiSerialPortLibSpiFlash: Add IntelSiliconPkg.dec Date: Thu, 28 Oct 2021 16:43:08 -0400 Message-Id: <20211028204326.645-35-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20211028204326.645-1-mikuback@linux.microsoft.com> References: <20211028204326.645-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3307 This library now uses gPchSpiPpiGuid from IntelSiliconPkg. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Michael Kubacki Reviewed-by: Nate DeSimone Reviewed-by: Chasel Chiu --- Platform/Intel/KabylakeOpenBoardPkg/Library/PeiSerialPortLibSpiFlash/Pei= SerialPortLibSpiFlash.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Library/PeiSerialPortLib= SpiFlash/PeiSerialPortLibSpiFlash.inf b/Platform/Intel/KabylakeOpenBoardP= kg/Library/PeiSerialPortLibSpiFlash/PeiSerialPortLibSpiFlash.inf index 31518fb40ba7..b959cd1f4612 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/Library/PeiSerialPortLibSpiFlas= h/PeiSerialPortLibSpiFlash.inf +++ b/Platform/Intel/KabylakeOpenBoardPkg/Library/PeiSerialPortLibSpiFlas= h/PeiSerialPortLibSpiFlash.inf @@ -32,6 +32,7 @@ [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec MinPlatformPkg/MinPlatformPkg.dec + IntelSiliconPkg/IntelSiliconPkg.dec KabylakeSiliconPkg/SiPkg.dec KabylakeOpenBoardPkg/OpenBoardPkg.dec =20 --=20 2.28.0.windows.1