aboutsummaryrefslogtreecommitdiff
path: root/src/romfile.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-1/+1
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-03-08Use VARVERIFY32INIT on global variables that point to "tmp" memory.Kevin O'Connor1-1/+1
2013-02-12Support skipping content when reading from QEMU fw_cfg romfile entries.Kevin O'Connor1-0/+1
2012-06-02Cache romfile entries.Kevin O'Connor1-0/+96