Port yaboot logic for various powerpc machine types
authorColin Watson <cjwatson@debian.org>
Tue, 28 Jan 2014 14:40:02 +0000 (14:40 +0000)
committerFelix Zielcke <fzielcke@z-51.de>
Wed, 11 Jun 2025 15:42:34 +0000 (17:42 +0200)
commit0ef2adf2363253293603d4931e747bd54ecad5e1
tree94d2b93b2b155e8f1dab7973e4935baa0a0ff8ee
parent239f39fe7fc5a3b0761704e5801e67f2ce574a3f
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

Gbp-Pq: 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