X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkModulePkg%2FIntelFrameworkModulePkg.dec;h=b4083bc5f468d2246278a7e0826eafaab516feb7;hb=d316f1dca11240e70a2441cb4cc5fbbc0d6efe87;hp=cb398779371d9dc22a07b5d23faff217825a9456;hpb=5aab2d509403352d97809649eaad26f7f44e170c;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec index cb39877937..b4083bc5f4 100644 --- a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec +++ b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec @@ -127,6 +127,9 @@ ## This PCD specifies whether PS2 mouse does a extended verification during start. gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification|TRUE|BOOLEAN|0x00010047 + ## This PCD specifies whether only Boot logo is showed and all message output is disabled in BDS + gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootlogoOnlyEnable|FALSE|BOOLEAN|0x00010048 + [PcdsFixedAtBuild] ## FFS filename to find the default BMP Logo file. gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdLogoFile |{ 0x99, 0x8b, 0xB2, 0x7B, 0xBB, 0x61, 0xD5, 0x11, 0x9A, 0x5D, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }|VOID*|0x40000003 @@ -141,8 +144,9 @@ gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportedFeatures|0x05|UINT8|0x00010040 [PcdsDynamic, PcdsDynamicEx] - ## PCD is used to mark if the machine has complete one boot cycle before. - # After the complete boot, the variable BootState will be set to TRUE. + ## The PCD is used to mark whether the machine is in first boot cycle. + # TRUE means the machine is in first boot cycle. After completing the first boot, + # the PCD's value will be updated to FALSE. gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBootState|TRUE|BOOLEAN|0x0001002f ## Timeout value for displaying progressing bar in before boot OS. @@ -195,7 +199,7 @@ ## The value should be a multiple of 4KB. gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdEbdaReservedMemorySize|0x8000|UINT32|0x30000005 - ## The PCD is used to specify memory size with page number for a pre-allocated ACPI NVS memory to be used + ## The PCD is used to specify memory size with page number for a pre-allocated reserved memory to be used # by PEI in S3 phase. The default size 32K. When changing the value of this PCD, the platform # developer should make sure the memory size is large enough to meet PEI requiremnt in S3 phase. gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize|0x8000|UINT32|0x30000006 @@ -216,4 +220,7 @@ ## The PCD is used to specify the high PMM (Post Memory Manager) size with bytes above 1MB. # The value should be a multiple of 4KB. gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdHighPmmMemorySize|0x400000|UINT32|0x3000000a - \ No newline at end of file + + ## This PCD specifies whether to use the optimized timing for best PS2 detection performance. + # Note this PCD could be set to TRUE for best boot performance and set to FALSE for best device compatibility. + gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFastPS2Detection|FALSE|BOOLEAN|0x3000000b \ No newline at end of file