index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pirtable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-105
/
+0
*
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
2013-09-02
1
-1
/
+1
*
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
2013-02-18
1
-2
/
+2
*
Clean up #if in pirtable.c. CONFIG_PIRTABLE can't be set if CONFIG_COREBOOT is
David Woodhouse
2013-02-05
1
-2
/
+2
*
Normalize POST initialization function name suffixes.
Kevin O'Connor
2013-02-05
1
-1
/
+1
*
Minor - Replace PirOffset with PirAddr.
Kevin O'Connor
2012-06-09
1
-2
/
+2
*
EBDA cleanups.
Kevin O'Connor
2012-05-20
1
-1
/
+1
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-1
/
+1
*
Rename VAR16_32 to VAR16VISIBLE.
Kevin O'Connor
2009-09-09
1
-1
/
+1
*
Use "p->sum -= checksum()" style for setting checksums.
Kevin O'Connor
2009-07-04
1
-1
/
+1
*
Do garbage collection of unused sections.
Kevin O'Connor
2009-06-10
1
-1
/
+1
*
Minor - change checksum functions to take a (void *).
Kevin O'Connor
2009-02-15
1
-1
/
+1
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Add more linker protections around variables accessed from 16bit mode.
Kevin O'Connor
2008-12-29
1
-2
/
+2
*
Move pir table offset from ebda to a global variable.
Kevin O'Connor
2008-12-28
1
-4
/
+9
*
Cleanup of fixed space addresses.
Kevin O'Connor
2008-12-13
1
-1
/
+1
*
Avoid casting EBDA variables ipl.description and pir_loc.
Kevin O'Connor
2008-11-08
1
-1
/
+1
*
Add dprintf() status writes during startup of bios table inits.
Kevin O'Connor
2008-11-08
1
-0
/
+2
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-0
/
+1
*
PCI fixes
Kevin O'Connor
2008-06-21
1
-3
/
+2
*
Generate PIR table at post time.
Kevin O'Connor
2008-06-12
1
-0
/
+98