From nobody Tue May 7 21:22:47 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+41795+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41795+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1559544329; cv=none; d=zoho.com; s=zohoarc; b=kptc73AJS4K5H/k+uzwVZmUUEodygUwzG5kPxVxUaHY+uriOxwiGOfO2QTTRpMj269nVfDKOfzKsDk7xbMjEtaI+RCG8fgtCtKhP+sG0+dSVkplG2ciGoCHn4s0DGLQ2YT7KH4ObnI+e8Jwj9Fu53OH445dRdkSRKmQ3csAFeak= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1559544329; h=Content-Transfer-Encoding:Cc:Date:From:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=sD5I9JFETQNccY1kLswE7lLD6hp1MW9q8r1tIMgniTY=; b=X8GPX7uN91GkyugqomP5lMP4geIEPN/Q9uiQcx+j2E15F1Ne9XRB1IoTrePC7m7vP5JJOQJC1O81MHsDM4a/pk3TTIDacfTStdyK8KTcow85xRJ0DnSF1rIEBWw+TWQWpKgISmfXoikrj8yrmctg4h6flhW2kpWQzVyGu1trYnI= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+41795+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) header.from= Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1559544329879982.7677779189147; Sun, 2 Jun 2019 23:45:29 -0700 (PDT) Return-Path: X-Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by groups.io with SMTP; Sun, 02 Jun 2019 23:45:28 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False X-Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jun 2019 23:45:28 -0700 X-ExtLoop1: 1 X-Received: from fieedk002.ccr.corp.intel.com ([10.239.157.133]) by fmsmga008.fm.intel.com with ESMTP; 02 Jun 2019 23:45:27 -0700 From: "Zhiguang Liu" To: devel@edk2.groups.io Cc: Jordan Justen , Andrew Fish , Ray Ni Subject: [edk2-devel] [Patch V2] EmulatorPkg: don't diaplay the cpu current speed Date: Mon, 3 Jun 2019 14:45:03 +0800 Message-Id: <20190603064503.20460-1-zhiguang.liu@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,zhiguang.liu@intel.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1559544329; bh=Ozsind9awPsTwCPQfoysfbYjwZI29HSmeDJcz30OQdg=; h=Cc:Date:From:Reply-To:Subject:To; b=rMjCTHifcNMEYvdqRXvj6nrRUWzorLZVS0lmQBiIncltpX8Kut2ayQYubU+t4bKwagP Xg7M+7Fs/tZ4kVUhu9WZDF4TbJgy+fzzI5epdU8GjN6KbNow94gY85pT4u+w/n2Cb333t D7YYmiRqHHuvZaQmIaiRsOJSodMtY0hu9lM= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D1686 The bug reporter wish to diaplay nothing as the CPU is virtual Cc: Jordan Justen Cc: Andrew Fish Cc: Ray Ni Signed-off-by: Zhiguang Liu Reviewed-by: Ray Ni --- MdeModulePkg/Application/UiApp/FrontPage.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MdeModulePkg/Application/UiApp/FrontPage.c b/MdeModulePkg/Appl= ication/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; } } --=20 2.21.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#41795): https://edk2.groups.io/g/devel/message/41795 Mute This Topic: https://groups.io/mt/31907735/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-