commit-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grub2 ChangeLog conf/powerpc-ieee1275.rmk inclu...


From: Robert Millan
Subject: grub2 ChangeLog conf/powerpc-ieee1275.rmk inclu...
Date: Mon, 04 Jun 2007 18:58:17 +0000

CVSROOT:        /sources/grub
Module name:    grub2
Changes by:     Robert Millan <robertmh>        07/06/04 18:58:17

Modified files:
        .              : ChangeLog 
        conf           : powerpc-ieee1275.rmk 
        include/grub   : partition.h 
        util           : biosdisk.c grub-probe.c 

Log message:
        2007-06-04  Robert Millan  <address@hidden>
        
                * conf/powerpc-ieee1275.rmk: Enable grub-mkdevicemap and 
grub-probe.
        
                * include/grub/partition.h: Declare 
grub_apple_partition_map_init and
                grub_apple_partition_map_fini.
        
                * util/biosdisk.c
                (grub_util_biosdisk_open): Replace BLKGETSIZE with BLKGETSIZE64 
(needed
                to access >2 TiB disks).
        
                Print disk->total_sectors with %llu instead of %lu, since this
                variable is always 64-bit (prevents wrong disk size from being 
displayed
                on either >2 TiB disk or big-endian CPU).
        
                (grub_util_biosdisk_get_grub_dev): Convert gpt_partition_map 
handling
                into a generic case that supports all (sane) partition maps.
        
                Stop using grub_cpu_to_le32() on dos_part / bsd_part since it 
actually
                breaks big-endian.
        
                * util/grub-probe.c: Call grub_apple_partition_map_init() 
before probe()
                and grub_apple_partition_map_fini() after that.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/grub2/ChangeLog?cvsroot=grub&r1=1.376&r2=1.377
http://cvs.savannah.gnu.org/viewcvs/grub2/conf/powerpc-ieee1275.rmk?cvsroot=grub&r1=1.63&r2=1.64
http://cvs.savannah.gnu.org/viewcvs/grub2/include/grub/partition.h?cvsroot=grub&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/grub2/util/biosdisk.c?cvsroot=grub&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/grub2/util/grub-probe.c?cvsroot=grub&r1=1.3&r2=1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]