From: Dan Williams Date: Tue, 8 Mar 2011 18:36:19 +0000 (-0800) Subject: x86: Introduce pci_map_biosrom() X-Git-Tag: v3.0-rc1~395^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d94e81f69d4b1d1102d3ab557ce0a817c11fbbb;p=pandora-kernel.git x86: Introduce pci_map_biosrom() The isci driver needs to retrieve its preboot OROM image which contains necessary runtime parameters like platform specific sas addresses and phy configuration. There is no ROM BAR associated with this area, instead we will need to scan legacy expansion ROM space. 1/ Promote the probe_roms_32 implementation to x86-64 2/ Add a facility to find and map an adapter rom by pci device (according to PCI Firmware Specification Revision 3.0) Signed-off-by: Dave Jiang LKML-Reference: <20110308183226.6246.90354.stgit@localhost6.localdomain6> Signed-off-by: Dan Williams Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed