]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Library/EdkGenericPlatformBdsLib/BdsEntry.c
changed the guid assignment from constant array to hi and low UINT64s (Intel compiler...
[mirror_edk2.git] / EdkModulePkg / Library / EdkGenericPlatformBdsLib / BdsEntry.c
index 39dd3d6956de94e4e85167cf05f650c169a01c3a..07789a36ab68ed657f25a8b000666a907a370968 100644 (file)
@@ -218,7 +218,6 @@ Returns:
     // All the driver options should have been processed since\r
     // now boot will be performed.\r
     //\r
-    PERF_END (0, BDS_TOK, NULL, 0);\r
     Status = BdsLibBootViaBootOption (BootOption, BootOption->DevicePath, &ExitDataSize, &ExitData);\r
     if (EFI_ERROR (Status)) {\r
       //\r
@@ -319,6 +318,12 @@ Returns:
   PERF_START (0, "PlatformBds", "BDS", 0);\r
   PlatformBdsInit (PrivateData);\r
 \r
+  //\r
+  // Initialize the platform specific string and language\r
+  //\r
+  InitializeStringSupport ();\r
+  InitializeLanguage (TRUE);\r
+  InitializeFrontPage (FALSE);\r
   //\r
   // Set up the device list based on EFI 1.1 variables\r
   // process Driver#### and Load the driver's in the\r