aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-13vgabios: Fix preserve memory flag in handle_1000Kevin O'Connor1-4/+3
2020-06-26timer: Handle decrements of PIT counterRoman Bolshakov1-1/+1
2020-06-25vga: fix cirrus biosGerd Hoffmann1-1/+1
2020-06-24serialio: Preserve Xen DebugOutputPortJason Andryuk1-0/+4
2020-05-25pci: fix mmconfig supportGerd Hoffmann1-6/+6
2020-05-24boot: Fixup check for only one item in boot listKevin O'Connor1-8/+9
2020-05-24boot: Fix logic for boot menu displayMatt DeVillier1-1/+1
2020-05-21Revert "ps2port: adjust init routine to fix PS/2 keyboard issues"Kevin O'Connor1-13/+5
2020-05-21cdrom: Demote `scsi_is_ready` return print to debug levelPaul Menzel1-1/+1
2020-05-21boot: Log, if boot menu is skippedPaul Menzel1-0/+1
2020-05-21boot: Extend `etc/show-boot-menu` to configure skipping boot menu with only o...Paul Menzel2-3/+4
2020-05-18rewrap Makefile lines.Gerd Hoffmann1-15/+17
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 Hoffmann6-3/+691
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 Hoffmann4-1/+136
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-05-14build: use -fcf-protection=none when availableChristian Ehrhardt1-0/+1
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-12-09docs: Note v1.13.0 releaseKevin O'Connor1-0/+11
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