mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 21:54:27 +02:00
MdeModulePkg: Add the PcdUfsInitialCompletionTimeout in DEC File
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4820 - Add the PCD to indicate the UFS device initialize completion time - Default value of this PCD value is 600ms Signed-off-by: Jason1 Lin <jason1.lin@intel.com>
This commit is contained in:
parent
5b08df03f8
commit
bc1c890e8e
@ -1704,6 +1704,11 @@
|
||||
# @Prompt SPI NOR Flash Operation Delay in Microseconds (16 us)
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdSpiNorFlashOperationDelayMicroseconds|0x00000010|UINT32|0x00000035
|
||||
|
||||
## Indicate the default timeout value for UFS device initial completetion in microseconds.
|
||||
#
|
||||
# @Prompt UFS device initial completion timoeout (us), default value is 600ms.
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdUfsInitialCompletionTimeout|600000|UINT32|0x00000036
|
||||
|
||||
[PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx]
|
||||
## This PCD defines the Console output row. The default value is 25 according to UEFI spec.
|
||||
# This PCD could be set to 0 then console output would be at max column and max row.
|
||||
|
Loading…
x
Reference in New Issue
Block a user