From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com []) by mx.groups.io with SMTP id smtpd.web10.5378.1610429003174546630 for ; Mon, 11 Jan 2021 21:23:24 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: intel.com, ip: , mailfrom: heng.luo@intel.com) IronPort-SDR: RmS539/w+mA2/2q3XfN91iGaW43V/dFC7X65yo8yhbrUomLwC72PAC4lOv0X/siQZcmnsQg5J7 2ssSXFcoH3LQ== X-IronPort-AV: E=McAfee;i="6000,8403,9861"; a="239527120" X-IronPort-AV: E=Sophos;i="5.79,340,1602572400"; d="scan'208";a="239527120" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jan 2021 21:23:21 -0800 IronPort-SDR: hRuY0sHItzIRIesQN0MJWMwcLyJUhRgR01MCWgXBEd7uX66x+tJmFFP9vPhkR1LvFy9z2FpmrF Zq6q4P5si/mw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,340,1602572400"; d="scan'208";a="464398036" Received: from hengluo-dev.ccr.corp.intel.com ([10.239.153.154]) by fmsmga001.fm.intel.com with ESMTP; 11 Jan 2021 21:23:20 -0800 From: "Heng Luo" To: devel@edk2.groups.io Cc: Ray Ni , Hao A Wu Subject: [PATCH 2/2] MdeModulePkg: Update UNI file for PCIe Resizable BAR Capability Date: Tue, 12 Jan 2021 13:23:08 +0800 Message-Id: <20210112052309.2083-2-heng.luo@intel.com> X-Mailer: git-send-email 2.24.0.windows.2 In-Reply-To: <20210112052309.2083-1-heng.luo@intel.com> References: <20210112052309.2083-1-heng.luo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3138 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 --- MdeModulePkg/MdeModulePkg.uni | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 lib= rary classes)=0D // and libraries instances, which are used for those modules.=0D //=0D -// Copyright (c) 2007 - 2020, Intel Corporation. All rights reserved.
= =0D +// Copyright (c) 2007 - 2021, Intel Corporation. All rights reserved.
= =0D //=0D // SPDX-License-Identifier: BSD-2-Clause-Patent=0D //=0D @@ -1324,3 +1324,9 @@ #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdGhcbSize_PROMPT #language en= -US "Guest-Hypervisor Communication Block (GHCB) Pool Base Size"=0D =0D #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdGhcbSize_HELP #language en-U= S "Used with SEV-ES support to identify the size of the address range that = is not to be encrypted."=0D +=0D +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPcieResizableBarSupport_PROM= PT #language en-US "Enable PCIe Resizable BAR Capability Supported"=0D +=0D +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPcieResizableBarSupport_HELP= #language en-US "Indicates if the PCIe Resizable BAR Capability Supported.=

\n"=0D + = "TRUE - PCIe Resizable BAR Capability is supported.
\= n"=0D + = "FALSE - PCIe Resizable BAR Capability is not supported.<= BR>"=0D --=20 2.24.0.windows.2