summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Revert "device: Enable resource allocation above 4G boundary"Furquan Shaikh2020-05-161-2/+0
* lib/spd_cache: add spd_cache common codeJamie Chen2020-05-131-0/+23
* lib/spd_bin: add get_spd_sn functionJamie Chen2020-05-131-0/+10
* Remove new additions of "this file is part of" linesFurquan Shaikh2020-05-131-1/+0
* util/sconfig: Add LPC and ESPI busesRaul E Rangel2020-05-121-0/+14
* southbridge/intel/common: Add Process CallChristian Walter2020-05-121-0/+1
* device/pci_device: Extract pci_domain_set_resources from SOCRaul E Rangel2020-05-121-0/+1
* espi: Add support for debug helper to print slave capabilitiesFurquan Shaikh2020-05-121-0/+6
* espi: Add some helper functions for espi capability checkFurquan Shaikh2020-05-121-0/+92
* espi: Add definitions for eSPI VW index messsagesFurquan Shaikh2020-05-121-0/+37
* espi: Add definitions for eSPI slave registersFurquan Shaikh2020-05-121-0/+192
* device: Enable resource allocation above 4G boundaryFurquan Shaikh2020-05-121-0/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-11121-121/+0
* memrange: Update comment to indicate limit is inclusive for memranges_next_entryFurquan Shaikh2020-05-081-1/+1
* memrange: constify memranges_is_empty()Aaron Durbin2020-05-071-1/+1
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-0620-226/+20
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-069-35/+5
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-0611-22/+11
* elog: Add new elog types for CSME-initiated host resetderek.huang2020-05-061-0/+6
* acpi: Update sata files to be more aligned with rest of acpi filesFurquan Shaikh2020-05-021-0/+11
* acpi: Make header #ifdefs consistentFurquan Shaikh2020-05-027-21/+21
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-024-6/+6
* acpi: Move ACPI table support out of arch/x86 (2/5)Furquan Shaikh2020-05-027-0/+2373
* cpu: Add a helper function cpu_get_lapic_addrFurquan Shaikh2020-05-021-0/+1
* include/device/device.h: Include <smbios.h>Elyes HAOUAS2020-05-011-1/+1
* device/pci_id: Add Tiger Lake TCSS device IDJohn Zhao2020-04-291-0/+4
* arch/x86: Implement RESET_VECTOR_IN_RAMFelix Held2020-04-291-0/+3
* src/cpu/x86/mtrr/earlymtrr: Add clear_all_var_mtrrRaul E Rangel2020-04-291-0/+1
* device: Constify struct device * parameter to acpi_inject_dsdtFurquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh2020-04-282-2/+2
* device: Constify struct device * parameter to dev_nameFurquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-282-3/+3
* amd/family17h: Add PCI device IDs for all controllers in AMD Family17hFurquan Shaikh2020-04-281-7/+26
* soc/amd: Update macro name for IOMMU on AMD Family 17hFurquan Shaikh2020-04-281-1/+1
* soc/intel/jasperlake: Add new MCH device idsMaulik V Vaghela2020-04-281-0/+3
* security/lockdown: Write-protect WP_ROPatrick Rudolph2020-04-281-1/+1
* security: Add common boot media write protectionPatrick Rudolph2020-04-281-0/+8
* include/device/azalia: Add enums and MACROsPatrick Rudolph2020-04-251-0/+88
* rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGEJulius Werner2020-04-237-21/+28
* device: Add helper function to find matching device on busFurquan Shaikh2020-04-221-0/+13
* device: Add a helper to find device behind a PCI-to-PCI bridge deviceFurquan Shaikh2020-04-221-0/+4
* mmio: Fix failure in bit field macro when accessing >30 bitsHung-Te Lin2020-04-201-2/+2
* drivers/pc80/rtc: Reorganize prototypesKyösti Mälkki2020-04-203-23/+30
* drivers/pc80/rtc: Move CMOS_POST_BANK_x definitionsKyösti Mälkki2020-04-201-31/+0
* drivers/pc80/rtc: Clean up post_log_path()Kyösti Mälkki2020-04-201-8/+17
* drivers/elog,pc80: Move cmos_post_log()Kyösti Mälkki2020-04-202-3/+1
* intel/common/block/lpc: Add new device IDs for Lewisburg PCHBryantOu2020-04-161-0/+6
* include/input-event-codes.h: Add Linux input key codes header fileRajat Jain2020-04-131-0/+952
* cpu/x86/smm.h: Add SW SMI for PSP SMM InfoMarshall Dawson2020-04-131-0/+1
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2