commit | bb2b13d52877c06f798600c848ddf1eb750ba85f | [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 | 433bfe7b122eab59ef54e435154f31407668f5b2 [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>