mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
efi_loader: check map_key in ExitBootServices
The UEFI spec requires that the memory map key is checked in ExitBootServices(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
8e835554b3
commit
1fcb7ea284
3 changed files with 14 additions and 1 deletions
|
@ -82,6 +82,9 @@ const char *__efi_nesting_dec(void);
|
|||
#define EFI_CACHELINE_SIZE 128
|
||||
#endif
|
||||
|
||||
/* Key identifying current memory map */
|
||||
extern efi_uintn_t efi_memory_map_key;
|
||||
|
||||
extern struct efi_runtime_services efi_runtime_services;
|
||||
extern struct efi_system_table systab;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue