mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-20 12:14:27 +02:00
ArmVirtPkg: drop use of PcdArmArchTimerFreqInHz
PcdArmArchTimerFreqInHz lets platforms override the architectural timer frequency, but this really isn't supported in hardware by anything lower than EL3. Setting it to 0 skips the override - but that is also the default. So drop the explicit setting in ArmVirtPkg platforms in preparation for deleting the Pcd completely. Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
This commit is contained in:
parent
a715d456de
commit
7ee89453b5
@ -147,11 +147,6 @@
|
|||||||
# 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
|
# 0-PCANSI, 1-VT100, 2-VT00+, 3-UTF8, 4-TTYTERM
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
|
gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|4
|
||||||
|
|
||||||
#
|
|
||||||
# ARM Virtual Architectural Timer -- fetch frequency from KVM
|
|
||||||
#
|
|
||||||
gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
|
|
||||||
|
|
||||||
# Use MMIO for accessing Serial port registers.
|
# Use MMIO for accessing Serial port registers.
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|TRUE
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialUseMmio|TRUE
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo|{0xFF}
|
gEfiMdeModulePkgTokenSpaceGuid.PcdSerialPciDeviceInfo|{0xFF}
|
||||||
|
@ -190,11 +190,6 @@
|
|||||||
gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
|
gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
#
|
|
||||||
# ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
|
|
||||||
#
|
|
||||||
gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Network Pcds
|
# Network Pcds
|
||||||
#
|
#
|
||||||
|
@ -156,11 +156,6 @@
|
|||||||
gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
|
gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType|1
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
#
|
|
||||||
# ARM Virtual Architectural Timer -- fetch frequency from QEMU (TCG) or KVM
|
|
||||||
#
|
|
||||||
gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Network Pcds
|
# Network Pcds
|
||||||
#
|
#
|
||||||
|
@ -86,11 +86,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 Virtual Architectural Timer
|
|
||||||
#
|
|
||||||
gArmTokenSpaceGuid.PcdArmArchTimerFreqInHz|0
|
|
||||||
|
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
|
gEfiMdeModulePkgTokenSpaceGuid.PcdResetOnMemoryTypeInformationChange|FALSE
|
||||||
gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
|
gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile|{ 0x21, 0xaa, 0x2c, 0x46, 0x14, 0x76, 0x03, 0x45, 0x83, 0x6e, 0x8a, 0xb6, 0xf4, 0x66, 0x23, 0x31 }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user