public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch V2] EmulatorPkg: don't diaplay the cpu current speed
@ 2019-06-03  6:45 Zhiguang Liu
  2019-06-03  6:51 ` [edk2-devel] " Ni, Ray
       [not found] ` <15A49DA9FFA456B0.4546@groups.io>
  0 siblings, 2 replies; 21+ messages in thread
From: Zhiguang Liu @ 2019-06-03  6:45 UTC (permalink / raw)
  To: devel; +Cc: Jordan Justen, Andrew Fish, Ray Ni

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=1686

The bug reporter wish to diaplay nothing as the CPU is virtual

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
---
 MdeModulePkg/Application/UiApp/FrontPage.c | 5 -----
 1 file changed, 5 deletions(-)

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);
 
-        ConvertProcessorToString(Type4Record->CurrentSpeed, 6, &NewString);
-        UiCustomizeFrontPageBanner (2, FALSE, &NewString);
-        HiiSetString (gFrontPagePrivate.HiiHandle, STRING_TOKEN (STR_FRONT_PAGE_CPU_SPEED), NewString, NULL);
-        FreePool (NewString);
-
         FoundCpu = TRUE;
       }
     }
-- 
2.21.0.windows.1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2019-06-11 15:20 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-03  6:45 [Patch V2] EmulatorPkg: don't diaplay the cpu current speed Zhiguang Liu
2019-06-03  6:51 ` [edk2-devel] " Ni, Ray
     [not found] ` <15A49DA9FFA456B0.4546@groups.io>
2019-06-04  8:50   ` Ni, Ray
2019-06-04 11:53     ` Ard Biesheuvel
2019-06-04 13:40       ` Liming Gao
2019-06-04 13:41         ` Ard Biesheuvel
2019-06-04 14:19           ` Liming Gao
2019-06-05  1:10             ` Ni, Ray
2019-06-05  8:03               ` Laszlo Ersek
2019-06-05 14:31                 ` Zeng, Star
2019-06-10  6:01                   ` Wu, Hao A
2019-06-10  6:13                     ` Yao, Jiewen
2019-06-10  6:20                       ` Wu, Hao A
2019-06-10  7:16                         ` Ni, Ray
2019-06-10  7:32                           ` Wu, Hao A
2019-06-10  7:33                             ` Ni, Ray
2019-06-10  7:37                               ` Ard Biesheuvel
2019-06-10  8:07                                 ` Wu, Hao A
2019-06-10 10:50                                   ` Ard Biesheuvel
2019-06-11 15:19                           ` Laszlo Ersek
2019-06-10  7:39                         ` Yao, Jiewen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox