mirror of https://github.com/acidanthera/audk.git
ArmPkg: remove unused PcdArmUncachedMemoryMask PCD
This removes the PCD PcdArmUncachedMemoryMask from ArmPkg, along with any remaining references to it in various platform .DSC files. It is no longer used now that we removed the virtual uncached pages protocol and the associated DebugUncachedMemoryAllocationLib library instance. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
parent
4b1dd5c457
commit
40f4246589
|
@ -84,7 +84,6 @@
|
||||||
# Using a FeaturePcd make a '(BOOLEAN) casting for its value which is not understood by the preprocessor.
|
# Using a FeaturePcd make a '(BOOLEAN) casting for its value which is not understood by the preprocessor.
|
||||||
gArmTokenSpaceGuid.PcdVFPEnabled|0|UINT32|0x00000024
|
gArmTokenSpaceGuid.PcdVFPEnabled|0|UINT32|0x00000024
|
||||||
|
|
||||||
gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000080000000|UINT64|0x00000002
|
|
||||||
# This PCD will free the unallocated buffers if their size reach this threshold.
|
# This PCD will free the unallocated buffers if their size reach this threshold.
|
||||||
# We set the default value to 512MB.
|
# We set the default value to 512MB.
|
||||||
gArmTokenSpaceGuid.PcdArmFreeUncachedMemorySizeThreshold|0x20000000|UINT64|0x00000003
|
gArmTokenSpaceGuid.PcdArmFreeUncachedMemorySizeThreshold|0x20000000|UINT64|0x00000003
|
||||||
|
|
|
@ -360,11 +360,6 @@
|
||||||
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode|20
|
||||||
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
|
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData|0
|
||||||
|
|
||||||
#
|
|
||||||
# ARM Pcds
|
|
||||||
#
|
|
||||||
gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000000000000
|
|
||||||
|
|
||||||
!if $(SECURE_BOOT_ENABLE) == TRUE
|
!if $(SECURE_BOOT_ENABLE) == TRUE
|
||||||
# override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
|
# override the default values from SecurityPkg to ensure images from all sources are verified in secure boot
|
||||||
gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
|
gEfiSecurityPkgTokenSpaceGuid.PcdOptionRomImageVerificationPolicy|0x04
|
||||||
|
|
|
@ -113,11 +113,6 @@
|
||||||
# Size of the region used by UEFI in permanent memory (Reserved 64MB)
|
# Size of the region used by UEFI in permanent memory (Reserved 64MB)
|
||||||
gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
|
gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
|
||||||
|
|
||||||
#
|
|
||||||
# ARM Pcds
|
|
||||||
#
|
|
||||||
gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
|
|
||||||
|
|
||||||
## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
|
## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
|
||||||
gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
|
gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
|
||||||
|
|
||||||
|
|
|
@ -113,11 +113,6 @@
|
||||||
# Size of the region used by UEFI in permanent memory (Reserved 64MB)
|
# Size of the region used by UEFI in permanent memory (Reserved 64MB)
|
||||||
gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
|
gArmPlatformTokenSpaceGuid.PcdSystemMemoryUefiRegionSize|0x04000000
|
||||||
|
|
||||||
#
|
|
||||||
# ARM Pcds
|
|
||||||
#
|
|
||||||
gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
|
|
||||||
|
|
||||||
## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
|
## Trustzone enable (to make the transition from EL3 to EL2 in ArmPlatformPkg/Sec)
|
||||||
gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
|
gArmTokenSpaceGuid.PcdTrustzoneSupport|FALSE
|
||||||
|
|
||||||
|
|
|
@ -368,11 +368,6 @@
|
||||||
# Shell.
|
# Shell.
|
||||||
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
|
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
|
||||||
|
|
||||||
#
|
|
||||||
# ARM Pcds
|
|
||||||
#
|
|
||||||
gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
|
|
||||||
|
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10
|
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|10
|
||||||
|
|
||||||
# GUID of the UEFI Shell
|
# GUID of the UEFI Shell
|
||||||
|
|
|
@ -162,11 +162,6 @@
|
||||||
# OMAP Interrupt Controller
|
# OMAP Interrupt Controller
|
||||||
gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x48200000
|
gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress|0x48200000
|
||||||
|
|
||||||
#
|
|
||||||
# ARM Pcds
|
|
||||||
#
|
|
||||||
gArmTokenSpaceGuid.PcdArmUncachedMemoryMask|0x0000000040000000
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Components Section - list of all EDK II Modules needed by this Platform
|
# Components Section - list of all EDK II Modules needed by this Platform
|
||||||
|
|
Loading…
Reference in New Issue