grub/grub-core/loader/i386
Vladimir 'phcoder' Serbinenko 3c491b479c Terminate UNDI and PXE before launching the payload to avoid problems
with DMA.

	* grub-core/commands/boot.c (grub_loader_noreturn): Rename to ...
	(grub_loader_flags): ... this. All users updated.
	(grub_loader_boot): Check for GRUB_LOADER_FLAG_NORETURN.
	* grub-core/loader/i386/pc/pxechainloader.c (grub_cmd_pxechain): Mark
	loader as GRUB_LOADER_FLAG_PXE_NOT_UNLOAD.
	* grub-core/net/drivers/i386/pc/pxe.c (grub_pxe_shutdown): New
	function.
	(grub_pxe_restore): Likewise.
	(fini_hnd): New var.
	(GRUB_MOD_INIT): Register shutdown hook.
	(GRUB_MOD_FINI): Shutdown and unregister shutdown hook.
	* include/grub/loader.h (GRUB_LOADER_FLAG_NORETURN): New const.
	(GRUB_LOADER_FLAG_PXE_NOT_UNLOAD): Likewise.
	(grub_loader_set): Rename second argument to flags.
2012-04-11 22:32:31 +02:00
..
coreboot boot services avoid code based on the patch by Matthew Garrett 2012-03-03 20:06:41 +01:00
pc Terminate UNDI and PXE before launching the payload to avoid problems 2012-04-11 22:32:31 +02:00
bsd.c boot services avoid code based on the patch by Matthew Garrett 2012-03-03 20:06:41 +01:00
bsd32.c automake commit without merge history 2010-05-06 11:34:04 +05:30
bsd64.c automake commit without merge history 2010-05-06 11:34:04 +05:30
bsd_pagetable.c * grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel): 2010-10-16 22:16:52 +02:00
bsdXX.c Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
linux.c * grub-core/loader/i386/linux.c (allocate_pages): Don't allocate 2012-03-11 23:41:29 +01:00
multiboot_mbi.c boot services avoid code based on the patch by Matthew Garrett 2012-03-03 20:06:41 +01:00
xnu.c boot services avoid code based on the patch by Matthew Garrett 2012-03-03 20:06:41 +01:00