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
/
resume.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-14
PIC code cleanups.
Kevin O'Connor
1
-2
/
+2
2013-02-23
Try to detect an unsuccessful hard-reboot to prevent soft-reboot loops.
Kevin O'Connor
1
-0
/
+9
2013-02-23
Add acpi_reboot() reset method using RESET_REG
David Woodhouse
1
-0
/
+3
2013-02-18
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
1
-1
/
+1
2013-02-12
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
Kevin O'Connor
1
-5
/
+1
2013-02-07
POST: Move cpu caching and dma setup to platform_hardware_setup().
Kevin O'Connor
1
-2
/
+2
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-5
/
+5
2012-05-28
Rename call16 to farcall16.
Kevin O'Connor
1
-1
/
+1
2012-04-14
Misc compile fixes for gcc v3.4.
rel-1.7.0
Kevin O'Connor
1
-0
/
+1
2012-02-01
mask interrupts on S3 resume
Gleb Natapov
1
-0
/
+1
2011-07-10
Simplify POST entry code by moving reboot logic from post.c to resume.c.
Kevin O'Connor
1
-38
/
+73
2010-12-05
Require a "_cfuncXX_" symbol prefix for inter-mode c function references.
Kevin O'Connor
1
-1
/
+1
2010-11-25
Don't pass return address to transition(32,16,16big) on stack.
Kevin O'Connor
1
-1
/
+1
2010-03-20
Disable inlining on old compilers.
Kevin O'Connor
1
-0
/
+1
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
2009-12-26
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
1
-2
/
+2
2009-09-09
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
1
-8
/
+6
2009-07-04
Add option for running vga rom during s3 resume.
Kevin O'Connor
1
-0
/
+2
2009-06-21
Remove 0x09 as a normal post code (forward port from bochs).
Kevin O'Connor
1
-1
/
+0
2009-06-15
Avoid -fwhole-program on broken gcc instead of stopping build.
Kevin O'Connor
1
-4
/
+0
2009-06-10
Add support for gcc v3.x compilers.
Kevin O'Connor
1
-0
/
+2
2009-05-23
Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.
Kevin O'Connor
1
-2
/
+2
2009-02-08
Minor - rename BX_PANIC to panic.
Kevin O'Connor
1
-2
/
+2
2009-01-19
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
1
-2
/
+2
2009-01-19
Fix apparent bug in 16bit resume code.
Kevin O'Connor
1
-13
/
+11
2009-01-17
Add CONFIG_S3_RESUME to control support for S3 resume.
Kevin O'Connor
1
-10
/
+15
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2009-01-02
Don't define bda as a macro in resume.c - it confuses AVOIDCOMBINE mode.
Kevin O'Connor
1
-1
/
+1
2009-01-02
The BDA is at segment 0x0040 not 0x0000.
Kevin O'Connor
1
-1
/
+1
2008-12-19
Make sure to manually export s3_resume() for old buggy gcc versions.
Kevin O'Connor
1
-0
/
+4
2008-12-18
Add initial S3 resume support.
Kevin O'Connor
1
-1
/
+42
2008-12-10
Improve support for old 16bit resume handlers.
Kevin O'Connor
1
-0
/
+81