grub/grub-core/loader
Vladimir 'phcoder' Serbinenko f218b09c99 Support multiboot VBE info.
* grub-core/loader/i386/multiboot_mbi.c (grub_multiboot_get_mbi_size):
	Take VBE info into account.
	(fill_vbe_info) [GRUB_MACHINE_HAS_VBE]: New function.
	(retrieve_video_parameters) [GRUB_MACHINE_HAS_VBE]:
	Call fill_vbe_info when appropriate.
	(grub_multiboot_make_mbi): Account for the size occupied by VBE info.
	* grub-core/loader/multiboot_mbi2.c (grub_multiboot_load): Declare tags
	as supported.
	(grub_multiboot_get_mbi_size): Take new tags into account.
	(fill_vbe_tag) [GRUB_MACHINE_HAS_VBE]: New function.
	(retrieve_video_parameters) [GRUB_MACHINE_HAS_VBE]:
	Call fill_vbe_tag when appropriate.
	(grub_multiboot_make_mbi): Properly align tags.
	* grub-core/video/i386/pc/vbe.c (grub_vbe_bios_get_pm_interface): New
	function.
	* include/grub/i386/pc/vbe.h (grub_vbe_bios_get_pm_interface): New
	proto.
	* include/grub/multiboot.h (GRUB_MACHINE_HAS_VBE): New definition.
2010-09-20 17:01:28 +02:00
..
efi automake commit without merge history 2010-05-06 11:34:04 +05:30
i386 Support multiboot VBE info. 2010-09-20 17:01:28 +02:00
mips Unify memory types. 2010-09-19 00:04:31 +02:00
powerpc/ieee1275 * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
sparc64/ieee1275 Unify memory types. 2010-09-19 00:04:31 +02:00
aout.c Merge mainline into newreloc. For now without boot tests 2010-08-25 03:25:18 +02:00
macho.c * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
macho32.c automake commit without merge history 2010-05-06 11:34:04 +05:30
macho64.c automake commit without merge history 2010-05-06 11:34:04 +05:30
machoXX.c automake commit without merge history 2010-05-06 11:34:04 +05:30
multiboot.c Support multiboot VBE info. 2010-09-20 17:01:28 +02:00
multiboot_elfxx.c Use kseg0 entry address on mips 2010-08-29 15:45:21 +02:00
multiboot_mbi2.c Support multiboot VBE info. 2010-09-20 17:01:28 +02:00
xnu.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
xnu_resume.c * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00