summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
* 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
* soc/amd/common/block/psp: add PSP commandJason Glenesk2022-02-163-0/+63
* soc/intel/cnl: Move selection of DISABLE_HECI1_AT_PRE_BOOT back to mainboardMatt DeVillier2022-02-151-3/+0
* soc/intel/cnl: switch to PMC/IPC for HECI disable on SOC_INTEL_COMETLAKEMatt DeVillier2022-02-153-3/+10
* soc/intel/common/block/cse: move cse_disable_mei_devices() into disable_heci.cMatt DeVillier2022-02-152-19/+20
* soc/intel/apollolake: Fix overlapping ACPI resource rangesMatt DeVillier2022-02-151-2/+2
* soc/intel/common/cse: Add `cse_send_end_of_post()` as a public functionSubrata Banik2022-02-152-1/+23
* soc/intel/*/pmc: Add `finalize` operation for pmcSubrata Banik2022-02-157-0/+112
* soc/intel/xeon_sp: Add function to clear PMCON status bitsSubrata Banik2022-02-153-0/+19
* soc/intel/apollolake: Add function to clear PMCON status bitsSubrata Banik2022-02-152-0/+17
* soc/intel/skylake: Add function to clear PMCON status bitsSubrata Banik2022-02-154-1/+20
* soc/intel/elkhartlake: Fix PCR ID for eSPIWerner Zeh2022-02-151-1/+1
* soc/intel/common/block/pcie/rtd3: Fix bit checksAngel Pons2022-02-151-6/+6
* Revert "soc/intel/adl: Skip sending MBP HOB to save boot time"MAULIK V VAGHELA2022-02-151-3/+0
* soc/apollolake: Make IO decode / enable register configurableSean Rhodes2022-02-152-2/+23