Enhance the RTC driver to not reserve the CMOS century register MSB.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8476 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -296,16 +296,6 @@ ConvertEfiTimeToRtcTime (
|
||||
OUT UINT8 *Century
|
||||
);
|
||||
|
||||
/**
|
||||
See if centry register of RTC is valid.
|
||||
|
||||
@retval EFI_SUCCESS Century register is valid.
|
||||
@retval EFI_DEVICE_ERROR Century register is NOT valid.
|
||||
**/
|
||||
EFI_STATUS
|
||||
RtcTestCenturyRegister (
|
||||
VOID
|
||||
);
|
||||
|
||||
/**
|
||||
Converts time read from RTC to EFI_TIME format defined by UEFI spec.
|
||||
|
Reference in New Issue
Block a user