aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-07-13smp: restore MSRs on S3 resume1.9-stablePaolo Bonzini3-14/+38
2016-07-01fw/msr_feature_control: add support to set MSR_IA32_FEATURE_CONTROLrel-1.9.3Haozhong Zhang2-11/+21
2016-06-01fw/pci: Add support for mapping Intel IGD via QEMUAlex Williamson1-0/+48
2016-03-07fw/pci: add Q35 S3 supportrel-1.9.2Marcel Apfelbaum1-17/+56
2016-01-18biostables: Support SMBIOS 2.6+ UUID formatrel-1.9.1Cole Robinson1-11/+36
2016-01-15fw/pci: do not automatically allocate IO region for PCIe bridgesMarcel Apfelbaum1-4/+5
2016-01-15coreboot: Check for unaligned cbfs headerKevin O'Connor1-0/+4
2016-01-15scsi: Do not call printf() from scsi_is_ready()Kevin O'Connor1-1/+1
2016-01-15nmi: Don't try to switch onto extra stack in NMI handlerKevin O'Connor1-1/+4
2016-01-15sdcard: fix typo causing 32bit write to 16bit block_size fieldKevin O'Connor1-1/+1
2016-01-15sdcard: Only enable error_irq_enable for bits defined in SDHCI v1 specKevin O'Connor1-1/+1
2016-01-15xhci: Wait for port enable even for USB3 devicesKevin O'Connor1-22/+21
2016-01-15xhci: Check for device disconnects during USB2 reset pollingKevin O'Connor1-5/+19
2015-11-04PCI SDHCI driver: Fix base addressKyösti Mälkki1-0/+1
2015-10-24virtio: Minor - replace tab characters with spaceKevin O'Connor1-2/+2
2015-10-24biostables: Minor - fix incorrect indentationKevin O'Connor1-1/+1
2015-10-24coreboot: Minor - avoid K&R style function declarationKevin O'Connor1-1/+1
2015-10-21Add QEMU fw_cfg DMA interfaceMarc Marí2-12/+93
2015-10-15malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()Kevin O'Connor3-4/+4
2015-10-15stacks: Use macro wrappers for call32() and stack_hop_back()Kevin O'Connor7-33/+38
2015-10-15build: Report gcc and binutils versions in debug logKevin O'Connor3-1/+3
2015-10-15build: Rework version generation; don't allow make version overrideKevin O'Connor1-0/+4
2015-10-15memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor7-48/+46
2015-10-15malloc: Don't mix virtual and physical addressesKevin O'Connor4-89/+101
2015-10-15malloc: Add warning if free() called on invalid memoryKevin O'Connor2-3/+11
2015-10-15malloc: Introduce common helper alloc_new_detail()Kevin O'Connor2-35/+47
2015-10-15malloc: Use consistent naming for internal low-level "alloc" functionsKevin O'Connor1-51/+51
2015-10-15virtio: Move standard definitions from virtio-ring.h to standard headersKevin O'Connor4-8/+16
2015-10-15virtio: Simplify vring alignment codeKevin O'Connor1-20/+9
2015-10-15e820: Update debugging messages to report 64bit valuesKevin O'Connor1-1/+1
2015-10-15e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor12-65/+72
2015-10-15e820: Introduce e820_remove() and avoid exporting E820_HOLEKevin O'Connor3-3/+11
2015-10-09Fix typos found by codespellStefan Weil10-11/+11
2015-10-09Always enable caching on transition32; backup/restore cr0 on call32Kevin O'Connor5-26/+35
2015-10-09Consolidate code16*() functionsKevin O'Connor1-34/+27
2015-09-14Use transition32_nmi_off from call32() and call16_back()Kevin O'Connor2-2/+3
2015-09-14Unify call32_sloppy() and call32()Kevin O'Connor1-18/+12
2015-09-14Unify inline assembler in variants of call16 functionsKevin O'Connor2-77/+34
2015-09-14Rename Call32Data to Call16DataKevin O'Connor1-29/+29
2015-09-14Unify smm/sloppy variants of call32_prep/post and call16_helperKevin O'Connor1-82/+50
2015-09-03Simplify transition16/32 assembler codeKevin O'Connor1-49/+40
2015-09-03minor - correct spelling error in commentKevin O'Connor1-1/+1
2015-09-03megasas: Use outl() on MFI_IDB registerKevin O'Connor1-1/+1
2015-09-03megasas: Fix outw, outl argument orderStefan Weil1-4/+4
2015-09-03sdcard: Obtain card capacity and report it on the boot menuKevin O'Connor1-5/+43
2015-09-03sdcard: Display sdcard product name in boot menuKevin O'Connor1-2/+10
2015-09-03sdcard: Turn card_type into a bitmap and store if card is MMC typeKevin O'Connor1-10/+9
2015-09-03sdcard: Move drive registration to sdcard_card_setup()Kevin O'Connor1-15/+15
2015-09-03sdcard: Move frequency setting into sdcard_card_setup()Kevin O'Connor1-8/+10
2015-09-03sdcard: Move sdcard_set_frequency()/sdcard_set_power() in sdcard.cKevin O'Connor1-58/+58