|
203 | 203 | ## @libraryclass This library is used to report memory type information change |
204 | 204 | ## across a reboot. |
205 | 205 | MemoryTypeInformationChangeLib|Include/Library/MemoryTypeInformationChangeLib.h |
206 | | - |
| 206 | + |
207 | 207 | ## MU_CHANGE |
208 | 208 | ## @libraryclass A public library interface for persisting Capsules across reset. |
209 | 209 | # This provides platform-defined support for persistence on architectures |
|
484 | 484 |
|
485 | 485 | ## Include/Guid/EndofS3Resume.h |
486 | 486 | gEdkiiEndOfS3ResumeGuid = { 0x96f5296d, 0x05f7, 0x4f3c, {0x84, 0x67, 0xe4, 0x56, 0x89, 0x0e, 0x0c, 0xb5 } } |
487 | | - |
| 487 | + |
488 | 488 |
|
489 | 489 | # |
490 | 490 | # Guids for NVMe Timeout Events |
|
718 | 718 | # MU_CHANGE |
719 | 719 | # This protocol provides access to Internal Event services that do not need TPL_APPLICATION |
720 | 720 | gInternalEventServicesProtocolGuid = {0x7ecd162a, 0xc664, 0x11ec, { 0x9d, 0x64, 0x02, 0x42, 0xac, 0x12, 0x00, 0x02 } } |
721 | | - |
| 721 | + |
722 | 722 | ## This protocol defines the generic memory test interfaces in Dxe phase. |
723 | 723 | # Include/Protocol/GenericMemoryTest.h |
724 | 724 | gEfiGenericMemTestProtocolGuid = { 0x309DE7F1, 0x7F5E, 0x4ACE, { 0xB4, 0x9C, 0x53, 0x1B, 0xE5, 0xAA, 0x95, 0xEF }} |
|
1385 | 1385 | # Default is 2000, it represent delay is 2 ms. |
1386 | 1386 | # @Prompt Delay access XHCI register after it issues HCRST (us) |
1387 | 1387 | gEfiMdeModulePkgTokenSpaceGuid.PcdDelayXhciHCReset|2000|UINT16|0x30001060 |
1388 | | - |
| 1388 | + |
1389 | 1389 | # MU_CHANGE [BEGIN] - Support alternative hardware queue sizes in NVME driver |
1390 | 1390 | gEfiMdeModulePkgTokenSpaceGuid.PcdSupportAlternativeQueueSize|FALSE|BOOLEAN|0x40000151 |
1391 | 1391 | # MU_CHANGE [END] |
|
1399 | 1399 | gEfiMdeModulePkgTokenSpaceGuid.PcdFfaTxRxPageCount|1|UINT64|0x30001062 |
1400 | 1400 |
|
1401 | 1401 | # MU_CHANGE [BEGIN] - Support indefinite boot retries |
1402 | | - # # Some platforms require that all EfiLoadOptions are retried until one of the options |
1403 | | - # # succeeds. When True, this Pcd will force Bds to retry all the valid EfiLoadOptions |
1404 | | - # # indefinitely until one of the options succeeds. |
| 1402 | + # # Some platforms require that all EfiLoadOptions are retried until one of the options |
| 1403 | + # # succeeds. When True, this Pcd will force Bds to retry all the valid EfiLoadOptions |
| 1404 | + # # indefinitely until one of the options succeeds. |
1405 | 1405 | # # TRUE - Efi boot options will be retried indefinitely. |
1406 | 1406 | # # FALSE - Efi boot options will not be retried. |
1407 | 1407 | gEfiMdeModulePkgTokenSpaceGuid.PcdSupportInfiniteBootRetries|FALSE|BOOLEAN|0x40000152 |
|
1938 | 1938 | # @Prompt UFS device initial completion timoeout (us), default value is 600ms. |
1939 | 1939 | gEfiMdeModulePkgTokenSpaceGuid.PcdUfsInitialCompletionTimeout|600000|UINT32|0x00000036 |
1940 | 1940 |
|
| 1941 | + ## Delayed Dispatch Max Entries |
| 1942 | + # @Prompt Maximum number of delayed dispatch entries. Default value is 8. |
| 1943 | + gEfiMdeModulePkgTokenSpaceGuid.PcdDelayedDispatchMaxEntries|8|UINT32|0x00000037 |
| 1944 | + |
1941 | 1945 | ## MU_CHANGE [BEGIN] |
1942 | 1946 | ## This PCD holds the background color of progress bar. |
1943 | 1947 | # Bit fields: |
|
1948 | 1952 | # @Prompt Describes background color of progress bar. |
1949 | 1953 | gEfiMdeModulePkgTokenSpaceGuid.PcdProgressBarBackgroundColor|0x00808080|UINT32|0x0000010B |
1950 | 1954 | ## MU_CHANGE [END] |
1951 | | - |
1952 | 1955 | [PcdsPatchableInModule, PcdsDynamic, PcdsDynamicEx] |
1953 | 1956 | ## This PCD defines the Console output row. The default value is 25 according to UEFI spec. |
1954 | 1957 | # This PCD could be set to 0 then console output would be at max column and max row. |
|
2516 | 2519 | ## The value of rate limiter event for timeout check. Default value is 100(unit 1ms). |
2517 | 2520 | # @Prompt The value is use for Usb Network rate limiting supported. |
2518 | 2521 | gEfiMdeModulePkgTokenSpaceGuid.PcdUsbNetworkRateLimitingFactor|100|UINT32|0x10000028 |
2519 | | - |
| 2522 | + |
2520 | 2523 | ## MU_CHANGE - Configuring timer interval in terminal DXE driver |
2521 | 2524 | ## This PCD determines the timer interval to be set when using serial console. |
2522 | 2525 | # @Prompt Sets the serial console timer interval, in the unit of 100ns. |
|
0 commit comments