]> git.proxmox.com Git - grub2.git/commit - ChangeLog
2005-02-21 Vincent Pelletier <subdino2004@yahoo.fr>
authormarco_g <marco_g@localhost>
Mon, 21 Feb 2005 22:00:32 +0000 (22:00 +0000)
committermarco_g <marco_g@localhost>
Mon, 21 Feb 2005 22:00:32 +0000 (22:00 +0000)
commit4ed2e1dd1c70be7fa4cbf0a27b99f6d7449f1350
treefe6e82b4fa28b45ac279045292359d4e8d1c9252
parent4d4e372ebdbf2174d60499ff8309a87ca087b8e5
2005-02-21  Vincent Pelletier  <subdino2004@yahoo.fr>

* conf/i386-pc.rmk (grub_setup_SOURCES): Add `partmap/sun.c'.
(grub_emu_SOURCES): Likewise.
(pkgdata_MODULES): Add `sun.mod'.
(sun_mod_SOURCES, sun_mod_CFLAGS): New variables.
* conf/powerpc-ieee1275.rmk (grub_emu_SOURCES): Add
`partmap/sun.c'.
(pkgdata_MODULES): Add `sun.mod'.
(sun_mod_SOURCES, sun_mod_CFLAGS): New variables.
* include/grub/partition.h (grub_sun_partition_map_init): New
prototype.
(grub_sun_partition_map_fini): Likewise.
* partmap/sun.c: New file.
* util/grub-emu.c (main): Initialize and de-initialize the sun
partitionmap support.
ChangeLog
conf/i386-pc.mk
conf/i386-pc.rmk
conf/powerpc-ieee1275.mk
conf/powerpc-ieee1275.rmk
include/grub/partition.h
partmap/sun.c [new file with mode: 0644]
util/grub-emu.c