aboutsummaryrefslogtreecommitdiffstats
path: root/src/coreboot.c
Commit message (Expand)AuthorAgeFilesLines
* Unify optionrom cbfs/qemu_cfg rom pulling code.Kevin O'Connor2010-06-131-14/+1
* Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.Kevin O'Connor2010-03-201-5/+5
* Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor2010-02-141-6/+6
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-4/+4
* move htonl() + friends to util.hGerd Hoffmann2009-12-181-5/+0
* Introduce optimized iomemcpy function for copying from io memory.Kevin O'Connor2009-12-051-4/+13
* Move smbios definitions to header file; fix compile on older gcc.Kevin O'Connor2009-10-181-0/+1
* Add snprintf support.Kevin O'Connor2009-10-071-25/+2
* Add mechanism for describing internal drives in boot menu.Kevin O'Connor2009-09-121-0/+1
* Further simplify cbfs functions - don't pass iscomp to callers.Kevin O'Connor2009-08-181-24/+12
* Add support for using floppy images in CBFS.Kevin O'Connor2009-08-161-1/+1
* Rework coreboot cbfs interface for added flexibility.Kevin O'Connor2009-08-161-92/+103
* Add Post Memory Manager (PMM) support.Kevin O'Connor2009-08-011-1/+0
* Fix coreboot bios table copying by delaying to after memory scan.Kevin O'Connor2009-07-281-100/+121
* Add malloc_high/fseg() and rework bios table creation to use them.Kevin O'Connor2009-07-251-23/+19
* Expand int155f "vgahook" detection.Kevin O'Connor2009-07-191-0/+19
* Use "p->sum -= checksum()" style for setting checksums.Kevin O'Connor2009-07-041-2/+1
* Optionrom code cleanup.Kevin O'Connor2009-07-041-1/+1
* Support running non-pci specific vga option roms from CBFS.Kevin O'Connor2009-06-171-4/+9
* Add ability to run all option roms in CBFS directory "genroms/".Kevin O'Connor2009-04-301-17/+43
* Add support for compressed option roms.Kevin O'Connor2009-04-271-19/+50
* Add LZMA decompression support to CBFS.Kevin O'Connor2009-04-261-6/+48
* Exit CBFS file search early if zero signature found.Kevin O'Connor2009-04-261-1/+4
* Replace memeq/streq functions with memcmp/strcmp.Kevin O'Connor2009-04-181-2/+2
* Initial support for running CBFS payloads.Kevin O'Connor2009-04-131-17/+117
* Initial support for finding option roms in coreboot flash layout.Kevin O'Connor2009-04-111-1/+127
* Add high coreboot table support to seabios.Kevin O'Connor2009-03-211-0/+16
* Copy mptable floater and config tables when on coreboot.Kevin O'Connor2009-02-271-3/+10
* Build mptable using C 'struct's.Kevin O'Connor2009-02-271-1/+2
* Make sure to clear global variables before use.Kevin O'Connor2009-02-051-0/+6
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Move ram size definitions from ebda to global variables.Kevin O'Connor2008-12-281-4/+4
* Move pir table offset from ebda to a global variable.Kevin O'Connor2008-12-281-2/+2
* Add initial S3 resume support.Kevin O'Connor2008-12-181-2/+6
* Avoid casting EBDA variables ipl.description and pir_loc.Kevin O'Connor2008-11-081-2/+1
* Add support for more than 4Gig of ram.Kevin O'Connor2008-10-251-6/+12
* Create a dummy smbios table in coreboot environments.Kevin O'Connor2008-08-291-0/+5
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-1/+2
* Scan for and relocate mptable when using coreboot.Kevin O'Connor2008-06-211-1/+22
* Support relocating coreboot generated acpi rsdp and pir tables.Kevin O'Connor2008-06-121-7/+77
* Enhance e820 memory map generation - include files missing from last commit.Kevin O'Connor2008-06-081-0/+136