- 6a62e0c scripts: Remove python23compat.py by Kevin O'Connor · 1 year, 9 months ago
- 9ad4399 readserial: Improve Python3 compatibility by Kevin O'Connor · 1 year, 9 months ago
- 98dd53b memmap: Fix gcc out-of-bounds warning by Kevin O'Connor · 1 year, 9 months ago
- 0a1e767 vgasrc: Don't use VAR16 in header files to fix gcc warning by Kevin O'Connor · 1 year, 9 months ago
- f9af717 svgamodes: add standard 4k modes by Gerd Hoffmann · 1 year, 10 months ago
- a05af29 virtio-blk: split large IO according to size_max by Andy Pei · 1 year, 10 months ago
- 815d749 virtio-blk: abstract a function named virtio_blk_op_one_segment to handle r/w request by Andy Pei · 1 year, 10 months ago
- 27b573d virtio-blk: add feature VIRTIO_BLK_F_SIZE_MAX and VIRTIO_BLK_F_SEG_MAX by Andy Pei · 1 year, 10 months ago
- b06d956 pci: let firmware reserve IO for pcie-pci-bridge by Igor Mammedov · 1 year, 10 months ago
- bba24ef pci: reserve resources for pcie-pci-bridge to fix regressed hotplug on q35 by Igor Mammedov · 1 year, 10 months ago
- fa69276 smbios: Support SMBIOS 3.0 entry point at smbios_romfile_setup() by Eduardo Habkost · 2 years, 10 months ago
- 401d313 smbios: Support SMBIOS 3.0 entry point at copy_table() by Eduardo Habkost · 2 years, 10 months ago
- eafea93 smbios: copy_smbios_30() function by Eduardo Habkost · 2 years, 10 months ago
- ddd0f7b smbios: Make smbios_build_tables() ready for 64-bit tables by Eduardo Habkost · 2 years, 10 months ago
- 6290dce smbios: Make some smbios_build_tables() arguments optional by Eduardo Habkost · 2 years, 10 months ago
- 1daafc8 smbios: smbios_21_setup_entry_point() function by Eduardo Habkost · 2 years, 10 months ago
- 4e99229 smbios: Make smbios_build_tables() more generic by Eduardo Habkost · 2 years, 10 months ago
- 31eac03 smbios: Extract SMBIOS table building code to separate function by Eduardo Habkost · 2 years, 10 months ago
- 34c3fce smbios: Use smbios_next() at smbios_romfile_setup() by Eduardo Habkost · 2 years, 10 months ago
- 33fa708 smbios: Make SMBios21Addr variable static by Eduardo Habkost · 2 years, 10 months ago
- 1073916 csm: Don't check SMBios21Addr before calling copy_smbios_21() by Eduardo Habkost · 2 years, 10 months ago
- 4912bae tpm: Use smbios_get_tables() by Eduardo Habkost · 2 years, 10 months ago
- 831f146 smbios: smbios_major_version()/smbios_minor_version() helpers by Eduardo Habkost · 2 years, 10 months ago
- dd54ccd smbios: Use smbios_get_tables()/smbios_next() at display_uuid() by Eduardo Habkost · 2 years, 10 months ago
- b251b21 smbios: smbios_get_tables() function by Eduardo Habkost · 2 years, 10 months ago
- cfd1ef3 smbios: Generic smbios_next() function by Eduardo Habkost · 2 years, 10 months ago
- 97f6c5b smbios: Rename code specific for SMBIOS 2.1 entry points by Eduardo Habkost · 2 years, 10 months ago
- 7b02616 util.h: Delete unused get_smbios_entry_point() prototype by Eduardo Habkost · 2 years, 10 months ago
- 72f917e biostables: copy_fseg_table() function by Eduardo Habkost · 2 years, 10 months ago
- 2dd4b9b docs: Note v1.15.0 release by Kevin O'Connor · 1 year, 10 months ago rel-1.15.0
- 64f37cc tcgbios: Disable platform hierarchy in case of failure by Stefan Berger · 2 years, 1 month ago
- 54082c8 nvme: fix missing newline on sq full print by Alex Martens via SeaBIOS · 2 years, 3 months ago
- 1be65c5 tcgbios: Use The proper sha function for each PCR bank by Stefan Berger · 2 years, 4 months ago
- 4e57a54 Add implementations for sha256, sha384, and sha512 by Stefan Berger · 2 years, 4 months ago
- ba949f5 tcgbios: Fix details in log entries by Stefan Berger · 2 years, 4 months ago
- e3c3079 stacks: call check_irqs() after switch_next() by Volker Rümelin · 2 years, 4 months ago
- f501bcb stacks: call check_irqs() in run_thread() by Volker Rümelin · 2 years, 4 months ago
- 7292e4a Increase BUILD_MIN_BIOSTABLE for large roms by Gerd Hoffmann · 2 years, 6 months ago
- 81433aa nvme: drive desc should not include the newline by Gerd Hoffmann · 2 years, 4 months ago
- 9bb1203 nvme: improve namespace allocation by Gerd Hoffmann · 2 years, 4 months ago
- 6eff808 vgasrc: ignore .node.gnu.property (binutils-2.36 support) by Sergei Trofimovich · 2 years, 4 months ago
- b0d61ec usb-hid: Increase MAX_KBD_EVENT by Stefan Ott via SeaBIOS · 2 years, 7 months ago
- ef88eea Support booting USB drives with a write protect switch enabled by Mike Banon · 2 years, 10 months ago
- 748d619 nvme: Clean up nvme_cmd_readwrite() by David Woodhouse · 2 years, 11 months ago
- 94f0510 nvme: Split requests by maximum allowed size by Alexander Graf · 3 years ago
- 01f2736 nvme: Pass large I/O requests as PRP lists by Alexander Graf · 3 years ago
- 23258d3 nvme: Allow to set PRP2 by Alexander Graf · 3 years ago
- b68f313 nvme: Record maximum allowed request size by Alexander Graf · 3 years ago
- 58a44be usb boot: add xhci mmio example by Gerd Hoffmann · 3 years ago
- c685fe3 usb/xhci: add support for mmio host adapters (via acpi). by Gerd Hoffmann · 3 years ago
- b95a199 usb/xhci: split xhci setup into generic and pci parts by Gerd Hoffmann · 3 years ago
- eff73e2 usb: add boot prio support for mmio host adapters by Gerd Hoffmann · 3 years ago
- dfac05b dsdt: add support for pnp ids as strings by Gerd Hoffmann · 3 years ago
- cf16c3b output: add support for uppercase hex numbers by Gerd Hoffmann · 3 years ago
- 849c5e5 USB:Fix xHCI initail fail by using longer reset and CNR clear timeout value by weitaowang-oc@zhaoxin.com · 3 years, 2 months ago
- 41289b8 usb.c: Fix devices using non-primary interface descriptor by Matt DeVillier · 3 years, 1 month ago
- 4ea6aa9 smbios: avoid integer overflow when adding SMBIOS type 0 table by Daniel P. Berrangé · 3 years, 1 month ago
- 155821a docs: Note v1.14.0 release by Kevin O'Connor · 3 years, 2 months ago rel-1.14.0
- d9c812d nvme: Increase `nvme_cmd_readwrite()` message log level from 3 to 5 by Paul Menzel · 3 years, 2 months ago
- f3ca59c virtio-scsi: fix boot prio detection by using correct lun by Stefan Reiter · 3 years, 2 months ago
- 699a4e5 ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects by Kevin O'Connor · 3 years, 2 months ago
- 6ada228 vgabios: Fix preserve memory flag in handle_1000 by Kevin O'Connor · 3 years, 3 months ago
- 88ab0c1 timer: Handle decrements of PIT counter by Roman Bolshakov · 3 years, 3 months ago
- d11c751 vga: fix cirrus bios by Gerd Hoffmann · 3 years, 3 months ago
- dd6a7e9 serialio: Preserve Xen DebugOutputPort by Jason Andryuk · 3 years, 3 months ago
- 2e3de62 pci: fix mmconfig support by Gerd Hoffmann · 3 years, 4 months ago
- d9aea4a boot: Fixup check for only one item in boot list by Kevin O'Connor · 3 years, 4 months ago
- 926fd4e boot: Fix logic for boot menu display by Matt DeVillier · 3 years, 4 months ago
- 7e9db04 Revert "ps2port: adjust init routine to fix PS/2 keyboard issues" by Kevin O'Connor · 3 years, 4 months ago
- d53aea0 cdrom: Demote `scsi_is_ready` return print to debug level by Paul Menzel · 3 years, 4 months ago
- 232b1c1 boot: Log, if boot menu is skipped by Paul Menzel · 3 years, 4 months ago
- c61193d boot: Extend `etc/show-boot-menu` to configure skipping boot menu with only one device by Paul Menzel · 3 years, 4 months ago
- b8eda13 rewrap Makefile lines. by Gerd Hoffmann · 3 years, 5 months ago
- 665dce1 acpi: find and register virtio-mmio devices by Gerd Hoffmann · 3 years, 6 months ago
- ea03821 acpi: skip kbd init if not present by Gerd Hoffmann · 3 years, 6 months ago
- 654ba38 acpi: add dsdt parser by Gerd Hoffmann · 3 years, 6 months ago
- 2abf972 acpi: add xsdt support by Gerd Hoffmann · 3 years, 6 months ago
- 6356524 virtio-mmio: print device type by Gerd Hoffmann · 3 years, 6 months ago
- c12a1dc virtio-mmio: add support for block devices. by Gerd Hoffmann · 3 years, 7 months ago
- f82e82a virtio-mmio: add support for scsi devices. by Gerd Hoffmann · 3 years, 7 months ago
- 040b92c virtio-mmio: add support to vp_*() functions by Gerd Hoffmann · 3 years, 7 months ago
- 69f65a4 virtio-mmio: device probing and initialization. by Gerd Hoffmann · 3 years, 7 months ago
- 51c6fc6 qemu: check rtc presence before reading cpu count from cmos by Gerd Hoffmann · 3 years, 5 months ago
- fffac0f qemu: rework e820 detection by Gerd Hoffmann · 3 years, 5 months ago
- 1206efc qemu: factor out qemu_cfg_detect() by Gerd Hoffmann · 3 years, 5 months ago
- 8d25ca4 build: use -fcf-protection=none when available by Christian Ehrhardt · 3 years, 6 months ago
- eaaf726 tcgbios: Add support for SHA3 type of algorithms by Stefan Berger · 3 years, 6 months ago
- adaf988 tcgbios: Fix the vendorInfoSize to be of type u8 by Stefan Berger · 3 years, 6 months ago
- 80fce2c tcgbios: Only write logs for PCRs that are in active PCR banks by Stefan Berger · 3 years, 6 months ago
- 6a3b59a pci: add mmconfig support by Gerd Hoffmann · 3 years, 6 months ago
- 63a44af pci: factor out ioconfig_cmd() by Gerd Hoffmann · 3 years, 6 months ago
- de88a96 std/tcg: Replace zero-length array with flexible-array member by Paul Menzel · 3 years, 7 months ago
- bfdb3f8 ps2port: adjust init routine to fix PS/2 keyboard issues by Matt DeVillier · 7 years ago
- 29ee1fb Skip boot menu and timeout with only one boot device by Matt DeVillier · 9 years ago
- 066a995 sercon: vbe modeset is int 10h function 4f02 not 4f00 by Gerd Hoffmann · 3 years, 7 months ago
- b3fa857 kvm: add support for reading tsc frequency from kvmclock by Gerd Hoffmann · 3 years, 7 months ago
- 34160e0 kvm: add support for reading tsc frequency via cpuid. by Gerd Hoffmann · 3 years, 7 months ago
- d683351 kvm: detect unconditionally by Gerd Hoffmann · 3 years, 7 months ago
- 67cbfed timer: add tsctimer_setfreq() by Gerd Hoffmann · 3 years, 7 months ago
- 24d3938 hw/usb-hid: Don't abort if setting key repeat rate fails by Matt DeVillier · 3 years, 10 months ago