aboutsummaryrefslogtreecommitdiff
path: root/src/coreboot.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-09Fix bug in CBFS file walking with compressed files.rel-1.7.3.1Kevin O'Connor1-1/+1
2013-06-13tweak coreboot qemu detectionGerd Hoffmann1-1/+1
2013-06-12coreboot: add qemu detectionGerd Hoffmann1-0/+5
2013-03-30Use container_of on romfile entries.Kevin O'Connor1-28/+39
2013-02-23Rename find_pmtimer() to find_acpi_features()David Woodhouse1-2/+2
2013-02-19Calculate "RamSize" needed by 16bit interface dynamically.Kevin O'Connor1-16/+1
2013-02-13Group QEMU platform setup together and move to paravirt.c.Kevin O'Connor1-2/+11
2013-02-12Support skipping content when reading from QEMU fw_cfg romfile entries.Kevin O'Connor1-1/+0
2013-02-12Use find_pmtimer() after copying coreboot ACPI tablesDavid Woodhouse1-1/+3
2013-02-12Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor1-4/+4
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-3/+3
2012-09-02Use cpu_to_be32() (and related) instead of htonl (and related).Kevin O'Connor1-15/+16
2012-06-09Remove SMBIOS generation on coreboot hack.Kevin O'Connor1-4/+0
2012-06-09Minor - collect biostable copy code into new func copy_table().Kevin O'Connor1-6/+2
2012-06-02Cache romfile entries.Kevin O'Connor1-143/+65
2012-05-20Convert disk code EBDA variables to VARLOW variables.Kevin O'Connor1-1/+2
2012-03-11Increase the debug level of several frequent dprintf() statements.Kevin O'Connor1-3/+3
2012-02-05Xen: Use VGA Hooks to make VGA passthrough work on certain devicesJulian Pidancet1-1/+1
2011-08-28Use coreboot smbios table if found.Kevin O'Connor1-3/+4
2011-07-02Calculate vgahook responses during setup instead of in 16bit code.Kevin O'Connor1-5/+4
2011-06-13Move support for copying out BIOS tables into its own file.Ian Campbell1-75/+0
2011-01-08Move the CBFS payload setup to later in the boot.Kevin O'Connor1-3/+2
2010-12-30Use bootprio_find_named_rom() for ramdisk and cbfs payload priorities.Kevin O'Connor1-1/+1
2010-12-29Remove drive->desc field.Kevin O'Connor1-4/+1
2010-12-27Add stubs to permit devices to specify their boot priority.Kevin O'Connor1-1/+1
2010-12-27Simplify boot ordering by building an inclusive boot list.Kevin O'Connor1-0/+20
2010-12-26Minor build fixes.Kevin O'Connor1-1/+1
2010-09-25Cleanup - it's no longer necessary to manually reset global variables.Kevin O'Connor1-6/+0
2010-07-27Handle unaligned sizes in iomemcpy().Kevin O'Connor1-3/+2
2010-06-13Unify optionrom cbfs/qemu_cfg rom pulling code.Kevin O'Connor1-14/+1
2010-03-20Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.Kevin O'Connor1-5/+5
2010-02-14Introduce standard warnings for allocation failures and timeouts.Kevin O'Connor1-6/+6
2010-01-03Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor1-4/+4
2009-12-18move htonl() + friends to util.hGerd Hoffmann1-5/+0
2009-12-05Introduce optimized iomemcpy function for copying from io memory.Kevin O'Connor1-4/+13
2009-10-18Move smbios definitions to header file; fix compile on older gcc.Kevin O'Connor1-0/+1
2009-10-07Add snprintf support.Kevin O'Connor1-25/+2
2009-09-12Add mechanism for describing internal drives in boot menu.Kevin O'Connor1-0/+1
2009-08-18Further simplify cbfs functions - don't pass iscomp to callers.Kevin O'Connor1-24/+12
2009-08-16Add support for using floppy images in CBFS.Kevin O'Connor1-1/+1
2009-08-16Rework coreboot cbfs interface for added flexibility.Kevin O'Connor1-92/+103
2009-08-01Add Post Memory Manager (PMM) support.Kevin O'Connor1-1/+0
2009-07-28Fix coreboot bios table copying by delaying to after memory scan.Kevin O'Connor1-100/+121
2009-07-25Add malloc_high/fseg() and rework bios table creation to use them.Kevin O'Connor1-23/+19
2009-07-19Expand int155f "vgahook" detection.Kevin O'Connor1-0/+19
2009-07-04Use "p->sum -= checksum()" style for setting checksums.Kevin O'Connor1-2/+1
2009-07-04Optionrom code cleanup.Kevin O'Connor1-1/+1
2009-06-17Support running non-pci specific vga option roms from CBFS.Kevin O'Connor1-4/+9
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