grub/grub-core/kern
Vladimir 'phcoder' Serbinenko 050abaeaa8 Fix emu on mipsel.
* conf/Makefile.common (CFLAGS_PLATFORM): Add -mflush-func
	=grub_cpu_flush_cache on all mips and not only yeeloong.
	* configure.ac (COND_mips): New conditional.
	* grub-core/Makefile.am (KERNEL_HEADER_FILES): Add libgcc on all
	platforms.
	* grub-core/kern/emu/cache.S (__mips__): Use _flush_cache.
	* grub-core/kern/emu/full.c (grub_arch_dl_init_linker)
	[GRUB_LINKER_HAVE_INIT]: New function.
	(grub_emu_post_init): Likewise.
	* grub-core/kern/emu/lite.c (grub_emu_post_init): Likewise.
	* grub-core/kern/emu/main.c: Use grub_emu_post_init.
	* include/grub/cache.h (_mips): Include mips/cache.h.
	* include/grub/disk.h [GRUB_UTIL || GRUB_MACHINE_EMU]: Add missing
	LVM and RAID prototypes.
	* include/grub/emu/misc.h (grub_emu_post_init): New proto.
	* include/grub/mips/time.h (grub_cpu_idle) [GRUB_MACHINE_EMU]: New
	function.
2010-09-11 16:58:06 +02:00
..
efi * grub-core/kern/efi/init.c (grub_efi_set_prefix): If the prefix 2010-09-08 13:53:47 +01:00
emu Fix emu on mipsel. 2010-09-11 16:58:06 +02:00
generic automake commit without merge history 2010-05-06 11:34:04 +05:30
i386 Compress grub_prefix. 2010-09-03 14:54:04 +02:00
ieee1275 * grub-core/kern/ieee1275/cmain.c (grub_ieee1275_find_options): Set 2010-09-08 16:15:57 +02:00
mips Compress grub_prefix. 2010-09-03 14:54:04 +02:00
powerpc Compress grub_prefix. 2010-09-03 14:54:04 +02:00
sparc64 Compress grub_prefix. 2010-09-03 14:54:04 +02:00
x86_64 automake commit without merge history 2010-05-06 11:34:04 +05:30
command.c automake commit without merge history 2010-05-06 11:34:04 +05:30
corecmd.c merge with mainline 2010-07-13 00:43:28 +05:30
device.c automake commit without merge history 2010-05-06 11:34:04 +05:30
disk.c automake commit without merge history 2010-05-06 11:34:04 +05:30
dl.c Remove grub_dl_unload_all. It's unnecessary and causes trouble 2010-08-25 21:19:45 +02:00
elf.c * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
env.c automake commit without merge history 2010-05-06 11:34:04 +05:30
err.c automake commit without merge history 2010-05-06 11:34:04 +05:30
file.c * grub-core/io/gzio.c (grub_gzio_open): Removed "transparent" parameter. 2010-09-05 13:05:36 +02:00
fs.c merge with mainline 2010-07-13 00:43:28 +05:30
list.c merge with mainline 2010-07-13 00:43:28 +05:30
main.c merge with mainline 2010-07-13 00:43:28 +05:30
misc.c * grub-core/kern/misc.c: Don't add abort alias in utils. 2010-09-04 02:18:48 +02:00
mm.c Fix a bug in memory allocation 2010-08-29 00:19:13 +02:00
parser.c merge with mainline 2010-07-13 00:43:28 +05:30
partition.c merge with mainline 2010-08-19 16:54:00 +05:30
rescue_parser.c merge with mainline 2010-07-13 00:43:28 +05:30
rescue_reader.c merge with mainline 2010-07-13 00:43:28 +05:30
term.c merge with mainline 2010-08-22 21:00:22 +05:30
time.c automake commit without merge history 2010-05-06 11:34:04 +05:30