summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* device/azalia_device.c: Add codec reset helpersAngel Pons2020-12-171-0/+2
* azalia: Make `azalia_find_verb` parametricAngel Pons2020-12-171-1/+1
* azalia: Drop unused parameter from `azalia_find_verb`Angel Pons2020-12-171-1/+1
* azalia: Make `find_verb` function non-staticAngel Pons2020-12-171-0/+1
* azalia: Make `set_bits` function non-staticAngel Pons2020-12-171-0/+1
* drivers: Replace set_vbe_mode_info_validPatrick Rudolph2020-12-172-2/+4
* src/lib: Add Kconfig option for SPD cache in FMAPMatt DeVillier2020-12-141-1/+1
* intel/common/block/lpc: Add new device IDs for Emmitsburg PCHJonathan Zhang2020-12-141-0/+1
* fw_config: Use UNDEFINED_FW_CONFIG to mean unprovisionedTim Wawrzynczak2020-12-111-0/+6
* lib/edid_fill_fb: Support multiple framebuffersPatrick Rudolph2020-12-102-1/+24
* coreboot tables: Add SPI flash memory map windows to coreboot tablesFurquan Shaikh2020-12-081-0/+8
* cbmem: Make cbmem_online() accurate on stages after romstageJulius Werner2020-12-081-4/+1
* include/device/device: add comment that config_of_soc never returns NULLFelix Held2020-12-061-0/+1
* device/pci_id: Add TCSS PCI IDs for AlderlakeV Sowmya2020-12-051-0/+8
* cpu/x86/smm_module_loaderv2: Fix compiling for x86_64Arthur Heymans2020-12-041-4/+4
* cbfs: Add verification for RO CBFS metadata hashJulius Werner2020-12-033-2/+44
* cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()Julius Werner2020-12-031-3/+9
* lib/trace: Remove TRACE supportKyösti Mälkki2020-12-021-28/+0
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-10/+13
* cbfs: Move more stuff into cbfs_boot_lookup()Julius Werner2020-12-023-1/+31
* include/device/pci_ids.h: Fix device id for gspi2Bora Guvendik2020-11-301-1/+1
* elog: Add new wake source codesTim Wawrzynczak2020-11-301-0/+4
* arch/x86/smbios: Update SMBIOS type 16 error correction typeTim Chu2020-11-251-0/+1
* device: Drop unused HyperTransport codeAngel Pons2020-11-252-39/+0
* include/device/pci_ids.h: Add PCI IDs used in Lynxpoint chipsetsFelix Singer2020-11-241-0/+55
* soc/intel/skylake: Use correct NHLT_PDM_DEV definitionBenjamin Doron2020-11-241-0/+1
* cpu/intel/common: Fill cpu voltage in SMBIOS tablesPatrick Rudolph2020-11-221-0/+1
* cbfs: Add metadata cacheJulius Werner2020-11-213-5/+22
* include/device/pci_ids: add PCI IDs for new AMD SoCsFelix Held2020-11-211-0/+28
* ACPI: Define acpi_get_preferred_pm_profile()Kyösti Mälkki2020-11-191-0/+2
* ACPI S3: Split arch-agnostic partsKyösti Mälkki2020-11-191-11/+8
* include/device/pci_ids: add model number to ATI GPU and HDA controllerFelix Held2020-11-191-2/+2
* ACPI S3: Replace acpi_is_wakeup()Kyösti Mälkki2020-11-191-2/+0
* ACPI S3: Remove unused acpi_is_wakeup_s4()Kyösti Mälkki2020-11-191-2/+0
* include/device/pci_ids: add model number to AMD GBE controllerFelix Held2020-11-181-1/+1
* include/device/pci_ids: add model number to PCIe port and bus devicesFelix Held2020-11-181-3/+3
* include/device/pci_ids: add model number to data fabric devicesFelix Held2020-11-181-7/+7
* include/device/pci_ids: deduplicate AMD family 17h northbridge IDFelix Held2020-11-181-1/+0
* include/device/pci_ids: use the right device ID for AMD Picasso GPUFelix Held2020-11-181-2/+3
* src: Update some incorrect config options in commentsMartin Roth2020-11-161-4/+5
* src: Change bare 'unsigned' to 'unsigned int'Martin Roth2020-11-161-15/+15
* soc/intel/alderlake: Add PCH ID 0x5181Subrata Banik2020-11-121-0/+1
* cpu/x86/mtrr.h: Rename CORE2 alternative SMRR registersArthur Heymans2020-11-101-3/+4
* soc/amd/*/smi.h: Move the pm_acpi_smi_cmd_port function declarationArthur Heymans2020-11-091-0/+3
* cpu/x86/smm: Add a common save state handlingArthur Heymans2020-11-091-0/+34
* console: Override uart base addressBryant Ou2020-11-091-3/+15
* device: Move pci_dev_is_wake_source functionTim Wawrzynczak2020-11-092-9/+8
* acpigen: Add more useful helper functionsDuncan Laurie2020-11-091-1/+22
* acpi/acpi.h: Update region spacesElyes HAOUAS2020-11-041-13/+18
* include/list.h: Add support for GCC9+Patrick Rudolph2020-11-031-4/+4