public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] iBFT features for v2.6.36
@ 2010-08-02 14:36 Konrad Rzeszutek
  2010-08-02 18:22 ` H. Peter Anvin
  0 siblings, 1 reply; 12+ messages in thread
From: Konrad Rzeszutek @ 2010-08-02 14:36 UTC (permalink / raw)
  To: torvalds; +Cc: James.Bottomley, linux-kernel, pjones, lenb, michaelc

Hi Linus,

This pull requests consists of features to the iBFT driver. Specifically:

 - support v1.03 of the spec. The spec in question is available at:
   ftp://ftp.software.ibm.com/systems/support/bladecenter/iscsi_boot_firmware_table_v1.03.pdf
 - separate the iBFT parsing from the SysFS interface.

These patches have been through a few rounds of review and have been in
linux-next for two months. James Bottomley is using this tree in his
branch for the BNX2 driver, so please merge these patches before his.

It's all at:

	git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6.git for-linus

Thanks,

Konrad

Konrad Rzeszutek Wilk (1):
      ibft: For UEFI machines actually do scan ACPI for iBFT.

Mike Christie (2):
      ibft: separate ibft parsing from sysfs interface
      ibft: convert iscsi_ibft module to iscsi boot lib

Peter Jones (2):
      ibft: Update iBFT handling for v1.03 of the spec.
      ibft: Use IBFT_SIGN instead of open-coding the search string.

 drivers/firmware/Kconfig            |    9 +
 drivers/firmware/Makefile           |    1 +
 drivers/firmware/iscsi_boot_sysfs.c |  481 +++++++++++++++++++++++
 drivers/firmware/iscsi_ibft.c       |  726 +++++++++++++----------------------
 drivers/firmware/iscsi_ibft_find.c  |   56 +++-
 include/linux/iscsi_boot_sysfs.h    |  123 ++++++
 include/linux/iscsi_ibft.h          |   12 +-
 7 files changed, 924 insertions(+), 484 deletions(-)

What is iBFT?
The iBFT is an equivalent to the Boot Flag, except that its geared
towards iSCSI and hence requires much more information (such as
the IP of target, passwords, which device to login, etc). iBFT
is a data structure populated by the BIOS or the NIC to contain this
so that the OS can read it and login to the iSCSI and present
the boot device to the initrd for mounting / FS.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-08-04 15:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-02 14:36 [GIT PULL] iBFT features for v2.6.36 Konrad Rzeszutek
2010-08-02 18:22 ` H. Peter Anvin
2010-08-02 19:52   ` Konrad Rzeszutek Wilk
2010-08-02 20:26     ` H. Peter Anvin
2010-08-03  1:08       ` Konrad Rzeszutek Wilk
2010-08-03  2:29         ` H. Peter Anvin
2010-08-03 12:56           ` Konrad Rzeszutek Wilk
2010-08-03 14:35           ` Peter Jones
2010-08-03 23:23             ` H. Peter Anvin
2010-08-04 13:38               ` [GIT PULL] iBFT features for v2.6.36 .. Question about LinuxCon Konrad Rzeszutek Wilk
2010-08-04 13:47                 ` James Bottomley
2010-08-04 15:39                 ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox