aboutsummaryrefslogtreecommitdiff
path: root/src/soc
AgeCommit message (Expand)Author
2022-01-10src/soc/intel: Remove unused <console/console.h>Elyes HAOUAS
2022-01-10src/soc/amd: Remove unused <console/console.h>Elyes HAOUAS
2022-01-10src/soc/amd: Remove unused <timer.h>Elyes HAOUAS
2022-01-10src/soc/mediatek: Remove unused <timer.h>Elyes HAOUAS
2022-01-10soc/intel/common/cse: Add config to disable HECI1 at pre-bootSubrata Banik
2022-01-10src/soc/amd: Remove unused <acpi/acpi.h>Elyes HAOUAS
2022-01-10soc/amd/common/pi/agesawrapper.c: Include <string.h>Elyes HAOUAS
2022-01-10soc/intel/common: Add missing space before }Paul Menzel
2022-01-10soc/intel/alderlake: Update the ADL-P SKU parameters for VR domainsCurtis Chen
2022-01-09soc/intel/{icl,tgl,jsl,ehl}: enable ACPI CPPC entriesMichael Niewöhner
2022-01-08soc/intel/xeon_sp: Don't handle FSP reserved memory explicitlyArthur Heymans
2022-01-08sc7180: Increase bootblock size and add pre-RAM TCPA bufferJulius Werner
2022-01-07soc/intel/common/block/pcie/rtd3: Update ACPI methods for CPU PCIe RPsTim Wawrzynczak
2022-01-07soc/intel/alderlake: Hook up FSP-S CPU PCIe UPDsTim Wawrzynczak
2022-01-07soc/intel/common/blk/memory: Make mixed topo workAngel Pons
2022-01-07soc/mediatek/mt8186: fix incorrect devapc settingsRunyang Chen
2022-01-07soc/mediatek/mt8186: initialize DFDRex-BC Chen
2022-01-07soc/intel/alderlake: Check clkreq overlapKane Chen
2022-01-07soc/amd/common/block/include/lpc: add comment about RANGE_UNIT valuesFelix Held
2022-01-07soc/amd/common/lpc/espi_util: move register definitions to header fileFelix Held
2022-01-07soc/amd/common/block/espi: use lower case hex digits in definitionsFelix Held
2022-01-07soc/amd/common/lpc/espi_util: handle espi_get_configuration errorFelix Held
2022-01-06soc/intel/alderlake: Add minimal ACPI support for PEG portsTim Wawrzynczak
2022-01-06soc/intel/alderlake: Add soc_get_cpu_rp_vw_idx() functionTim Wawrzynczak
2022-01-06soc/intel/tigerlake: Add soc_get_cpu_rp_vw_idx() functionTim Wawrzynczak
2022-01-06soc/intel/common/gpio: Skip GPP pad lock config if config is not setSubrata Banik
2022-01-06soc/intel/common/gpio: Modify pad_config.pad type from `int` to 'gpio_t'Subrata Banik
2022-01-06soc/intel/common/gpio: Rename struct gpio_lock_config.gpio to .padSubrata Banik
2022-01-06soc/intel/alderlake: Fix GPIO reset mapping as per GPIO BWGSubrata Banik
2022-01-06soc/mediatek/mt8186: Increase CBFS_MCACHE size to 8KiBRex-BC Chen
2022-01-05src/soc/amd: Remove unused <delay.h>Elyes HAOUAS
2022-01-05src/soc/intel: Remove unused <delay.h>Elyes HAOUAS
2022-01-05src/soc/mediatek: Remove unused <delay.h>Elyes HAOUAS
2022-01-05soc/mediatek: Remove unused <string.h>Elyes HAOUAS
2022-01-05soc/amd: Remove unused <string.h>Elyes HAOUAS
2022-01-05soc/intel: Remove unused <string.h>Elyes HAOUAS
2022-01-04soc/intel/common/acpi/pep: Use correct size_t length modifierPaul Menzel
2022-01-04soc/intel/common: irq: Use correct size_t length modifierPaul Menzel
2022-01-04sb/intel: Use `bool` for PCIe coalescing optionAngel Pons
2022-01-03soc/intel/alderlake: Add option to make MRC log silentSubrata Banik
2022-01-02soc/intel/{adl,ehl,tgl}: Rename spi_protection_mode to mfg_modeSubrata Banik
2022-01-02soc/intel/common/blk/crashlog: Drop some new linesSubrata Banik
2022-01-01soc/intel/tigerlake/fsp_params.c: Use `is_dev_enabled()`Felix Singer
2022-01-01src: Use 'stdint.h' when appropriateElyes HAOUAS
2022-01-01src: Remove duplicated includesElyes HAOUAS
2022-01-01src: Drop duplicated includesElyes HAOUAS
2022-01-01soc/intel/apollolake/acpi: Replace Decrement() with ASL 2.0 syntaxFelix Singer
2022-01-01soc/intel/jasperlake: Add CdClock frequency configSimon Yang
2022-01-01soc/intel/apollolake/acpi: Replace Increment() with ASL 2.0 syntaxFelix Singer
2022-01-01soc/intel/apollolake/acpi: Replace Divide(a,b) with ASL 2.0 syntaxFelix Singer
2022-01-01soc/intel/apollolake/acpi: Replace Multiply(a,b) with ASL 2.0 syntaxFelix Singer
2022-01-01soc/intel/cannonlake/acpi: Replace Multiply(a,b) with ASL 2.0 syntaxFelix Singer
2022-01-01soc/mediatek/mt8186: Add support for regulator VRF12/VCN33Rex-BC Chen
2021-12-31soc/intel/apollolake/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer
2021-12-31soc/intel/cannonlake/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer
2021-12-31soc/intel/skylake/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer
2021-12-31soc/intel/apollolake/acpi: Replace Subtract(a,b) with ASL 2.0 syntaxFelix Singer
2021-12-31soc/intel/apollolake/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer
2021-12-31soc/intel/cannonlake/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer
2021-12-31soc/intel/apollolake/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer
2021-12-30soc/intel/cannonlake/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer
2021-12-30soc/intel/cannonlake/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer
2021-12-30soc/intel/apollolake/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer
2021-12-30soc/intel/alderlake: Fix incorrect comment about debug consentSubrata Banik
2021-12-30soc/intel/skylake/acpi: Use ASL 2.0 syntax to access arraysFelix Singer
2021-12-29soc/mediatek/mt8186: Add DSI driverRex-BC Chen
2021-12-29soc/mediatek/mt8186: Add DDP driverRex-BC Chen
2021-12-29soc/mediatek/mt8186: Add DRAM full calibration supportRyan Chuang
2021-12-29soc/mediatek/mt8186: Add header files to support DRAM calibrationRyan Chuang
2021-12-28soc/mediatek: Prevent passing NULL MIPI commandsYu-Ping Wu
2021-12-28soc/mediatek/mt8186: Enable VRF12 software control for MT6366Rex-BC Chen
2021-12-28soc/mediatek/mt8186: Add devapc basic driversRunyang Chen
2021-12-28soc/mediatek/mt8195: Move some definations of devapc to common folderRex-BC Chen
2021-12-28soc/mediatek/mt8186: Adjust usage of SRAM L2CRex-BC Chen
2021-12-26soc/medaitek/mt8195: adjust USB phy shift valueRex-BC Chen
2021-12-26soc/intel/{skl,cnl}: Guard USB macro parametersAngel Pons
2021-12-23soc/intel/alderlake: Add timestamp for cse_fw_syncSridhar Siricilla
2021-12-22soc/intel/alderlake: remove SOC_INTEL_COMMON_BLOCK_SMM_LOCK_GPIO_PADSScott Chao
2021-12-20soc/amd/cezanne: Correct S0i3 verstage softfuse bitRob Barnes
2021-12-20soc/intel/common: Do not trigger crashlog on all resets by defaultCurtis Chen
2021-12-20soc/amd/common/lpc/espi_util: use enum cb_err type for return valuesFelix Held
2021-12-20soc/amd/common/lpc/espi_util: use enum cb_err type for return valuesFelix Held
2021-12-20soc/amd/common/lpc/espi_util: simplify espi_configure_decodesFelix Held
2021-12-20soc/amd/common/lpc/espi_util: simplify espi_get_general_configurationFelix Held
2021-12-20soc/amd/cezanne/fch: disable 48MHz output in S0i3Felix Held
2021-12-20soc/amd/stoneyridge/fch: add GNVS-related TODOsFelix Held
2021-12-20soc/amd/stoneyridge: split southbridge codeFelix Held
2021-12-20soc/amd/stoneyridge: factor out AGESA-wrapper related FCH functionsFelix Held
2021-12-20soc/amd/stoneyridge: factor out early AOAC initializationFelix Held
2021-12-20soc/amd: remove root of SoC directory from include pathFelix Held
2021-12-20soc/amd/stoneyridge/include/southbridge: remove unneeded chip.h includeFelix Held
2021-12-18soc/amd/cezanne/acpi: Add support for RTC workaroundRaul E Rangel
2021-12-18soc/amd/common/block/acpimmio/print_reset_status: add missing status bitFelix Held
2021-12-17soc/intel/denverton_ns: Use `popcnt()` helperAngel Pons
2021-12-16Spell *Boot Guard* with a space for official spellingPaul Menzel
2021-12-15soc/amd/common/block/psp: move psp_notify_dram to psp_gen1.cFelix Held
2021-12-15soc/amd/common/block/spi/fch_spi_ctrl: improve printk messagesFelix Held
2021-12-15soc/amd/common/block/spi/fch_spi_ctrl: handle failure in execute_commandFelix Held
2021-12-15soc/amd/common/block/spi/fch_spi_ctrl: rework dump_stateFelix Held
2021-12-15soc/amd/common/include/spi: add Cezanne-specific commentFelix Held