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
Showing
- grub-core/osdep/basic/platform.c 5 additions, 0 deletionsgrub-core/osdep/basic/platform.c
- grub-core/osdep/linux/platform.c 72 additions, 0 deletionsgrub-core/osdep/linux/platform.c
- grub-core/osdep/unix/platform.c 22 additions, 6 deletionsgrub-core/osdep/unix/platform.c
- grub-core/osdep/windows/platform.c 6 additions, 0 deletionsgrub-core/osdep/windows/platform.c
- include/grub/util/install.h 3 additions, 0 deletionsinclude/grub/util/install.h
- util/grub-install.c 11 additions, 0 deletionsutil/grub-install.c
Please register or sign in to comment