Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
ddbb6da35099f99edaad3ddad2a187591387925c
/
src
/
resume.c
c68aff5
resume: Don't attempt to use generic reboot mechanisms on QEMU
by Kevin O'Connor
· 5 years ago
8f598a4
QEMU fw_cfg: Write fw_cfg back on S3 resume
by Ben Warren
· 5 years ago
54e3a88
smp: restore MSRs on S3 resume
by Paolo Bonzini
· 6 years ago
b837e68
resume: Make KVM soft reboot loop detection more flexible
by Kevin O'Connor
· 7 years ago
b310dfa
Implementation of the TCG BIOS extensions
by Stefan Berger
· 7 years ago
6c68e7a
If an int 1587 call is made from an option rom, stay in bigreal mode.
by Kevin O'Connor
· 8 years ago
940fc1f
debug: Only call serial_debug_preinit() at startup.
by Kevin O'Connor
· 8 years ago
40d020f
resume: restore piix pm config registers after resume
by Marcel Apfelbaum
· 8 years ago
4cd522e
Move low-level hardware writing from output.c to new file hw/serialio.c.
by Kevin O'Connor
· 9 years ago
4ade523
Remove ioport.h; disperse its contents to other header files.
by Kevin O'Connor
· 9 years ago
7b9f297
Move dma code to new file hw/dma.c.
by Kevin O'Connor
· 9 years ago
8b7861c
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
by Kevin O'Connor
· 9 years ago
392d2aa
Move standard bda type info from biosvar.h to std/bda.h.
by Kevin O'Connor
· 9 years ago
5a7545c
Move fw/acpi.h to std/acpi.h.
by Kevin O'Connor
· 9 years ago
2d2fa31
Move function definitions for output.c from util.h to new file output.h.
by Kevin O'Connor
· 9 years ago
3df600b
Move stacks.c definitions from util.h to new file stacks.h.
by Kevin O'Connor
· 9 years ago
fa9c66a
Rename util.c to string.c and introduce string.h.
by Kevin O'Connor
· 9 years ago
ccee6e8
Move code cenetered around firmware initialization to src/fw/
by Kevin O'Connor
· 9 years ago
5d369d8
Move code centered around specific hardware devices to src/hw/
by Kevin O'Connor
· 9 years ago
aa7c234
PIC code cleanups.
by Kevin O'Connor
· 9 years ago
400c66c
Try to detect an unsuccessful hard-reboot to prevent soft-reboot loops.
by Kevin O'Connor
· 9 years ago
d338eb9
Add acpi_reboot() reset method using RESET_REG
by David Woodhouse
· 9 years ago
89a2f96
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
by Kevin O'Connor
· 9 years ago
897fb11
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
by Kevin O'Connor
· 9 years ago
9e4d41c
POST: Move cpu caching and dma setup to platform_hardware_setup().
by Kevin O'Connor
· 9 years ago
d83c87b
Normalize POST initialization function name suffixes.
by Kevin O'Connor
· 9 years ago
c7ffbac
Rename call16 to farcall16.
by Kevin O'Connor
· 10 years ago
a026308
Misc compile fixes for gcc v3.4.
by Kevin O'Connor
· 10 years ago
rel-1.7.0
ecae9bf
mask interrupts on S3 resume
by Gleb Natapov
· 10 years ago
87b533b
Simplify POST entry code by moving reboot logic from post.c to resume.c.
by Kevin O'Connor
· 11 years ago
f3fe3aa
Require a "_cfuncXX_" symbol prefix for inter-mode c function references.
by Kevin O'Connor
· 12 years ago
4057f98
Don't pass return address to transition(32,16,16big) on stack.
by Kevin O'Connor
· 12 years ago
d705e5a
Disable inlining on old compilers.
by Kevin O'Connor
· 12 years ago
7c1b186
Reduce #ifs by weeding out some cross-chunk function definitions.
by Kevin O'Connor
· 13 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 13 years ago
52a300f
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
by Kevin O'Connor
· 13 years ago
9f98542
Replace common segment/offset pairs with struct segoff_s.
by Kevin O'Connor
· 13 years ago
d282af7
Add option for running vga rom during s3 resume.
by Kevin O'Connor
· 13 years ago
a3a729f
Remove 0x09 as a normal post code (forward port from bochs).
by Kevin O'Connor
· 13 years ago
0942e7f
Avoid -fwhole-program on broken gcc instead of stopping build.
by Kevin O'Connor
· 13 years ago
942d495
Add support for gcc v3.x compilers.
by Kevin O'Connor
· 13 years ago
1445843
Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.
by Kevin O'Connor
· 13 years ago
e07e18e
Minor - rename BX_PANIC to panic.
by Kevin O'Connor
· 13 years ago
35ae726
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
by Kevin O'Connor
· 13 years ago
590e715
Fix apparent bug in 16bit resume code.
by Kevin O'Connor
· 13 years ago
b24c574
Add CONFIG_S3_RESUME to control support for S3 resume.
by Kevin O'Connor
· 13 years ago
b1b7c2a
Change license from GPLv3 to LGPLv3.
by Kevin O'Connor
· 13 years ago
7cccf54
Don't define bda as a macro in resume.c - it confuses AVOIDCOMBINE mode.
by Kevin O'Connor
· 14 years ago
8c0e372
The BDA is at segment 0x0040 not 0x0000.
by Kevin O'Connor
· 14 years ago
cc6a377
Make sure to manually export s3_resume() for old buggy gcc versions.
by Kevin O'Connor
· 14 years ago
9967ab7
Add initial S3 resume support.
by Kevin O'Connor
· 14 years ago
18e38b2
Improve support for old 16bit resume handlers.
by Kevin O'Connor
· 14 years ago