summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
* mb, soc: Add the SPD_CACHE_ENABLEZhuohao Lee2022-03-026-9/+65
* soc/amd/common/fsp/fsp_validate.c: print warning instead of errorJulian Schroeder2022-03-011-1/+1
* intelblocks/cse: Skip sending EOP during S3 resumeMAULIK V VAGHELA2022-03-011-0/+6
* soc/intel/common/block/acpi: Return existing Object for _DSM subfunctionTim Wawrzynczak2022-02-281-5/+10
* soc/amd/sabrina: Add XHCI configurationJon Murphy2022-02-283-12/+33
* soc/intel/fast_spi: Check SPI Cycle In-Progress prior start HW SeqSubrata Banik2022-02-261-0/+23
* soc/amd/common/psp_verstage: Add missing post codes on S0i3 resumeRaul E Rangel2022-02-261-0/+4
* soc/amd/{common/psp_verstage,soc/picasso}: Remove workbuf shrinkingRaul E Rangel2022-02-263-56/+11
* mb, soc: change mainboard_memory_init_params prototypeZhuohao Lee2022-02-252-3/+3
* intelblocks/pcie: Correct mapping between LCAP port and coreboot indexMAULIK V VAGHELA2022-02-258-34/+51
* cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic numberFelix Held2022-02-251-1/+2
* arch/x86: consolidate HPET base address definitionsFelix Held2022-02-257-26/+12
* soc/intel/denverton/include/iomap: drop unused DEFAULT_HPET_ADDR defineFelix Held2022-02-251-1/+0
* arch/x86: factor out and commonize HPET_BASE_ADDRESS definitionFelix Held2022-02-2527-33/+14
* soc/intel/baytrail,braswell/include/iomap: drop unused HPET_BASE_SIZEFelix Held2022-02-252-2/+0
* soc/apollolake: Allow configuring individual USB ports on GLKSean Rhodes2022-02-241-0/+18
* treewide: Write minor version at acpi_create_fadt() functionElyes Haouas2022-02-242-2/+0
* soc/amd/*/include/soc/iomap.h: rework HPET base address checkFelix Held2022-02-244-12/+12
* src/mediatek: Refactor dramc_param to share more structuresXi Chen2022-02-234-191/+73
* soc/mediatek/mt8186: disable VSRAM_CORERex-BC Chen2022-02-231-0/+4
* soc/intel/common/block/acpi: Drop duplicated 'fadt->header.revision'Elyes Haouas2022-02-221-2/+0
* soc/amd/sabrina/i2c: remove TODOFelix Held2022-02-222-4/+0
* treewide: Get rid of CONFIG_AZALIA_MAX_CODECSElyes Haouas2022-02-222-6/+0
* soc/amd/common/block/lpc/espi_util: use __fallthroughFelix Held2022-02-221-5/+5
* soc/amd/sabrina/fw.cfg: Change the instance of PMUI/D to 2Zheng Bao2022-02-211-2/+2
* soc/amd/*/fw.cfg: Remove the misleading name for PMUI and PMUDZheng Bao2022-02-213-16/+16
* soc/intel/alderlake: Make clang static assert happyArthur Heymans2022-02-211-2/+4
* soc/intel/alderlake: Fix function pointer typeArthur Heymans2022-02-212-2/+2
* soc/intel/adl/bootblock/report_platform.c: Use the correct formatArthur Heymans2022-02-211-1/+1
* [acpi]{include,soc/amd,southbridge/amd}: Clarify ARM_boot_arch in commentsElyes Haouas2022-02-212-2/+2
* soc/intel/denverton_ns: Add `pmc_mmio_regs` as public functionSubrata Banik2022-02-212-0/+15
* soc/intel/denverton_ns: Select PMC PCI discoverable configSubrata Banik2022-02-214-63/+23
* soc/intel/alderlake: Enable eMMC based on dev enabledKrishna Prasad Bhat2022-02-214-0/+28
* soc/intel/alderlake: Add eMMC ACPI methods for Alder Lake NKrishna Prasad Bhat2022-02-212-0/+81
* src/acpi: Add macro for FADT Minor Version and use itElyes Haouas2022-02-212-2/+2
* soc/intel/apollolake: Create aliasĀ for GEN_PMCON1 as GEN_PMCON_ASubrata Banik2022-02-181-0/+1
* soc/intel/denverton_ns: Add function to clear PMCON status bitsSubrata Banik2022-02-185-21/+43
* soc/intel/alderlake: Skip FSP Notify APIsSubrata Banik2022-02-182-5/+10
* soc/intel/common/cse: Add `finalize` operation for CSESubrata Banik2022-02-181-0/+63
* drivers/fsp/fsp2_0: Rework FSP Notify Phase API configsSubrata Banik2022-02-1814-63/+104
* soc/amd/common/block/psp/Makefile: add fmap_config.h dependencyFelix Held2022-02-181-1/+5
* soc/amd/common/block/apob/apob_cache: use APOB cache size from FMAPFelix Held2022-02-182-3/+7
* soc/amd/common/block/i2c: Add support for shared TPM_I2C controllerJan Dabros2022-02-172-0/+17
* src/soc: Remove space before tabElyes Haouas2022-02-175-5/+5
* soc/intel/alderlake: Add CNVi common driver KconfigVarshit B Pandya2022-02-171-0/+1
* soc/mediatek/mt8195/include/soc/addressmap.h: Remove space before tabElyes Haouas2022-02-171-1/+1
* amd/common/block/gpio/gpio: don't use -1 as bitmask in gpio_or32Felix Held2022-02-171-1/+1
* amd/common/block/spi/fch_spi_ctrl: use uintptr_t for addressesFelix Held2022-02-171-1/+1
* soc/amd/cezanne/psp_verstage/uart: Fix off by 1 errorRaul E Rangel2022-02-161-1/+1
* Use the fallthrough statement in switch loopsArthur Heymans2022-02-163-9/+11