index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
apm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-07
apm: Remove old Bochs mechanism for shutdown/suspend/standby.
Kevin O'Connor
1
-28
/
+6
2013-09-28
Remove ioport.h; disperse its contents to other header files.
Kevin O'Connor
1
-1
/
+1
2013-09-18
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
1
-1
/
+0
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-4
/
+5
2013-09-18
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
1
-0
/
+1
2013-09-02
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
1
-2
/
+2
2013-08-08
apm: fix shutdown
Gerd Hoffmann
1
-0
/
+5
2013-02-12
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
Kevin O'Connor
1
-1
/
+2
2012-06-13
Minor - remove extra include from apm.c.
Kevin O'Connor
1
-1
/
+0
2012-05-28
Don't restrict VISIBLEx C functions to only x mode.
Kevin O'Connor
1
-9
/
+2
2012-05-28
Rename wait_irq to yield_toirq.
Kevin O'Connor
1
-2
/
+2
2011-07-10
Rename the apm, pcibios, and elf entry points.
Kevin O'Connor
1
-4
/
+4
2010-09-15
Try to hard-reboot on rerun of post even on emulators.
Kevin O'Connor
1
-4
/
+10
2010-01-03
Reduce #ifs by weeding out some cross-chunk function definitions.
Kevin O'Connor
1
-2
/
+0
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-2
/
+2
2010-01-01
Implement native 32bit APM support.
Kevin O'Connor
1
-1
/
+17
2009-12-13
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
1
-3
/
+3
2009-12-10
Minor - use wait_irq() instead of irq_enable()/hlt() in apm.
Kevin O'Connor
1
-3
/
+2
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2008-12-13
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
1
-1
/
+2
2008-07-04
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
1
-1
/
+2
2008-06-07
APM fixes; don't save/clear/restore %esp high bits.
Kevin O'Connor
1
-2
/
+11
2008-05-26
Support config option to disable APM BIOS calls.
Kevin O'Connor
1
-0
/
+5
2008-05-24
Improve control of debug messages.
Kevin O'Connor
1
-1
/
+1
2008-05-18
Initial support for coreboot.
Kevin O'Connor
1
-0
/
+5
2008-05-06
Minor cleanups.
Kevin O'Connor
1
-1
/
+1
2008-03-15
Minor cleanups.
Kevin O'Connor
1
-0
/
+1
2008-03-09
Replace debug_exit calls with debug info while setting a failure.
Kevin O'Connor
1
-15
/
+15
2008-03-08
Enhance APM support.
Kevin O'Connor
1
-6
/
+10
2008-03-05
Add initial support for apmbios code.
Kevin O'Connor
1
-0
/
+193