summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/skylake/pmutil.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove duplicated include <device/pci.h>Elyes Haouas2023-02-011-1/+0
* soc/intel/skylake: Use common gpio.h includeDinesh Gehlot2023-01-181-2/+2
* src/soc/intel: Remove unnecessary space after castsElyes Haouas2022-11-261-2/+2
* soc/intel: Move `pmc_clear_pmcon_sts()` into IA common codeSubrata Banik2022-03-291-15/+0
* soc/intel/skylake: Add function to clear PMCON status bitsSubrata Banik2022-02-151-0/+15
* soc/intel: Move pmc_soc_set_afterg3_en() to pmutil.cAngel Pons2021-04-211-0/+17
* soc/intel/skylake: Move pmc_set_disb() to pmutil.cAngel Pons2021-04-211-0/+14
* soc/intel/skylake: Move acpi_sci_irq() to acpi.cAngel Pons2021-04-211-28/+0
* soc/intel/*/pmutil.c: Align cosmetics across platformsAngel Pons2021-02-241-4/+2
* soc/intel/skylake/pmutil.c: Define __SIMPLE_DEVICE__Angel Pons2021-02-241-5/+4
* soc/intel/skylake/pmutil: Correct soc_smi_sts_array()Angel Pons2021-02-241-21/+19
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* soc/intel/skylake: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-2/+0
* soc/intel: Add get_pmbaseEugene Myers2020-02-041-0/+6
* src/soc/intel: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* soc/intel/skylake: add soc implementation for ETR address APIMichael Niewöhner2019-11-201-0/+10
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-1/+1
* soc/intel: Use config_of()Kyösti Mälkki2019-07-181-7/+1
* soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-041-1/+1
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-1/+1
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-161-1/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* soc/intel/common/block: Move tco common functions into block/smbusSubrata Banik2019-01-101-39/+3
* soc/intel/common: add acpi_get_sleep_type to pmclibBora Guvendik2018-10-041-8/+0
* src: Get rid of device_tElyes HAOUAS2018-06-141-3/+5
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-1/+1
* soc/intel/skylake: Move power_state functions to pmutil.cFurquan Shaikh2017-10-191-0/+68
* src/soc/skylake: Fix Null pointer dereferencesShaunak Saha2017-10-161-0/+1
* soc/intel/common: Clean up PMC library GPE handling APIFurquan Shaikh2017-10-121-2/+2
* soc/intel/skylake: Add support in SKL for PMC common codeShaunak Saha2017-10-051-366/+46
* soc/intel/skylake: Enable common LPC IPRavi Sarawadi2017-10-031-1/+1
* soc/intel/skylake: Use common/block/gpioHannah Williams2017-10-021-1/+3
* vboot: reset vbnv in cmos when cmos failure occursAaron Durbin2017-09-201-0/+6
* soc/intel/skylake: refactor rtc failure checkingAaron Durbin2017-09-201-0/+17
* soc/intel/skylake: Enable power button SMI when jumping to payloadFurquan Shaikh2017-08-191-0/+16
* lib: provide clearer devicetree semanticsAaron Durbin2017-04-251-2/+2
* soc/intel/skylake: Fix remaining issues detected by checkpatchLee Leahy2017-03-171-6/+6
* soc/intel/{sky,apollo}lake: Wait until GPE is clear when readingDuncan Laurie2016-11-071-6/+17
* skylake: Add support for eSPI SMI eventsDuncan Laurie2016-10-271-1/+2
* skylake: Prepare GPE for use in bootblockDuncan Laurie2016-10-271-0/+48
* skylake: Support for early I2C TPM driverDuncan Laurie2016-10-271-0/+20
* intel/skylake: Do not halt in poweroff if in SMMFurquan Shaikh2016-08-201-1/+9
* soc/intel/skylake: Change name pmc_tco_regs to smbus_tco_regsBarnali Sarkar2016-08-141-2/+2
* soc/intel/skylake: provide poweroff() implementationAaron Durbin2016-07-151-0/+7
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* skylake: fix SMI GPI status handlingAaron Durbin2015-08-141-48/+0