grub/grub-core
Vladimir 'phcoder' Serbinenko 566a191715 Prevent potential loss of memory map by overwrite on qemu-mips.
* grub-core/boot/mips/startup_raw.S [GRUB_MACHINE_MIPS_QEMU_MIPS]:
	Save ram size in $s4.
	* grub-core/kern/mips/qemu_mips/init.c (RAMSIZE): Removed.
	All users changed to grub_arch_memsize.
	* grub-core/kern/mips/startup.S (grub_arch_machine): Restrict to
	Loongson.
	[GRUB_MACHINE_MIPS_QEMU_MIPS]: Save grub_arch_memsize.
	* grub-core/loader/mips/linux.c (grub_linux_boot): Pass memory size.
	* include/grub/mips/qemu_mips/memory.h (grub_arch_memsize): New
	external variable.
2011-05-17 19:32:51 +02:00
..
boot Prevent potential loss of memory map by overwrite on qemu-mips. 2011-05-17 19:32:51 +02:00
bus * grub-core/bus/pci.c (grub_memalign_dma32): Always allocate in 64-byte 2011-05-16 08:51:55 +02:00
commands merge mainline into sgi 2011-05-15 02:23:36 +02:00
disk enable ATA on qemu-mips 2011-05-17 14:35:55 +02:00
efiemu * grub-core/efiemu/main.c (grub_efiemu_load_file): Return grub_errno 2011-05-05 01:26:16 +02:00
font * grub-core/font/font_cmd.c (loadfont_command): Set grub_errno 2011-05-14 22:29:27 +02:00
fs Several FS mtime support. 2011-05-15 12:23:54 +02:00
gettext Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
gfxmenu Take into account the decorations the computing menu entry width. 2011-04-19 00:44:53 +02:00
gnulib * grub-core/gnulib/regex.c: Remove GRUB_MOD_LICENSE since it's 2011-04-25 15:29:41 +02:00
hello Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
hook Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
io Squashfs v4 support. 2011-05-15 11:58:22 +02:00
kern Prevent potential loss of memory map by overwrite on qemu-mips. 2011-05-17 19:32:51 +02:00
lib SGI ARCS port. 2011-05-17 09:17:38 +02:00
loader Prevent potential loss of memory map by overwrite on qemu-mips. 2011-05-17 19:32:51 +02:00
mmap Fuloong support. 2011-05-15 01:43:44 +02:00
normal Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
partmap SGI ARCS port. 2011-05-17 09:17:38 +02:00
parttool Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
script * grub-core/normal/menu_entry.c (run): Quieten uninitialised 2011-04-01 11:43:51 +01:00
term SGI ARCS port. 2011-05-17 09:17:38 +02:00
tests Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
video Fuloong video init support. 2011-05-16 02:34:58 +02:00
genemuinit.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genemuinitheader.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genmod.sh.in Fix compilation on cygwin. 2011-01-13 22:23:49 +01:00
genmoddep.awk use objcopy instead of creating mod-*.c and mod-*.o 2010-08-29 16:43:07 +05:30
gensyminfo.sh.in remove def-* and und-* list files 2010-08-29 11:17:30 +05:30
gensymlist.sh track function symbols 2011-05-08 18:29:37 +02:00
gentrigtables.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
Makefile.am merge mainline and various cleanups 2011-05-17 14:02:18 +02:00
Makefile.core.def enable ATA on qemu-mips 2011-05-17 14:35:55 +02:00