grub/grub-core/loader/i386
Vladimir 'phcoder' Serbinenko 83ddae2333 Support v2 xnu boot arguments.
* grub-core/loader/i386/xnu.c (grub_cpu_xnu_fill_devicetree):
	New argument fsbfreq_out.
	(grub_xnu_set_video): Receive an argument grub_xnu_boot_params_common.
	(grub_xnu_boot): Support v2 arguments. Disable PIC so that APIC can
	be used.
	* grub-core/loader/machoXX.c (grub_macho_load): New argument
	darwin_version.
	* grub-core/loader/xnu.c (grub_xnu_darwin_version): New variable.
	* include/grub/i386/xnu.h (grub_xnu_boot_params_common): New struct.
	(grub_xnu_boot_params): Rename to ...
	(grub_xnu_boot_params_v1): ...this. Use grub_xnu_boot_params_common.
	(grub_xnu_boot_params_v2): New struct.
2012-02-28 04:04:19 +01:00
..
coreboot Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
pc Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
bsd.c * grub-core/loader/i386/bsd.c (freebsd_zfsguid): New variable. 2012-02-27 02:02:16 +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 Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
multiboot_mbi.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
xnu.c Support v2 xnu boot arguments. 2012-02-28 04:04:19 +01:00