summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/lpc/lpc_lib.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-12/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-181-2/+0
* soc/intel/skylake: Control fixed IO decode from devicetreeWim Vervoorn2020-03-181-0/+11
* soc/intel/common/block/lpc: Drop unnecessary helper functionSubrata Banik2020-02-191-12/+1
* soc/intel/common/block/lpc: Add lpc_get_fixed_io_decodeWim Vervoorn2020-02-111-0/+5
* soc/intel: Use config_of()Kyösti Mälkki2019-07-181-2/+2
* soc/intel/common: Check bios_size and window_size after MIN operationJohn Zhao2019-07-111-1/+1
* Replace ENV_RAMSTAGE with ENV_PAYLOAD_LOADERSubrata Banik2019-06-241-1/+1
* soc/intel/common: Check bios_size and window_size after MIN operationJohn Zhao2019-05-291-0/+3
* 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
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-2/+2
* soc/intel: Fix bad uses of __SIMPLE_DEVICE__Kyösti Mälkki2019-01-031-8/+0
* soc/intel/common/lpc_lib: Add function to disable LPC Clock RunNico Huber2018-12-051-0/+6
* src: Get rid of device_tElyes HAOUAS2018-06-141-2/+10
* soc/intel/common: Adjust LPC Generic IO setupLijian Zhao2018-04-201-11/+18
* soc/intel/common: Enable decoding of the COMB range to LPC based on KconfigSubrata Banik2018-03-091-10/+17
* soc/intel/common/block/lpc: Make integer literal unsigned longPaul Menzel2017-11-031-1/+1
* soc/intel/common/block: Update LPC libRavi Sarawadi2017-10-031-0/+44
* soc/intel: lpc: Use IS_POWER_OF_2 instead of open-coding itJonathan Neuschäfer2017-09-251-1/+1
* soc/intel/common/block: Add LPC Common code and use it for APLRavi Sarawadi2017-08-151-0/+237