mirror of https://github.com/acidanthera/audk.git
Added support for UART and Terminal PCD settings
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3661 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b12532db20
commit
656f6e6686
|
@ -144,6 +144,12 @@
|
||||||
PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
|
PcdUefiLibMaxPrintBufferSize|gEfiMdePkgTokenSpaceGuid|320
|
||||||
PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid|0
|
PcdPciIncompatibleDeviceSupportMask|gEfiIntelFrameworkModulePkgTokenSpaceGuid|0
|
||||||
PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid|0xFFFB0000
|
PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid|0xFFFB0000
|
||||||
|
PcdUartDefaultBaudRate|gEfiMdePkgTokenSpaceGuid|115200
|
||||||
|
PcdUartDefaultDataBits|gEfiMdePkgTokenSpaceGuid|8
|
||||||
|
PcdUartDefaultParity|gEfiMdePkgTokenSpaceGuid|1
|
||||||
|
PcdUartDefaultStopBits|gEfiMdePkgTokenSpaceGuid|1
|
||||||
|
PcdDefaultTerminalType|gEfiMdePkgTokenSpaceGuid|0
|
||||||
|
|
||||||
|
|
||||||
[PcdsDynamicDefault.common.DEFAULT]
|
[PcdsDynamicDefault.common.DEFAULT]
|
||||||
PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1
|
PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1
|
||||||
|
|
Loading…
Reference in New Issue