aboutsummaryrefslogtreecommitdiffstats
path: root/src/resume.c
Commit message (Expand)AuthorAgeFilesLines
* resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor2017-03-131-2/+2
* QEMU fw_cfg: Write fw_cfg back on S3 resumeBen Warren2017-02-211-0/+4
* smp: restore MSRs on S3 resumePaolo Bonzini2016-07-071-0/+1
* resume: Make KVM soft reboot loop detection more flexibleKevin O'Connor2016-01-121-9/+0
* Implementation of the TCG BIOS extensionsStefan Berger2015-05-211-0/+3
* If an int 1587 call is made from an option rom, stay in bigreal mode.Kevin O'Connor2014-05-061-3/+0
* debug: Only call serial_debug_preinit() at startup.Kevin O'Connor2014-01-221-1/+0
* resume: restore piix pm config registers after resumeMarcel Apfelbaum2014-01-151-0/+2
* Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2013-12-041-1/+1
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-281-1/+0
* Move dma code to new file hw/dma.c.Kevin O'Connor2013-09-281-13/+0
* Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor2013-09-281-3/+3
* Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor2013-09-181-1/+3
* 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-5/+6
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-1/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-4/+4
* PIC code cleanups.Kevin O'Connor2013-07-141-2/+2
* Try to detect an unsuccessful hard-reboot to prevent soft-reboot loops.Kevin O'Connor2013-02-231-0/+9
* Add acpi_reboot() reset method using RESET_REGDavid Woodhouse2013-02-231-0/+3
* Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor2013-02-181-1/+1
* Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor2013-02-121-5/+1
* POST: Move cpu caching and dma setup to platform_hardware_setup().Kevin O'Connor2013-02-071-2/+2
* Normalize POST initialization function name suffixes.Kevin O'Connor2013-02-051-5/+5
* Rename call16 to farcall16.Kevin O'Connor2012-05-281-1/+1
* Misc compile fixes for gcc v3.4.Kevin O'Connor2012-04-141-0/+1
* mask interrupts on S3 resumeGleb Natapov2012-02-011-0/+1
* Simplify POST entry code by moving reboot logic from post.c to resume.c.Kevin O'Connor2011-07-101-38/+73
* Require a "_cfuncXX_" symbol prefix for inter-mode c function references.Kevin O'Connor2010-12-051-1/+1
* Don't pass return address to transition(32,16,16big) on stack.Kevin O'Connor2010-11-251-1/+1
* Disable inlining on old compilers.Kevin O'Connor2010-03-201-0/+1
* 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
* Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor2009-12-261-2/+2
* Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor2009-09-091-8/+6
* Add option for running vga rom during s3 resume.Kevin O'Connor2009-07-041-0/+2
* Remove 0x09 as a normal post code (forward port from bochs).Kevin O'Connor2009-06-211-1/+0
* Avoid -fwhole-program on broken gcc instead of stopping build.Kevin O'Connor2009-06-151-4/+0
* Add support for gcc v3.x compilers.Kevin O'Connor2009-06-101-0/+2
* Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.Kevin O'Connor2009-05-231-2/+2
* Minor - rename BX_PANIC to panic.Kevin O'Connor2009-02-081-2/+2
* Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.Kevin O'Connor2009-01-191-2/+2
* Fix apparent bug in 16bit resume code.Kevin O'Connor2009-01-191-13/+11
* Add CONFIG_S3_RESUME to control support for S3 resume.Kevin O'Connor2009-01-171-10/+15
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Don't define bda as a macro in resume.c - it confuses AVOIDCOMBINE mode.Kevin O'Connor2009-01-021-1/+1
* The BDA is at segment 0x0040 not 0x0000.Kevin O'Connor2009-01-021-1/+1
* Make sure to manually export s3_resume() for old buggy gcc versions.Kevin O'Connor2008-12-191-0/+4