]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
ChangeLog
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 18 Apr 2010 18:38:59 +0000 (20:38 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 18 Apr 2010 18:38:59 +0000 (20:38 +0200)
ChangeLog.sparcfixes [new file with mode: 0644]

diff --git a/ChangeLog.sparcfixes b/ChangeLog.sparcfixes
new file mode 100644 (file)
index 0000000..3e7bcba
--- /dev/null
@@ -0,0 +1,19 @@
+2010-04-18  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * 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.
+