index
:
delta/qemu-seabios.git
0.5.1-stable
0.6.1-stable
1.10-stable
1.11-stable
1.12-stable
1.6.3-stable
1.7.2-stable
1.7.3-stable
1.7.5-stable
1.8-stable
1.9-stable
master
git.qemu.org: git/seabios.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
apm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
apm: Remove old Bochs mechanism for shutdown/suspend/standby.
Kevin O'Connor
2014-04-07
1
-28
/
+6
*
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
2013-09-28
1
-1
/
+1
*
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-4
/
+5
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-2
/
+2
*
apm: fix shutdown
Gerd Hoffmann
2013-08-08
1
-0
/
+5
*
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
Kevin O'Connor
2013-02-12
1
-1
/
+2
*
Minor - remove extra include from apm.c.
Kevin O'Connor
2012-06-13
1
-1
/
+0
*
Don't restrict VISIBLEx C functions to only x mode.
Kevin O'Connor
2012-05-28
1
-9
/
+2
*
Rename wait_irq to yield_toirq.
Kevin O'Connor
2012-05-28
1
-2
/
+2
*
Rename the apm, pcibios, and elf entry points.
Kevin O'Connor
2011-07-10
1
-4
/
+4
*
Try to hard-reboot on rerun of post even on emulators.
Kevin O'Connor
2010-09-15
1
-4
/
+10
*
Reduce #ifs by weeding out some cross-chunk function definitions.
Kevin O'Connor
2010-01-03
1
-2
/
+0
*
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
2010-01-03
1
-2
/
+2
*
Implement native 32bit APM support.
Kevin O'Connor
2010-01-01
1
-1
/
+17
*
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
2009-12-13
1
-3
/
+3
*
Minor - use wait_irq() instead of irq_enable()/hlt() in apm.
Kevin O'Connor
2009-12-10
1
-3
/
+2
*
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
2009-01-15
1
-1
/
+1
*
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
2008-12-13
1
-1
/
+2
*
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
2008-07-04
1
-1
/
+2
*
APM fixes; don't save/clear/restore %esp high bits.
Kevin O'Connor
2008-06-07
1
-2
/
+11
*
Support config option to disable APM BIOS calls.
Kevin O'Connor
2008-05-26
1
-0
/
+5
*
Improve control of debug messages.
Kevin O'Connor
2008-05-24
1
-1
/
+1
*
Initial support for coreboot.
Kevin O'Connor
2008-05-18
1
-0
/
+5
*
Minor cleanups.
Kevin O'Connor
2008-05-06
1
-1
/
+1
*
Minor cleanups.
Kevin O'Connor
2008-03-15
1
-0
/
+1
*
Replace debug_exit calls with debug info while setting a failure.
Kevin O'Connor
2008-03-09
1
-15
/
+15
*
Enhance APM support.
Kevin O'Connor
2008-03-08
1
-6
/
+10
*
Add initial support for apmbios code.
Kevin O'Connor
2008-03-05
1
-0
/
+193