summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Use config_of()Kyösti Mälkki2019-07-181-1/+1
* soc/intel/cannonlake: Fix outb orderJeremy Soller2019-07-061-2/+2
* soc/intel/cannonlake: fix use of legacy 8254 timerMatt DeVillier2019-06-281-11/+0
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-2/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* soc/intel/cannonlake: Add PCH series check for CML LP PCHMaulik V Vaghela2019-02-281-7/+13
* soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* soc/intel/{cnl, icl}: Remove unnecessary __SIMPLE_DEVICE__ checkSubrata Banik2018-11-181-5/+2
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* soc/intel/cannonlake: Make static IRQ mapping for PIC modeSubrata Banik2018-11-151-13/+13
* soc/intel/cannonlake: Update PMC base address for CNP H and LPMaulik V Vaghela2018-08-301-0/+18
* src: Get rid of device_tElyes HAOUAS2018-06-141-2/+5
* soc/intel/cannonlake: Force LPC IO decode settingsLijian Zhao2018-04-191-0/+14
* soc/intel/cannonlake: Reserve PMC IO resourcesSubrata Banik2018-01-171-0/+18
* soc/intel/common: Add option to pass SoC IO resourceSubrata Banik2018-01-171-2/+2
* soc/intel/cannonlake: Program DMI PCR settingsLijian Zhao2018-01-161-21/+21
* soc/intel/cannonlake: Add lpc pci driverLijian Zhao2017-10-031-0/+206