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
*
Use variable name "driveid" consistently (instead of "device").
Kevin O'Connor
2009-08-11
3
-158
/
+158
*
Separate ATA code from generic disk code.
Kevin O'Connor
2009-08-11
11
-311
/
+365
*
Minor - remove ATA specific version field from ATA.devices[].
Kevin O'Connor
2009-08-11
2
-11
/
+15
*
Densely populate ATA.devices list.
Kevin O'Connor
2009-08-11
3
-38
/
+55
*
Misc ATA cleanups.
Kevin O'Connor
2009-08-10
5
-88
/
+80
*
Add helper macros for defining GDT descriptors.
Kevin O'Connor
2009-08-10
3
-41
/
+31
*
Route disk_op commands by drive type - not by command.
Kevin O'Connor
2009-08-09
4
-42
/
+72
*
Remove unused cdemu ATA code.
Kevin O'Connor
2009-08-09
4
-141
/
+42
*
Implement cdrom disk emulation at high-level instead of in low-level ATA.
Kevin O'Connor
2009-08-09
3
-60
/
+104
*
Separate cdemu disk accesses from regular disk accesses.
Kevin O'Connor
2009-08-09
3
-60
/
+89
*
Use regular CD reading to load initial CDROM boot image.
Kevin O'Connor
2009-08-09
1
-3
/
+3
*
Add option CONFIG_SCREEN_AND_DEBUG to control printf and debugging.
Kevin O'Connor
2009-08-02
2
-3
/
+4
*
Fix some PMM corner-cases.
Kevin O'Connor
2009-08-02
1
-13
/
+29
*
Add Post Memory Manager (PMM) support.
Kevin O'Connor
2009-08-01
14
-128
/
+359
*
Add auto-generated version info to each build.
Kevin O'Connor
2009-07-29
4
-5
/
+9
*
Minor - breakup mptable allocation into two calls.
Kevin O'Connor
2009-07-29
1
-6
/
+4
*
mptable and madt irq override
Kevin O'Connor
2009-07-29
3
-11
/
+37
*
Fix coreboot bios table copying by delaying to after memory scan.
Kevin O'Connor
2009-07-28
4
-104
/
+132
*
Add PMM stubs.
Kevin O'Connor
2009-07-26
5
-2
/
+160
*
Add support for enabling ram in 0xc0000-0xf0000 area.
Kevin O'Connor
2009-07-26
4
-34
/
+74
*
Update TODO items.
Kevin O'Connor
2009-07-25
1
-1
/
+1
*
Add malloc_high/fseg() and rework bios table creation to use them.
Kevin O'Connor
2009-07-25
9
-229
/
+307
*
When enabling write access to 0xf0000, just copy from 0xffff0000.
Kevin O'Connor
2009-07-24
2
-18
/
+16
*
Only run the vga option rom of an enabled vga device.
Kevin O'Connor
2009-07-19
3
-1
/
+58
*
Expand int155f "vgahook" detection.
Kevin O'Connor
2009-07-19
4
-37
/
+120
*
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
[next]