index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fw
/
coreboot.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
src: Minor - remove tab characters that slipped into SeaBIOS C code
Kevin O'Connor
2017-05-02
1
-1
/
+1
*
coreboot: Adapt to upstream CBMEM console changes
Julius Werner
2017-04-25
1
-6
/
+15
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-1
/
+1
*
coreboot: Check for unaligned cbfs header
Kevin O'Connor
2016-01-12
1
-0
/
+4
*
coreboot: Minor - avoid K&R style function declaration
Kevin O'Connor
2015-10-24
1
-1
/
+1
*
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
Kevin O'Connor
2015-10-15
1
-4
/
+4
*
coreboot: Try to auto-detect if the CBFS anchor pointer is a relative pointer
Kevin O'Connor
2015-07-14
1
-0
/
+3
*
Minor - replace some tab characters that slipped into the code.
Kevin O'Connor
2014-04-11
1
-3
/
+3
*
coreboot: Make coreboot table searching available to other code.
Kevin O'Connor
2014-04-11
1
-23
/
+35
*
coreboot: Move links file processing to its own function.
Kevin O'Connor
2014-02-17
1
-35
/
+41
*
Enhance nullTrailingSpace() so that it can also skip leading spaces.
Kevin O'Connor
2014-02-17
1
-5
/
+2
*
coreboot: Add support for a "links" file to have aliases in CBFS.
Kevin O'Connor
2014-02-17
1
-0
/
+39
*
debug: Unify the SeaBIOS debug version banner.
Kevin O'Connor
2014-01-22
1
-1
/
+1
*
coreboot: Support alternative locations for CBFS.
Kevin O'Connor
2014-01-22
1
-5
/
+5
*
coreboot: Make sure to print the SeaBIOS version in cbmem debug output.
Kevin O'Connor
2013-12-22
1
-1
/
+1
*
Fix CBMEM console overflow
Kyösti Mälkki
2013-12-22
1
-3
/
+3
*
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
2013-12-04
1
-1
/
+1
*
Drop coreboot qemu detection
Gerd Hoffmann
2013-09-19
1
-4
/
+0
*
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move fw/smbios.h to std/smbios.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-7
/
+8
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-0
/
+501