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:
Jason1 Lin 2024-07-27 18:08:34 +08:00 committed by mergify[bot]
parent 5b08df03f8
commit bc1c890e8e

View File

@ -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.