summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
* soc/amd/cezanne: include LAPIC code and set MAX_CPUS to 16Felix Held2021-01-212-0/+5
* soc/intel/quark: Add pwrs in <soc/nvs.h>Kyösti Mälkki2021-01-211-0/+1
* soc/intel/cannonlake: Allow RP#1 usage for ClkSrcJeremy Soller2021-01-212-0/+4
* soc/intel/common/pcie_rp.h: Fix comment styleFurquan Shaikh2021-01-211-14/+14
* soc/intel/alderlake: Disable Internal Gfx based on SOC_INTEL_DISABLE_IGDSubrata Banik2021-01-211-5/+6
* soc/intel/common/graphics: Add new Kconfig SOC_INTEL_DISABLE_IGDSubrata Banik2021-01-211-0/+9
* soc/amd/cezanne/Kconfig: select IDT_IN_EVERY_STAGEFelix Held2021-01-201-0/+1
* soc/amd/picasso/Kconfig: drop EHCI_BARFelix Held2021-01-201-4/+0
* soc/amd/picasso/Kconfig: drop HAVE_USBDEBUG_OPTIONSFelix Held2021-01-201-1/+0
* soc/intel: fix indentation in intelblocks/lpc_lib.hMichael Niewöhner2021-01-201-20/+20
* soc/intel/*: drop broken LPC mmio codeMichael Niewöhner2021-01-2012-170/+0
* soc/amd/picasso/mrc_cache.c: Remove unused <bootstate.h>Elyes HAOUAS2021-01-201-1/+0
* soc/mediatek/mt8192: pmic: unlock key protection before initial settingHsin-Hsiung Wang2021-01-201-0/+20
* soc/mediatek/mt8192: pmic: add scp voltage initializationHsin-Hsiung Wang2021-01-201-0/+7
* ACPI GNVS: Drop most dev_count_cpu()Kyösti Mälkki2021-01-2028-68/+14
* soc/amd: Drop unnecessary <soc/nvs.h> includeKyösti Mälkki2021-01-192-2/+0
* soc/amd/picasso,stoneyridge: Unify set_nvs_sws()Kyösti Mälkki2021-01-196-69/+65
* soc/amd/stoneyridge: Add struct chipset_stateKyösti Mälkki2021-01-192-5/+11
* soc/amd/picasso: move HAVE_ACPI_TABLES from mainboards to SoCFelix Held2021-01-191-0/+1
* intel/xeon_sp, mb/ocp/deltalake: Rework get_stack_busnos()Maxim Polyakov2021-01-194-13/+11
* soc/mediatek/mt8173/dramc_pi_calibration_api.c: Use __func__Elyes HAOUAS2021-01-191-1/+1
* soc/mediatek/mt8173/pmic_wrap.c: Use __func__Elyes HAOUAS2021-01-191-1/+1
* soc/mediatek/mt8192: pmic: enable pwrkey long-press shutdown settingHsin-Hsiung Wang2021-01-191-1/+5
* soc/mediatek/mt8192: pmic: update initial settingHsin-Hsiung Wang2021-01-191-0/+1
* soc/mediatek/mt8192: add clkbuf and srclken_rc MT6359P driverYuchen Huang2021-01-1912-46/+947
* soc/mediatek/mt8192: Save dramc shuffle result after calibrationHuayang Duan2021-01-192-0/+89
* soc/mediatek/mt8192: Add dramc ac timing settingHuayang Duan2021-01-193-0/+1358
* soc/mediatek/mt8192: Get DDR base information after calibrationHuayang Duan2021-01-192-0/+93
* ACPI: Refactor ChromeOS specific ACPI GNVSKyösti Mälkki2021-01-188-55/+3
* soc/intel/braswell/chip.c: Use __func__Elyes HAOUAS2021-01-181-2/+2
* soc/intel/xeon_sp/uncore.c: Remove duplicated includeElyes HAOUAS2021-01-181-1/+0
* soc/intel/xeon_sp/skx/soc_acpi.c: Remove duplicated includeElyes HAOUAS2021-01-181-1/+0
* soc/amd/stoneyridge/romstage.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* soc/intel/broadwell/bootblock.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* soc/intel/common/block/include/intelblocks/pmc_ipc.h: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* soc/intel/common/block/itss/itss.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* soc/intel/skylake/chip.h: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* soc/nvidia/tegra124/spi.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* soc/nvidia/tegra210/spi.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* soc/amd/common/block/smi/smi_util.c: Remove repeated wordElyes HAOUAS2021-01-181-1/+1
* soc/intel/alderlake: Update PCH and CPU PCIe RP tableEric Lai2021-01-185-9/+55
* soc/intel/common: Move L1_substates_control to pcie_rp.hEric Lai2021-01-185-24/+16
* soc/intel/common/pcie: Allow pcie_rp_group table to be non-contiguousFurquan Shaikh2021-01-183-10/+26
* ACPI: Select ACPI_SOC_NVS only where suitableKyösti Mälkki2021-01-181-1/+0
* build system: Always add coreboot.pre dependency to intermediatesPatrick Georgi2021-01-151-1/+1
* build system: Remove flock calls from intermediate processingPatrick Georgi2021-01-151-1/+1
* soc/mediatek/mt8183: Support byte mode and single rank DDRShaoming Chen2021-01-158-141/+459
* soc/amd/picasso: Generate ACPI CRAT objects in cbJason Glenesk2021-01-152-2/+564
* soc/intel/braswell: Prevent NULL pointer dereferenceAngel Pons2021-01-151-0/+3
* cpu/x86/mpinit: Serialize microcode updates for HT threadsPatrick Rudolph2021-01-152-2/+2