]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
grub-emu module load support.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 9 Apr 2010 23:59:00 +0000 (01:59 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 9 Apr 2010 23:59:00 +0000 (01:59 +0200)
* Makefile.in (TARGET_NO_MODULES): New variable. All users of
NO_DYNAMIC_MODULES switched to this.
(TARGET_CFLAGS): Add -DGRUB_TARGET_NO_MODULES=1 if applicable.
(CFLAGS): Likewise.
* conf/any-emu.rmk: Generate symlist.
(kernel_img_HEADERS): Add util/datetime.h.
(kernel_img_HEADERS) [sdl]: Add sdl.h.
(kernel_img_HEADERS) [libusb]: Add libusb.h.
(kernel_img_SOURCES) [TARGET_NO_MODULES = no && !x86]: Add
kern/$(target_cpu)/cache.S.
* configure.ac (grub-emu-modules): New option.
* genmk.rb: Handle multiple source lists.
* include/grub/sdl.h: New file.
* include/grub/libusb.h: Likewise.
* util/grub-emu.c (main): Hanle (host) root.
* util/hostdisk.c (grub_util_biosdisk_get_grub_dev): Error with
GRUB_ERR_UNKNOWN_DEVICE.
* util/misc.c: Move mm functions to ...
* util/mm.c: ... here. All users updated.

1  2 
ChangeLog

diff --cc ChangeLog
index 3313a4911bd4dfe393566088d34f9a7e4bb1968c,3313a4911bd4dfe393566088d34f9a7e4bb1968c..bc2225d2e1833b8e50b4b2894bde4db74d24f6ef
+++ b/ChangeLog
@@@ -1,3 -1,3 +1,27 @@@
++2010-04-10  Vladimir Serbinenko  <phcoder@gmail.com>
++
++      grub-emu module load support.
++
++      * Makefile.in (TARGET_NO_MODULES): New variable. All users of
++      NO_DYNAMIC_MODULES switched to this.
++      (TARGET_CFLAGS): Add -DGRUB_TARGET_NO_MODULES=1 if applicable.
++      (CFLAGS): Likewise.
++      * conf/any-emu.rmk: Generate symlist.
++      (kernel_img_HEADERS): Add util/datetime.h.
++      (kernel_img_HEADERS) [sdl]: Add sdl.h.
++      (kernel_img_HEADERS) [libusb]: Add libusb.h.
++      (kernel_img_SOURCES) [TARGET_NO_MODULES = no && !x86]: Add
++      kern/$(target_cpu)/cache.S.
++      * configure.ac (grub-emu-modules): New option.
++      * genmk.rb: Handle multiple source lists.
++      * include/grub/sdl.h: New file.
++      * include/grub/libusb.h: Likewise.
++      * util/grub-emu.c (main): Hanle (host) root.
++      * util/hostdisk.c (grub_util_biosdisk_get_grub_dev): Error with
++      GRUB_ERR_UNKNOWN_DEVICE.
++      * util/misc.c: Move mm functions to ...
++      * util/mm.c: ... here. All users updated.
++
  2010-04-09  Vladimir Serbinenko  <phcoder@gmail.com>
  
        * Makefile.in (RMKFILES): Search in srcdir and not current directory.