summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorJason1 Lin <jason1.lin@intel.com>2024-07-27 18:08:34 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-07-30 20:55:09 +0000
commitbc1c890e8ea08c133806ed2f5f681e7af64bddb2 (patch)
treede24d9ee21c53659c03519a52f1b462b30f73490 /MdeModulePkg
parent5b08df03f8193261e4837ed4e91ff81fa7d17e4d (diff)
downloadedk2-bc1c890e8ea08c133806ed2f5f681e7af64bddb2.tar.gz
edk2-bc1c890e8ea08c133806ed2f5f681e7af64bddb2.tar.bz2
edk2-bc1c890e8ea08c133806ed2f5f681e7af64bddb2.zip
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>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r--MdeModulePkg/MdeModulePkg.dec5
1 files changed, 5 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec
index 3b484db913..693e45911b 100644
--- a/MdeModulePkg/MdeModulePkg.dec
+++ b/MdeModulePkg/MdeModulePkg.dec
@@ -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.