Expand int155f "vgahook" detection.
[seabios.git] / src / coreboot.c
2009-07-19 Kevin O'ConnorExpand int155f "vgahook" detection.
2009-07-04 Kevin O'ConnorUse "p->sum -= checksum()" style for setting checksums.
2009-07-04 Kevin O'ConnorOptionrom code cleanup.
2009-06-18 Kevin O'ConnorSupport running non-pci specific vga option roms from...
2009-05-01 Kevin O'ConnorAdd ability to run all option roms in CBFS directory...
2009-04-28 Kevin O'ConnorAdd support for compressed option roms.
2009-04-27 Kevin O'ConnorAdd LZMA decompression support to CBFS.
2009-04-27 Kevin O'ConnorExit CBFS file search early if zero signature found.
2009-04-18 Kevin O'ConnorReplace memeq/streq functions with memcmp/strcmp.
2009-04-13 Kevin O'ConnorInitial support for running CBFS payloads.
2009-04-12 Kevin O'ConnorInitial support for finding option roms in coreboot...
2009-03-21 Kevin O'ConnorAdd high coreboot table support to seabios.
2009-02-28 Kevin O'ConnorCopy mptable floater and config tables when on coreboot.
2009-02-28 Kevin O'ConnorBuild mptable using C 'struct's.
2009-02-06 Kevin O'ConnorMake sure to clear global variables before use.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2008-12-29 Kevin O'ConnorMove ram size definitions from ebda to global variables.
2008-12-29 Kevin O'ConnorMove pir table offset from ebda to a global variable.
2008-12-19 Kevin O'ConnorAdd initial S3 resume support.
2008-11-08 Kevin O'ConnorAvoid casting EBDA variables ipl.description and pir_loc.
2008-10-26 Kevin O'ConnorAdd support for more than 4Gig of ram.
2008-08-30 Kevin O'ConnorCreate a dummy smbios table in coreboot environments.
2008-07-04 Kevin O'ConnorExtract 'struct bregs' out of biosvar.h; clean up heade...
2008-06-21 Kevin O'ConnorScan for and relocate mptable when using coreboot.
2008-06-13 Kevin O'ConnorSupport relocating coreboot generated acpi rsdp and...
2008-06-09 Kevin O'ConnorEnhance e820 memory map generation - include files...