adrian 6b1a85efd5 (ab)Use the firmware API to store away EEPROM calibration data for
future use by the ath(4) driver.

These embedded devices put the calibration/PCI bootstrap data on the
on board SPI flash rather than on an EEPROM connected to the NIC.
For some boards, there's two NICs and two sets of EEPROM data in the
main SPI flash.

The particulars:

* Introduce ath_fixup_size, which is the size of the EEPROM area in
  bytes.
* Create a firmware image with a name based on the PCI device identifier
  (bus/slot/device/function).
* Hide some verbose debugging behind 'bootverbose'.

ath(4) can then use this to load in the EEPROM data.

This requires AR71XX_ATH_EEPROM to be defined.
2012-04-13 08:45:50 +00:00
..
2012-03-18 19:15:11 +00:00
2012-04-05 04:41:06 +00:00
2012-04-13 05:48:31 +00:00
2012-03-27 20:36:03 +00:00
2012-04-12 10:32:34 +00:00
2012-02-28 15:07:05 +00:00
2012-03-30 19:10:14 +00:00
2012-04-11 21:00:33 +00:00