summaryrefslogtreecommitdiff
path: root/src/soc
AgeCommit message (Expand)Author
2020-07-31soc/intel/cannonlake: Fix DMAR when no iGPU is presentPatrick Rudolph
2020-07-31soc/intel/xeon_sp/cpx: configure DIMM_MAX and DIMM_SPD_SIZEJonathan Zhang
2020-07-30smbios: Fix type 17 for Windows 10Patrick Rudolph
2020-07-30mb/amd,google/mandolin,zork: Set EFS SPI platform configMatt Papageorge
2020-07-30amd/common/block/spi: Add EFS SPI configurations to KconfigMatt Papageorge
2020-07-30soc/amd/picasso: Split ops for internal and external PCIe GPP bridgesFurquan Shaikh
2020-07-29soc/intel/tigerlake: Configure TCSS D3Hot and D3ColdJohn Zhao
2020-07-29soc/intel/skylake: Enable HDA depending on devicetree configurationFelix Singer
2020-07-29soc/intel/skylake: Enable HECI3 depending on devicetree configurationFelix Singer
2020-07-29soc/intel/skylake: Enable eMMC depending on devicetree configurationFelix Singer
2020-07-29soc/intel/skylake: Enable TraceHub depending on devicetree configurationFelix Singer
2020-07-29soc/intel/skylake: Enable SMBus depending on devicetree configurationFelix Singer
2020-07-29soc/intel/skylake: Enable LAN depending on devicetree configurationFelix Singer
2020-07-29soc/intel/skylake: Enable SATA depending on devicetree configurationFelix Singer
2020-07-29src/soc/rockchip: Add missing <{stddef,stdint}.h>Elyes HAOUAS
2020-07-29soc/intel/tigerlake: Set default USB3 de-emphasis to -3.5dBDuncan Laurie
2020-07-29soc/intel/jasperlake: Clean up report_cpu_info() functionUsha P
2020-07-29util/apcb: Strip SPD manufacturer informationRob Barnes
2020-07-29src/soc/samsung/exynos{5250,s5420}: Add missing <{stddef,stdint}.h>Elyes HAOUAS
2020-07-28soc/amd/picasso: Add controls for SMT and downcoringMarshall Dawson
2020-07-28src/soc/amd: Add include <types.h>Elyes HAOUAS
2020-07-28soc/amd/picasso: Enable VBNV_BACKUP_TO_FLASH for psp_verstageMartin Roth
2020-07-28soc/amd/picasso: Init SPI in psp_verstageMartin Roth
2020-07-28soc/amd/picasso/Makefile.inc: force an error if PSPBTLDR_FILE is not setRonald G Minnich
2020-07-28src: Never set ISA Enable on PCI bridgesAngel Pons
2020-07-28soc/intel/braswell/fadt.c: Use `ACPI_ADDRESS_SPACE_IO` macroAngel Pons
2020-07-28broadwell: Factor out PIRQ routing from devicetreeAngel Pons
2020-07-28soc/intel/cannonlake: Configure SataPwrOptEnable only if SATA is enabledFelix Singer
2020-07-28soc/intel/apollolake: Simplify is-device-enabled checksFelix Singer
2020-07-28soc/intel/jasperlake: Simplify is-device-enabled checksFelix Singer
2020-07-28soc/intel/tigerlake: Simplify is-device-enabled checksFelix Singer
2020-07-28Revert "src: Remove unused include <cpu/x86/smm.h>"Patrick Rudolph
2020-07-27soc/amd: Use spi_writeX & spi_readX for all spi accessesMartin Roth
2020-07-27soc/amd/common: Move spi access functions into their own fileMartin Roth
2020-07-27soc/amd/picasso: Set __USER_SPACE__ for psp_verstageMartin Roth
2020-07-27soc/amd/picasso: make USB over-current pin mapping configurableFelix Held
2020-07-27soc/intel/jasperlake: Invoke PCIe root port swappingKarthikeyan Ramasubramanian
2020-07-26soc/intel/tigerlake: Disable CPU PCIe in FSPShaunak Saha
2020-07-26soc/intel/tigerlake: Disable VT-d and no DMAR table for pre-QS platformJohn Zhao
2020-07-26soc/intel/common/basecode: Implement CSE update flowRizwan Qureshi
2020-07-26soc/amd/common/block/psp/psp_smm.c: Add missing <string.h>Elyes HAOUAS
2020-07-26src/soc/qualcomm: Add include <types.h>Elyes HAOUAS
2020-07-26src/soc/mediatek: Add include <types.h>Elyes HAOUAS
2020-07-26src/soc/intel: Add include <types.h>Elyes HAOUAS
2020-07-26soc/intel/common/gpio_defs: Remove PAD_CFG_NF_BUF_TRIGMaxim Polyakov
2020-07-26soc/intel/common/hda: Add HDA ID for Jasper Lakeyan.liu
2020-07-26soc/intel/jasperlakelake: Rename pch_init() codeUsha P
2020-07-26src: Update bare access to BOOL CONFIG_ vals to CONFIG()Martin Roth
2020-07-26src: Change BOOL CONFIG_ to CONFIG() in comments & stringsMartin Roth
2020-07-26src: Remove whitespace between 'sizeof' and '('Elyes HAOUAS