summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
* soc/amd/cezanne: Disable CONSOLE_CBMEM_PRINT_PRE_BOOTBLOCK_CONTENTSRaul E Rangel2022-02-081-1/+0
* soc/amd/common/psp_verstage: Add UART support to PSP consoleRaul E Rangel2022-02-081-1/+8
* soc/amd/sabrina/psp_verstage: Implement get_uart_baseRaul E Rangel2022-02-082-0/+12
* soc/amd/picasso/psp_verstage: Implement get_uart_baseRaul E Rangel2022-02-082-0/+12
* soc/amd/cezanne/psp_verstage: Implement get_uart_baseRaul E Rangel2022-02-082-0/+27
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-0771-147/+140
* soc/amd/cezanne: Add the fw SPL to fw.cfgZheng Bao2022-02-071-0/+1
* soc/intel/common/block/pcie/rtd3: Add optional _OFF and _ON skip controlCliff Huang2022-02-072-0/+62
* soc/intel/common/block/pcie/rtd3: Add PM methods to the device.Cliff Huang2022-02-072-0/+100
* soc/intel/common: Define enum cpu_perf_eff_type type for core typesSridhar Siricilla2022-02-071-2/+7
* soc/intel/apollolake: Convert to ASL 2.0Elyes HAOUAS2022-02-077-84/+80
* soc/amd/sabrina/Kconfig: remove TODO from SOC_AMD_COMMON_BLOCK_UARTFelix Held2022-02-071-1/+1
* soc/amd/sabrina/Kconfig: remove TODO from SOC_AMD_COMMON_BLOCK_IOMMUFelix Held2022-02-051-1/+1
* nb,soc/amd/*/iommu: fix comment about IOMMU MMIO resourceFelix Held2022-02-051-1/+1
* soc/amd/sabrina/Kconfig: remove TODO from SOC_AMD_COMMON_BLOCK_ACPIMMIOFelix Held2022-02-051-1/+1
* soc/amd/common/include/acpimmio: drop 16 and 32 bit PM2 access functionsFelix Held2022-02-051-20/+0
* soc/amd/common/block/acpimmio/print_reset_status: extend bit name tableFelix Held2022-02-051-1/+3
* cpu/x86/lapic: Move LAPIC configuration to MP initKyösti Mälkki2022-02-0517-45/+0
* soc/amd/sabrina/include/amd_pci_int_defs.h: remove PIRQ_SATAFelix Held2022-02-042-6/+1
* soc/amd/sabrina/Kconfig: remove SOC_AMD_COMMON_BLOCK_DATA_FABRIC TODOFelix Held2022-02-041-1/+1
* soc/amd/sabrina/Kconfig: remove TODO from SOC_AMD_COMMON_BLOCK_SMUFelix Held2022-02-041-1/+1
* soc/amd/sabrina/Kconfig: remove TODO from SOC_AMD_COMMON_BLOCK_AOACFelix Held2022-02-041-1/+1
* soc/intel/alderlake: Enable USB2 port reset message on Type-C portsAnil Kumar2022-02-042-0/+5
* soc/amd/sabrina/Kconfig: remove TODO from SOC_AMD_COMMON_BLOCK_I2CFelix Held2022-02-041-1/+1
* soc/amd/common/block/i2c/i23c_pad_ctr: add & use I23C pad configurationFelix Held2022-02-048-1/+140
* soc/intel/alderlake: Remove `soc_gpio_lock_config()` override functionSubrata Banik2022-02-041-57/+0
* soc/intel/common: Remove GPIO PAD lock config override from mainboardSubrata Banik2022-02-042-21/+0
* soc/intel/{adl, common}: Add routines into CSE IA-common codeSubrata Banik2022-02-047-25/+50
* soc/amd/*/i2c: factor out common I2C pad configurationFelix Held2022-02-0316-133/+122
* soc/amd/*/i2c: introduce and use MISC_I2C_PAD_CTRL(bus) macroFelix Held2022-02-036-12/+9
* soc/amd/*/i2c: drop unused mainboard_i2c_overrideFelix Held2022-02-036-20/+0
* soc/intel/apollolake: Rename PWRMBASE macro and functionSubrata Banik2022-02-036-9/+12
* soc/intel/cannonlake: Forbid FSP from disabling HECI1Subrata Banik2022-02-031-3/+6
* soc/amd/cezanne: Rename PSP_POSTCODES_ON_ESPI to PSP_INIT_ESPIRaul E Rangel2022-02-022-7/+5
* soc/amd/cezanne,vc/cezanne: Implement svc_write_postcodeRaul E Rangel2022-02-022-10/+7
* soc/intel/cannonlake: Add `disable_vmx` devtree optionAngel Pons2022-02-022-1/+4
* soc/intel/alderlake: Use PMC IPC to disable HECI1Subrata Banik2022-02-023-17/+3
* soc/intel/tigerlake: Use PMC IPC to disable HECI1Subrata Banik2022-02-023-15/+4
* soc/intel/jasperlake: Use SBI msg to disable HECI1Subrata Banik2022-02-022-2/+2
* soc/intel/cannonlake: Use SBI msg to disable HECI1Subrata Banik2022-02-022-1/+2
* soc/intel/apollolake: Use PCR write to disable HECI1Subrata Banik2022-02-022-2/+3
* soc/intel/skylake: Use PCR write to disable HECI1Subrata Banik2022-02-022-2/+4
* soc/intel/elkhartlake: Use SBI msg to disable HECI1Subrata Banik2022-02-021-0/+1
* soc/intel/common/cse: Rework heci_disable functionSubrata Banik2022-02-0213-13/+78
* soc/intel/common/cse: Make cse_disable_mei_devices a public functionSubrata Banik2022-02-022-1/+4
* psp_verstage: report developer mode to PSPKangheui Won2022-02-014-0/+17
* psp_verstage: add new svc for cezanneKangheui Won2022-02-011-0/+7
* soc/samsung/exynos5420: Remove unuseful 'return' in void functionElyes HAOUAS2022-02-011-16/+0
* soc/nvidia/tegra124/sor.c: Remove unuseful 'return' in void functionElyes HAOUAS2022-02-011-2/+0
* soc/nvidia/tegra210/sor.c: Remove unuseful 'return' in void functionElyes HAOUAS2022-02-011-2/+0