]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0e34a341e486cef484b23fa4437aa0d9d281bff0
tree0de8592c830ff793b98e8a78ed6b1616c0b13f3b
parent6127cd5814caec6d1105684ca66f81971e04eb49
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