From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2D7BA1A1DF5 for ; Sun, 23 Oct 2016 17:47:29 -0700 (PDT) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP; 23 Oct 2016 17:47:28 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,539,1473145200"; d="scan'208";a="22799894" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga005.fm.intel.com with ESMTP; 23 Oct 2016 17:47:28 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 23 Oct 2016 17:47:28 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 23 Oct 2016 17:47:28 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.139]) with mapi id 14.03.0248.002; Mon, 24 Oct 2016 08:47:21 +0800 From: "Bi, Dandan" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 1/3] MdeModulePkg: Add PcdPciDegradeResourceForOptionRom prompt&help to UNI Thread-Index: AQHSKnXL52+KBteb1UK1qRuVBbvzcKC2yz0w Date: Mon, 24 Oct 2016 00:47:20 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB3963DB67@shsmsx102.ccr.corp.intel.com> References: <20161020020040.81780-1-ruiyu.ni@intel.com> <20161020020040.81780-2-ruiyu.ni@intel.com> In-Reply-To: <20161020020040.81780-2-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 1/3] MdeModulePkg: Add PcdPciDegradeResourceForOptionRom prompt&help to UNI X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2016 00:47:29 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Dandan Bi Thanks, Dandan -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ruiy= u Ni Sent: Thursday, October 20, 2016 10:01 AM To: edk2-devel@lists.01.org Cc: Bi, Dandan Subject: [edk2] [PATCH 1/3] MdeModulePkg: Add PcdPciDegradeResourceForOptio= nRom prompt&help to UNI Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Dandan Bi --- MdeModulePkg/MdeModulePkg.uni | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni = index 1a5f24e..136eec9 100644 --- a/MdeModulePkg/MdeModulePkg.uni +++ b/MdeModulePkg/MdeModulePkg.uni @@ -997,3 +997,12 @@ #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxRepairCount_PROMPT #lang= uage en-US "MAX repair count" =20 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdMaxRepairCount_HELP #langua= ge en-US "This PCD defines the MAX repair count. The default value is 0 tha= t means infinite.
" + +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciDegradeResourceForOptionR= om_PROMPT #language en-US "Degrade 64-bit PCI MMIO BARs for legacy BIOS op= tion ROMs" + +#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdPciDegradeResourceForOptionR= om_HELP #language en-US "Indicates whether 64-bit PCI MMIO BARs should deg= rade to 32-bit in the presence of an option ROM.
" + = "On X64 platforms, Option ROMs may contain code th= at executes in the context of a legacy BIOS (CSM)," + = "which requires that all PCI MMIO BARs are located= below 4 GB.
" + = "TRUE - All PCI MMIO BARs of a device will be loc= ated below 4 GB if it has an option ROM.
" + = "FALSE - PCI MMIO BARs of a device may be located = above 4 GB even if it has an option ROM.
" + -- 2.9.0.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel