efi_loader: implement SetTime
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 19 May 2019 18:07:39 +0000 (20:07 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 24 May 2019 16:58:13 +0000 (18:58 +0200)
commit433bfe7b122eab59ef54e435154f31407668f5b2
treec7bfc0a117c2d7b49ddb3e2153ba07b65730acb5
parent40920bdecc4e1b7096de6f546d7b5c2185554ba6
efi_loader: implement SetTime

Implement the SetTime() runtime service.

Extend the real time clock selftest to check setting the clock.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_runtime.c
lib/efi_selftest/efi_selftest_rtc.c