grub/grub-core/disk
Vladimir 'phcoder' Serbinenko 5fbdac149b Defer multiboot device parsing until we're in compressed part.
* grub-core/boot/i386/pc/lnxboot.S: Remove setting dos_part and
	bsd_part. setdevice has fallen into disuse.
	* grub-core/boot/i386/pc/startup_raw.S (dos_part): Removed.
	(bsd_part): Likewise.
	(boot_dev): New variable.
	(multiboot_trampoline): Don't parse multiboot device.
	Pass multiboot device in %edx.
	* grub-core/disk/i386/pc/biosdisk.c (GRUB_MOD_INIT): Parse
	grub_boot_device.
	* grub-core/kern/i386/pc/init.c (grub_machine_get_bootlocation):
	Likewise.
	* grub-core/kern/i386/pc/startup.S: Save edx.
	(grub_boot_drive): Removed.
	(grub_install_dos_part): Likewise.
	(grub_install_bsd_part): Likewise.
	(grub_boot_device): New variable.
	* include/grub/i386/pc/kernel.h (grub_install_dos_part): Removed.
	(grub_install_bsd_part): Likewise.
	(grub_boot_drive): Likewise.
	(grub_boot_device): New variable.
	* include/grub/offsets.h (GRUB_KERNEL_I386_PC_INSTALL_DOS_PART):
	Removed.
	(GRUB_KERNEL_I386_PC_INSTALL_BSD_PART): Likewise.
	(GRUB_KERNEL_I386_PC_REED_SOLOMON_REDUNDANCY): Moved lower.
	(GRUB_KERNEL_MACHINE_INSTALL_BSD_PART): Removed.
	(GRUB_KERNEL_MACHINE_INSTALL_DOS_PART): Likewise.
	* util/grub-install.in: Remove redundant condition.
2011-11-12 21:12:52 +01:00
..
arc Simplify disk opening 2011-07-07 21:46:25 +02:00
efi * grub-core/disk/efi/efidisk.c (grub_efidisk_get_device_name): Fix 2011-07-10 15:33:57 +02:00
i386/pc Defer multiboot device parsing until we're in compressed part. 2011-11-12 21:12:52 +01:00
ieee1275 Simplify disk opening 2011-07-07 21:46:25 +02:00
AFSplitter.c small cleanup 2011-04-21 11:17:01 +02:00
ahci.c merge mainline into lazy 2011-07-07 12:21:53 +02:00
ata.c Support ATA disks with 4K sectors. 2011-07-25 08:14:34 +02:00
cryptodisk.c Fix compilation on GNU/Linux. 2011-07-08 03:59:05 +02:00
dmraid_nvidia.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
geli.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
host.c Simplify disk opening 2011-07-07 21:46:25 +02:00
loopback.c Simplify disk opening 2011-07-07 21:46:25 +02:00
luks.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
lvm.c * grub-core/commands/acpihalt.c: Gettextized. 2011-11-11 21:44:56 +01:00
mdraid1x_linux.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
mdraid_linux.c * grub-core/disk/mdraid_linux.c (grub_mdraid_detect): Make mdraid UUID 2011-04-25 15:23:37 +02:00
memdisk.c Replace grub_module_iterate with FOR_MODULES. 2011-10-16 15:23:29 +02:00
pata.c * grub-core/disk/pata.c (grub_pata_readwrite): Add missing wait. 2011-07-23 18:18:14 +02:00
raid.c * grub-core/disk/raid.c (scan_devices): Don't derference NULL on whole 2011-11-04 13:15:29 +01:00
raid5_recover.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
raid6_recover.c Use a power of generator representation of GF(256) multiplication group 2011-11-04 13:27:50 +01:00
scsi.c Simplify disk opening 2011-07-07 21:46:25 +02:00
usbms.c merge mainline into lazy 2011-07-07 12:21:53 +02:00