Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pci: Move code in pci.c that is specific to pciinit.c to pciinit.c | Kevin O'Connor | 2016-02-03 | 1 | -1/+0 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | Move function definitions for output.c from util.h to new file output.h. | Kevin O'Connor | 2013-09-18 | 1 | -1/+2 |
| | | | | | | Also, sort the order of include files in the c files. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | Split x86 specific functions out of util.c/h to new files x86.c/h. | Kevin O'Connor | 2013-09-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | Move code cenetered around firmware initialization to src/fw/ | Kevin O'Connor | 2013-09-02 | 1 | -0/+104 |
Move many C files from the src/ directory to the new src/fw/ directory. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |