aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-08[pci] Provide PCI_CLASS() to calculate a scalar PCI class valueMichael Brown4-9/+17
2015-05-01[usb] Include setup packet within I/O buffer for message transfersMichael Brown5-49/+41
2015-04-24[vram] Add "vram" built-in setting to dump video RAMMichael Brown3-0/+76
2015-04-24[settings] Add "base64" setting typeMichael Brown3-0/+57
2015-04-24[base64] Add buffer size parameter to base64_encode() and base64_decode()Michael Brown7-77/+84
2015-04-24[base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown12-127/+112
2015-04-24[test] Include IPv6 support when performing settings self-testsMichael Brown1-0/+4
2015-04-24[ath9k] Remove confusing logic inversion in an ANI variableChristian Hesse4-24/+24
2015-04-24[build] Add missing "const" qualifiersChristian Hesse1-2/+2
2015-04-22[intel] Add PCI device IDs for Intel I218-LM and I218-VChristian Hesse1-1/+6
2015-04-22[build] Construct all-drivers list based on driver classMichael Brown4-4/+11
2015-04-22[rtl818x] Obviate RTL_ROM() hackMichael Brown4-35/+31
2015-04-21[realtek] Do not attempt to access EEPROM on RTL8169 chipsMichael Brown1-2/+3
2015-04-21[intel] Force RX polling on VMware emulated 82545emMichael Brown2-1/+13
2015-04-21[intel] Report any unexpected interrupt causesMichael Brown2-0/+10
2015-04-21[intel] Update PCI device IDs for Intel 82599 and X540 10G NICsEd Swierk1-4/+9
2015-04-18[build] Use a single call to parserom.pl to speed up buildingMichael Brown1-21/+60
2015-04-18[build] Work around binutils quirk on OpenBSD 5.7Michael Brown1-0/+3
2015-04-17[build] Fix compiler warning on OpenBSD 5.7Michael Brown1-1/+1
2015-04-15[build] Allow building PCI ROMs with device ID listsMichael Brown3-5/+38
2015-04-15[prism2] Remove duplicate PCI_ROM() linesMichael Brown1-2/+0
2015-04-15[eepro100] Remove duplicate PCI_ROM() lineMichael Brown1-1/+0
2015-04-14[efi] Use the EFI_RNG_PROTOCOL as an entropy source if availableMichael Brown2-3/+234
2015-04-14[efi] Poll for TX completions only when there is an outstanding TX bufferMichael Brown1-8/+4
2015-04-14[efi] Poll media status only if advertised as supportedMichael Brown1-2/+14
2015-04-14[efi] Provide a dummy data block in nii_initialise()Michael Brown1-1/+6
2015-04-14[efi] Add EFI time sourceMichael Brown5-1/+98
2015-04-14[efi] Add EFI entropy sourceMichael Brown5-2/+189
2015-04-13[util] Add ability to dump PCI device ID listMichael Brown2-0/+24
2015-04-13[romprefix] Allow autoboot device filter to be disabledMichael Brown2-0/+3
2015-04-13[xhci] Always reset root hub portsMichael Brown1-7/+5
2015-04-13[build] Rewrite parserom.pl to support multiple source filesRobin Smidsrød1-51/+244
2015-04-13[peerdist] Add support for decoding PeerDist Content InformationMichael Brown5-0/+1757
2015-04-13[efi] Ensure drivers are disconnected when ExitBootServices() is calledMichael Brown1-0/+35
2015-04-12[crypto] Add SHA-512/224 algorithmMichael Brown4-0/+122
2015-04-12[crypto] Add SHA-512/256 algorithmMichael Brown4-0/+122
2015-04-12[crypto] Add SHA-384 algorithmMichael Brown4-3/+129
2015-04-12[crypto] Add SHA-512 algorithmMichael Brown7-4/+500
2015-04-12[crypto] Add SHA-224 algorithmMichael Brown5-16/+167
2015-04-12[test] Simplify digest algorithm self-testsMichael Brown5-200/+235
2015-04-10[virtio] Downgrade per-iobuf debug messages to DBGC2Laszlo Ersek1-6/+6
2015-04-07[test] Add setjmp()/longjmp() self-testsMichael Brown2-0/+172
2015-04-07[libc] Add x86_64 versions of setjmp() and longjmp()Michael Brown3-0/+100
2015-04-07[libc] Fix typo in longjmp()Michael Brown1-3/+3
2015-03-23[xhci] Support USB1 devices attached via transaction translatorsMichael Brown5-33/+164
2015-03-23[usb] Improve debug messages for failed control transactionsMichael Brown1-6/+5
2015-03-23[ehci] Support USB1 devices attached via transaction translatorsMichael Brown2-11/+53
2015-03-23[usb] Clear transaction translator buffers when applicableMichael Brown2-4/+72
2015-03-23[usb] Add clear_tt() hub method to clear transaction translator bufferMichael Brown5-2/+114
2015-03-23[usb] Reset endpoints without waiting for a new transfer to be enqueuedMichael Brown2-31/+70