mirror of https://github.com/acidanthera/audk.git
ArmVirtPkg: drop PcdPrePiCpuMemorySize assignments from all platforms
PcdPrePiCpuMemorySize is no longer used so drop the PCD overrides from all platform descriptions in ArmVirtPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
175358e15e
commit
55342094fb
|
@ -388,9 +388,6 @@
|
|||
#
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
|
||||
|
||||
[PcdsFixedAtBuild.ARM]
|
||||
gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
|
||||
|
||||
[Components.common]
|
||||
#
|
||||
# Ramdisk support
|
||||
|
|
|
@ -143,10 +143,6 @@
|
|||
gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
|
||||
|
||||
[PcdsFixedAtBuild.AARCH64]
|
||||
# KVM limits it IPA space to 40 bits (1 TB), so there is no need to
|
||||
# support anything bigger, even if the host hardware does
|
||||
gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
|
||||
|
||||
# Clearing BIT0 in this PCD prevents installing a 32-bit SMBIOS entry point,
|
||||
# if the entry point version is >= 3.0. AARCH64 OSes cannot assume the
|
||||
# presence of the 32-bit entry point anyway (because many AARCH64 systems
|
||||
|
|
|
@ -157,10 +157,6 @@
|
|||
#
|
||||
gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
|
||||
|
||||
# KVM limits it IPA space to 40 bits (1 TB), so there is no need to
|
||||
# support anything bigger, even if the host hardware does
|
||||
gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
|
||||
|
||||
[PcdsDynamicDefault.common]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
|
||||
|
||||
|
|
Loading…
Reference in New Issue