aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-17checkstack: Minor - continue if not a regular asm lineKevin O'Connor1-54/+54
2015-04-11vgabios: Emulate "leal" instructionKevin O'Connor2-26/+59
2015-04-10vgabios: Add config option for assembler fixupsKevin O'Connor3-10/+25
2015-04-10vgabios: Don't use "smsww" instruction - it confuses x86emuKevin O'Connor1-1/+1
2015-04-10smbios: Use integer signature instead of string signatureKevin O'Connor3-3/+5
2015-03-20checkrom: Fix typo in error messageAndreas Färber1-1/+1
2015-03-19checkstack: Prefer passing "function" class instead of function addressKevin O'Connor1-15/+13
2015-03-19checkstack: Simplify yield calculationsKevin O'Connor1-33/+21
2015-03-19checkstack: Replace function information tuple with classKevin O'Connor1-69/+77
2015-03-18docs: Clarify that pci-optionrom-exec doesn't apply to roms in cbfsKevin O'Connor1-1/+1
2015-03-18vgabios: Don't use extra stack if it appears a modern OS is in useKevin O'Connor4-3/+30
2015-03-17vgabios: On bda_save_restore() the saved vbe_mode also has flags in itKevin O'Connor1-1/+1
2015-03-16docs: Note release date of 1.8.1Kevin O'Connor1-0/+5
2015-03-16boot: switch default menu key to ESCPaolo Bonzini2-4/+4
2015-03-16boot.c: delay exiting boot if menu key is ESCPaolo Bonzini1-1/+7
2015-03-11smp: Fix smp race introduced in 0673b787Kevin O'Connor1-3/+6
2015-03-06fw/pci: map memory and IO regions for multiple pci root busesMarcel Apfelbaum1-0/+10
2015-03-06fw/pci: scan all buses if extraroots romfile is presentMarcel Apfelbaum1-0/+9
2015-02-24Add an option to only execute option ROMs contained in CBFStpearson@raptorengineeringinc.com2-4/+5
2015-02-24pci: enable SERR# for error forwarding in bridge control registerChen Fan1-0/+4
2015-02-24docs: Prefer triple backticks to multiple lines with single backticksKevin O'Connor3-8/+16
2015-02-19docs: Add page on available CBFS/fw_cfg runtime config filesKevin O'Connor2-4/+193
2015-02-18docs: Add page describing the patch contribution processKevin O'Connor2-1/+22
2015-02-18docs: add page for SeaVGABIOSKevin O'Connor2-0/+40
2015-02-18x86: add barrier to read{b,w,l} and write{b,w,l} functionsAmeya Palande1-3/+12
2015-02-18docs: Note v1.8.0 releaserel-1.8.0Kevin O'Connor1-0/+22
2015-02-18docs: There is only one VAR16 flag nowKevin O'Connor1-1/+1
2015-02-18docs: Update release history with dates of stable releasesKevin O'Connor1-0/+45
2015-02-18docs: Document why v1.6.3 release came after v0.6.2Kevin O'Connor1-0/+5
2015-01-19checkstack: Handle callw instructionKevin O'Connor1-0/+2
2015-01-07usb: Minor - properly free memory on get_device_config() error pathKevin O'Connor1-1/+3
2015-01-07usb: Control transfers always have an 8 byte command sizeKevin O'Connor10-22/+25
2015-01-07xhci: Merge some xhci_xfer_x() functions into xhci_send_pipe()Kevin O'Connor1-62/+18
2015-01-07xhci: Move xhci_xfer_x() functions togetherKevin O'Connor1-81/+81
2015-01-07usb: Use usb_send_pipe() now that all drivers have x_send_pipe()Kevin O'Connor1-25/+15
2015-01-07xhci: Merge xhci_send_control with xhci_send_bulkKevin O'Connor3-35/+19
2015-01-07uhci: Merge uhci_send_control with uhci_send_bulkKevin O'Connor3-66/+39
2015-01-07ohci: Merge ohci_send_control with ohci_send_bulkKevin O'Connor3-65/+34
2015-01-07ehci: Merge ehci_send_control with ehci_send_bulkKevin O'Connor3-71/+34
2015-01-07ehci: Simplify fillTDbuffer() and renameKevin O'Connor1-28/+17
2015-01-07ehci: No need to support td array wrappingKevin O'Connor1-15/+13
2015-01-07vgabios: Support emulated text in gfx_read_char()Kevin O'Connor1-6/+19
2015-01-06vgabios: implement read char in graphics modePaolo Bonzini3-12/+55
2015-01-06vgabios: fix graphics operation with Bochs VGA in non-DISPI modesPaolo Bonzini1-8/+19
2015-01-01uhci: Increase bulk transfer STACKTDS to 16Kevin O'Connor1-2/+2
2015-01-01uhci: Enable "depth" tree traversal for bulk transfersKevin O'Connor1-3/+3
2015-01-01docs: Add documentation on using readserial.py scriptKevin O'Connor1-0/+37
2015-01-01readserial: Enhance pipe supportKevin O'Connor1-15/+14
2015-01-01usb: Add support for OHCI bulk transfersKevin O'Connor3-18/+76
2014-12-29block: Check for read/write requests over 64KKevin O'Connor2-0/+6