grub/grub-core/loader
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
..
efi * grub-core/loader/efi/appleloader.c (grub_cmd_appleloader): Move 2012-02-12 19:03:14 +01:00
i386 Support v2 xnu boot arguments. 2012-02-28 04:04:19 +01:00
ia64/efi Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
mips Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
powerpc/ieee1275 Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
sparc64/ieee1275 Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
aout.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
macho.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01: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 Support v2 xnu boot arguments. 2012-02-28 04:04:19 +01:00
multiboot.c Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
multiboot_elfxx.c Another round of string clarification and adding TRANSLATORS comments. 2012-02-26 17:28:05 +01:00
multiboot_mbi2.c Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
xnu.c Support v2 xnu boot arguments. 2012-02-28 04:04:19 +01:00
xnu_resume.c Don't override more informative errors. 2011-12-26 12:58:08 +01:00