aboutsummaryrefslogtreecommitdiff
path: root/src/resume.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-13resume: Don't attempt to use generic reboot mechanisms on QEMUKevin O'Connor1-2/+2
2017-02-21QEMU fw_cfg: Write fw_cfg back on S3 resumeBen Warren1-0/+4
2016-07-07smp: restore MSRs on S3 resumePaolo Bonzini1-0/+1
2016-01-12resume: Make KVM soft reboot loop detection more flexibleKevin O'Connor1-9/+0
2015-05-21Implementation of the TCG BIOS extensionsStefan Berger1-0/+3
2014-05-06If an int 1587 call is made from an option rom, stay in bigreal mode.Kevin O'Connor1-3/+0
2014-01-22debug: Only call serial_debug_preinit() at startup.Kevin O'Connor1-1/+0
2014-01-15resume: restore piix pm config registers after resumeMarcel Apfelbaum1-0/+2
2013-12-04Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor1-1/+1
2013-09-28Remove ioport.h; disperse its contents to other header files.Kevin O'Connor1-1/+0
2013-09-28Move dma code to new file hw/dma.c.Kevin O'Connor1-13/+0
2013-09-28Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor1-3/+3
2013-09-18Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor1-1/+3
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-5/+6
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-1/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-4/+4
2013-07-14PIC code cleanups.Kevin O'Connor1-2/+2
2013-02-23Try to detect an unsuccessful hard-reboot to prevent soft-reboot loops.Kevin O'Connor1-0/+9
2013-02-23Add acpi_reboot() reset method using RESET_REGDavid Woodhouse1-0/+3
2013-02-18Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.Kevin O'Connor1-1/+1
2013-02-12Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor1-5/+1
2013-02-07POST: Move cpu caching and dma setup to platform_hardware_setup().Kevin O'Connor1-2/+2
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-5/+5
2012-05-28Rename call16 to farcall16.Kevin O'Connor1-1/+1
2012-04-14Misc compile fixes for gcc v3.4.rel-1.7.0Kevin O'Connor1-0/+1
2012-02-01mask interrupts on S3 resumeGleb Natapov1-0/+1
2011-07-10Simplify POST entry code by moving reboot logic from post.c to resume.c.Kevin O'Connor1-38/+73
2010-12-05Require a "_cfuncXX_" symbol prefix for inter-mode c function references.Kevin O'Connor1-1/+1
2010-11-25Don't pass return address to transition(32,16,16big) on stack.Kevin O'Connor1-1/+1
2010-03-20Disable inlining on old compilers.Kevin O'Connor1-0/+1
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
2009-12-26Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.Kevin O'Connor1-2/+2
2009-09-09Replace common segment/offset pairs with struct segoff_s.Kevin O'Connor1-8/+6
2009-07-04Add option for running vga rom during s3 resume.Kevin O'Connor1-0/+2
2009-06-21Remove 0x09 as a normal post code (forward port from bochs).Kevin O'Connor1-1/+0
2009-06-15Avoid -fwhole-program on broken gcc instead of stopping build.Kevin O'Connor1-4/+0
2009-06-10Add support for gcc v3.x compilers.Kevin O'Connor1-0/+2
2009-05-23Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.Kevin O'Connor1-2/+2
2009-02-08Minor - rename BX_PANIC to panic.Kevin O'Connor1-2/+2
2009-01-19Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.Kevin O'Connor1-2/+2
2009-01-19Fix apparent bug in 16bit resume code.Kevin O'Connor1-13/+11
2009-01-17Add CONFIG_S3_RESUME to control support for S3 resume.Kevin O'Connor1-10/+15
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2009-01-02Don't define bda as a macro in resume.c - it confuses AVOIDCOMBINE mode.Kevin O'Connor1-1/+1
2009-01-02The BDA is at segment 0x0040 not 0x0000.Kevin O'Connor1-1/+1
2008-12-19Make sure to manually export s3_resume() for old buggy gcc versions.Kevin O'Connor1-0/+4