Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | romfile: add support for constant files. | Gerd Hoffmann | 2017-09-22 | 1 | -0/+46 |
* | Minor - fix misspelling in romfile.c comment. | Kevin O'Connor | 2014-01-15 | 1 | -1/+1 |
* | Move function definitions for output.c from util.h to new file output.h. | Kevin O'Connor | 2013-09-18 | 1 | -1/+1 |
* | Move malloc code from pmm.c to new files malloc.c and malloc.h. | Kevin O'Connor | 2013-09-18 | 1 | -0/+1 |
* | Move romfile definitions from util.h to new file romfile.h. | Kevin O'Connor | 2013-09-18 | 1 | -0/+1 |
* | Rename util.c to string.c and introduce string.h. | Kevin O'Connor | 2013-09-18 | 1 | -0/+1 |
* | Use VARVERIFY32INIT on global variables that point to "tmp" memory. | Kevin O'Connor | 2013-03-08 | 1 | -1/+1 |
* | Support skipping content when reading from QEMU fw_cfg romfile entries. | Kevin O'Connor | 2013-02-12 | 1 | -0/+1 |
* | Cache romfile entries. | Kevin O'Connor | 2012-06-02 | 1 | -0/+96 |