summaryrefslogtreecommitdiff
path: root/power/intel_x86.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-679/+0
* zephyr: remove guard to call of lpc_s3_resume_clear_masksJack Rosenthal2021-01-071-6/+1
* power: move headers to include/powerJack Rosenthal2020-12-031-1/+1
* zephyr: shim in power sequencingJack Rosenthal2020-11-201-1/+6
* power: Move the sleep failure detection to a common libraryWai-Hong Tam2020-08-071-122/+0
* power/intel_x86: Abstract the chipset specific functionsWai-Hong Tam2020-08-071-21/+37
* power/intel_x86: Decouple LPC logic from sleep detectionWai-Hong Tam2020-08-051-13/+15
* power/intel_x86: Generalize the sleep failure detection, not bound to S0ixWai-Hong Tam2020-08-041-69/+75
* power/intel_x86: Add a config check for S0ixWai-Hong Tam2020-07-291-2/+0
* x86 power: Initialize chipset state to S5 after sysjumpDaisuke Nojiri2020-06-091-14/+26
* hooks: Introduce HOOK_CHIPSET_SHUTDOWN_COMPLETEWai-Hong Tam2020-06-061-0/+3
* Power_x86: Correct the debounce delay for SYS_RESET_L signalKattamuri, Sowjanya2020-04-081-5/+10
* x86: Make board_has_[before|after]_rsmrst overridableAseda Aboagye2020-03-261-4/+8
* intel_x86: Add CONFIG_BOARD_HAS_AFTER_RSMRSTAseda Aboagye2020-02-211-0/+4
* EFS2: Implement Early Firmware Selection ver.2Daisuke Nojiri2020-02-091-1/+1
* puff: prevent AP boot when there isn't enough powerPeter Marheine2019-12-311-37/+43
* volteer: Add RTC resetKeith Short2019-09-291-1/+9
* cometlake: Minimize delay for high->low rsmrst passthroughScott Collyer2019-09-041-0/+19
* power: Replace weak attr with __overridableYilun Lin2019-08-221-5/+5
* EC: Do not drop SCI events responsible for wake.Ravi Chandra Sadineni2019-08-211-3/+0
* intel_x86: Use common code to get power signal's levelVijay Hiremath2019-06-201-6/+1
* intel_x86: Report S0ix hang detected by EC using console printFurquan Shaikh2019-06-141-0/+1
* intel_x86/power: Consolidate chipset specific power signals arrayVijay Hiremath2019-06-131-22/+2
* power: Manipulate wake mask during s0ix timeoutsEvan Green2019-05-081-1/+17
* power/intel_x86: Introduce s0ix failure detectionEvan Green2019-03-281-2/+115
* power/intel_x86: Do not restore SCI/SMI masks if not backed upFurquan Shaikh2019-02-201-0/+11
* cometlake: Add power sequencing support for cometlake chipsetScott Collyer2019-01-241-0/+2
* intel_x86: Clear SCI/SMI masks only after host enters S0ixFurquan Shaikh2018-10-081-42/+43
* intel_x86: fix the build error when removing CONFIG_POWER_S0IXZhuohao Lee2018-08-091-0/+2
* icelake: Add power sequencing support for icelakeScott Collyer2018-07-271-1/+3
* espi: Rename CONFIG_HOSTCMD_ESPI_VW_SIGNALS to CONFIG_HOSTCMD_ESPI_VW_SLP_SIG...Furquan Shaikh2018-07-271-2/+2
* reset: Log the reason for AP resets.Jonathan Brandmeyer2018-07-261-8/+11
* host_event: Handle SCI/SMI masks correctly when using S0ixFurquan Shaikh2018-06-151-0/+41
* power: Add CONFIG_* option for PROCHOT polarity.Aseda Aboagye2018-06-081-0/+7
* espi: rename remaining eSPI optionsJett Rink2018-05-231-2/+2
* intel_x86: Get rid of CHIPSET_PRE_INIT hookFurquan Shaikh2018-04-191-3/+0
* chipset: Add callback for chipset pre-initializationFurquan Shaikh2018-04-191-0/+8
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-031-1/+1
* intel_x86: Move chipset reset logic to common codeVijay Hiremath2018-03-251-0/+31
* power: create CONFIG_CHIPSET_GEMINILAKEJett Rink2018-03-201-2/+3
* cleanup: fixing typoJett Rink2018-03-061-1/+1
* espi: Add API to test if signal is eSPI virtual wireScott Worley2018-01-021-1/+1
* host_events: Introduce unified host event commandJenny TC2017-12-061-48/+0
* intel_x86: Auto power-on after battery SOC is above minimum requiredFurquan Shaikh2017-11-281-5/+49
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-2/+2
* Revert "power: Get rid of power_board_handle_host_sleep_event"Furquan Shaikh2017-11-151-1/+11
* power: Get rid of power_board_handle_host_sleep_eventFurquan Shaikh2017-10-311-11/+1
* power: Add default sleep event state HOST_SLEEP_EVENT_DEFAULT_RESETFurquan Shaikh2017-10-311-3/+5
* lpc: Add and use lpc_resume_clear_masksFurquan Shaikh2017-10-311-0/+2
* power/intel_x86: Fix S0ix suspend/resume hook notificationsFurquan Shaikh2017-10-241-7/+42