From: oliviermartin Date: Fri, 1 Jul 2011 14:41:25 +0000 (+0000) Subject: EmbeddedPkg: Removed unused PCD values X-Git-Tag: edk2-stable201903~14557 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=7fb54d9d04f52e22f6df16e0035c565c3dce7bd4 EmbeddedPkg: Removed unused PCD values git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11955 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/EmbeddedPkg/EmbeddedPkg.dec b/EmbeddedPkg/EmbeddedPkg.dec index 4b981293ed..5165f04d14 100644 --- a/EmbeddedPkg/EmbeddedPkg.dec +++ b/EmbeddedPkg/EmbeddedPkg.dec @@ -82,9 +82,6 @@ gEmbeddedTokenSpaceGuid.PcdPrePiHobBase|131072|UINT32|0x00000040 gEmbeddedTokenSpaceGuid.PcdPrePiStackBase|0|UINT32|0x0000000b gEmbeddedTokenSpaceGuid.PcdPrePiStackSize|131072|UINT32|0x0000000c - gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize|0|UINT32|0x000000d - gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress|0|UINT32|0x000000e - gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize|0|UINT32|0x0000000f gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|32|UINT8|0x00000010 gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|0|UINT8|0x00000011 @@ -94,10 +91,6 @@ gEmbeddedTokenSpaceGuid.PcdFlashFvMainBase|0x0|UINT32|0x00000043 gEmbeddedTokenSpaceGuid.PcdFlashFvMainOffset|0x0|UINT32|0x00000044 gEmbeddedTokenSpaceGuid.PcdFlashFvMainSize|0x0|UINT32|0x00000045 - - gEmbeddedTokenSpaceGuid.PcdFlashFvSecBase|0x0|UINT32|0x00000050 - gEmbeddedTokenSpaceGuid.PcdFlashFvSecSize|0x0|UINT32|0x00000051 - # Used to help reduce fragmentation in the EFI memory map # EFI Pages (4K) are the units used diff --git a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf index 970528c0aa..449e57d1af 100644 --- a/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf +++ b/EmbeddedPkg/Library/PrePiLib/PrePiLib.inf @@ -58,8 +58,6 @@ HobLib [Guids] - gEfiHobMemoryAllocModuleGuid - gEfiHobMemoryAllocStackGuid gEfiStatusCodeSpecificDataGuid gEfiMemoryTypeInformationGuid gEfiStatusCodeDataTypeDebugGuid @@ -70,10 +68,6 @@ [FixedPcd.common] - gEmbeddedTokenSpaceGuid.PcdPrePiHobBase - gEmbeddedTokenSpaceGuid.PcdPrePiTempMemorySize - gEmbeddedTokenSpaceGuid.PcdPrePiBfvBaseAddress - gEmbeddedTokenSpaceGuid.PcdPrePiBfvSize gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize