grub/grub-core/kern/efi
Mark Salter c945ca75c3 Fix exit to EFI firmware
The current code for EFI grub_exit() calls grub_efi_fini() before
returning to firmware. In the case of ARM, this leaves a timer
event running which could lead to a firmware crash. This patch
changes this so that grub_machine_fini() is called with a NORETURN
flag. This allows machine-specific shutdown to happen as well
as the shutdown done by grub_efi_fini().

Signed-off-by: Mark Salter <msalter@redhat.com>
2015-06-12 13:08:36 +03:00
..
efi.c Fix exit to EFI firmware 2015-06-12 13:08:36 +03:00
init.c efi: check *path non-null before grub_strrchr 2014-11-17 14:11:01 +00:00
mm.c * grub-core/kern/efi/mm.c (grub_efi_get_memory_map): Never return a 2015-01-21 17:42:15 +01:00