commit | b4bd366891b61a88326d0a597e34bd7ce10b4a5c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun May 19 21:41:28 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri May 24 18:58:13 2019 +0200 |
tree | 0de8592c830ff793b98e8a78ed6b1616c0b13f3b | |
parent | 411b2d58d002a429bb60deb7677be23cdadf7c59 [diff] |
efi_loader: return values of GetTime() According to the UEFI spec 2.8 the GetTime() runtime service should return EFI_UNSUPPORTED if the real time clock is not available. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>