u-boot/lib/efi_loader
Heinrich Schuchardt 53def68df5 efi_loader: AllocateAddress requires page address
AllocatePages() can be called with Type=AllocateAddress. Such a call can
only succeed if *Memory points to the address of an unallocated page range.

A call with *Memory being an address that is not page aligned must not
succeed. The UEFI specification requires returning EFI_OUT_OF_RESOURCES
if the requested pages cannot be allocated.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2022-11-06 10:50:04 +01:00
..
2022-10-30 20:07:17 +01:00
2022-01-19 18:11:34 +01:00
2022-10-06 22:54:57 +02:00
2022-02-03 12:16:01 -05:00