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:
gikidy
2009-06-05 06:42:00 +00:00
parent d616bf7593
commit a47b308ad4
2 changed files with 3 additions and 52 deletions

View File

@ -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.