]> git.ipfire.org Git - thirdparty/grub.git/commit
Handle big-endian mdraid.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 26 Mar 2012 14:10:40 +0000 (16:10 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 26 Mar 2012 14:10:40 +0000 (16:10 +0200)
commit22e6a774f9058a37ef4ae1891c8343efe7541bdf
treec09a2d3c5d9fb597009ad898b4957daaacd3117c
parent3c0eae66fa37c569d2f3d1739816836dbbde9860
Handle big-endian mdraid.

* Makefile.util.def (libgrubkern): Add mdraid_linux_be.c.
* grub-core/Makefile.core.def (mdraid09_be): New module.
* grub-core/disk/mdraid_linux.c: Use grub_md_to_cpu* and grub_cpu_to_md*
rather than grub_le_to_cpu* and grub_cpu_to_le*.
* grub-core/disk/mdraid_linux_be.c: New file.
ChangeLog
Makefile.util.def
grub-core/Makefile.core.def
grub-core/disk/mdraid_linux.c
grub-core/disk/mdraid_linux_be.c [new file with mode: 0644]