switch-coreboot/util/ADLO/pirq
2003-05-23 00:52:25 +00:00
..
pirq-EPIA.bin for epia vgabios 2003-05-23 00:52:25 +00:00
pirq-MS7308E.bin ADLO 2002-11-25 02:07:54 +00:00
pirq-P6STMT.bin ADLO 2002-11-25 02:07:54 +00:00
pirq-ThinkPad.T23.bin ADLO 2002-11-25 02:07:54 +00:00
README ADLO 2002-11-25 02:07:54 +00:00

EXPERIMENTAL

This directory contains PIRQ tables. 

The PIRQ table is stored in the PC at are in between 0xF0000 and 0xFFFFF.
It is distinguished by "$PIR" string at start of table is around 256 bytes
long.

So just like video bios we attemtp to grab it and save it. The support for
grabbing is not complete in the Makefile and resulting file still will
have to be hand edited (if anyone want to hack 'grep' to have -A an -B
return char count instead of line count while in binary mode, volunters
are welcome).

			--------------

PIRQ support is not complete yet.

			--------------

More information on PIRQ can be found at :
	-http://www.microsoft.com/hwdev/archive/BUSBIOS/pciirq.asp
	-The red PCI book.