aboutsummaryrefslogtreecommitdiff
path: root/src/pirtable.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-105/+0
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-1/+1
2013-02-18Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor1-2/+2
2013-02-05Clean up #if in pirtable.c. CONFIG_PIRTABLE can't be set if CONFIG_COREBOOT isDavid Woodhouse1-2/+2
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-1/+1
2012-06-09Minor - Replace PirOffset with PirAddr.Kevin O'Connor1-2/+2
2012-05-20EBDA cleanups.Kevin O'Connor1-1/+1
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-1/+1
2009-09-09Rename VAR16_32 to VAR16VISIBLE.Kevin O'Connor1-1/+1
2009-07-04Use "p->sum -= checksum()" style for setting checksums.Kevin O'Connor1-1/+1
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