Generate PIR table at post time.
authorKevin O'Connor <kevin@koconnor.net>
Fri, 13 Jun 2008 02:16:35 +0000 (22:16 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 13 Jun 2008 02:16:35 +0000 (22:16 -0400)
commitd25810a024ef7f790686c09ec3178be64b95e072
tree7b4bbbd835d7adb9db23b219cc6729e43f8d5519
parentd8a1811d26589f03c01d169dadc1967c59625f8d
Generate PIR table at post time.

Move the predefined PIR table (only useful on emulators) to its own
    file - pirtable.c.
Have the pcibios code inspect the pre-built PIR table on 1ab10e
    calls.
Makefile
src/biosvar.h
src/pci.h
src/pcibios.c
src/pirtable.c [new file with mode: 0644]
src/rombios32.c