X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FMdePkg.uni;h=5c1fa24065c763eafb34fcb2ddcc357110f91029;hp=18bb01f2199b43491c75af8af245706d89c4eb1b;hb=a7ef158b07524f9afd0cefa3180aeac0fcb6e436;hpb=2c5b667e6401e980e9dae212d362654f79928745 diff --git a/MdePkg/MdePkg.uni b/MdePkg/MdePkg.uni index 18bb01f219..5c1fa24065 100644 --- a/MdePkg/MdePkg.uni +++ b/MdePkg/MdePkg.uni @@ -4,16 +4,10 @@ // It also provides the definitions(including PPIs/PROTOCOLs/GUIDs) of // EFI1.10/UEFI2.4/PI1.3 and some Industry Standards. // -// Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.
+// Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
// Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
// -// This program and the accompanying materials are licensed and made available under -// the terms and conditions of the BSD License which accompanies this distribution. -// The full text of the license may be found at -// http://opensource.org/licenses/bsd-license.php -// -// THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -// WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +// SPDX-License-Identifier: BSD-2-Clause-Patent // // **/ @@ -148,6 +142,21 @@ "0 - No length check for unicode string.
\n" ">0 - Maximum length of unicode string.
" +#string STR_gEfiMdePkgTokenSpaceGuid_PcdControlFlowEnforcementPropertyMask_PROMPT #language en-US "Enable control flow enforcement." + +#string STR_gEfiMdePkgTokenSpaceGuid_PcdControlFlowEnforcementPropertyMask_HELP #language en-US "Indicates the control flow enforcement enabling state.\n" + "If enabled, it uses control flow enforcement technology to prevent ROP or JOP.

\n" + " BIT0 - SMM CET Shadow Stack is enabled.
\n" + " Other - reserved" + +#string STR_gEfiMdePkgTokenSpaceGuid_PcdSpeculationBarrierType_PROMPT #language en-US "Speculation Barrier Type." + +#string STR_gEfiMdePkgTokenSpaceGuid_PcdSpeculationBarrierType_HELP #language en-US "Indicates the type of instruction sequence to use for a speculation.barrier. The default instruction sequence is LFENCE.

\n" + "0x00 - No operation.
\n" + "0x01 - LFENCE (IA32/X64).
\n" + "0x02 - CPUID (IA32/X64).
\n" + "Other - reserved" + #string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumAsciiStringLength_PROMPT #language en-US "Maximum Length of Ascii String" #string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumAsciiStringLength_HELP #language en-US "Sets the maximum number of ASCII characters used for string functions. This affects the following BaseLib functions: AsciiStrLen(), AsciiStrSize(), AsciiStrCmp(), AsciiStrnCmp(), AsciiStrCpy(), AsciiStrnCpy().

\n" @@ -334,10 +343,6 @@ "2 - VT100+
\n" "3 - UTF8
" -#string STR_gEfiMdePkgTokenSpaceGuid_PcdIoBlockBaseAddressForIpf_PROMPT #language en-US "IA64 IO Port Space Base Address." - -#string STR_gEfiMdePkgTokenSpaceGuid_PcdIoBlockBaseAddressForIpf_HELP #language en-US "The base address of IO port space for IA64 arch." - #string STR_gEfiMdePkgTokenSpaceGuid_PcdComponentNameDisable_PROMPT #language en-US "Disable Component Name Protocol" #string STR_gEfiMdePkgTokenSpaceGuid_PcdComponentNameDisable_HELP #language en-US "Indicates if the component name protocol will be installed.

\n"