]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: check memory type in AllocatePages()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 22 Apr 2019 22:30:53 +0000 (00:30 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 22 Apr 2019 22:37:28 +0000 (00:37 +0200)
commit5be7918b65dd9ddb448ffd6d1cba1a98d8a8e53c
treedcc68ab76a00bf3d12ea6354d9262ec4ed56a79a
parent8c5ead96b2b2a1334ba16eccfde9c33b5bfd76ca
efi_loader: check memory type in AllocatePages()

The UEFI specification prescribes that AllocatePages() checks the memory
type.

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