From da45a3608787d77fc55d915bee3903f5119b3ee6 Mon Sep 17 00:00:00 2001 From: "Luo, Heng" Date: Tue, 12 Jan 2021 13:23:08 +0800 Subject: MdeModulePkg: Update UNI file for PCIe Resizable BAR Capability REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3138 PcdPcieResizableBarSupport was added in MdeModulePkg.dec, update UNI file as the documentation of the PCD. Cc: Ray Ni Cc: Hao A Wu Signed-off-by: Heng Luo Acked-by: Laszlo Ersek Acked-by: Hao A Wu Reviewed-by: Ray Ni --- MdeModulePkg/MdeModulePkg.uni | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'MdeModulePkg/MdeModulePkg.uni') diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni index 1b347a75f6..ef9f4d97b9 100644 --- a/MdeModulePkg/MdeModulePkg.uni +++ b/MdeModulePkg/MdeModulePkg.uni @@ -4,7 +4,7 @@ // It also provides the definitions(including PPIs/PROTOCOLs/GUIDs and library classes) // and libraries instances, which are used for those modules. // -// Copyright (c) 2007 - 2020, Intel Corporation. All rights reserved.
+// Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.
// // SPDX-License-Identifier: BSD-2-Clause-Patent // @@ -1324,3 +1324,9 @@ #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdGhcbSize_PROMPT #language en-US "Guest-Hypervisor Communication Block (GHCB) Pool Base Size" #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdGhcbSize_HELP #language en-US "Used with SEV-ES support to identify the size of the address range that is not to be encrypted." + +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPcieResizableBarSupport_PROMPT #language en-US "Enable PCIe Resizable BAR Capability Supported" + +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPcieResizableBarSupport_HELP #language en-US "Indicates if the PCIe Resizable BAR Capability Supported.

\n" + "TRUE - PCIe Resizable BAR Capability is supported.
\n" + "FALSE - PCIe Resizable BAR Capability is not supported.
" -- cgit v1.2.3