]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ppc64: Build zImage.vmode for G5
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 21 Sep 2005 16:55:34 +0000 (09:55 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 21 Sep 2005 17:11:54 +0000 (10:11 -0700)
commit1eb194fe6a55156e884a58b556f913e37309399a
tree9051017d52f9354670cd5a18b8804c4249328305
parente9c7e755c14132b518d683e4c11efae725906820
[PATCH] ppc64: Build zImage.vmode for G5

zImage.vmode was recently added.  It's a version of zImage in which the ELF
note section used by open firmware indicates that it requires a virtual
mode instance of OF instead of real mode.  This allows it to work with
Apple OF, and thus is directly bootable (or netbootable) from OF command
line.  (Unfortunately, pSeries OF sort-of requires real mode and Apple OF
sort-of requires virtual mode, and both tend to be unhappy if no notes
section specifies the mode at all).

However, we forgot to add zImage.vmode to the default G5 build. This
fixes it.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/Makefile