From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: ray.ni@intel.com) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by groups.io with SMTP; Sun, 02 Jun 2019 23:52:04 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jun 2019 23:52:03 -0700 X-ExtLoop1: 1 Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga007.fm.intel.com with ESMTP; 02 Jun 2019 23:52:02 -0700 Received: from fmsmsx157.amr.corp.intel.com (10.18.116.73) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 2 Jun 2019 23:52:02 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by FMSMSX157.amr.corp.intel.com (10.18.116.73) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 2 Jun 2019 23:52:02 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.137]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.192]) with mapi id 14.03.0415.000; Mon, 3 Jun 2019 14:52:00 +0800 From: "Ni, Ray" To: "devel@edk2.groups.io" , "Liu, Zhiguang" CC: "Justen, Jordan L" , Andrew Fish Subject: Re: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed Thread-Topic: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed Thread-Index: AQHVGdfycauCGkpC402vij+ELikwKKaJfdXQ Date: Mon, 3 Jun 2019 06:51:37 +0000 Deferred-Delivery: Mon, 3 Jun 2019 06:52:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C18ACEB@SHSMSX104.ccr.corp.intel.com> References: <20190603064503.20460-1-zhiguang.liu@intel.com> In-Reply-To: <20190603064503.20460-1-zhiguang.liu@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ray Ni > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of > Zhiguang Liu > Sent: Monday, June 3, 2019 2:45 PM > To: devel@edk2.groups.io > Cc: Justen, Jordan L ; Andrew Fish > ; Ni, Ray > Subject: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu curr= ent > speed >=20 > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D1686 >=20 > The bug reporter wish to diaplay nothing as the CPU is virtual >=20 > Cc: Jordan Justen > Cc: Andrew Fish > Cc: Ray Ni > Signed-off-by: Zhiguang Liu > --- > MdeModulePkg/Application/UiApp/FrontPage.c | 5 ----- > 1 file changed, 5 deletions(-) >=20 > diff --git a/MdeModulePkg/Application/UiApp/FrontPage.c > b/MdeModulePkg/Application/UiApp/FrontPage.c > index 4b95cccb5c..fded763406 100644 > --- a/MdeModulePkg/Application/UiApp/FrontPage.c > +++ b/MdeModulePkg/Application/UiApp/FrontPage.c > @@ -621,11 +621,6 @@ UpdateFrontPageBannerStrings ( > HiiSetString (gFrontPagePrivate.HiiHandle, STRING_TOKEN > (STR_FRONT_PAGE_CPU_MODEL), NewString, NULL); > FreePool (NewString); >=20 > - ConvertProcessorToString(Type4Record->CurrentSpeed, 6, > &NewString); > - UiCustomizeFrontPageBanner (2, FALSE, &NewString); > - HiiSetString (gFrontPagePrivate.HiiHandle, STRING_TOKEN > (STR_FRONT_PAGE_CPU_SPEED), NewString, NULL); > - FreePool (NewString); > - > FoundCpu =3D TRUE; > } > } > -- > 2.21.0.windows.1 >=20 >=20 >=20