X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FMdeModulePkg.uni;h=2007e0596c4fdffdbec87377cf5dfaebd0eda88e;hp=2c856ed07333129fb7c2f858df8a756add633be2;hb=d2c46681fa003eefb187878658e049ff92e85705;hpb=af4ee6953c2fc7a506e8d2dc7b1156d5a5f7de6a diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni index 2c856ed073..2007e0596c 100644 --- a/MdeModulePkg/MdeModulePkg.uni +++ b/MdeModulePkg/MdeModulePkg.uni @@ -891,27 +891,6 @@ #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdFrontPageFormSetGuid_HELP #language en-US "This PCD points to the front page formset GUID\n" "Compare the FormsetGuid or ClassGuid with this PCD value can detect whether in front page" -#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPropertiesTableEnable_PROMPT #language en-US "Publish UEFI PropertiesTable." - -#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPropertiesTableEnable_HELP #language en-US "Publish PropertiesTable or not.\n" - "\n" - "If this PCD is TRUE, DxeCore publishs PropertiesTable.\n" - "DxeCore evaluates if all runtime drivers has 4K aligned PE sections. If all\n" - "PE sections in runtime drivers are 4K aligned, DxeCore sets BIT0 in\n" - "PropertiesTable. Or DxeCore clears BIT0 in PropertiesTable.\n" - "If this PCD is FALSE, DxeCore does not publish PropertiesTable.\n" - "\n" - "If PropertiesTable has BIT0 set, DxeCore uses below policy in UEFI memory map:\n" - "1) Use EfiRuntimeServicesCode for runtime driver PE image code section and\n" - "use EfiRuntimeServicesData for runtime driver PE image header and other section.\n" - "2) Set EfiRuntimeServicesCode to be EFI_MEMORY_RO.\n" - "3) Set EfiRuntimeServicesData to be EFI_MEMORY_XP.\n" - "4) Set EfiMemoryMappedIO and EfiMemoryMappedIOPortSpace to be EFI_MEMORY_XP.\n" - "\n" - "NOTE: Platform need gurantee this PCD is set correctly. Platform should set\n" - "this PCD to be TURE if and only if all runtime driver has seperated Code/Data\n" - "section. If PE code/data sections are merged, the result is unpredictable.\n" - #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdShadowPeimOnBoot_HELP #language en-US "Indicates if to shadow PEIM and PeiCore after memory is ready.

\n" "This PCD is used on other boot path except for S3 boot.\n" "TRUE - Shadow PEIM and PeiCore after memory is ready.
\n"