aboutsummaryrefslogtreecommitdiff
path: root/src/xen.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-144/+0
2013-02-23Rename find_pmtimer() to find_acpi_features()David Woodhouse1-2/+2
2013-02-19Calculate "RamSize" needed by 16bit interface dynamically.Kevin O'Connor1-13/+0
2013-02-12Use find_pmtimer() after copying Xen ACPI tablesDavid Woodhouse1-0/+3
2013-02-12Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().Kevin O'Connor1-1/+1
2013-02-10Add runningOnQEMU() and runningOnXen() for runtime platform detection.Kevin O'Connor1-2/+5
2013-02-05Normalize POST initialization function name suffixes.Kevin O'Connor1-4/+4
2012-07-21Increase debug level of Xen detection code.Kevin O'Connor1-1/+1
2012-07-02Xen: Autodetect debug I/O port at runtime instead of via KconfigIan Campbell1-0/+6
2012-06-27Xen: add definition of xen_hypercall_pageIan Campbell1-0/+1
2012-06-09Minor - collect biostable copy code into new func copy_table().Kevin O'Connor1-8/+3
2011-06-13Add support for use as Xen HVM BIOS.Ian Campbell1-0/+149