]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: out of resources in AllocatePages()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 May 2019 05:55:05 +0000 (07:55 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 12 May 2019 18:54:22 +0000 (20:54 +0200)
commit8652b4be82c583c1059195126a8d5eee69a97c36
tree3602d37f48ea29455966402a62729234865d07ea
parentc36477e6e143a34283b0f844e7474fdff2b034c7
efi_loader: out of resources in AllocatePages()

According to the UEFI AllocatePages() has to return EFI_OUT_OF_RESOURCES if
sufficient memory is not available.

Change the return value.

UEFI SCT II (2017): 3.2.1 AllocatePages(), 5.1.2.1.8

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