]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/PcRtc/RealTimeClock.c
1, Enable USB boot for R9's Duet.
[mirror_edk2.git] / DuetPkg / PcRtc / RealTimeClock.c
index 1df9945d4edbe60a654228ba3bfe4cc2e5c5f278..d3c5f31c4d7b219d8e01452c13f523aa541ef66c 100644 (file)
@@ -191,11 +191,13 @@ Returns:
   //\r
   // Wait for up to 0.1 seconds for the RTC to be updated\r
   //\r
-  Status = RtcWaitToUpdate (100000);\r
-  if (EFI_ERROR (Status)) {\r
-    EfiReleaseLock (&Global->RtcLock);\r
-    return EFI_DEVICE_ERROR;\r
-  }\r
+  // KEN: BUGBUG following wait action will cause failure under vmware environment.\r
+  //\r
+  //Status = RtcWaitToUpdate (100000);\r
+  //if (EFI_ERROR (Status)) {\r
+  //  EfiReleaseLock (&Global->RtcLock);\r
+  //  return EFI_DEVICE_ERROR;\r
+  //}\r
   //\r
   // Get the Time/Date/Daylight Savings values.\r
   //\r