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
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
49
-50
/
+50
*
Initial KVM support.
Kevin O'Connor
2009-01-04
6
-25
/
+163
*
Make sure ps2 port command reads are from the desired device.
Kevin O'Connor
2009-01-04
3
-24
/
+49
*
Don't define bda as a macro in resume.c - it confuses AVOIDCOMBINE mode.
Kevin O'Connor
2009-01-02
1
-1
/
+1
*
The BDA is at segment 0x0040 not 0x0000.
Kevin O'Connor
2009-01-02
5
-31
/
+37
*
Improve set_code_fail/floppy_ret/disk_ret code generation.
Kevin O'Connor
2009-01-02
6
-29
/
+41
*
Fix bug in basic_access error path.
Kevin O'Connor
2009-01-02
1
-0
/
+1
*
Reduce stack usage of hw irq handlers.
Kevin O'Connor
2009-01-01
6
-34
/
+43
*
Switch to new stack when calling ATA function in 16bit mode.
Kevin O'Connor
2009-01-01
7
-25
/
+73
*
Use new 'struct disk_op_s' to issue ata requests.
Kevin O'Connor
2008-12-31
7
-133
/
+125
*
Return CDEMU parameters to ebda segment (instead of using globals).
Kevin O'Connor
2008-12-31
6
-84
/
+85
*
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
Kevin O'Connor
2008-12-29
7
-52
/
+69
*
Add more linker protections around variables accessed from 16bit mode.
Kevin O'Connor
2008-12-29
15
-33
/
+37
*
Move IPL definitions from ebda to global variables.
Kevin O'Connor
2008-12-28
7
-59
/
+73
*
Move most of ATA and CDEMU from ebda to global variables.
Kevin O'Connor
2008-12-28
6
-264
/
+283
*
Move ram size definitions from ebda to global variables.
Kevin O'Connor
2008-12-28
8
-21
/
+23
*
Move pir table offset from ebda to a global variable.
Kevin O'Connor
2008-12-28
5
-14
/
+20
*
Add linker magic to ensure 16bit variables aren't repeated in 32bit code.
Kevin O'Connor
2008-12-28
8
-27
/
+23
*
Support a relocatable ebda segment.
Kevin O'Connor
2008-12-26
6
-46
/
+47
*
Enhance via vga hooks (based on patch from Rudolf Marek)
Kevin O'Connor
2008-12-26
1
-2
/
+69
*
Initial PnP bios call support.
Kevin O'Connor
2008-12-21
6
-16
/
+146
*
Fix bug in dequeue_key() refactor.
Kevin O'Connor
2008-12-21
1
-1
/
+1
*
Support multiple BCVs in a single option rom.
Kevin O'Connor
2008-12-20
1
-3
/
+19
*
Rework default hwirq handler so there is no confusion on which pic to eoi.
Kevin O'Connor
2008-12-20
4
-23
/
+22
*
Make sure to manually export s3_resume() for old buggy gcc versions.
Kevin O'Connor
2008-12-19
1
-0
/
+4
*
Add initial S3 resume support.
Kevin O'Connor
2008-12-18
7
-214
/
+340
*
Make sure %ss==%ds in resume handler call.
Kevin O'Connor
2008-12-18
1
-42
/
+48
*
Use rtc for keyboard delay instaed of tsc.
Kevin O'Connor
2008-12-16
1
-10
/
+21
*
Don't turn off apic after smp detect; use cmos for smp count on emulators.
Kevin O'Connor
2008-12-16
2
-2
/
+7
*
Refactor dequeue_key() in keyboard code.
Kevin O'Connor
2008-12-16
1
-39
/
+18
*
Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.
Kevin O'Connor
2008-12-14
4
-14
/
+14
*
Cleanup of fixed space addresses.
Kevin O'Connor
2008-12-13
8
-60
/
+86
*
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
2008-12-13
8
-30
/
+50
*
Implement time based checks even when looping on an ioport.
Kevin O'Connor
2008-12-13
3
-32
/
+37
*
Minor - don't call smm_init() from init_bios_tables()
Kevin O'Connor
2008-12-10
2
-2
/
+5
*
Various minor comment updates.
Kevin O'Connor
2008-12-10
4
-23
/
+19
*
Fix boot when CONFIG_CDROM_BOOT is disabled.
Kevin O'Connor
2008-12-10
1
-1
/
+1
*
Improve support for old 16bit resume handlers.
Kevin O'Connor
2008-12-10
9
-51
/
+144
*
Don't overwrite memory on smm init.
Kevin O'Connor
2008-12-06
5
-26
/
+35
*
Execute smp detect code in place instead of copying it.
Kevin O'Connor
2008-12-06
2
-39
/
+42
*
Makefile cleanups.
Kevin O'Connor
2008-12-06
1
-1
/
+1
*
Call option roms in "big real mode".
Kevin O'Connor
2008-12-06
5
-17
/
+48
*
Add additional PCI option rom checks.
Kevin O'Connor
2008-12-06
2
-16
/
+37
*
Don't allow start_bdf with new auto max bus detection code.
Kevin O'Connor
2008-12-04
9
-61
/
+50
*
Only support IDE devices with pci class of PCI_CLASS_STORAGE_IDE.
Kevin O'Connor
2008-12-04
1
-17
/
+10
*
Enance support for PCI option roms.
Kevin O'Connor
2008-11-29
1
-23
/
+54
*
Only touch PCI functions > 0 on multi-function devices; rescan max pci each t...
Kevin O'Connor
2008-11-29
6
-56
/
+56
*
Detect keyboard ctrl-alt-delete and try to reset machine.
Kevin O'Connor
2008-11-29
2
-3
/
+11
*
Fix bug on keyboard LED set.
Kevin O'Connor
2008-11-29
1
-1
/
+9
*
Don't reset .bss on reboots.
Kevin O'Connor
2008-11-29
4
-11
/
+11
[next]