Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | post: Always set HaveRunPost prior to setting any other global variable | Kevin O'Connor | 2016-01-12 | 1 | -0/+1 |
* | e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix | Kevin O'Connor | 2015-10-15 | 1 | -4/+5 |
* | debug: Unify the SeaBIOS debug version banner. | Kevin O'Connor | 2014-01-22 | 1 | -2/+2 |
* | Move low-level hardware writing from output.c to new file hw/serialio.c. | Kevin O'Connor | 2013-12-04 | 1 | -0/+1 |
* | Move fw/acpi.h to std/acpi.h. | Kevin O'Connor | 2013-09-18 | 1 | -1/+0 |
* | Move function definitions for output.c from util.h to new file output.h. | Kevin O'Connor | 2013-09-18 | 1 | -6/+6 |
* | Move malloc code from pmm.c to new files malloc.c and malloc.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 |
* | Split x86 specific functions out of util.c/h to new files x86.c/h. | Kevin O'Connor | 2013-09-18 | 1 | -0/+1 |
* | Move code cenetered around firmware initialization to src/fw/ | Kevin O'Connor | 2013-09-02 | 1 | -0/+144 |