From: Paul Nasrat Date: Fri, 2 Mar 2007 16:26:18 +0000 (+0000) Subject: Certain levels of IBM firmware will allow the system to boot from an X-Git-Tag: yaboot-1.3.14rc2~17 X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=commitdiff_plain;h=778a7e33cfa273b52c5b6256e61da1e00303d304;hp=778a7e33cfa273b52c5b6256e61da1e00303d304 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 Cc: Ben Herrenscmidt Cc: Mike Christie ---