summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* acpi: Add acpigen_write_PRT* helpers for generating _PRT entriesTim Wawrzynczak2021-03-241-0/+4
* acpi/acpigen.h: Add more intuitive AML package closing functionsJakub Czapiga2021-03-221-0/+28
* cpu/x86/mp_init.c: Drop unnecessary preprocessor usageArthur Heymans2021-03-191-2/+0
* cpu/x86/mp_init: Allow stub sizes larger than the save state sizeArthur Heymans2021-03-191-0/+1
* cpu/x86/smm_loaderv2: Remove unused variablesArthur Heymans2021-03-191-14/+0
* cpu/x86/smm_module_hander: Set up a save state mapArthur Heymans2021-03-191-0/+1
* cpu/x86/smm_stub.S: Drop smm_runtime from the stubArthur Heymans2021-03-191-2/+0
* cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_paramsArthur Heymans2021-03-191-1/+0
* cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstageArthur Heymans2021-03-191-2/+2
* cpu/x86/smm: Move apic_id_to_cpu map to smm_stub paramsArthur Heymans2021-03-181-7/+8
* cpu/x86/smm_stub.S: Drop unused module_handler parameterArthur Heymans2021-03-181-6/+0
* cpu/x86/smm: Move relocatable stub paramsArthur Heymans2021-03-181-0/+12
* spd_bin: Replace get_spd_cbfs_rdev() with spd_cbfs_map()Julius Werner2021-03-171-2/+1
* program_loading: Replace prog_rdev() with raw start pointer and sizeJulius Werner2021-03-171-21/+13
* sar: Fix semantics of `get_wifi_sar_cbfs_filename()`Furquan Shaikh2021-03-171-0/+2
* prog_loaders: Remove prog_locate()Julius Werner2021-03-171-19/+4
* cbfs: Remove prog_locate() for payloads (SELF and FIT)Julius Werner2021-03-173-12/+11
* cbfs: Remove prog_locate() for stages and rmodulesJulius Werner2021-03-161-1/+1
* mb/ocp/deltalake: Override SMBIOS type 2 feature flagsTim Chu2021-03-151-0/+6
* pciexp_device: Rewrite LTR configurationNico Huber2021-03-152-1/+5
* device/pciexp_device.c: Remove CPP guardingArthur Heymans2021-03-141-2/+0
* pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 properNico Huber2021-03-121-6/+4
* device: Give `pci_ops.set_L1_ss_latency` a proper nameNico Huber2021-03-121-1/+1
* cpu/intel/microcode: Fix caching logic in intel_microcode_findFurquan Shaikh2021-03-121-1/+5
* soc/intel/*: drop UART pad configuration from common codeMichael Niewöhner2021-03-121-1/+2
* src/cpu/x86: Add helper mp_run_on_all_apsAamir Bohra2021-03-111-0/+6
* soc/intel/common/block: Add PCI IDs for EmmitsBurg PCHJonathan Zhang2021-03-111-0/+3
* cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()Julius Werner2021-03-081-22/+174
* cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner2021-03-082-4/+17
* cbfs: Move trivial wrappers to static inlinesJulius Werner2021-03-081-24/+66
* cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengthsJulius Werner2021-03-081-34/+33
* soc/intel/broadwell/pch: Use Lynx Point smbus.cAngel Pons2021-03-051-0/+1
* acpi: Move PCI functions to separate fileTim Wawrzynczak2021-03-012-2/+13
* mb/ocp/deltalake: Fill ECC type in romstageAngel Pons2021-03-011-1/+0
* memory_info.h: Store SMBIOS error correction typeAngel Pons2021-03-011-2/+5
* drivers/soundwire/alc1308 : Add ALC1308 soundwire deviceAnil Kumar2021-02-271-0/+1
* arch/x86/smbios: Update SMBIOS type 17 asset tagTim Chu2021-02-271-0/+2
* sb/intel/ibexpeak: Add all PCI IDs for LPCAngel Pons2021-02-271-0/+10
* soc/amd/picasso/data_fabric: add missing data fabric device function 7Felix Held2021-02-241-0/+1
* device/device.c: Rename .disable to .vga_disableArthur Heymans2021-02-241-1/+1
* include/cpu/amd/msr: rename MSR_PSP_ADDR to PSP_ADDR_MSRFelix Held2021-02-191-1/+1
* soc/amd/common/amdblocks/psp: move MSR_PSP_ADDR to include/cpu/amd/msr.hFelix Held2021-02-191-0/+1
* memlayout: Store region sizes as separate symbolsJulius Werner2021-02-192-7/+26
* rmodtool: Make memlayout symbols absolute and do not relocate themJulius Werner2021-02-181-9/+9
* device/dram: Move SPD manufacturer names out of arch/x86Patrick Rudolph2021-02-161-0/+10
* ACPI: Add acpi_reset_gnvs_for_wake()Kyösti Mälkki2021-02-161-1/+4
* include/acpi/acpi.h: Add ACPI_MADT_LAPIC_NMI_ALL_PROCESSORSRaul E Rangel2021-02-131-0/+2
* cpu/intel/microcode: Fix typo in function parameterElyes HAOUAS2021-02-111-1/+1
* device/azalia_device: Add mainboard hook to program codecsAngel Pons2021-02-101-0/+3
* device/azalia_device: Add function to program a verb tableAngel Pons2021-02-101-0/+1