summaryrefslogtreecommitdiff
path: root/src/soc/intel/common
AgeCommit message (Expand)Author
2019-07-11soc/intel/common: Check bios_size and window_size after MIN operationJohn Zhao
2019-07-11soc/intel/common/timer: Move USE_LEGACY_8254_TIMER into common/block/timerSubrata Banik
2019-07-10soc/intel/block/cpu: remove unused USE_COREBOOT_NATIVE_MP_INITArthur Heymans
2019-07-09drivers/intel: Move FSP stage_cache implementation into common blockSubrata Banik
2019-07-06soc/intel/common/block/sata: Convert DWORD width Read/Write to BYTE widthSubrata Banik
2019-07-04soc/intel/common: Increase SMM_MODULE_STACK_SIZE to 0x800Kane Chen
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/common/block/pcr: Remove unneded 'else'Elyes HAOUAS
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-09soc/intel/common: Skip SoC GT programming based on CONFIG_SKIP_GRAPHICS_ENABLINGSubrata Banik
2019-06-08src/soc/intel/skylake/bootblock: Add SPT C236 to PCH TableChristian Walter
2019-06-07soc/intel: Add some missing MCH PCIe IDsKeno Fischer
2019-06-06src/soc/intel/common/smbios: Add addtional infos to dimm_infoChristian Walter
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/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-05-30soc/intel/common/block/gpio: Fix the mask for gpio_pm_configureFurquan Shaikh
2019-05-29soc/intel/common: Check bios_size and window_size after MIN operationJohn Zhao
2019-05-29soc/intel/common: Set GSPI clock value to prevent division by zeroJohn Zhao
2019-05-29soc/intel/common/pmc: Don't use CAR_GLOBALArthur Heymans
2019-05-29soc/intel/common/cse: Don't use CAR_GLOBALArthur Heymans
2019-05-29soc/intel/common/cse: Declare g_cse staticallyArthur Heymans
2019-05-29soc/intel/common/gspi: Don't use CAR_GLOBALArthur Heymans
2019-05-29Clean up unused arch/early_variables.h headerArthur Heymans
2019-05-28src/include/device/pci_ids.h: Add Kabylake C236 DeviceChristian Walter
2019-05-23soc/intel/skylake: Add PCI Id for Kabylake DTChristian Walter
2019-05-23intel/common/block/scs: Add ability to send early CMD0, CMD1Bora Guvendik
2019-05-22post_code: add post code for hardware initialization failureKeith Short
2019-05-21soc/intel: Remove unused pointer argument in mca_configure()Subrata Banik
2019-05-20soc/intel/common/block/gpio: Add gpio_pm_configure() functionSubrata Banik
2019-05-18soc/intel: Fill DIMM serial number from SPDDuncan Laurie
2019-05-13soc/intel: Geminilake Refresh feature request supportJohn Zhao
2019-05-09Change the guard for bootblock_systemagent_early_init to ENV_BOOTBLOCKRonald G. Minnich
2019-05-09soc/intel/common/acpi: Remove EC PTS/WAK dynamic loadingLijian Zhao
2019-05-06soc/skylake: Add missing PCH IDsMarius Genheimer
2019-05-06soc/intel/common: Add new PAD_CFG macro.Tim Wawrzynczak
2019-05-01soc/intel/common: Set RX_DISABLE for pads configured as NCFurquan Shaikh
2019-04-29Revert "soc/intel/common/block: add VMX support"Nico Huber
2019-04-29soc/intel/common: Add support to clear GPI IS & IE registersKarthikeyan Ramasubramanian
2019-04-29soc/intel: Add GPI interrupt config register offset infoKarthikeyan Ramasubramanian
2019-04-23soc/intel/common/acpi: Add dynamic method around sleepLijian Zhao
2019-04-23soc/intel/common: Add SOC_INTEL_DEBUG_CONSENT to control debug interfaceKane Chen
2019-04-23src: include <assert.h> when appropriateElyes HAOUAS