aboutsummaryrefslogtreecommitdiffstats
path: root/src/fw
Commit message (Expand)AuthorAgeFilesLines
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-1810-2/+12
* Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor2013-09-186-0/+6
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-183-0/+3
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-1812-4/+15
* Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor2013-09-189-1/+10
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-0234-0/+8121