aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-01docs: Note v1.16.0 releaserel-1.16.0Kevin O'Connor1-0/+8
2022-02-03nvme: fix LBA format data structureFlorian Larysch1-1/+0
2022-01-27nvme: avoid use-after-free in nvme_controller_enable()Jan Beulich via SeaBIOS1-1/+2
2022-01-27sercon: Fix missing GET_LOW() to access rx_bytesKevin O'Connor1-9/+11
2022-01-27nvme: Only allocate one dma bounce buffer for all nvme drivesKevin O'Connor2-9/+15
2022-01-27nvme: Build the page list in the existing dma bufferKevin O'Connor2-43/+24
2022-01-27nvme: Pass prp1 and prp2 directly to nvme_io_xfer()Kevin O'Connor1-21/+18
2022-01-27nvme: Convert nvme_build_prpl() to nvme_prpl_xfer()Kevin O'Connor2-27/+20
2022-01-21nvme: Add nvme_bounce_xfer() helper functionKevin O'Connor1-14/+21
2022-01-21nvme: Rework nvme_io_readwrite() to return -1 on errorKevin O'Connor1-19/+18
2022-01-21smm: Suppress gcc array-bounds warningsKevin O'Connor1-6/+15
2021-12-19scripts: Remove python23compat.pyKevin O'Connor3-21/+3
2021-12-19readserial: Improve Python3 compatibilityKevin O'Connor1-17/+11
2021-12-18memmap: Fix gcc out-of-bounds warningKevin O'Connor1-1/+1
2021-12-18vgasrc: Don't use VAR16 in header files to fix gcc warningKevin O'Connor1-2/+2
2021-12-18svgamodes: add standard 4k modesGerd Hoffmann1-0/+8
2021-12-18virtio-blk: split large IO according to size_maxAndy Pei1-1/+34
2021-12-18virtio-blk: abstract a function named virtio_blk_op_one_segment to handle r/w...Andy Pei1-20/+28
2021-12-18virtio-blk: add feature VIRTIO_BLK_F_SIZE_MAX and VIRTIO_BLK_F_SEG_MAXAndy Pei3-8/+48
2021-12-18pci: let firmware reserve IO for pcie-pci-bridgeIgor Mammedov1-5/+14
2021-12-18pci: reserve resources for pcie-pci-bridge to fix regressed hotplug on q35Igor Mammedov1-0/+5
2021-12-18smbios: Support SMBIOS 3.0 entry point at smbios_romfile_setup()Eduardo Habkost1-3/+30
2021-12-18smbios: Support SMBIOS 3.0 entry point at copy_table()Eduardo Habkost1-0/+1
2021-12-18smbios: copy_smbios_30() functionEduardo Habkost2-2/+47
2021-12-18smbios: Make smbios_build_tables() ready for 64-bit tablesEduardo Habkost1-3/+13
2021-12-18smbios: Make some smbios_build_tables() arguments optionalEduardo Habkost1-2/+6
2021-12-18smbios: smbios_21_setup_entry_point() functionEduardo Habkost1-13/+20
2021-12-18smbios: Make smbios_build_tables() more genericEduardo Habkost1-13/+19
2021-12-18smbios: Extract SMBIOS table building code to separate functionEduardo Habkost1-20/+34
2021-12-18smbios: Use smbios_next() at smbios_romfile_setup()Eduardo Habkost1-3/+4
2021-12-18smbios: Make SMBios21Addr variable staticEduardo Habkost2-2/+1
2021-12-18csm: Don't check SMBios21Addr before calling copy_smbios_21()Eduardo Habkost1-1/+1
2021-12-18tpm: Use smbios_get_tables()Eduardo Habkost1-5/+5
2021-12-18smbios: smbios_major_version()/smbios_minor_version() helpersEduardo Habkost1-3/+21
2021-12-18smbios: Use smbios_get_tables()/smbios_next() at display_uuid()Eduardo Habkost1-2/+4
2021-12-18smbios: smbios_get_tables() functionEduardo Habkost2-0/+10
2021-12-18smbios: Generic smbios_next() functionEduardo Habkost1-4/+12
2021-12-18smbios: Rename code specific for SMBIOS 2.1 entry pointsEduardo Habkost6-33/+33
2021-12-18util.h: Delete unused get_smbios_entry_point() prototypeEduardo Habkost1-1/+0
2021-12-18biostables: copy_fseg_table() functionEduardo Habkost1-24/+16
2021-12-02docs: Note v1.15.0 releaserel-1.15.0Kevin O'Connor1-0/+11
2021-09-23tcgbios: Disable platform hierarchy in case of failureStefan Berger1-0/+1
2021-06-30nvme: fix missing newline on sq full printAlex Martens via SeaBIOS1-1/+1
2021-06-30tcgbios: Use The proper sha function for each PCR bankStefan Berger1-15/+43
2021-06-30Add implementations for sha256, sha384, and sha512Stefan Berger8-14/+479
2021-06-30tcgbios: Fix details in log entriesStefan Berger1-2/+3
2021-06-09stacks: call check_irqs() after switch_next()Volker RĂ¼melin1-3/+2
2021-06-09stacks: call check_irqs() in run_thread()Volker RĂ¼melin1-1/+7
2021-06-04Increase BUILD_MIN_BIOSTABLE for large romsGerd Hoffmann1-0/+4
2021-05-31nvme: drive desc should not include the newlineGerd Hoffmann1-2/+2