summaryrefslogtreecommitdiff
path: root/src/apm.c
Commit message (Expand)AuthorAgeFilesLines
* apm: Remove old Bochs mechanism for shutdown/suspend/standby.Kevin O'Connor2014-04-071-28/+6
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-1/+1
* Move fw/acpi.h to std/acpi.h.Kevin O'Connor2013-09-181-1/+0
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-4/+5
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-2/+2
* apm: fix shutdownGerd Hoffmann2013-08-081-0/+5
* Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor2013-02-121-1/+2
* Minor - remove extra include from apm.c.Kevin O'Connor2012-06-131-1/+0
* Don't restrict VISIBLEx C functions to only x mode.Kevin O'Connor2012-05-281-9/+2
* Rename wait_irq to yield_toirq.Kevin O'Connor2012-05-281-2/+2
* Rename the apm, pcibios, and elf entry points.Kevin O'Connor2011-07-101-4/+4
* Try to hard-reboot on rerun of post even on emulators.Kevin O'Connor2010-09-151-4/+10
* Reduce #ifs by weeding out some cross-chunk function definitions.Kevin O'Connor2010-01-031-2/+0
* Be sure to add "void" to all function prototypes that take no args.Kevin O'Connor2010-01-031-2/+2
* Implement native 32bit APM support.Kevin O'Connor2010-01-011-1/+17
* Distinguish between debug reports for unimplemented vs invalid calls.Kevin O'Connor2009-12-131-3/+3
* Minor - use wait_irq() instead of irq_enable()/hlt() in apm.Kevin O'Connor2009-12-101-3/+2
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)Kevin O'Connor2008-12-131-1/+2
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-1/+2
* APM fixes; don't save/clear/restore %esp high bits.Kevin O'Connor2008-06-071-2/+11
* Support config option to disable APM BIOS calls.Kevin O'Connor2008-05-261-0/+5
* Improve control of debug messages.Kevin O'Connor2008-05-241-1/+1
* Initial support for coreboot.Kevin O'Connor2008-05-181-0/+5
* Minor cleanups.Kevin O'Connor2008-05-061-1/+1
* Minor cleanups.Kevin O'Connor2008-03-151-0/+1
* Replace debug_exit calls with debug info while setting a failure.Kevin O'Connor2008-03-091-15/+15
* Enhance APM support.Kevin O'Connor2008-03-081-6/+10
* Add initial support for apmbios code.Kevin O'Connor2008-03-051-0/+193