]> 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>
Fri, 16 Mar 2018 10:56:40 +0000 (10:56 +0000)
commit4ee18c4a571e455f1a14762006f91d6f0ae76f41
tree1082b5435f321c2015eccd0b427d1ebbd36f81b2
parente3ef14b4a42ee06514e281f7ab136cd0c1c938e8
Port yaboot logic for various powerpc machine types

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

On chrp_ibm machines, use the nvram utility rather than nvsetenv.  (This
is possibly suitable for other machines too, but that needs to be
verified.)

Forwarded: no
Last-Update: 2014-10-15

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