summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
* soc/amd/common/block/include/amdblocks/acpi.h: Add missing <types.h>Elyes HAOUAS2020-07-141-1/+1
* src: Drop unused <cpu/x86/tsc.h> includeElyes HAOUAS2020-07-145-5/+0
* src: Remove unused 'include <cpu/x86/msr.h>'Elyes HAOUAS2020-07-148-8/+0
* soc/intel/baytrail/northcluster.c: Add missing includeElyes HAOUAS2020-07-141-1/+1
* soc/intel/baytrail/romstage/pmc.c: Add missing includeElyes HAOUAS2020-07-141-1/+1
* soc/intel/baytrail/romstage/raminit.c: Add missing includeElyes HAOUAS2020-07-141-1/+1
* soc/intel/braswell/romstage/romstage.c: Add missing includeElyes HAOUAS2020-07-141-1/+1
* soc/rockchip/rk3399/display.c: Add missing includeElyes HAOUAS2020-07-141-1/+1
* src: Remove unused 'include <stdint.h>Elyes HAOUAS2020-07-1428-29/+0
* src: Remove unused 'include <types.h>'Elyes HAOUAS2020-07-145-5/+1
* soc/amd/picasso: supply SMBIOS type 17Rob Barnes2020-07-132-0/+196
* soc/intel/baytrail: Add dedicated devices for MMC and MMC 4.5 controllerMate Kukri2020-07-124-9/+21
* soc/intel/gpio: Convert PAD_CFG0_ROUTE_* to PAD_IRQ_ROUTE()Maxim Polyakov2020-07-121-3/+4
* soc/intel/gpio: Convert PAD_CFG0_RX_POL_* to PAD_RX_POL()Maxim Polyakov2020-07-121-3/+4
* intel/gpio: Convert PAD_CFG0_TRIG_* to PAD_TRIG()Maxim Polyakov2020-07-121-9/+10
* soc/intel/common/block/pcie: Select ASPM on mainboard basisChristian Walter2020-07-121-2/+10
* soc/intel/xeon_sp/cpx: use HOB_TYPE_GUID_EXTENSION to interpret platform HOBsJonathan Zhang2020-07-122-38/+25
* soc/intel/xeon_sp: Add RTC failure checkingJingle Hsu2020-07-125-2/+33
* vendocode/intel/fsp/fsp2_0/cpx_sp: Update to FSP ww28 release and adapt socJonathan Zhang2020-07-123-13/+23
* soc/intel/tigerlake: Move tco_configure to bootblockTim Wawrzynczak2020-07-122-4/+4
* soc/intel/tigerlake: Configure Type-C Input Output Manager(IOM) deviceJohn Zhao2020-07-121-0/+10
* soc/intel/tigerlake: Add Type-C IOM base address and size macroJohn Zhao2020-07-121-0/+2
* soc/intel/tigerlake: Add new IGD deviceRavi Sarawadi2020-07-122-0/+2
* arch/x86: Drop CBMEM_TOP_BACKUPKyösti Mälkki2020-07-114-3/+9
* soc/amd/picasso: Add support for DRIVERS_USB_PCI_XHCIRaul E Rangel2020-07-103-0/+58
* soc/amd/picasso: Delete partially implemented usb implementationRaul E Rangel2020-07-105-129/+0
* soc/amd/picasso: Add missing include to smi.hRaul E Rangel2020-07-101-0/+1
* soc/amd/picasso: Avoid NULL pointer dereferenceJohn Zhao2020-07-101-6/+6
* soc/amd/picasso: Add PCI driver for data fabric devicesFurquan Shaikh2020-07-102-1/+53
* soc/amd/picasso: Add driver for handling PCIE GPP bridgesFurquan Shaikh2020-07-103-36/+61
* soc/amd/picasso: Map AOAC registers to enable i2c after S3Martin Roth2020-07-101-0/+6
* include/cpu/amd/msr: move SMM_LOCK bit right after HWCR_MSR definitionFelix Held2020-07-091-1/+1
* soc/samsung/exynos5420: Drop dead codeAngel Pons2020-07-091-40/+0
* soc/intel/broadwell/pcie.c: Drop dead codeAngel Pons2020-07-091-12/+0
* soc/samsung/exynos5250: Drop dead codeAngel Pons2020-07-093-62/+0
* soc/amd/picasso: Always load and run display opromRob Barnes2020-07-091-0/+2
* soc/intel/baytrail/pmutil.c: Constify string arraysAngel Pons2020-07-091-17/+16
* soc/intel/baytrail/pmutil.c: Do not hardcode num_bitsAngel Pons2020-07-091-9/+4
* soc/intel/baytrail: Align whitespace and commentsAngel Pons2020-07-0922-305/+331
* soc/intel/baytrail: Rename "pmc.h" to "pm.h"Angel Pons2020-07-0915-17/+17
* mainboard/intel/tglrvp: Remove unused PrmrrSize chip configSubrata Banik2020-07-092-11/+2
* soc/intel/braswell: Drop some BIOS_SPEW printk'sAngel Pons2020-07-0911-73/+0
* soc/intel/braswell/lpss.c: Use 16-bit ops on PCI COMMANDAngel Pons2020-07-091-1/+1
* soc/amd/picasso: Remove I2C4Edward Hill2020-07-093-48/+2
* soc/amd/picasso: Add dummy spinlock for psp_verstageMartin Roth2020-07-091-0/+17
* soc/amd/picasso: Update APOB size & base generationMartin Roth2020-07-081-6/+10
* arch/x86: Add memmove.c to x86 bootblockMartin Roth2020-07-081-1/+0
* src/amd/common: Exclude biosram from psp_verstageMartin Roth2020-07-081-1/+1
* soc/amd/picasso: Halt if workbuf is absent after psp_verstageMartin Roth2020-07-081-0/+16
* soc/amd/common: Don't init SMIs or SCIs in psp_verstageMartin Roth2020-07-081-2/+10