summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2021-03-22acpi/acpigen.h: Add more intuitive AML package closing functionsJakub Czapiga
2021-03-19cpu/x86/mp_init.c: Drop unnecessary preprocessor usageArthur Heymans
2021-03-19cpu/x86/mp_init: Allow stub sizes larger than the save state sizeArthur Heymans
2021-03-19cpu/x86/smm_loaderv2: Remove unused variablesArthur Heymans
2021-03-19cpu/x86/smm_module_hander: Set up a save state mapArthur Heymans
2021-03-19cpu/x86/smm_stub.S: Drop smm_runtime from the stubArthur Heymans
2021-03-19cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_paramsArthur Heymans
2021-03-19cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstageArthur Heymans
2021-03-18cpu/x86/smm: Move apic_id_to_cpu map to smm_stub paramsArthur Heymans
2021-03-18cpu/x86/smm_stub.S: Drop unused module_handler parameterArthur Heymans
2021-03-18cpu/x86/smm: Move relocatable stub paramsArthur Heymans
2021-03-17spd_bin: Replace get_spd_cbfs_rdev() with spd_cbfs_map()Julius Werner
2021-03-17program_loading: Replace prog_rdev() with raw start pointer and sizeJulius Werner
2021-03-17sar: Fix semantics of `get_wifi_sar_cbfs_filename()`Furquan Shaikh
2021-03-17prog_loaders: Remove prog_locate()Julius Werner
2021-03-17cbfs: Remove prog_locate() for payloads (SELF and FIT)Julius Werner
2021-03-16cbfs: Remove prog_locate() for stages and rmodulesJulius Werner
2021-03-15mb/ocp/deltalake: Override SMBIOS type 2 feature flagsTim Chu
2021-03-15pciexp_device: Rewrite LTR configurationNico Huber
2021-03-14device/pciexp_device.c: Remove CPP guardingArthur Heymans
2021-03-12pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 properNico Huber
2021-03-12device: Give `pci_ops.set_L1_ss_latency` a proper nameNico Huber
2021-03-12cpu/intel/microcode: Fix caching logic in intel_microcode_findFurquan Shaikh
2021-03-12soc/intel/*: drop UART pad configuration from common codeMichael Niewöhner
2021-03-11src/cpu/x86: Add helper mp_run_on_all_apsAamir Bohra
2021-03-11soc/intel/common/block: Add PCI IDs for EmmitsBurg PCHJonathan Zhang
2021-03-08cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map()Julius Werner
2021-03-08cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS coreJulius Werner
2021-03-08cbfs: Move trivial wrappers to static inlinesJulius Werner
2021-03-08cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengthsJulius Werner
2021-03-05soc/intel/broadwell/pch: Use Lynx Point smbus.cAngel Pons
2021-03-01acpi: Move PCI functions to separate fileTim Wawrzynczak
2021-03-01mb/ocp/deltalake: Fill ECC type in romstageAngel Pons
2021-03-01memory_info.h: Store SMBIOS error correction typeAngel Pons
2021-02-27drivers/soundwire/alc1308 : Add ALC1308 soundwire deviceAnil Kumar
2021-02-27arch/x86/smbios: Update SMBIOS type 17 asset tagTim Chu
2021-02-27sb/intel/ibexpeak: Add all PCI IDs for LPCAngel Pons
2021-02-24soc/amd/picasso/data_fabric: add missing data fabric device function 7Felix Held
2021-02-24device/device.c: Rename .disable to .vga_disableArthur Heymans
2021-02-19include/cpu/amd/msr: rename MSR_PSP_ADDR to PSP_ADDR_MSRFelix Held
2021-02-19soc/amd/common/amdblocks/psp: move MSR_PSP_ADDR to include/cpu/amd/msr.hFelix Held
2021-02-19memlayout: Store region sizes as separate symbolsJulius Werner
2021-02-18rmodtool: Make memlayout symbols absolute and do not relocate themJulius Werner
2021-02-16device/dram: Move SPD manufacturer names out of arch/x86Patrick Rudolph
2021-02-16ACPI: Add acpi_reset_gnvs_for_wake()Kyösti Mälkki
2021-02-13include/acpi/acpi.h: Add ACPI_MADT_LAPIC_NMI_ALL_PROCESSORSRaul E Rangel
2021-02-11cpu/intel/microcode: Fix typo in function parameterElyes HAOUAS
2021-02-10device/azalia_device: Add mainboard hook to program codecsAngel Pons
2021-02-10device/azalia_device: Add function to program a verb tableAngel Pons
2021-02-09src: Add missing <cbmem.h>Elyes HAOUAS