summaryrefslogtreecommitdiff
path: root/DuetPkg/PcRtc/RealTimeClock.c
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-06 03:25:24 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-06 03:25:24 +0000
commite25803f0f0fcee1f3fa34dea67ca89ba1cada9dd (patch)
tree3fd3594efaa005a3f67b2c14988034a7f5521896 /DuetPkg/PcRtc/RealTimeClock.c
parentcf0206ee8b1bccb0af70d62067c0d9761c3f31ea (diff)
downloadedk2-platforms-e25803f0f0fcee1f3fa34dea67ca89ba1cada9dd.tar.xz
1, Enable USB boot for R9's Duet.
2, Work around an RTC issue for DUET under vmware environment. 3, Enable early serial status code output for DxeCore module. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7187 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/PcRtc/RealTimeClock.c')
-rw-r--r--DuetPkg/PcRtc/RealTimeClock.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/DuetPkg/PcRtc/RealTimeClock.c b/DuetPkg/PcRtc/RealTimeClock.c
index 1df9945d4e..d3c5f31c4d 100644
--- a/DuetPkg/PcRtc/RealTimeClock.c
+++ b/DuetPkg/PcRtc/RealTimeClock.c
@@ -191,11 +191,13 @@ Returns:
//
// Wait for up to 0.1 seconds for the RTC to be updated
//
- Status = RtcWaitToUpdate (100000);
- if (EFI_ERROR (Status)) {
- EfiReleaseLock (&Global->RtcLock);
- return EFI_DEVICE_ERROR;
- }
+ // KEN: BUGBUG following wait action will cause failure under vmware environment.
+ //
+ //Status = RtcWaitToUpdate (100000);
+ //if (EFI_ERROR (Status)) {
+ // EfiReleaseLock (&Global->RtcLock);
+ // return EFI_DEVICE_ERROR;
+ //}
//
// Get the Time/Date/Daylight Savings values.
//