summaryrefslogtreecommitdiff
path: root/src/coreboot.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-30Add ability to run all option roms in CBFS directory "genroms/".Kevin O'Connor1-17/+43
2009-04-27Add support for compressed option roms.Kevin O'Connor1-19/+50
2009-04-26Add LZMA decompression support to CBFS.Kevin O'Connor1-6/+48
2009-04-26Exit CBFS file search early if zero signature found.Kevin O'Connor1-1/+4
2009-04-18Replace memeq/streq functions with memcmp/strcmp.Kevin O'Connor1-2/+2
2009-04-13Initial support for running CBFS payloads.Kevin O'Connor1-17/+117
2009-04-11Initial support for finding option roms in coreboot flash layout.Kevin O'Connor1-1/+127
2009-03-21Add high coreboot table support to seabios.Kevin O'Connor1-0/+16
2009-02-27Copy mptable floater and config tables when on coreboot.Kevin O'Connor1-3/+10
2009-02-27Build mptable using C 'struct's.Kevin O'Connor1-1/+2
2009-02-05Make sure to clear global variables before use.Kevin O'Connor1-0/+6
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-12-28Move ram size definitions from ebda to global variables.Kevin O'Connor1-4/+4
2008-12-28Move pir table offset from ebda to a global variable.Kevin O'Connor1-2/+2
2008-12-18Add initial S3 resume support.Kevin O'Connor1-2/+6
2008-11-08Avoid casting EBDA variables ipl.description and pir_loc.Kevin O'Connor1-2/+1
2008-10-25Add support for more than 4Gig of ram.Kevin O'Connor1-6/+12
2008-08-29Create a dummy smbios table in coreboot environments.Kevin O'Connor1-0/+5
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-1/+2
2008-06-21Scan for and relocate mptable when using coreboot.Kevin O'Connor1-1/+22
2008-06-12Support relocating coreboot generated acpi rsdp and pir tables.Kevin O'Connor1-7/+77
2008-06-08Enhance e820 memory map generation - include files missing from last commit.Kevin O'Connor1-0/+136