ArmPlatformPkg/ArmRealViewEbPkg: Set some missing PCDs

PcdEmbeddedPerformanceCounterFrequencyInHz and PcdSerialRegisterBase
were not defined.



git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11748 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
oliviermartin 2011-06-03 09:40:01 +00:00
parent a89cb4b773
commit 6fd231c072
2 changed files with 12 additions and 0 deletions

View File

@ -350,6 +350,7 @@
# 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
gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|1000000
gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000 # expressed in 100ns units, 100,000 x 100 ns = 10,000,000 ns = 10 ms gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000 # expressed in 100ns units, 100,000 x 100 ns = 10,000,000 ns = 10 ms
# #
@ -362,6 +363,11 @@
# #
gArmRealViewEbPkgTokenSpaceGuid.PcdGdbUartBase|0x1000a000 gArmRealViewEbPkgTokenSpaceGuid.PcdGdbUartBase|0x1000a000
#
# ARM PL011 - Serial Terminal
#
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x10009000
# #
# ARM PL390 General Interrupt Controller # ARM PL390 General Interrupt Controller
# #

View File

@ -354,6 +354,7 @@
# 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
gEmbeddedTokenSpaceGuid.PcdEmbeddedPerformanceCounterFrequencyInHz|1000000
gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000 # expressed in 100ns units, 100,000 x 100 ns = 10,000,000 ns = 10 ms gEmbeddedTokenSpaceGuid.PcdTimerPeriod|100000 # expressed in 100ns units, 100,000 x 100 ns = 10,000,000 ns = 10 ms
# #
@ -366,6 +367,11 @@
# #
gArmRealViewEbPkgTokenSpaceGuid.PcdGdbUartBase|0x1000a000 gArmRealViewEbPkgTokenSpaceGuid.PcdGdbUartBase|0x1000a000
#
# ARM PL011 - Serial Terminal
#
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x10009000
# #
# ARM PL390 General Interrupt Controller # ARM PL390 General Interrupt Controller
# #