ibft: Update iBFT handling for v1.03 of the spec.
authorPeter Jones <pjones@redhat.com>
Thu, 25 Feb 2010 20:37:17 +0000 (15:37 -0500)
committerKonrad Rzeszutek Wilk <konrad@kernel.org>
Tue, 11 May 2010 17:02:23 +0000 (13:02 -0400)
commit4e639fdf0d0d745648aa62228ab8a0d9c03a563f
treec6cb611ffc6f3e17e10ca3f39ac00f0e39b1ee4b
parent94b849aaf6e22ab7bf54b0d0377a882d4892396d
ibft: Update iBFT handling for v1.03 of the spec.

- Use struct acpi_table_ibft instead of struct ibft_table_header
- Don't do reserve_ibft_region() on UEFI machines (section 1.4.3.1)
- If ibft_addr isn't initialized when ibft_init() is called, check for
  ACPI-based tables.
- Fix compiler error when CONFIG_ACPI is not defined.

Signed-off-by: Konrad Rzeszutek Wilk <konrad@kernel.org>
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
drivers/firmware/iscsi_ibft.c
drivers/firmware/iscsi_ibft_find.c
include/linux/iscsi_ibft.h