grub/grub-core
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
..
2015-03-03 20:50:37 +01:00
2015-01-27 17:17:58 +01:00
2015-06-12 09:30:02 +03:00
2015-02-26 22:10:09 +01:00
2015-06-12 13:08:36 +03:00
2015-01-28 20:35:28 +03:00
2015-03-03 20:50:37 +01:00
2013-04-27 02:00:16 +02:00
2013-04-11 21:12:46 +02:00
2013-04-11 21:12:46 +02:00
2013-04-11 21:12:46 +02:00
2013-04-11 21:12:46 +02:00
2015-03-03 20:59:36 +01:00