aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw/coreboot.c
Commit message (Expand)AuthorAgeFilesLines
* src: Minor - remove tab characters that slipped into SeaBIOS C codeKevin O'Connor2017-05-021-1/+1
* coreboot: Adapt to upstream CBMEM console changesJulius Werner2017-04-251-6/+15
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-1/+1
* coreboot: Check for unaligned cbfs headerKevin O'Connor2016-01-121-0/+4
* coreboot: Minor - avoid K&R style function declarationKevin O'Connor2015-10-241-1/+1
* e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor2015-10-151-4/+4
* coreboot: Try to auto-detect if the CBFS anchor pointer is a relative pointerKevin O'Connor2015-07-141-0/+3
* Minor - replace some tab characters that slipped into the code.Kevin O'Connor2014-04-111-3/+3
* coreboot: Make coreboot table searching available to other code.Kevin O'Connor2014-04-111-23/+35
* coreboot: Move links file processing to its own function.Kevin O'Connor2014-02-171-35/+41
* Enhance nullTrailingSpace() so that it can also skip leading spaces.Kevin O'Connor2014-02-171-5/+2
* coreboot: Add support for a "links" file to have aliases in CBFS.Kevin O'Connor2014-02-171-0/+39
* debug: Unify the SeaBIOS debug version banner.Kevin O'Connor2014-01-221-1/+1
* coreboot: Support alternative locations for CBFS.Kevin O'Connor2014-01-221-5/+5
* coreboot: Make sure to print the SeaBIOS version in cbmem debug output.Kevin O'Connor2013-12-221-1/+1
* Fix CBMEM console overflowKyösti Mälkki2013-12-221-3/+3
* Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2013-12-041-1/+1
* Drop coreboot qemu detectionGerd Hoffmann2013-09-191-4/+0
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-1/+0
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-1/+1
* Move fw/acpi.h to std/acpi.h.Kevin O'Connor2013-09-181-1/+0
* Move fw/smbios.h to std/smbios.h.Kevin O'Connor2013-09-181-1/+0
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-7/+8
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor2013-09-181-0/+1
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-0/+501