]> git.ipfire.org Git - thirdparty/grub.git/commit
powerpc: Drop Open Hack'Ware
authorDaniel Axtens <dja@axtens.net>
Mon, 6 Sep 2021 05:46:11 +0000 (15:46 +1000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 4 Oct 2021 12:04:04 +0000 (14:04 +0200)
commitf9ce538eec88c5cffbfde021c4e8a95a5e9d0e8f
treee44d4b2aa88f6477eee68449e32ecc33c5ec157b
parent710cb5da349d9f03f966b19ec4087912f038fbde
powerpc: Drop Open Hack'Ware

Open Hack'Ware was an alternative firmware of powerpc under QEMU.

The last commit to any Open Hack'Ware repo I can find is from 2014 [1].

Open Hack'Ware was used for the QEMU "prep" machine type, which was
deprecated in QEMU in commit 54c86f5a4844 (hw/ppc: deprecate the
machine type 'prep', replaced by '40p') in QEMU v3.1, and had reportedly
been broken for years before without anyone noticing. Support was removed
in February 2020 by commit b2ce76a0730e (hw/ppc/prep: Remove the
deprecated "prep" machine and the OpenHackware BIOS).

Open Hack'Ware's limitations require some messy code in GRUB. This
complexity is not worth carrying any more.

Remove detection of Open Hack'Ware. We will clean up the feature flags
in following commits.

[1]: https://github.com/qemu/openhackware and
     https://repo.or.cz/w/openhackware.git are QEMU submodules. They have
     only small changes on top of OHW v0.4.1, which was imported into
     QEMU SCM in 2010. I can't find anything resembling an official repo
     any more.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/kern/ieee1275/cmain.c