]> git.proxmox.com Git - grub2.git/commit
Port yaboot logic for various powerpc machine types
authorColin Watson <cjwatson@debian.org>
Tue, 28 Jan 2014 14:40:02 +0000 (14:40 +0000)
committerColin Watson <cjwatson@debian.org>
Mon, 3 Feb 2014 16:05:13 +0000 (16:05 +0000)
commit264a613776a389a3558cb257dd45a491d9276340
tree4d4feca232c4388fcf9b570c84367fdd3bd4d161
parentc0427535092669162d46a6698a9622f4574cf475
Port yaboot logic for various powerpc machine types

Some powerpc machines require not updating the NVRAM, and some require
adding a CHRP note.  This can be handled by existing grub-install
command-line options, but it's friendlier to detect this automatically.

Forwarded: no
Last-Update: 2014-01-28

Patch-Name: install_powerpc_machtypes.patch
grub-core/osdep/basic/platform.c
grub-core/osdep/linux/platform.c
grub-core/osdep/windows/platform.c
include/grub/util/install.h
util/grub-install.c