]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit40da47e1159b89f2df5c718d2d5e269ced72b541
tree9051017d52f9354670cd5a18b8804c4249328305
parentbbcc6bee9e5bf45ec35e87a4e0755dff09fe25d4
[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