aboutsummaryrefslogtreecommitdiff
path: root/src/apm.c
AgeCommit message (Expand)AuthorFilesLines
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