aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tcgbios: Disable platform hierarchy in case of failureStefan Berger2021-09-231-0/+1
* nvme: fix missing newline on sq full printAlex Martens via SeaBIOS2021-06-301-1/+1
* tcgbios: Use The proper sha function for each PCR bankStefan Berger2021-06-301-15/+43
* Add implementations for sha256, sha384, and sha512Stefan Berger2021-06-307-13/+478
* tcgbios: Fix details in log entriesStefan Berger2021-06-301-2/+3
* stacks: call check_irqs() after switch_next()Volker Rümelin2021-06-091-3/+2
* stacks: call check_irqs() in run_thread()Volker Rümelin2021-06-091-1/+7
* nvme: drive desc should not include the newlineGerd Hoffmann2021-05-311-2/+2
* nvme: improve namespace allocationGerd Hoffmann2021-05-312-25/+16
* usb-hid: Increase MAX_KBD_EVENTStefan Ott via SeaBIOS2021-03-101-1/+1
* Support booting USB drives with a write protect switch enabledMike Banon2020-12-211-3/+7
* nvme: Clean up nvme_cmd_readwrite()David Woodhouse2020-11-161-44/+33
* nvme: Split requests by maximum allowed sizeAlexander Graf2020-10-281-0/+16
* nvme: Pass large I/O requests as PRP listsAlexander Graf2020-10-282-10/+82
* nvme: Allow to set PRP2Alexander Graf2020-10-281-5/+6
* nvme: Record maximum allowed request sizeAlexander Graf2020-10-282-3/+18
* usb boot: add xhci mmio exampleGerd Hoffmann2020-10-151-1/+3
* usb/xhci: add support for mmio host adapters (via acpi).Gerd Hoffmann2020-10-131-0/+31
* usb/xhci: split xhci setup into generic and pci partsGerd Hoffmann2020-10-131-13/+27
* usb: add boot prio support for mmio host adaptersGerd Hoffmann2020-10-132-1/+10
* dsdt: add support for pnp ids as stringsGerd Hoffmann2020-10-131-8/+13
* output: add support for uppercase hex numbersGerd Hoffmann2020-10-131-22/+27
* USB:Fix xHCI initail fail by using longer reset and CNR clear timeout valueweitaowang-oc@zhaoxin.com2020-09-301-2/+2
* usb.c: Fix devices using non-primary interface descriptorMatt DeVillier2020-09-251-8/+19
* smbios: avoid integer overflow when adding SMBIOS type 0 tableDaniel P. Berrangé2020-09-081-4/+10
* nvme: Increase `nvme_cmd_readwrite()` message log level from 3 to 5Paul Menzel2020-07-281-1/+1
* virtio-scsi: fix boot prio detection by using correct lunStefan Reiter2020-07-281-3/+3
* timer: Handle decrements of PIT counterRoman Bolshakov2020-06-261-1/+1
* serialio: Preserve Xen DebugOutputPortJason Andryuk2020-06-241-0/+4
* pci: fix mmconfig supportGerd Hoffmann2020-05-251-6/+6
* boot: Fixup check for only one item in boot listKevin O'Connor2020-05-241-8/+9
* boot: Fix logic for boot menu displayMatt DeVillier2020-05-241-1/+1
* Revert "ps2port: adjust init routine to fix PS/2 keyboard issues"Kevin O'Connor2020-05-211-13/+5
* cdrom: Demote `scsi_is_ready` return print to debug levelPaul Menzel2020-05-211-1/+1
* boot: Log, if boot menu is skippedPaul Menzel2020-05-211-0/+1
* boot: Extend `etc/show-boot-menu` to configure skipping boot menu with only o...Paul Menzel2020-05-211-2/+3
* acpi: find and register virtio-mmio devicesGerd Hoffmann2020-05-153-0/+23
* acpi: skip kbd init if not presentGerd Hoffmann2020-05-151-0/+4
* acpi: add dsdt parserGerd Hoffmann2020-05-155-2/+690
* acpi: add xsdt supportGerd Hoffmann2020-05-152-10/+41
* virtio-mmio: print device typeGerd Hoffmann2020-05-151-2/+19
* virtio-mmio: add support for block devices.Gerd Hoffmann2020-05-155-1/+84
* virtio-mmio: add support for scsi devices.Gerd Hoffmann2020-05-155-12/+76
* virtio-mmio: add support to vp_*() functionsGerd Hoffmann2020-05-151-11/+57
* virtio-mmio: device probing and initialization.Gerd Hoffmann2020-05-153-0/+135
* qemu: check rtc presence before reading cpu count from cmosGerd Hoffmann2020-05-151-3/+10
* qemu: rework e820 detectionGerd Hoffmann2020-05-151-51/+82
* qemu: factor out qemu_cfg_detect()Gerd Hoffmann2020-05-151-4/+14
* tcgbios: Add support for SHA3 type of algorithmsStefan Berger2020-04-192-3/+28
* tcgbios: Fix the vendorInfoSize to be of type u8Stefan Berger2020-04-191-2/+2