summaryrefslogtreecommitdiff
path: root/power/intel_x86.c
Commit message (Expand)AuthorAgeFilesLines
* ec: Support logging system boot time infoRajesh Kumar2022-12-071-0/+3
* Revert "ec: Support logging system boot time info"Piotr Pawliczek2022-12-031-3/+0
* ec: Support logging system boot time infoRajesh Kumar2022-12-021-0/+3
* tree: Enable warning for fallthrough in switch statementsTom Hughes2022-10-191-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* power/intel_x86.c: Format with clang-formatJack Rosenthal2022-06-291-29/+26
* power/intel_x86: block RSMRST until the system is in S5Zhuohao Lee2022-04-211-5/+3
* power: Add chipset and board callbacks for sleep hangsRob Barnes2022-03-171-2/+3
* intel_x86: Add config to configure S5 exit timerSugnan Prabhu S2022-03-091-1/+2
* power: Introduce S4 as a real power stateEvan Green2021-12-011-7/+31
* intel_x86: Apply chipset resume init and suspend complete hooksDevin Lu2021-11-231-0/+18
* power: Combine chipset_reset_reason and chipset_shutdown_reasonTom Hughes2021-11-121-1/+1
* board: Rename RSMRST_L_PGOOD as PG_EC_RSMRST_ODLfirmware-chameleon-14280.B-mainDivya Sasidharan2021-10-121-3/+3
* 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