X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FMdePkg.uni;h=5c1fa24065c763eafb34fcb2ddcc357110f91029;hb=5b45b44e6f303dd421110a109ff5cfc2ae8f7555;hp=f5a8ed1618f989a3befd1babf44741d94be00732;hpb=d0abf8bb3e0972011ebffd3eaa3ce29c69a8a7b8;p=mirror_edk2.git diff --git a/MdePkg/MdePkg.uni b/MdePkg/MdePkg.uni index f5a8ed1618..5c1fa24065 100644 --- a/MdePkg/MdePkg.uni +++ b/MdePkg/MdePkg.uni @@ -7,13 +7,7 @@ // 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 // // **/ @@ -155,6 +149,14 @@ " 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"