Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
8891697e3f7d84355420573efd98e94f14736768
/
src
/
fw
/
xen.c
a48f602
post: Always set HaveRunPost prior to setting any other global variable
by Kevin O'Connor
· 6 years ago
c167e54
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
by Kevin O'Connor
· 7 years ago
bb1fcb4
debug: Unify the SeaBIOS debug version banner.
by Kevin O'Connor
· 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
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
9dea590
Move malloc code from pmm.c to new files malloc.c and malloc.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
b9c6a96
Split x86 specific functions out of util.c/h to new files x86.c/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
[Renamed from src/xen.c]
d304fe4
Rename find_pmtimer() to find_acpi_features()
by David Woodhouse
· 9 years ago
f85e4bc
Calculate "RamSize" needed by 16bit interface dynamically.
by Kevin O'Connor
· 9 years ago
f34f069
Use find_pmtimer() after copying Xen ACPI tables
by David Woodhouse
· 9 years ago
897fb11
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
by Kevin O'Connor
· 9 years ago
02313b2
Add runningOnQEMU() and runningOnXen() for runtime platform detection.
by Kevin O'Connor
· 9 years ago
d83c87b
Normalize POST initialization function name suffixes.
by Kevin O'Connor
· 9 years ago
3628933
Increase debug level of Xen detection code.
by Kevin O'Connor
· 10 years ago
54f3b25
Xen: Autodetect debug I/O port at runtime instead of via Kconfig
by Ian Campbell
· 10 years ago
9166c4a
Xen: add definition of xen_hypercall_page
by Ian Campbell
· 10 years ago
4d053eb
Minor - collect biostable copy code into new func copy_table().
by Kevin O'Connor
· 10 years ago
74c7878
Add support for use as Xen HVM BIOS.
by Ian Campbell
· 11 years ago