aboutsummaryrefslogtreecommitdiffstats
path: root/src/romfile.c
Commit message (Expand)AuthorAgeFilesLines
* romfile: add support for constant files.Gerd Hoffmann2017-09-221-0/+46
* Minor - fix misspelling in romfile.c comment.Kevin O'Connor2014-01-151-1/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-1/+1
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Move romfile definitions from util.h to new file romfile.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
* Use VARVERIFY32INIT on global variables that point to "tmp" memory.Kevin O'Connor2013-03-081-1/+1
* Support skipping content when reading from QEMU fw_cfg romfile entries.Kevin O'Connor2013-02-121-0/+1
* Cache romfile entries.Kevin O'Connor2012-06-021-0/+96