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.web10.1076.1623972848484412847 for ; Thu, 17 Jun 2021 16:34:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=KRJnKSRH; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [10.124.238.202] (unknown [167.220.2.74]) by linux.microsoft.com (Postfix) with ESMTPSA id 092C220B83DE; Thu, 17 Jun 2021 16:34:08 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 092C220B83DE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1623972848; bh=Ki/Kd+dPwkHZmrA8EwDM2v/GUdpS+xojcSxSXLCyasM=; h=Subject:From:To:Cc:Reply-To:References:Date:In-Reply-To:From; b=KRJnKSRHPGRSc2m9E2UUFScmMJyfTo2rXBy9+Lq6z/MH6pkWo9rPi/nkxqs0G/hPM urRs9YM3sWhBVQtttYikbcZ6XTtwrC48AGzZ2rCPvtpU86wQ6pDEezj9MovvCVpHn3 xM4B8AAQzncvqs48qqspCJmG9jpA82OWuTYJReNU= Subject: Re: [edk2-devel] [edk2-platforms][PATCH v1 1/1] MinPlatformPkg: Add missing components to DSC From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong Reply-To: devel@edk2.groups.io, mikuback@linux.microsoft.com References: <16865343B1F8ED56.31052@groups.io> Message-ID: Date: Thu, 17 Jun 2021 19:34:08 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: <16865343B1F8ED56.31052@groups.io> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit MinPlatformPkg maintainers, can we please get this in soon if there are no concerns? Thanks, Michael On 6/7/2021 10:30 AM, Michael Kubacki wrote: > From: Michael Kubacki > > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3033 > > 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/BoardAcpiTableLibNull.inf > MinPlatformPkg/Acpi/Library/MultiBoardAcpiSupportLib/DxeMultiBoardAcpiSupportLib.inf > MinPlatformPkg/Acpi/Library/MultiBoardAcpiSupportLib/SmmMultiBoardAcpiSupportLib.inf > + MinPlatformPkg/Acpi/MinDsdt/MinDsdt.inf > > + MinPlatformPkg/Bds/Library/BoardBootManagerLibNull/BoardBootManagerLibNull.inf > MinPlatformPkg/Bds/Library/DxePlatformBootManagerLib/DxePlatformBootManagerLib.inf > > MinPlatformPkg/Flash/SpiFvbService/SpiFvbServiceSmm.inf > @@ -169,9 +171,15 @@ [Components] > MinPlatformPkg/FspWrapper/Library/PeiFspWrapperPlatformLib/PeiFspWrapperPlatformLib.inf > MinPlatformPkg/FspWrapper/Library/DxeFspWrapperPlatformLib/DxeFspWrapperPlatformLib.inf > > + 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 > > MinPlatformPkg/Pci/Library/PciHostBridgeLibSimple/PciHostBridgeLibSimple.inf > + MinPlatformPkg/Pci/Library/PciSegmentInfoLibSimple/PciSegmentInfoLibSimple.inf > > 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/PeiMultiBoardInitSupportLib.inf > MinPlatformPkg/PlatformInit/Library/MultiBoardInitSupportLib/DxeMultiBoardInitSupportLib.inf > + MinPlatformPkg/PlatformInit/Library/PeiReportFvLib/PeiReportFvLib.inf > + MinPlatformPkg/PlatformInit/Library/ReportCpuHobLib/ReportCpuHobLib.inf > MinPlatformPkg/PlatformInit/SiliconPolicyPei/SiliconPolicyPeiPreMem.inf > MinPlatformPkg/PlatformInit/SiliconPolicyPei/SiliconPolicyPeiPostMem.inf > 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 > > -!if gMinPlatformPkgTokenSpaceGuid.PcdTpm2Enable == TRUE > + MinPlatformPkg/Tcg/Library/TpmPlatformHierarchyLib/TpmPlatformHierarchyLib.inf > MinPlatformPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.inf > MinPlatformPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.inf > -!endif > > [BuildOptions] > *_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES >