Avoid casting EBDA variables ipl.description and pir_loc.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 8 Nov 2008 18:35:32 +0000 (13:35 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 8 Nov 2008 18:35:32 +0000 (13:35 -0500)
commitf782d602d08400cea6750cff440a69e8cc1690de
treee538b416d68dc9bc53bde023200e0a8d236b27d9
parentd995b3df0189f931325f1630a6e9d17e8e5319db
Avoid casting EBDA variables ipl.description and pir_loc.

Define them using their native types (pointers).
Also, fix an apparent bug in mptable coreboot processing - it
    incorrectly overwrote the pir_loc variable.
src/biosvar.h
src/boot.c
src/coreboot.c
src/optionroms.c
src/pcibios.c
src/pirtable.c