summaryrefslogtreecommitdiff
path: root/src/fw/xen.c
Commit message (Expand)AuthorAgeFilesLines
* post: Always set HaveRunPost prior to setting any other global variableKevin O'Connor2016-01-121-0/+1
* e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor2015-10-151-4/+5
* debug: Unify the SeaBIOS debug version banner.Kevin O'Connor2014-01-221-2/+2
* Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor2013-12-041-0/+1
* Move fw/acpi.h to std/acpi.h.Kevin O'Connor2013-09-181-1/+0
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-6/+6
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor2013-09-181-0/+1
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-0/+144