[edk2-platforms][PATCH v5 16/46] CoffeelakeSiliconPkg: Use IntelSiliconPkg BIOS area and ucode PCDs
Michael Kubacki
From: Michael Kubacki <michael.kubacki@...>
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3307 Updates PCDs to use the IntelSiliconPkg PCD tokenspace now that the PCDs are declared in IntelSiliconPkg.dec. The previous PCDs are removed from CoffeelakeSiliconPkg.dec. Cc: Chasel Chiu <chasel.chiu@...> Cc: Sai Chaganty <rangasai.v.chaganty@...> Signed-off-by: Michael Kubacki <michael.kubacki@...> Reviewed-by: Nate DeSimone <nathaniel.l.desimone@...> Reviewed-by: Chasel Chiu <chasel.chiu@...> --- Silicon/Intel/CoffeelakeSiliconPkg/Cpu/Library/PeiCpuPolicyLib/PeiCpuPol= icyLib.inf | 4 ++-- Silicon/Intel/CoffeelakeSiliconPkg/SiPkg.dec = | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/Silicon/Intel/CoffeelakeSiliconPkg/Cpu/Library/PeiCpuPolicyL= ib/PeiCpuPolicyLib.inf b/Silicon/Intel/CoffeelakeSiliconPkg/Cpu/Library/P= eiCpuPolicyLib/PeiCpuPolicyLib.inf index f793432bf049..ca57b5b31e0a 100644 --- a/Silicon/Intel/CoffeelakeSiliconPkg/Cpu/Library/PeiCpuPolicyLib/PeiC= puPolicyLib.inf +++ b/Silicon/Intel/CoffeelakeSiliconPkg/Cpu/Library/PeiCpuPolicyLib/PeiC= puPolicyLib.inf @@ -48,8 +48,8 @@ [Ppis] gSiPreMemPolicyPpiGuid ## CONSUMES =20 [FixedPcd] -gSiPkgTokenSpaceGuid.PcdFlashMicrocodeFvBase -gSiPkgTokenSpaceGuid.PcdFlashMicrocodeFvSize +gIntelSiliconPkgTokenSpaceGuid.PcdFlashMicrocodeFvBase +gIntelSiliconPkgTokenSpaceGuid.PcdFlashMicrocodeFvSize =20 [Pcd] gUefiCpuPkgTokenSpaceGuid.PcdCpuApLoopMode ## Produces diff --git a/Silicon/Intel/CoffeelakeSiliconPkg/SiPkg.dec b/Silicon/Intel= /CoffeelakeSiliconPkg/SiPkg.dec index 6cf894498d6b..5ea6fbb28411 100644 --- a/Silicon/Intel/CoffeelakeSiliconPkg/SiPkg.dec +++ b/Silicon/Intel/CoffeelakeSiliconPkg/SiPkg.dec @@ -474,13 +474,8 @@ [PcdsFixedAtBuild] ## NOTE: The size restriction may be changed in next generation processo= r. ## Please refer to Processor BWG for detail. ## -gSiPkgTokenSpaceGuid.PcdBiosAreaBaseAddress|0xFF800000|UINT32|0x10000001 -gSiPkgTokenSpaceGuid.PcdBiosSize|0x00800000|UINT32|0x10000002 gSiPkgTokenSpaceGuid.PcdTemporaryRamBase|0xfef00000|UINT32|0x00010028 gSiPkgTokenSpaceGuid.PcdTemporaryRamSize|0x2000|UINT32|0x00010029 -gSiPkgTokenSpaceGuid.PcdFlashMicrocodeFvBase|0xFFE60000|UINT32|0x3000000= 4 -gSiPkgTokenSpaceGuid.PcdFlashMicrocodeFvSize|0x000A0000|UINT32|0x3000000= 5 -gSiPkgTokenSpaceGuid.PcdFlashMicrocodeFvOffset|0x00660000|UINT32|0x30000= 006 =20 ## ## PcdEfiGcdAllocateType is using for EFI_GCD_ALLOCATE_TYPE selection --=20 2.28.0.windows.1 |
|