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
*
Cleanup serial and lpt timers.
Kevin O'Connor
2009-07-13
2
-53
/
+85
*
Delay fdpt pointer setting in ebda to drive map stage.
Kevin O'Connor
2009-07-12
2
-2
/
+8
*
Add u64 cast to READ64_SEG() macro to fix vga compiling.
Kevin O'Connor
2009-07-12
1
-1
/
+1
*
Use "p->sum -= checksum()" style for setting checksums.
Kevin O'Connor
2009-07-04
8
-16
/
+11
*
Add option for running vga rom during s3 resume.
Kevin O'Connor
2009-07-04
4
-0
/
+16
*
Optionrom code cleanup.
Kevin O'Connor
2009-07-04
4
-80
/
+86
*
Rework READ64_SEG macro to prevent spurious warning on gcc 4.4.
Kevin O'Connor
2009-06-30
1
-5
/
+6
*
Minor - remove VAR16_32 from extern declaration in header.
Kevin O'Connor
2009-06-22
1
-1
/
+1
*
Remove 0x09 as a normal post code (forward port from bochs).
Kevin O'Connor
2009-06-21
1
-1
/
+0
*
Forward port bochs pci changes.
Kevin O'Connor
2009-06-21
1
-10
/
+3
*
Forward port bochs smp changes; rename smpdetect.c to smp.c.
Kevin O'Connor
2009-06-21
8
-55
/
+96
*
Support running non-pci specific vga option roms from CBFS.
Kevin O'Connor
2009-06-17
3
-8
/
+26
*
Make sure memcpy() works in 16bit mode also.
Kevin O'Connor
2009-06-15
2
-0
/
+6
*
Fix compile of smpdetect - last commit missed an include.
Kevin O'Connor
2009-06-15
1
-0
/
+1
*
Unify mode16/32 compiler checks.
Kevin O'Connor
2009-06-15
6
-18
/
+15
*
Avoid -fwhole-program on broken gcc instead of stopping build.
Kevin O'Connor
2009-06-15
3
-13
/
+0
*
Add support for gcc v3.x compilers.
Kevin O'Connor
2009-06-10
5
-28
/
+46
*
Do garbage collection of unused sections.
Kevin O'Connor
2009-06-10
9
-22
/
+38
*
Try to check for IDE drive 0 responding to drive 1 commands.
Kevin O'Connor
2009-06-10
1
-21
/
+31
*
Fix typo in irqentryarg declaration.
Kevin O'Connor
2009-05-30
1
-1
/
+1
*
In register dump, show %esp - not address of regs.
Kevin O'Connor
2009-05-27
1
-2
/
+2
*
Add delay when changing drive on ide.
Kevin O'Connor
2009-05-24
1
-2
/
+3
*
Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.
Kevin O'Connor
2009-05-23
4
-15
/
+31
*
Pack 16bit code into last part of f-segment.
Kevin O'Connor
2009-05-23
2
-5
/
+1
*
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
[next]