summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/jsl: Replace dt `HeciEnabled` by `HECI1 disable` configSubrata Banik2022-01-142-9/+1
* soc/intel/tgl: Replace dt `HeciEnabled` by `HECI1 disable` configSubrata Banik2022-01-142-9/+1
* soc/amd/cezanne: factor out eSPI SPI2 pads configuration functionsFelix Held2022-01-143-0/+38
* soc/intel/tigerlake: add devicetree option PcieRpSlotImplementedMichael Niewöhner2022-01-142-0/+3
* soc/intel/tgl: deduplicate the PCIe root port mapMichael Niewöhner2022-01-141-17/+2
* soc/intel/tgl/pcie_rp: add TGL-H supportMichael Niewöhner2022-01-142-1/+21
* soc/amd/*/chip.h: add missing gpio.h includeFelix Held2022-01-133-0/+3
* vendorcode/intel/fsp: Add Alder Lake FSP headers for FSP v2511_04Nick Vaccaro2022-01-132-27/+27
* soc/mediatek: Fix include guard naming for emi.hYu-Ping Wu2022-01-131-3/+3
* soc/intel/common/gpio: Fix cosmetic issue with `gpio_lock_pads`Subrata Banik2022-01-121-3/+4
* sc7180: Update video mode active horizontal/vertical/total calculationsVinod Polimera2022-01-121-13/+6
* soc/intel/tigerlake: Implement function to map physical port to EC portjzhao802022-01-122-0/+33
* soc/intel/tgl/pcie_rp: correct root port mapMichael Niewöhner2022-01-121-2/+1
* soc/amd/common/block: add new PCI IDs to common codeFelix Held2022-01-123-0/+4
* soc/amd/cezanne/include/i2c: add missing types.h includeFelix Held2022-01-111-0/+1
* soc/amd/cezanne/include/i2c: move include inside header guardFelix Held2022-01-111-2/+2
* soc/intel/apl: Use Kconfig to disable HECI1Subrata Banik2022-01-112-1/+5
* soc/intel/alderlake: Factor out A0 stepping workaroundAngel Pons2022-01-115-0/+104
* soc/intel/apl: Rework on CPU privilege level implementationSubrata Banik2022-01-116-23/+16
* src/soc/qualcomm: Remove unused <delay.h>Elyes HAOUAS2022-01-105-5/+0
* src/soc: Remove unused <stdlib.h>Elyes HAOUAS2022-01-104-4/+0
* src/soc/qualcomm: Remove unused <console/console.h>Elyes HAOUAS2022-01-101-1/+0
* src/soc/intel: Remove unused <console/console.h>Elyes HAOUAS2022-01-106-6/+0
* src/soc/amd: Remove unused <console/console.h>Elyes HAOUAS2022-01-1010-10/+0
* src/soc/amd: Remove unused <timer.h>Elyes HAOUAS2022-01-101-1/+0
* src/soc/mediatek: Remove unused <timer.h>Elyes HAOUAS2022-01-106-6/+0
* soc/intel/common/cse: Add config to disable HECI1 at pre-bootSubrata Banik2022-01-101-0/+9
* src/soc/amd: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-01-103-3/+0
* soc/amd/common/pi/agesawrapper.c: Include <string.h>Elyes HAOUAS2022-01-101-0/+1
* soc/intel/common: Add missing space before }Paul Menzel2022-01-101-1/+1
* soc/intel/alderlake: Update the ADL-P SKU parameters for VR domainsCurtis Chen2022-01-103-35/+51
* soc/intel/{icl,tgl,jsl,ehl}: enable ACPI CPPC entriesMichael Niewöhner2022-01-094-0/+4
* soc/intel/xeon_sp: Don't handle FSP reserved memory explicitlyArthur Heymans2022-01-081-31/+3
* sc7180: Increase bootblock size and add pre-RAM TCPA bufferJulius Werner2022-01-081-2/+3
* soc/intel/common/block/pcie/rtd3: Update ACPI methods for CPU PCIe RPsTim Wawrzynczak2022-01-071-11/+29
* soc/intel/alderlake: Hook up FSP-S CPU PCIe UPDsTim Wawrzynczak2022-01-071-0/+22
* soc/intel/common/blk/memory: Make mixed topo workAngel Pons2022-01-071-5/+10
* soc/mediatek/mt8186: fix incorrect devapc settingsRunyang Chen2022-01-072-9/+9
* soc/mediatek/mt8186: initialize DFDRex-BC Chen2022-01-073-0/+24
* soc/intel/alderlake: Check clkreq overlapKane Chen2022-01-071-1/+8
* soc/amd/common/block/include/lpc: add comment about RANGE_UNIT valuesFelix Held2022-01-071-1/+1
* soc/amd/common/lpc/espi_util: move register definitions to header fileFelix Held2022-01-072-48/+56
* soc/amd/common/block/espi: use lower case hex digits in definitionsFelix Held2022-01-072-8/+8
* soc/amd/common/lpc/espi_util: handle espi_get_configuration errorFelix Held2022-01-071-1/+2
* soc/intel/alderlake: Add minimal ACPI support for PEG portsTim Wawrzynczak2022-01-062-0/+22
* soc/intel/alderlake: Add soc_get_cpu_rp_vw_idx() functionTim Wawrzynczak2022-01-061-0/+19
* soc/intel/tigerlake: Add soc_get_cpu_rp_vw_idx() functionTim Wawrzynczak2022-01-062-0/+24
* soc/intel/common/gpio: Skip GPP pad lock config if config is not setSubrata Banik2022-01-061-0/+3
* soc/intel/common/gpio: Modify pad_config.pad type from `int` to 'gpio_t'Subrata Banik2022-01-061-1/+1
* soc/intel/common/gpio: Rename struct gpio_lock_config.gpio to .padSubrata Banik2022-01-062-3/+3