Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-02-03 | pci: Split low-level pci code from higher-level 'struct pci_device' code | Kevin O'Connor | 1 | -2/+3 |
2014-04-07 | Document no new changes to pirtable.c, mptable.c, acpi.c, and smbios.c. | Kevin O'Connor | 1 | -0/+1 |
2014-04-07 | Use biostables.c for copying bios tables even when generating them. | Kevin O'Connor | 1 | -24/+9 |
2013-09-18 | Move fw/mptable.h to std/mptable.h. | 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 | -2/+3 |
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-09-18 | Split x86 specific functions out of util.c/h to new files x86.c/h. | Kevin O'Connor | 1 | -0/+1 |
2013-09-02 | Move code cenetered around firmware initialization to src/fw/ | Kevin O'Connor | 1 | -0/+205 |