]> 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, 24 Jun 2019 06:59:34 +0000 (07:59 +0100)
commit14b09ed87e5c4ca7600e54367538e0f75a8b5250
tree82c60bb77814764a2ea07dc8efab4f4875baefdd
parent6c566d9eabdecdea748255a9c4466fa18af162bc
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