summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* include/assert.h: Use mock_assert() for ENV_TEST targetsJakub Czapiga2021-04-091-0/+14
* soc/intel/alderlake: Add LPC and IGD device Ids for Alderlake MMaulik V Vaghela2021-04-061-0/+2
* decompressor: Add CBFS_VERIFICATION supportJulius Werner2021-04-062-0/+6
* cbfs: Simplify cbfs_load_and_decompress() and stop exporting itJulius Werner2021-04-061-7/+0
* include/rules.h: Add ENV_TEST definitionJakub Czapiga2021-04-061-0/+6
* include/cbfsglue.h: Use BIOS_INFO for LOG macroWim Vervoorn2021-04-061-1/+1
* lib: Add obvious definition for `calloc`Tim Wawrzynczak2021-04-061-0/+1
* cbfs: Make `mdata` argument to cbfs_allocator_t constJulius Werner2021-04-051-3/+3
* device/dram/ddr3: Drop unused MRS helpersAngel Pons2021-04-051-130/+0
* spd.h: Remove unused definitionsAngel Pons2021-04-051-66/+0
* device/dram/ddr4.h: Align with DDR3 and DDR2Angel Pons2021-04-051-18/+18
* include/spd_ddr2.h: Remove unused and redundant fileAngel Pons2021-04-051-104/+0
* device/dram/ddr3: Rename DDR3 SPD memory typesAngel Pons2021-04-051-18/+18
* device/dram/ddr3: Get rid of useless typedefsAngel Pons2021-04-051-9/+9
* ACPI: Add SATC structure for DMAR tableJohn Zhao2021-03-281-1/+14
* 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