From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.88; helo=mga01.intel.com; envelope-from=dandan.bi@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 4CD4B21D49C6F for ; Sun, 4 Feb 2018 16:41:28 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Feb 2018 16:47:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,462,1511856000"; d="scan'208";a="14975414" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga007.jf.intel.com with ESMTP; 04 Feb 2018 16:47:08 -0800 Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 4 Feb 2018 16:47:08 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 4 Feb 2018 16:47:07 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.124]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.253]) with mapi id 14.03.0319.002; Mon, 5 Feb 2018 08:47:06 +0800 From: "Bi, Dandan" To: "Zhang, Chao B" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH] SecurityPkg: Add UNI string for 2 PCDs Thread-Index: AQHTnJzLh0e5bdaxoUuES60BrAPycqOU/D2Q Date: Mon, 5 Feb 2018 00:47:05 +0000 Message-ID: <3C0D5C461C9E904E8F62152F6274C0BB3BA3BC7C@shsmsx102.ccr.corp.intel.com> References: <20180203031202.22516-1-chao.b.zhang@intel.com> In-Reply-To: <20180203031202.22516-1-chao.b.zhang@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] SecurityPkg: Add UNI string for 2 PCDs X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Feb 2018 00:41: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 Zhan= g, Chao B Sent: Saturday, February 3, 2018 11:12 AM To: edk2-devel@lists.01.org Cc: Bi, Dandan ; Zhang, Chao B Subject: [edk2] [PATCH] SecurityPkg: Add UNI string for 2 PCDs Add prompt & help string for PcdTpm2CurrentIrqNum, PcdTpm2PossibleIrqNumBuf Cc: Dandan Bi Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Chao Zhang --- SecurityPkg/SecurityPkg.uni | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/SecurityPkg/SecurityPkg.uni b/SecurityPkg/SecurityPkg.uni inde= x 1263516..aaf7726 100644 --- a/SecurityPkg/SecurityPkg.uni +++ b/SecurityPkg/SecurityPkg.uni @@ -5,7 +5,7 @@ // It also provides the definitions(including PPIs/PROTOCOLs/GUIDs and lib= rary classes) // and libraries instances, which are used for those feature= s. // -// Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.
+// Copyright (c) 2009 - 2018, Intel Corporation. All rights=20 +reserved.
// // This program and the accompanying materials are licensed and made avail= able under // the terms and conditions of the BSD License which accompanie= s this distribution. @@ -238,3 +238,12 @@ = "To support configuring from setup page, this PCD can be DynamicH= ii type and map to a setup option.
\n" = "For example, map to TCG2_VERSION.Tpm2AcpiTableRev to be configur= ed by Tcg2ConfigDxe driver.
\n" = "gEfiSecurityPkgTokenSpaceGuid.PcdTpm2AcpiTableRev|L\"TCG2_VERSIO= N\"|gTcg2ConfigFormSetGuid|0x8|3|NV,BS
" + +#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpm2CurrentIrqNum_PROMPT #la= nguage en-US "Current TPM2 device interrupt number" + +#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpm2CurrentIrqNum_HELP #lang= uage en-US "This PCD defines current TPM2 device interrupt number reported = by _CRS. If set to 0, interrupt is disabled." + +#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpm2PossibleIrqNumBuf_PROMPT = #language en-US "Possible TPM2 device interrupt number buffer" + +#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpm2PossibleIrqNumBuf_HELP #= language en-US "This PCD defines possible TPM2 interrupt number in a platfo= rm reported by _PRS control method.\n" + = "If PcdTpm2CurrentIrqNum set to 0, _PRS will not report any = possible TPM2 interrupt numbers." \ No newline at end of file -- 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel