efi_loader: return values of GetTime()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 19 May 2019 19:41:28 +0000 (21:41 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 24 May 2019 16:58:13 +0000 (18:58 +0200)
commitbb2b13d52877c06f798600c848ddf1eb750ba85f
tree0de8592c830ff793b98e8a78ed6b1616c0b13f3b
parent433bfe7b122eab59ef54e435154f31407668f5b2
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>
lib/efi_loader/efi_runtime.c