NetBSD/sys/arch/ofppc/stand
garbled dc6a7fd211 Add support to ofwboot for booting on the 7046-B50. Also likely to work
on the 7043-150.  The B50 wants not only a note at the head of the
binary, like the 7044 did, but it also wants a PHDR that points at it.
Because the IBM firmware doesn't like the real note section that ld
generates (it puts it at the end of the file), we instead point PT_NOTE
at the text section.  This works, because at the top of the text section,
there is a note hacked in, which was required for the 7044.

Also, change the mode from virtual mode to real mode in the note, because
the B50 hangs if you load it in virtual.  Tested to work on a B50, 7044,
and Pegasos2.

Yay IBM.
2008-02-13 20:11:38 +00:00
..
bootinfo Add another optional argument to mkbootinfo.sh, the location of the bitmap. 2008-01-24 01:12:57 +00:00
ofwboot Add support to ofwboot for booting on the 7046-B50. Also likely to work 2008-02-13 20:11:38 +00:00
Makefile Add a new mkbootinfo.sh script that builds a bootinfo.txt file. Remove a 2008-01-23 23:09:42 +00:00
Makefile.inc