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.web12.36759.1623076265509542724 for ; Mon, 07 Jun 2021 07:31:05 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="body hash did not verify" header.i=@linux.microsoft.com header.s=default header.b=UZAbu7qb; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from localhost.localdomain (unknown [167.220.2.74]) by linux.microsoft.com (Postfix) with ESMTPSA id DED5820B83E2; Mon, 7 Jun 2021 07:31:04 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com DED5820B83E2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1623076264; bh=xuAmbVoZwFLyjvI54O1RsEVd0QOb7s6frr7Y+qfm9q0=; h=From:To:Cc:Subject:Date:From; b=UZAbu7qbanm617V5ftOagrYSbLmi3k3np00s+t+SbPpoF2qL7PJ2vPyPshsDL5IFO 53TuXO5hx7AtzxbsXiaVh0Pq1yft2pIoR35jBUJjwK5ugjmzvhExTyiEepZj7majXR zMLvHtnnFf1OHt9oV59km+iYcC3R6clVxLbRaxtI= From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Subject: [edk2-platforms][PATCH v1 1/1] MinPlatformPkg: Add missing components to DSC Date: Mon, 7 Jun 2021 10:30:33 -0400 Message-Id: <20210607143033.2166-1-mikuback@linux.microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3033 Adds several libraries and modules to the MinPlatformPkg build that are currently missing. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki --- Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc b/Platform/= Intel/MinPlatformPkg/MinPlatformPkg.dsc index 35cbd40abb05..c64f784275bb 100644 --- a/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc +++ b/Platform/Intel/MinPlatformPkg/MinPlatformPkg.dsc @@ -156,7 +156,9 @@ [Components] MinPlatformPkg/Acpi/Library/BoardAcpiTableLibNull/BoardAcpiTableLibNul= l.inf MinPlatformPkg/Acpi/Library/MultiBoardAcpiSupportLib/DxeMultiBoardAcpi= SupportLib.inf MinPlatformPkg/Acpi/Library/MultiBoardAcpiSupportLib/SmmMultiBoardAcpi= SupportLib.inf + MinPlatformPkg/Acpi/MinDsdt/MinDsdt.inf =20 + MinPlatformPkg/Bds/Library/BoardBootManagerLibNull/BoardBootManagerLib= Null.inf MinPlatformPkg/Bds/Library/DxePlatformBootManagerLib/DxePlatformBootMa= nagerLib.inf =20 MinPlatformPkg/Flash/SpiFvbService/SpiFvbServiceSmm.inf @@ -169,9 +171,15 @@ [Components] MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapp= erPlatformLib.inf MinPlatformPkg/FspWrapper/Library/DxeFspWrapperPlatformLib/DxeFspWrapp= erPlatformLib.inf =20 + MinPlatformPkg/Library/CompressLib/CompressLib.inf + MinPlatformPkg/Library/SetCacheMtrrLib/SetCacheMtrrLib.inf + MinPlatformPkg/Library/SetCacheMtrrLib/SetCacheMtrrLibNull.inf + MinPlatformPkg/Library/SerialPortTerminalLib/SerialPortTerminalLib.inf + MinPlatformPkg/Hsti/HstiIbvPlatformDxe/HstiIbvPlatformDxe.inf =20 MinPlatformPkg/Pci/Library/PciHostBridgeLibSimple/PciHostBridgeLibSimp= le.inf + MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSi= mple.inf =20 MinPlatformPkg/PlatformInit/ReportFv/ReportFvPei.inf MinPlatformPkg/PlatformInit/PlatformInitPei/PlatformInitPreMem.inf @@ -182,6 +190,8 @@ [Components] MinPlatformPkg/PlatformInit/Library/BoardInitLibNull/BoardInitLibNull.= inf MinPlatformPkg/PlatformInit/Library/MultiBoardInitSupportLib/PeiMultiB= oardInitSupportLib.inf MinPlatformPkg/PlatformInit/Library/MultiBoardInitSupportLib/DxeMultiB= oardInitSupportLib.inf + MinPlatformPkg/PlatformInit/Library/PeiReportFvLib/PeiReportFvLib.inf + MinPlatformPkg/PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.in= f MinPlatformPkg/PlatformInit/SiliconPolicyPei/SiliconPolicyPeiPreMem.in= f MinPlatformPkg/PlatformInit/SiliconPolicyPei/SiliconPolicyPeiPostMem.i= nf MinPlatformPkg/PlatformInit/SiliconPolicyDxe/SiliconPolicyDxe.inf @@ -194,16 +204,16 @@ [Components] MinPlatformPkg/Test/Library/TestPointCheckLib/SecTestPointCheckLib.inf MinPlatformPkg/Test/Library/TestPointCheckLib/PeiTestPointCheckLib.inf MinPlatformPkg/Test/Library/TestPointCheckLib/DxeTestPointCheckLib.inf + MinPlatformPkg/Test/Library/TestPointCheckLib/SmmTestPointCheckLib.inf MinPlatformPkg/Test/Library/TestPointLib/DxeTestPointLib.inf MinPlatformPkg/Test/Library/TestPointLib/PeiTestPointLib.inf MinPlatformPkg/Test/Library/TestPointLib/SmmTestPointLib.inf MinPlatformPkg/Test/TestPointStubDxe/TestPointStubDxe.inf MinPlatformPkg/Test/TestPointDumpApp/TestPointDumpApp.inf =20 -!if gMinPlatformPkgTokenSpaceGuid.PcdTpm2Enable =3D=3D TRUE + MinPlatformPkg/Tcg/Library/TpmPlatformHierarchyLib/TpmPlatformHierarch= yLib.inf MinPlatformPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf MinPlatformPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf -!endif =20 [BuildOptions] *_*_*_CC_FLAGS =3D -D DISABLE_NEW_DEPRECATED_INTERFACES --=20 2.28.0.windows.1