summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/icelake
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/icelake: Update FSP UPDs if IGD is disable in devicetreeSubrata Banik2019-07-142-6/+28
* soc/intel/icelake: Make use of PCH_DEVFN_HDA macroSubrata Banik2019-07-141-1/+1
* cpu/x86: Move smm_lock() prototypeKyösti Mälkki2019-07-131-0/+1
* soc/intel/common/timer: Move USE_LEGACY_8254_TIMER into common/block/timerSubrata Banik2019-07-113-13/+4
* soc/intel: Remove invalid smm_relocate stubsKyösti Mälkki2019-07-101-11/+0
* arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-1/+0
* cpu/x86: Flip SMM_TSEG defaultKyösti Mälkki2019-07-091-1/+0
* soc/intel/icelake: Refer to soc/soc_chip.h rather than chip.hSubrata Banik2019-07-0915-26/+15
* soc/intel/icelake: Remove redundant gpio.c from Makefile.incSubrata Banik2019-07-071-1/+0
* soc/intel/{cannonlake,icelake}: Do not define PCH_DEV_PMC in ramstageFurquan Shaikh2019-07-071-0/+12
* soc/intel/icelake: Get rid of unused dev paramFurquan Shaikh2019-07-071-5/+5
* soc/intel/icelake: Use SA_DEV_ROOT instead of PCH_DEV_PMCFurquan Shaikh2019-07-072-2/+7
* soc/intel/icelake: Fix outb orderLijian Zhao2019-07-061-2/+2
* soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-044-5/+5
* arch/x86: Adjust size of postcar stackKyösti Mälkki2019-07-041-1/+2
* soc/intel/icelake: Disable HDA based on devicetreeSubrata Banik2019-07-021-1/+3
* soc/intel: Provide SPD manufacturer ID and module type to SMBIOSDuncan Laurie2019-06-211-1/+3
* soc/intel/{cml, whl}: Add option to skip HECI disable in SMMSubrata Banik2019-06-132-1/+2
* soc/intel/icelake: Replace PCI device LPC to ESPI as per EDSSubrata Banik2019-06-1313-69/+70
* soc/intel/icelake: Pass FSP-M/S UPD as per ICL requirementAamir Bohra2019-06-093-6/+250
* soc/intel/common: Skip SoC GT programming based on CONFIG_SKIP_GRAPHICS_ENABLINGSubrata Banik2019-06-091-0/+4
* src/soc/intel/common/smbios: Add addtional infos to dimm_infoChristian Walter2019-06-061-1/+5
* soc/intel: Replace UART_BASE() and friends with a KconfigNico Huber2019-06-032-8/+5
* soc/intel/{skl,cnl,icl}: Drop soc_uart_set_legacy_mode()Nico Huber2019-06-031-15/+0
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* post_code: add post code for hardware initialization failureKeith Short2019-05-221-1/+2
* soc/intel: Remove unused pointer argument in mca_configure()Subrata Banik2019-05-211-1/+1
* soc/intel/icelake: Make use of gpio_pm_configure()Subrata Banik2019-05-204-6/+66
* soc/intel: Fill DIMM serial number from SPDDuncan Laurie2019-05-181-0/+1
* soc/intel/{cannonlake,icelake}: Drop unused cbmem.c fileElyes HAOUAS2019-05-131-22/+0
* soc/intel/icelake: Correct the GPE DWx mapping for GPIO groupsSubrata Banik2019-05-021-11/+12
* soc/intel/icelake: Select FSP_M_XIPSubrata Banik2019-05-021-0/+1
* soc/intel/icelake: Move power_state functions to pmutil.cSubrata Banik2019-05-023-87/+64
* soc/intel/icelake: Add chipset event loggingSubrata Banik2019-05-023-2/+133
* soc/intel/icelake: Clear PMCON status bitsSubrata Banik2019-05-023-0/+19
* vboot: refactor OPROM codeJoel Kitching2019-04-301-1/+1
* soc/intel: Add GPI interrupt config register offset infoKarthikeyan Ramasubramanian2019-04-292-0/+12
* soc/{amd,intel}/chip: Use local include for chip.hElyes HAOUAS2019-04-269-9/+18
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-232-2/+0
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-234-4/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+1
* soc/intel/cpulib: Remove redundent enable/disable functionsSubrata Banik2019-04-131-4/+2
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-2/+2
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-062-2/+1
* soc/intel/icelake: Fix chipset_power_state structureSubrata Banik2019-03-291-3/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-203-3/+0
* soc/intel/icelake: Enable support for FSP 2.1 specificationSubrata Banik2019-03-191-2/+1
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-161-1/+0
* src: Drop unused 'include <arch/acpigen.h>'Elyes HAOUAS2019-03-121-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-0810-14/+14