1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-30 06:51:28 +02:00
Files
u-boot-megous/lib
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-01-18 08:31:02 -05:00
2022-07-11 14:58:57 -04:00
2022-09-15 09:57:11 -04:00
2022-01-19 18:11:34 +01:00
2022-07-26 02:30:56 -06:00
2022-01-19 18:11:34 +01:00
2022-08-12 08:14:23 -04:00
2021-09-04 12:26:01 -04:00
2022-08-10 13:38:30 -04:00
2022-03-15 16:19:29 -04:00
2022-10-27 09:10:08 -04:00
2022-01-19 18:11:34 +01:00
2022-09-03 09:35:48 +02:00