]> git.ozlabs.org Git - yaboot.git/commit
Certain levels of IBM firmware will allow the system to boot from an
authorPaul Nasrat <pnasrat@redhat.com>
Fri, 2 Mar 2007 16:26:18 +0000 (16:26 +0000)
committerPaul Nasrat <pauln@enki.eridu>
Fri, 2 Mar 2007 16:26:18 +0000 (16:26 +0000)
commit778a7e33cfa273b52c5b6256e61da1e00303d304
tree66be1f92dbf4da9cbffe826788a9064d627b853f
parent6f00a510abbfaa45b580cf5f371f0168ba662d3d
Certain levels of IBM firmware will allow the system to boot from an
iscsi target.  System OFW accomplishes this by setting up a virtual
disk device with parameters.  These parameters, when passed back to
OFW by yaboot, directs the FW to use virtual device over the ethernet
port that will then access iscsi target as a block device.  This patch
extracts those parameters from the property of the virtual device and
passes them back to OFW to indicate the kernel is to be retrieved via
the iscsi protocol.

Signed-off-by: Doug Maxey <dwm@austin.ibm.com>
Cc: Ben Herrenscmidt <benh@kernel.crashing.org>
Cc: Mike Christie <michaelc@cs.wisc.edu>
include/errors.h
include/prom.h
second/file.c
second/prom.c
second/yaboot.c