mirror of https://github.com/acidanthera/audk.git
MdePkg: Allow PcdFSBClock to by Dynamic
We are going to want to change the value of PcdFSBClock at run time in OvmfXen, so move it to the PcdsDynamic section. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2490 Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Message-Id: <20210412133003.146438-3-anthony.perard@citrix.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
parent
29280c7084
commit
44ad51d6b1
|
@ -2265,10 +2265,6 @@
|
||||||
# @ValidList 0x80000001 | 8, 16, 32
|
# @ValidList 0x80000001 | 8, 16, 32
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdPort80DataWidth|8|UINT8|0x0000002d
|
gEfiMdePkgTokenSpaceGuid.PcdPort80DataWidth|8|UINT8|0x0000002d
|
||||||
|
|
||||||
## This value is used to configure X86 Processor FSB clock.
|
|
||||||
# @Prompt FSB Clock.
|
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000|UINT32|0x0000000c
|
|
||||||
|
|
||||||
## The maximum printable number of characters. UefLib functions: AsciiPrint(), AsciiErrorPrint(),
|
## The maximum printable number of characters. UefLib functions: AsciiPrint(), AsciiErrorPrint(),
|
||||||
# PrintXY(), AsciiPrintXY(), Print(), ErrorPrint() base on this PCD value to print characters.
|
# PrintXY(), AsciiPrintXY(), Print(), ErrorPrint() base on this PCD value to print characters.
|
||||||
# @Prompt Maximum Printable Number of Characters.
|
# @Prompt Maximum Printable Number of Characters.
|
||||||
|
@ -2372,5 +2368,9 @@
|
||||||
# @Prompt Boot Timeout (s)
|
# @Prompt Boot Timeout (s)
|
||||||
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0xffff|UINT16|0x0000002c
|
gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut|0xffff|UINT16|0x0000002c
|
||||||
|
|
||||||
|
## This value is used to configure X86 Processor FSB clock.
|
||||||
|
# @Prompt FSB Clock.
|
||||||
|
gEfiMdePkgTokenSpaceGuid.PcdFSBClock|200000000|UINT32|0x0000000c
|
||||||
|
|
||||||
[UserExtensions.TianoCore."ExtraFiles"]
|
[UserExtensions.TianoCore."ExtraFiles"]
|
||||||
MdePkgExtra.uni
|
MdePkgExtra.uni
|
||||||
|
|
Loading…
Reference in New Issue