grub/conf
robertmh 0c68c93e62 2007-06-04 Robert Millan <rmh@aybabtu.com>
* conf/powerpc-ieee1275.rmk: Enable grub-mkdevicemap and grub-probe.

	* include/grub/partition.h: Declare grub_apple_partition_map_init and
	grub_apple_partition_map_fini.

	* util/biosdisk.c
	(grub_util_biosdisk_open): Replace BLKGETSIZE with BLKGETSIZE64 (needed
	to access >2 TiB disks).

	Print disk->total_sectors with %llu instead of %lu, since this
	variable is always 64-bit (prevents wrong disk size from being displayed
	on either >2 TiB disk or big-endian CPU).

	(grub_util_biosdisk_get_grub_dev): Convert gpt_partition_map handling
	into a generic case that supports all (sane) partition maps.

	Stop using grub_cpu_to_le32() on dos_part / bsd_part since it actually
	breaks big-endian.

	* util/grub-probe.c: Call grub_apple_partition_map_init() before probe()
	and grub_apple_partition_map_fini() after that.
2007-06-04 18:58:17 +00:00
..
common.mk 2007-05-04 Robert Millan <rmh@aybabtu.com> 2007-05-04 07:11:44 +00:00
common.rmk 2007-05-20 Robert Millan <rmh@aybabtu.com> 2007-05-20 09:10:06 +00:00
i386-efi.mk 2007-05-16 Robert Millan <rmh@aybabtu.com> 2007-05-16 15:05:02 +00:00
i386-efi.rmk 2007-05-19 Robert Millan <rmh@aybabtu.com> 2007-05-20 07:20:43 +00:00
i386-pc.mk 2007-05-19 Robert Millan <rmh@aybabtu.com> 2007-05-20 07:20:43 +00:00
i386-pc.rmk 2007-05-19 Robert Millan <rmh@aybabtu.com> 2007-05-20 07:20:43 +00:00
powerpc-ieee1275.mk 2007-02-21 Hollis Blanchard <hollis@penguinppc.org> 2007-02-21 23:22:20 +00:00
powerpc-ieee1275.rmk 2007-06-04 Robert Millan <rmh@aybabtu.com> 2007-06-04 18:58:17 +00:00
sparc64-ieee1275.mk Regenerate files. 2006-12-13 22:34:04 +00:00
sparc64-ieee1275.rmk 2006-12-13 Thomas Schwinge <tschwinge@gnu.org> 2006-12-13 22:30:19 +00:00