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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Verify ebda segment looks sane before using during resume.
Kevin O'Connor
2009-05-17
4
-4
/
+16
*
Support %ebp register in 'struct bregs'.
Kevin O'Connor
2009-05-16
5
-6
/
+17
*
Define unified entry points for irq handlers.
Kevin O'Connor
2009-05-16
3
-37
/
+96
*
Flush debugging serial output after every line.
Kevin O'Connor
2009-05-15
1
-6
/
+22
*
Improve serial port detection.
Kevin O'Connor
2009-05-12
3
-31
/
+48
*
Move assembler entry macros in romlayout.S into new file entryfuncs.S.
Kevin O'Connor
2009-05-06
2
-135
/
+141
*
Minor - report found serial and lpt ports.
Kevin O'Connor
2009-05-06
1
-1
/
+3
*
Minor - formatting enhancements; add memset_far funcs.
Kevin O'Connor
2009-05-06
4
-15
/
+39
*
Minor - verify e820 request is large enough to hold response.
Kevin O'Connor
2009-05-06
1
-1
/
+2
*
Minor - add some additional vga definitions of bda.
Kevin O'Connor
2009-05-06
1
-0
/
+9
*
Detect ps2 nak response.
Kevin O'Connor
2009-05-06
1
-6
/
+11
*
Add support for field width argument to %x (eg, %08x).
Kevin O'Connor
2009-05-05
4
-21
/
+47
*
Don't send ATA error reports when cdrom not ready.
Kevin O'Connor
2009-05-05
1
-2
/
+5
*
Add ability to run all option roms in CBFS directory "genroms/".
Kevin O'Connor
2009-04-30
3
-31
/
+76
*
Add config option to set boot menu delay time.
Kevin O'Connor
2009-04-29
2
-3
/
+5
*
Add support for compressed option roms.
Kevin O'Connor
2009-04-27
3
-24
/
+56
*
Add LZMA decompression support to CBFS.
Kevin O'Connor
2009-04-26
4
-8
/
+517
*
Exit CBFS file search early if zero signature found.
Kevin O'Connor
2009-04-26
1
-1
/
+4
*
Minor - simplify add_e820() function.
Kevin O'Connor
2009-04-26
1
-14
/
+11
*
Fixup previous memcpy optimization.
Kevin O'Connor
2009-04-19
3
-20
/
+7
*
Optimize memcpy.
Kevin O'Connor
2009-04-19
2
-6
/
+22
*
Allow booting from any device when under coreboot.
Kevin O'Connor
2009-04-18
1
-11
/
+5
*
Try to prevent mapping option roms over flash.
Kevin O'Connor
2009-04-18
1
-1
/
+3
*
Replace memeq/streq functions with memcmp/strcmp.
Kevin O'Connor
2009-04-18
4
-11
/
+11
*
Add support for waiting for drive startup during ATA detect.
Kevin O'Connor
2009-04-18
1
-11
/
+41
*
Minor - add more debugging output to option rom scanning.
Kevin O'Connor
2009-04-16
1
-1
/
+4
*
Add option CONFIG_DISABLE_A20 to control disabling A20 on boot.
Kevin O'Connor
2009-04-13
2
-0
/
+4
*
Minor - reset data segments in post32 entry point.
Kevin O'Connor
2009-04-13
1
-0
/
+6
*
Clear irqs in transition32 instead of callers.
Kevin O'Connor
2009-04-13
2
-13
/
+11
*
Minor - reorganize romlayout.S to better group entry points.
Kevin O'Connor
2009-04-13
1
-67
/
+72
*
Make sure optionroms have a non-zero size before using them.
Kevin O'Connor
2009-04-13
1
-0
/
+2
*
Initial support for running CBFS payloads.
Kevin O'Connor
2009-04-13
5
-36
/
+196
*
Initial support for finding option roms in coreboot flash layout.
Kevin O'Connor
2009-04-11
7
-33
/
+168
*
Rework linker scripts so they work on new version of ld.
Kevin O'Connor
2009-04-08
3
-10
/
+8
*
Add high coreboot table support to seabios.
Kevin O'Connor
2009-03-21
1
-0
/
+16
*
Minor - reduce forced inlining directives in src/ata.c.
Kevin O'Connor
2009-03-07
1
-7
/
+7
*
Register int02 handler (nmi); disable NMI by default.
Kevin O'Connor
2009-03-07
6
-7
/
+18
*
Minor - improve formatting of src/acpi.c.
Kevin O'Connor
2009-03-01
1
-103
/
+101
*
Consistently disable irqs at start of each assembler entry point.
Kevin O'Connor
2009-03-01
3
-24
/
+27
*
Fix mptable MPCONFIG_SIGNATURE incorrect signature.
Kevin O'Connor
2009-02-28
1
-1
/
+1
*
Support multiple independent root buses (if known at compile time).
Kevin O'Connor
2009-02-28
2
-3
/
+13
*
Fix bug in emulator mptable creation - space not reserved.
Kevin O'Connor
2009-02-28
1
-0
/
+1
*
Don't 'autodetect' ATA PIO32 mode - use compile def instead.
Kevin O'Connor
2009-02-27
4
-17
/
+13
*
Minor - cleanup return code of floppy_media_sense.
Kevin O'Connor
2009-02-27
1
-11
/
+3
*
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
6
-155
/
+160
*
Minor - simplify add_e820() function.
Kevin O'Connor
2009-02-27
1
-33
/
+28
*
Save/restore %ebp in __call16 instead of in caller (call16).
Kevin O'Connor
2009-02-27
2
-8
/
+13
*
Add hexdump() output helper function.
Kevin O'Connor
2009-02-17
2
-0
/
+21
*
Fix typo causing atapi drive type misreport.
Kevin O'Connor
2009-02-17
1
-1
/
+1
[next]