aboutsummaryrefslogtreecommitdiff
path: root/src/pirtable.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-10Do garbage collection of unused sections.Kevin O'Connor1-1/+1
2009-02-15Minor - change checksum functions to take a (void *).Kevin O'Connor1-1/+1
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-12-29Add more linker protections around variables accessed from 16bit mode.Kevin O'Connor1-2/+2
2008-12-28Move pir table offset from ebda to a global variable.Kevin O'Connor1-4/+9
2008-12-13Cleanup of fixed space addresses.Kevin O'Connor1-1/+1
2008-11-08Avoid casting EBDA variables ipl.description and pir_loc.Kevin O'Connor1-1/+1
2008-11-08Add dprintf() status writes during startup of bios table inits.Kevin O'Connor1-0/+2
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-0/+1
2008-06-21PCI fixesKevin O'Connor1-3/+2
2008-06-12Generate PIR table at post time.Kevin O'Connor1-0/+98