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