From: BVK Chaitanya Date: Mon, 19 Apr 2010 10:34:56 +0000 (+0530) Subject: Fix emu build with grub-emu-pci and grub-emu-modules. X-Git-Tag: 1.99~938 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc4a2d832b2deea1382ac67ba845792b8784cbd1;p=thirdparty%2Fgrub.git Fix emu build with grub-emu-pci and grub-emu-modules. * include/grub/util/misc.h: Export grub_util_{info,error,warn} functions. * include/grub/libpciaccess.h: New file. * conf/any-emu.rmk: Update kernel headers for emu build. --- bc4a2d832b2deea1382ac67ba845792b8784cbd1 diff --cc ChangeLog index 04e84a415,1ac1ae6ce..57565fcb3 --- a/ChangeLog +++ b/ChangeLog @@@ -1,55 -1,3 +1,64 @@@ ++2010-04-19 BVK Chaitanya ++ ++ Fix emu build with grub-emu-pci and grub-emu-modules. ++ ++ * include/grub/util/misc.h: Export grub_util_{info,error,warn} ++ functions. ++ * include/grub/libpciaccess.h: New file. ++ * conf/any-emu.rmk: Update kernel headers for emu build. ++ +2010-04-19 Vladimir Serbinenko + + * fs/udf.c (grub_udf_iterate_dir): Silence a spurious warning. + +2010-04-19 Vladimir Serbinenko + + * fs/udf.c (grub_udf_iterate_dir): Decode the Unicode filenames. + +2010-04-18 Vladimir Serbinenko + + * boot/sparc64/ieee1275/boot.S: Various size-reducing changes. + Retrieve chosen/bootpath if bootpath isn't hardcoded. + * conf/sparc64-ieee1275.rmk (grub_setup_SOURCES): Add + util/ieee1275/ofpath.c. + * util/sparc64/ieee1275/grub-ofpathname.c: Renamed to ... + * util/ieee1275/grub-ofpathname.c: ... this. All users updated + * include/grub/sparc64/ieee1275/boot.h + (GRUB_BOOT_MACHINE_KERNEL_SECTOR): Renamed to ... + (GRUB_BOOT_MACHINE_KERNEL_BYTE): ...this. Moved 8 bytes lower. + * util/hostdisk.c (grub_util_biosdisk_get_osdev): New function. + * util/ieee1275/ofpath.c (grub_util_devname_to_ofpath): Make argument + const char *. + * util/sparc64/ieee1275/grub-setup.c (compute_dest_ofpath): Removed. + (setup): Use KERNEL_BYTE instead of KERNEL_SECTOR. + Use grub_util_devname_to_ofpath. Zero-fill boot_devpath on same disk + install. + +2010-04-18 Grégoire Sutre + + * util/grub-mkconfig.in: Corrected two == equality tests. + Set grub_prefix as in grub-install for NetBSD and OpenBSD. + * configure.ac: All definitions and uses of TARGET_IMG_LDFLAGS_AC now + expect a number appended to it. + * acinclude.m4 (grub_PROG_OBJCOPY_ABSOLUTE): ${TARGET_IMG_LDFLAGS_AC} + expects a number appended to it. + +2010-04-18 Vladimir Serbinenko + + * po/POTFILES: Renamed multiboot_loader.c to multiboot.c + +2010-04-18 Vladimir Serbinenko + + * util/hostdisk.c (make_device_name): Change to new partition naming. + +2010-04-17 Vladimir Serbinenko + + * disk/lvm.c (grub_lvm_memberlist): Issue an error if pv->disk = 0. + +2010-04-17 Christian Franke + + * Makefile.in: Add missing localedir setting. + 2010-04-14 Colin Watson Restore TEXTDOMAINDIR correction from r1889, lost apparently by