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.web11.875.1635459048725809615 for ; Thu, 28 Oct 2021 15:10:48 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=E9uT6n0a; 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 EFDD3208F4E9; Thu, 28 Oct 2021 15:10:47 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com EFDD3208F4E9 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1635459048; bh=FkWRdLOLivD/kiHbyI+TOdP/I5Gi0/LouQgjjofMhHU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=E9uT6n0ap+ROX9RAImSD2cDDInbUAPiVEVG7nFbcr0J4gJ2VfA+XN28qqNcgHqfrC dBgnzXFyLbPYPw1Bn8hR0uM2e9MwHiOnx0L4/FQg6L0DieVTmC0FH3qsg6j8jo1xEe UN9Jmiwc6bSqZvH8taTRqjZLukxFtL5LiPESpnCE= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Benjamin Doron Subject: [PATCH v6 47/52] KabylakeOpenBoardPkg/KabylakeRvp3: Add PeiSerialPortlibSpiFlash to build Date: Thu, 28 Oct 2021 18:08:41 -0400 Message-Id: <20211028220846.753-12-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20211028220846.753-1-mikuback@linux.microsoft.com> References: <20211028220846.753-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 is part of KabylakeOpenBoardPkg but is currently not built anywhere. This change adds the library to the KabylakeRvp3 build to ensure it can always build properly if not linked elsewhere. Cc: Chasel Chiu Cc: Nate DeSimone Signed-off-by: Michael Kubacki Reviewed-by: Chasel Chiu Tested-by: Benjamin Doron --- Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPk= g.dsc b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc index f7819d294036..a46d36b05635 100644 --- a/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc +++ b/Platform/Intel/KabylakeOpenBoardPkg/KabylakeRvp3/OpenBoardPkg.dsc @@ -394,6 +394,8 @@ [Components.IA32] !endif $(PLATFORM_BOARD_PACKAGE)/BiosInfo/BiosInfo.inf =20 + $(PLATFORM_BOARD_PACKAGE)/Library/PeiSerialPortLibSpiFlash/PeiSerialPo= rtLibSpiFlash.inf + ####################################### # DXE Components ####################################### --=20 2.28.0.windows.1