mask interrupts on S3 resume
[seabios.git] / src / resume.c
2012-02-02 Gleb Natapovmask interrupts on S3 resume
2011-07-11 Kevin O'ConnorSimplify POST entry code by moving reboot logic from...
2010-12-05 Kevin O'ConnorRequire a "_cfuncXX_" symbol prefix for inter-mode...
2010-11-25 Kevin O'ConnorDon't pass return address to transition(32,16,16big...
2010-03-21 Kevin O'ConnorDisable inlining on old compilers.
2010-01-03 Kevin O'ConnorReduce #ifs by weeding out some cross-chunk function...
2010-01-03 Kevin O'ConnorBe sure to add "void" to all function prototypes that...
2009-12-27 Kevin O'ConnorIntroduce MODESEGMENT define; rename VISIBLE32 to VISIB...
2009-09-09 Kevin O'ConnorReplace common segment/offset pairs with struct segoff_s.
2009-07-04 Kevin O'ConnorAdd option for running vga rom during s3 resume.
2009-06-21 Kevin O'ConnorRemove 0x09 as a normal post code (forward port from...
2009-06-16 Kevin O'ConnorAvoid -fwhole-program on broken gcc instead of stopping...
2009-06-11 Kevin O'ConnorAdd support for gcc v3.x compilers.
2009-05-23 Kevin O'ConnorEliminate "_code32_" prefix on 32bit symbols referenced...
2009-02-08 Kevin O'ConnorMinor - rename BX_PANIC to panic.
2009-01-19 Kevin O'ConnorRename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
2009-01-19 Kevin O'ConnorFix apparent bug in 16bit resume code.
2009-01-18 Kevin O'ConnorAdd CONFIG_S3_RESUME to control support for S3 resume.
2009-01-16 Kevin O'ConnorChange license from GPLv3 to LGPLv3.
2009-01-03 Kevin O'ConnorDon't define bda as a macro in resume.c - it confuses...
2009-01-02 Kevin O'ConnorThe BDA is at segment 0x0040 not 0x0000.
2008-12-19 Kevin O'ConnorMake sure to manually export s3_resume() for old buggy...
2008-12-19 Kevin O'ConnorAdd initial S3 resume support.
2008-12-11 Kevin O'ConnorImprove support for old 16bit resume handlers.