mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 00:24:07 +02:00
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
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSetNxForStack|TRUE
|
||||||
|
|
||||||
[PcdsFixedAtBuild.ARM]
|
|
||||||
gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize|40
|
|
||||||
|
|
||||||
[Components.common]
|
[Components.common]
|
||||||
#
|
#
|
||||||
# Ramdisk support
|
# Ramdisk support
|
||||||
|
@ -143,10 +143,6 @@
|
|||||||
gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
|
gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
|
||||||
|
|
||||||
[PcdsFixedAtBuild.AARCH64]
|
[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,
|
# 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
|
# 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
|
# presence of the 32-bit entry point anyway (because many AARCH64 systems
|
||||||
|
@ -157,10 +157,6 @@
|
|||||||
#
|
#
|
||||||
gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize|16
|
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]
|
[PcdsDynamicDefault.common]
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
|
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user