mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg: Removed duplicate PCD settings
PcdOverridePlatformFdt was set with its default value. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Ronald Cron <Ronald.Cron@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17306 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f066ab4e87
commit
c8ff082794
|
@ -82,11 +82,6 @@
|
|||
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport|TRUE
|
||||
|
||||
#
|
||||
# FDT installation : enable the development specific features
|
||||
#
|
||||
gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt|TRUE
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Juno"
|
||||
gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmJuno"
|
||||
|
|
|
@ -73,11 +73,6 @@
|
|||
# It could be set FALSE to save size.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
|
||||
|
||||
#
|
||||
# FDT installation : enable the development specific features
|
||||
#
|
||||
gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt|TRUE
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express"
|
||||
gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmVExpress-CTA15-A7"
|
||||
|
|
|
@ -98,11 +98,6 @@
|
|||
# It could be set FALSE to save size.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
|
||||
|
||||
#
|
||||
# FDT installation : enable the development specific features
|
||||
#
|
||||
gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt|TRUE
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express"
|
||||
gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmVExpress"
|
||||
|
|
|
@ -80,10 +80,6 @@
|
|||
# to configure the Non-Secure interrupts in the GIC Redistributors
|
||||
# which is not supported at the moment.
|
||||
gArmTokenSpaceGuid.PcdArmGicV3WithV2Legacy|TRUE
|
||||
#
|
||||
# FDT installation : enable the development specific features
|
||||
#
|
||||
gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt|TRUE
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Fixed Virtual Platform"
|
||||
|
|
|
@ -77,11 +77,6 @@
|
|||
# It could be set FALSE to save size.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
|
||||
|
||||
#
|
||||
# FDT installation : enable the development specific features
|
||||
#
|
||||
gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt|TRUE
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express"
|
||||
gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmVExpress-RTSM"
|
||||
|
|
|
@ -77,11 +77,6 @@
|
|||
# It could be set FALSE to save size.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
|
||||
|
||||
#
|
||||
# FDT installation : enable the development specific features
|
||||
#
|
||||
gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt|TRUE
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express"
|
||||
gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmVExpress-RTSM"
|
||||
|
|
|
@ -80,11 +80,6 @@
|
|||
# It could be set FALSE to save size.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|TRUE
|
||||
|
||||
#
|
||||
# FDT installation : enable the development specific features
|
||||
#
|
||||
gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt|TRUE
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express"
|
||||
gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmVExpress-RTSM"
|
||||
|
|
|
@ -74,11 +74,6 @@
|
|||
# It could be set FALSE to save size.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport|FALSE
|
||||
|
||||
#
|
||||
# FDT installation : enable the development specific features
|
||||
#
|
||||
gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt|TRUE
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Foundation Model"
|
||||
gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmFoundation"
|
||||
|
|
|
@ -76,11 +76,6 @@
|
|||
# This PCD ensures the secondary cores are parked into the AArch64 Linux parking protocol.
|
||||
gArmTokenSpaceGuid.PcdArmLinuxSpinTable|TRUE
|
||||
|
||||
#
|
||||
# FDT installation : enable the development specific features
|
||||
#
|
||||
gEmbeddedTokenSpaceGuid.PcdOverridePlatformFdt|TRUE
|
||||
|
||||
[PcdsFixedAtBuild.common]
|
||||
gArmPlatformTokenSpaceGuid.PcdFirmwareVendor|"ARM Versatile Express"
|
||||
gEmbeddedTokenSpaceGuid.PcdEmbeddedPrompt|"ArmVExpress-RTSM"
|
||||
|
|
Loading…
Reference in New Issue