summaryrefslogtreecommitdiff
path: root/include/chipset.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14517.B-main"factory-brya-14517.B-mainYH Lin2022-12-051-16/+0
* zephyr: test: Add test for get_ap_reset_stats() in common/chipset.cTristan Honscheid2022-11-161-0/+16
* ec: Add #line directive to config_chip.hJeremy Bettis2022-10-281-1/+0
* rex: zephyr: test: Add unit tests for usb_pd_policyMadhurima Paruchuri2022-10-281-0/+8
* ec: Add #line directive to fix odd coverage.Jeremy Bettis2022-10-131-0/+1
* ec: Don't declare forward decls as weakJeremy Bettis2022-10-071-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* power: Don't set the AP_IDLE flag if a power failure occurredPablo Ceballos2022-08-151-0/+13
* include/chipset.h: Format with clang-formatJack Rosenthal2022-07-011-25/+53
* chipset: introduce CONFIG_AP_POWER_CONTROLPeter Marheine2022-06-151-3/+3
* power: Add new chipset_power_on APIJack Rosenthal2022-04-291-0/+7
* zephyr: subsys/ap_pwrseq: Add chipset state interface APIsLi Feng2022-03-011-1/+1
* gpio: cleanup header usage for chipset taskKeith Short2022-02-251-1/+1
* power: Introduce S4 as a real power stateEvan Green2021-12-011-1/+1
* power: Combine chipset_reset_reason and chipset_shutdown_reasonTom Hughes2021-11-121-2/+2
* ec_commands: Add chipset_{reset,shutdown}_reasonYu-Ping Wu2021-01-061-64/+0
* sc7180: Monitor AP_RST_L from PMIC to notify HOOK_CHIPSET_RESETWai-Hong Tam2020-08-081-0/+9
* include/chipset: Define dummy init_reset_log if no CHIPSET task.Nicolas Boichat2020-06-231-5/+7
* Trogdor: Separate the interrupt handlers of WARM_RESET_L and POWER_GOODWai-Hong Tam2020-02-011-1/+9
* common: Add uptime host commandTom Hughes2019-09-031-0/+21
* power: Replace weak attr with __overridableYilun Lin2019-08-221-2/+2
* log: Preserve Kukui EC reset logs across every EC reboot on SRAM.Shannon Chen2019-08-211-0/+5
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* power: Allow board to take custom action on G3 timer expirationDaisuke Nojiri2019-03-281-0/+17
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* common: Include compile_time_macros.h when neededGwendal Grignou2019-03-261-0/+1
* chipset: Provide default chipset_in_or_transitioning_to_statePhilip Chen2018-11-211-0/+5
* chipset: Add a host command to issue AP resetWai-Hong Tam2018-11-151-0/+2
* cheza: Monitor the WARM_RESET_L signal to hold APWai-Hong Tam2018-10-301-1/+8
* power/mt8183: Implement watchdog-initiated resetNicolas Boichat2018-10-251-1/+12
* power: add chipset_in_or_transitioning_to_stateJett Rink2018-09-071-0/+12
* Revert "cheza: Support confirmation of power lost"Wai-Hong Tam2018-08-311-9/+0
* reset: Log the reason for AP resets.Jonathan Brandmeyer2018-07-261-4/+81
* cheza: Add stubs and ifdefs to fix testsNicolas Boichat2018-05-261-0/+2
* cheza: Support confirmation of power lostTom Wai-Hong Tam2018-05-081-0/+8
* cheza: Enable AP_RST_REQ as a request from AP to reset itselfWai-Hong Tam2018-05-081-0/+8
* chipset: Add callback for chipset pre-initializationFurquan Shaikh2018-04-191-0/+5
* Code cleanup: Remove cold reset logicVijay Hiremath2018-04-031-5/+2
* Fizz: Execute PMIC reset before vboot_mainDaisuke Nojiri2018-02-081-0/+5
* wand: Make sure battery is cut-off when criticalNicolas Boichat2018-01-041-5/+2
* chipset: Introduce CHIPSET_STATE_ANY_SUSPENDFurquan Shaikh2017-11-281-0/+3
* chip/npcx/espi: Handle global reset events asserting eSPI_Reset#Furquan Shaikh2017-02-091-0/+6
* apollolake: ignore PLTRST# from SOC unless RSMRST# is deassertedKevin K Wong2016-05-031-0/+7
* Kunimitsu: Add S0ix on SLP_S0 assertionKyoung Kim2015-11-191-0/+1
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-2/+2
* x86: generalize power state machine for all platforms (2/2)Louis Yung-Chieh Lo2014-01-091-1/+1
* cleanup: Consolidate power interruptsRandall Spangler2013-10-211-0/+7
* Support compiling with chipset task disabledRandall Spangler2013-09-231-10/+19
* Handle multiple independent sources and types of CPU throttlingBill Richardson2013-09-111-5/+3
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-2/+2