]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit94b58c46c99aecdffa006f97d385393ad27513e5
treeb2cfe6dbd438e1384c07acc7363169a8a0150a38
parent6118ca119b1252874e5a56a98991a405c1102543
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