aboutsummaryrefslogtreecommitdiffstats
path: root/src/pirtable.c
Commit message (Expand)AuthorAgeFilesLines
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-105/+0
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-1/+1
* Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor2013-02-181-2/+2
* Clean up #if in pirtable.c. CONFIG_PIRTABLE can't be set if CONFIG_COREBOOT isDavid Woodhouse2013-02-051-2/+2
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-1/+1
* Minor - Replace PirOffset with PirAddr.Kevin O'Connor2012-06-091-2/+2
* EBDA cleanups.Kevin O'Connor2012-05-201-1/+1
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-1/+1
* Rename VAR16_32 to VAR16VISIBLE.Kevin O'Connor2009-09-091-1/+1
* Use "p->sum -= checksum()" style for setting checksums.Kevin O'Connor2009-07-041-1/+1
* Do garbage collection of unused sections.Kevin O'Connor2009-06-101-1/+1
* Minor - change checksum functions to take a (void *).Kevin O'Connor2009-02-151-1/+1
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Add more linker protections around variables accessed from 16bit mode.Kevin O'Connor2008-12-291-2/+2
* Move pir table offset from ebda to a global variable.Kevin O'Connor2008-12-281-4/+9
* Cleanup of fixed space addresses.Kevin O'Connor2008-12-131-1/+1
* Avoid casting EBDA variables ipl.description and pir_loc.Kevin O'Connor2008-11-081-1/+1
* Add dprintf() status writes during startup of bios table inits.Kevin O'Connor2008-11-081-0/+2
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-0/+1
* PCI fixesKevin O'Connor2008-06-211-3/+2
* Generate PIR table at post time.Kevin O'Connor2008-06-121-0/+98