aboutsummaryrefslogtreecommitdiff
path: root/src/hw
AgeCommit message (Expand)AuthorFilesLines
2013-09-19usb: add usb_update_pipe()Gerd Hoffmann1-5/+17
2013-09-19uas: add (temporary) superspeed stopgapGerd Hoffmann2-0/+5
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor12-12/+2
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor14-15/+27
2013-09-18Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.Kevin O'Connor1-40/+0
2013-09-18Move definition of struct segoff_s from farptr.h to types.h.Kevin O'Connor1-1/+0
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor25-138/+156
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor17-0/+17
2013-09-18Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor4-0/+4
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor9-1/+9
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor19-0/+19
2013-09-18Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor5-0/+5
2013-09-16ahci: add missing check for allocation failureGerd Hoffmann1-9/+16
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2-2/+2
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor49-0/+13897