summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/common: Clean up includesElyes Haouas2022-10-2516-7/+34
* soc/intel/tigerlake: Clean up includesElyes Haouas2022-10-2512-4/+18
* soc/intel/xeon_sp: Add functions to store/restore uart state in smmTim Chu2022-10-251-0/+43
* soc/intel/elkhartlake: Fix incorrect divider for MDIO clockWerner Zeh2022-10-252-3/+3
* soc/intel/eklhartlake: Provide an option to disable the L1 prefetcherWerner Zeh2022-10-252-0/+11
* soc/mediatek/mt8188: replace SPDX identifiers to GPL-2.0-only OR MITRex-BC Chen2022-10-251-1/+1
* soc/mediatek/mt8188: Update mtcmos settings for display and audioBo-Chen Chen2022-10-255-21/+34
* soc/mediatek/mt8188: Add eDP support for firmware displayBo-Chen Chen2022-10-253-0/+17
* soc/mediatek/mt8188: Add ddp driver to support eDP outputNathan Lu2022-10-254-0/+461
* soc/mediatek/mt8188: Rename SPM registerBo-Chen Chen2022-10-253-4/+4
* soc/mediatek: Add support for input 1P mode of dp_intfRex-BC Chen2022-10-254-32/+48
* soc/mediatek: Move DP drivers to commonBo-Chen Chen2022-10-258-13/+14
* soc/amd/mendocino: Add STB Spill-to-DRAM enumMartin Roth2022-10-231-0/+1
* soc/amd/morgana/mca: Update for morganaFred Reitberger2022-10-221-8/+53
* payloads/edk2: Disable the CPU Timer Lib unless supportedSean Rhodes2022-10-2210-0/+10
* soc/intel/systemagent: Rewrite using new resource APIArthur Heymans2022-10-221-14/+5
* soc/intel/systemagent.c: Fix memory type reportingArthur Heymans2022-10-221-1/+1
* soc/intel/alderlake_n: Enable FIVR VCCST ICCMax ControlV Sowmya2022-10-221-0/+9
* soc/amd/*/i2c.h: Make definition more accurateFred Reitberger2022-10-224-4/+7
* mb/google/nissa: Disable SOC_INTEL_CSE_PRE_CPU_RESET_TELEMETRYReka Norman2022-10-221-1/+0
* soc/amd/*/smi.h: Use BIT() for clarityFred Reitberger2022-10-214-39/+41
* soc/amd/*/uart: cleanup includesFelix Held2022-10-215-9/+2
* soc/mediatek: Unify PLL function namesRex-BC Chen2022-10-219-16/+19
* soc/mediatek/mt8186: Add support for PMIC MT6315Sen Chu2022-10-2110-3/+374
* soc/mediatek: Move SPMI interface configuration to SoC folderSen Chu2022-10-215-20/+74
* soc/mediatek/mt8186: Add PMIF_SPMI_IOCFG_DEFAULT_SETTING Kconfig optionRex-BC Chen2022-10-213-1/+10
* soc/mediatek/mt8186: Add PWRAP_WITH_PMIF_SPMI Kconfig optionRex-BC Chen2022-10-213-1/+9
* soc/mediatek/mt8186: Add support for reading CPU IDRex-BC Chen2022-10-214-0/+30
* soc/amd/morgana/aoac: Remove to-do after reviewFred Reitberger2022-10-212-4/+0
* soc/amd/morgana/i2c: Remove to-do after reviewFred Reitberger2022-10-212-5/+2
* soc/amd/morgana/include/soc/iomap.h: Remove to-do after reviewFred Reitberger2022-10-211-2/+0
* soc/intel/apollolake: Skip SMI lockdown on ApollolakeMatt DeVillier2022-10-211-1/+2
* soc/amd/morgana/smi: Update smi definitions for morganaFred Reitberger2022-10-202-35/+14
* soc/amd/morgana: Add TODOs for common code to KconfigMartin Roth2022-10-201-40/+40
* soc/intel/meteorlake: Add support to skip the MBP HOBWonkyu Kim2022-10-202-0/+9
* soc/amd/*/uart: commonize UART code and MMIO device driverFelix Held2022-10-2014-439/+150
* soc/amd: move set_uart_config prototype to common UART headerFelix Held2022-10-2012-7/+6
* soc/amd: move all AOAC function prototypes to amdblocks/aoac.hFelix Held2022-10-2012-13/+9
* soc/amd/stoneyridge/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held2022-10-201-4/+16
* soc/amd/morgana/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held2022-10-201-11/+30
* soc/amd/mendocino/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held2022-10-201-11/+30
* soc/amd/cezanne/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held2022-10-201-11/+30
* soc/amd/picasso/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held2022-10-201-11/+30
* soc/amd/stoneyridge: initialize GPIOs for serial consoleFelix Held2022-10-203-0/+14
* soc/amd/*/uart: add missing soc/iomap.h includeFelix Held2022-10-204-1/+5
* soc/amd/stoneyridge/uart: add and use uart_info arrayFelix Held2022-10-201-3/+18
* soc/amd: introduce and use common soc_uart_ctrlr_info structFelix Held2022-10-205-24/+12
* soc/amd/morgana/uart: separate data and codeFelix Held2022-10-201-40/+39
* soc/amd/mendocino/uart: separate data and codeFelix Held2022-10-201-40/+39
* soc/amd/cezanne/uart: separate data and codeFelix Held2022-10-201-19/+33