Removed unused GRUB_BOOT_VERSION. Check for kernel version is better
done with a dedicated section. * grub-core/boot/sparc64/ieee1275/boot.S: Remove GRUB_BOOT_VERSION. Ensure the correct position of boot_path. * grub-core/kern/i386/efi/startup.S: Remove GRUB_BOOT_VERSION. * grub-core/kern/i386/pc/startup.S: Likewise. Ensure correct position of other fields. * grub-core/kern/x86_64/efi/startup.S: Remove GRUB_BOOT_VERSION. * include/grub/boot.h: Removed. All references removed. * include/grub/sparc64/ieee1275/boot.h (GRUB_BOOT_MACHINE_VER_MAJ): Removed. (GRUB_BOOT_MACHINE_BOOT_DEVPATH): Make it lower.
This commit is contained in:
parent
e55599dcbf
commit
de9c615e5c
13 changed files with 25 additions and 82 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,3 +1,19 @@
|
|||
2011-10-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Removed unused GRUB_BOOT_VERSION. Check for kernel version is better
|
||||
done with a dedicated section.
|
||||
|
||||
* grub-core/boot/sparc64/ieee1275/boot.S: Remove GRUB_BOOT_VERSION.
|
||||
Ensure the correct position of boot_path.
|
||||
* grub-core/kern/i386/efi/startup.S: Remove GRUB_BOOT_VERSION.
|
||||
* grub-core/kern/i386/pc/startup.S: Likewise. Ensure correct position of
|
||||
other fields.
|
||||
* grub-core/kern/x86_64/efi/startup.S: Remove GRUB_BOOT_VERSION.
|
||||
* include/grub/boot.h: Removed. All references removed.
|
||||
* include/grub/sparc64/ieee1275/boot.h (GRUB_BOOT_MACHINE_VER_MAJ):
|
||||
Removed.
|
||||
(GRUB_BOOT_MACHINE_BOOT_DEVPATH): Make it lower.
|
||||
|
||||
2011-10-19 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* util/grub-install.in: Declare IEEE1275 as able to find out the disk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue