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