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