summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/lpc/lpc_lib.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/lpc: Set up default LPC decode rangesArthur Heymans2022-06-121-0/+78
* soc/intel/cmn/lpc: Add APIs to enable/disable LPC write protect (WP)Subrata Banik2022-04-211-0/+25
* soc/intel/cmn/{block, pch}: Migrate GPMR driverSubrata Banik2022-04-201-5/+6
* soc/intel/cmn/lpc: Fix typo from FAST_SPIBAR to LPCSubrata Banik2022-04-191-1/+1
* soc/intel/cmn/{block, pch}: Rename configs from `DMI` to `GPMR`Subrata Banik2022-04-141-5/+5
* sb,soc/intel: Replace set_ioapic_id() with setup_ioapic()Kyösti Mälkki2021-10-221-1/+1
* sb,soc/intel: Set IOAPIC max entries before APIC IDKyösti Mälkki2021-10-221-2/+2
* sb,soc/intel: Set IOAPIC redirection entry countKyösti Mälkki2021-10-221-10/+4
* southbridge/intel/common: Move invalid PIRQ value to 0Tim Wawrzynczak2021-06-291-8/+8
* arch/x86/ioapic: Drop irq_on_fsb as a configurable itemKyösti Mälkki2021-06-161-6/+0
* soc/intel/common: Add function to lpc_lib to return PIRQ routingTim Wawrzynczak2021-05-211-11/+18
* soc/intel/{skl,cnl,xsp,icl,tgl,ehl,adl,jsl}: use common LPC mirroringMichael Niewöhner2021-01-251-1/+0
* soc/intel/lpc_lib: mirror LPC registers to DMI when requiredMichael Niewöhner2021-01-251-4/+18
* soc/intel/lpc_lib: drop dead codeMichael Niewöhner2021-01-241-8/+0
* soc/intel/*: drop broken LPC mmio codeMichael Niewöhner2021-01-201-22/+0
* soc/intel: Drop `dev` parameter from soc_get_gen_io_dec_range()Furquan Shaikh2021-01-081-7/+1
* soc/intel: Move pch_misc_init() to common codeSubrata Banik2020-10-031-0/+18
* soc/intel: Move soc_pch_pirq_init() to common codeSubrata Banik2020-10-031-1/+70
* soc/intel: Move pch_enable_ioapic() to common codeSubrata Banik2020-10-031-0/+25
* src/soc/intel: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* 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