efi_loader: new function efi_memcpy_runtime()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 28 Jun 2020 14:30:29 +0000 (16:30 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:17 +0000 (23:14 +0200)
commitb0dd8cb4076ea178df93ad56be6636dcdb444c33
treeb2cfe6dbd438e1384c07acc7363169a8a0150a38
parent724d28171e5bd239866cdf885a7b70c059ddd563
efi_loader: new function efi_memcpy_runtime()

Provide a memcpy() function that we can use at UEFI runtime.

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