summaryrefslogtreecommitdiff
path: root/src/soc/intel
AgeCommit message (Expand)Author
2019-07-04soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki
2019-07-04arch/x86: Adjust size of postcar stackKyösti Mälkki
2019-07-04Revert "soc/intel/skylake/romstage: Increase size of postcar stack"Kyösti Mälkki
2019-07-03soc/intel/skylake: Add Kabylake-R microcode update filesArthur Heymans
2019-07-02src: Use CRx_TYPE type for CRxElyes HAOUAS
2019-07-02soc/intel/cannonlake: Add support to log XHCI wake eventsPaul Fagerburg
2019-07-02soc/intel/icelake: Disable HDA based on devicetreeSubrata Banik
2019-07-01Use 3rdparty/intel-microcodeArthur Heymans
2019-06-28{soc,northbridge}/Kconfig: Remove unused CACHE_MRC_SIZE_KBElyes HAOUAS
2019-06-28soc/intel/cannonlake: fix use of legacy 8254 timerMatt DeVillier
2019-06-26soc/intel/cannonlake/Kconfig: Don't have all variants select SOC_INTEL_CANNON...Arthur Heymans
2019-06-25soc/intel/dnv: Fix value of B_PCH_GPIO_RX_SCI_ROUTEPatrick Havelange
2019-06-24cbfstool: Drop update-fit optionPatrick Rudolph
2019-06-24Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik
2019-06-21soc/intel: Provide SPD manufacturer ID and module type to SMBIOSDuncan Laurie
2019-06-21soc/intel/cannonlake: Rename SOC_INTEL_COMMON_CANNONLAKE_BASEArthur Heymans
2019-06-21cpu/x86/msr: Move IA32_MISC_ENABLE bits to common placeElyes HAOUAS
2019-06-21soc/intel/skylake: Clean up KconfigArthur Heymans
2019-06-21soc/intel/skylake: Remove ROMCCFLAGSArthur Heymans
2019-06-21soc/intel/skylake/romstage: Increase size of postcar stackChristian Walter
2019-06-21soc/intel/common/block/pcr: Remove unneded 'else'Elyes HAOUAS
2019-06-20soc/intel/braswell/smbus.c: Add support for i2c mode block writeFrans Hendriks
2019-06-18soc/intel/skylake: Select microcode updates depending on discrete PCHArthur Heymans
2019-06-16soc/intel/common: Fix booting issue without default IGD enabledSubrata Banik
2019-06-13soc/intel/{cml, whl}: Add option to skip HECI disable in SMMSubrata Banik
2019-06-13soc/intel/icelake: Replace PCI device LPC to ESPI as per EDSSubrata Banik
2019-06-12vendorcode/intel/fsp/fsp2_0/cometlake: Update FSP-M/S header files as per v1155Aamir Bohra
2019-06-12{drivers,soc/intel/braswell}: Implement C_ENVIRONMENT_BOOTBLOCK supportFrans Hendriks
2019-06-09soc/intel/icelake: Pass FSP-M/S UPD as per ICL requirementAamir Bohra
2019-06-09soc/intel/common: Skip SoC GT programming based on CONFIG_SKIP_GRAPHICS_ENABLINGSubrata Banik
2019-06-08src/soc/intel/skylake/acpi: Remove Return for PS0/3Christian Walter
2019-06-08src/soc/intel/skylake/bootblock: Add SPT C236 to PCH TableChristian Walter
2019-06-07soc/intel/cannonlake: Add _DSM method for SD controllerV Sowmya
2019-06-07soc/intel: Add some missing MCH PCIe IDsKeno Fischer
2019-06-06soc/intel/skl/graphics: Implement panel setupNico Huber
2019-06-06src/soc/intel/common/smbios: Add addtional infos to dimm_infoChristian Walter
2019-06-04soc/intel/braswell: Use common cpu/intel/car codeArthur Heymans
2019-06-04soc/intel/cannonlake: Do not read SPD again if index hasn't changedFurquan Shaikh
2019-06-03src/soc/intel: Avoid NULL pointer dereferenceJohn Zhao
2019-06-03soc/intel: Replace UART_BASE() and friends with a KconfigNico Huber
2019-06-03src/soc/intel/common/block/sgx: Add missing new linesChristian Walter
2019-06-03soc/intel/{skl,cnl,icl}: Drop soc_uart_set_legacy_mode()Nico Huber
2019-06-03soc/intel/common/uart: Correctly guard uart_platform_base()Nico Huber
2019-06-03soc/intel/common/uart: Only return valid UART baseNico Huber
2019-06-03soc/intel/common/uart: Drop dead call to soc_uart_set_legacy_mode()Nico Huber
2019-06-03soc/intel/common/lpss: Drop now unused lpss_clk_read()Nico Huber
2019-06-03soc/intel/common/mmc: Replace IS_ENABLED() with CONFIG()Nico Huber
2019-06-02soc/intel/baytrail: set default VBIOS filename and PCI IDMatt DeVillier
2019-05-30soc/intel/common/block/gpio: Fix the mask for gpio_pm_configureFurquan Shaikh
2019-05-29src/soc: Add missing 'include <types.h>'Elyes HAOUAS