aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-15acpi: find and register virtio-mmio devicesGerd Hoffmann3-0/+23
2020-05-15acpi: skip kbd init if not presentGerd Hoffmann1-0/+4
2020-05-15acpi: add dsdt parserGerd Hoffmann5-2/+690
2020-05-15acpi: add xsdt supportGerd Hoffmann2-10/+41
2020-05-15virtio-mmio: print device typeGerd Hoffmann1-2/+19
2020-05-15virtio-mmio: add support for block devices.Gerd Hoffmann5-1/+84
2020-05-15virtio-mmio: add support for scsi devices.Gerd Hoffmann5-12/+76
2020-05-15virtio-mmio: add support to vp_*() functionsGerd Hoffmann1-11/+57
2020-05-15virtio-mmio: device probing and initialization.Gerd Hoffmann3-0/+135
2020-05-15qemu: check rtc presence before reading cpu count from cmosGerd Hoffmann1-3/+10
2020-05-15qemu: rework e820 detectionGerd Hoffmann1-51/+82
2020-05-15qemu: factor out qemu_cfg_detect()Gerd Hoffmann1-4/+14
2020-04-19tcgbios: Add support for SHA3 type of algorithmsStefan Berger2-3/+28
2020-04-19tcgbios: Fix the vendorInfoSize to be of type u8Stefan Berger1-2/+2
2020-04-19tcgbios: Only write logs for PCRs that are in active PCR banksStefan Berger1-8/+22
2020-03-27pci: add mmconfig supportGerd Hoffmann3-12/+54
2020-03-27pci: factor out ioconfig_cmd()Gerd Hoffmann1-6/+11
2020-03-20std/tcg: Replace zero-length array with flexible-array memberPaul Menzel1-1/+1
2020-03-17ps2port: adjust init routine to fix PS/2 keyboard issuesMatt DeVillier1-5/+13
2020-03-17Skip boot menu and timeout with only one boot deviceMatt DeVillier1-0/+6
2020-03-17sercon: vbe modeset is int 10h function 4f02 not 4f00Gerd Hoffmann1-1/+1
2020-03-16kvm: add support for reading tsc frequency from kvmclockGerd Hoffmann2-0/+56
2020-03-16kvm: add support for reading tsc frequency via cpuid.Gerd Hoffmann1-0/+5
2020-03-16kvm: detect unconditionallyGerd Hoffmann1-7/+1
2020-03-16timer: add tsctimer_setfreq()Gerd Hoffmann2-1/+26
2020-03-06hw/usb-hid: Don't abort if setting key repeat rate failsMatt DeVillier1-1/+1
2020-03-06usb-hid: Improve max packet size checkingKevin O'Connor1-22/+33
2020-01-14nvme: skip initializing non-bootable devicesGerd Hoffmann1-0/+7
2020-01-14virtio-scsi: skip initializing non-bootable devicesGerd Hoffmann1-1/+10
2020-01-14boot: cache HALT priorityGerd Hoffmann1-1/+5
2020-01-14virtio: Do not init non-bootable devicesAlexey Kirillov2-2/+20
2020-01-14boot: Detect strict boot order (HALT record) in functionAlexey Kirillov2-0/+6
2019-11-18geometry: Apply LCHS values for boot devicesSam Eiderman11-1/+39
2019-11-18geometry: Add boot_lchs_find_*() utility functionsSam Eiderman3-0/+82
2019-11-18boot: Build ata and scsi paths in functionSam Eiderman1-8/+28
2019-11-18geometry: Read LCHS from fw_cfgSam Eiderman1-0/+74
2019-11-18Revert "geometry: Read LCHS from fw_cfg"Gerd Hoffmann1-87/+0
2019-11-18Revert "geometry: Add boot_lchs_find_*() utility functions"Gerd Hoffmann2-88/+0
2019-11-18Revert "config: Add toggle for bootdevice information"Gerd Hoffmann2-16/+0
2019-11-18Revert "geometry: Apply LCHS values for boot devices"Gerd Hoffmann11-42/+1
2019-11-13tcgbios: Check for enough bytes returned from TPM2_GetCapabilityStefan Berger1-2/+11
2019-11-13tpm: Require a response to have minimum size of a valid response headerStefan Berger1-1/+2
2019-11-13ahci: zero-initialize port structGerd Hoffmann1-0/+1
2019-11-06geometry: Apply LCHS values for boot devicesSam Eiderman11-1/+42
2019-11-06config: Add toggle for bootdevice informationSam Eiderman2-0/+16
2019-11-06geometry: Add boot_lchs_find_*() utility functionsSam Eiderman2-0/+88
2019-11-06boot: Reorder functions in boot.cSam Eiderman1-45/+49
2019-11-06geometry: Read LCHS from fw_cfgSam Eiderman1-0/+87
2019-10-28cp437: add license to cp437.cGerd Hoffmann1-0/+2
2019-10-18virtio: extend virtio queue size to 256Denis Plotnikov1-1/+1