summaryrefslogtreecommitdiff
path: root/common/host_event_commands.c
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_HOST_EVENT64Tim Van Patten2023-02-211-12/+4
* config: Define HOST_EVENT_REPORT_MASK by CONFIGAaron Massey2022-10-101-8/+0
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* common/host_event_commands.c: Format with clang-formatJack Rosenthal2022-06-291-58/+46
* zephyr:test: Add tests for EC_CMD_HOST_EVENT commandAl Semjonovs2022-06-221-1/+1
* chipset: introduce CONFIG_AP_POWER_CONTROLPeter Marheine2022-06-151-0/+1
* hooks: add HOOK_PRIO_POST_CHIPSETKeith Short2022-03-291-1/+1
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-2/+2
* System: Add SYSTEM_IN_MANUAL_RECOVERY flagDaisuke Nojiri2021-07-051-0/+4
* tree: rename strtoul to strtoull since it is 64-bitJett Rink2020-11-111-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-4/+4
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+2
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-4/+4
* host_event_commands: Return access denied for prohibited accessDaisuke Nojiri2020-09-221-0/+20
* EC: Do not clear wake only events on resume from S3.Ravi Chandra Sadineni2019-11-111-6/+10
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-13/+21
* EC: Do not drop SCI events responsible for wake.Ravi Chandra Sadineni2019-08-211-4/+34
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* lpc/espi: convert remaning CONFIG_LPC to CONFIG_HOSTCMD_X86Jett Rink2018-05-221-16/+16
* host_event_commands: Fix lpc_get_next_host_event for 64-bit eventsNicolas Boichat2018-04-031-0/+9
* host_events: Introduce unified host event commandJenny TC2017-12-061-0/+210
* host_event_commands: Fix off-by-one errorFurquan Shaikh2017-11-281-1/+9
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-45/+139
* lpc: Add and use lpc_resume_clear_masksFurquan Shaikh2017-10-311-0/+7
* host_event: Perform lpc_init_mask before keyboard/button initFurquan Shaikh2017-10-241-7/+1
* host_event_commands: Add support for always reporting masksFurquan Shaikh2017-10-181-33/+98
* host_event: Move host events and mask handling into common codeFurquan Shaikh2017-10-171-0/+99
* common: allow report disabling of host eventsNick Vaccaro2017-06-091-6/+16
* mkbp: Always keep memmap host event mask up-to-dateShawn Nematbakhsh2016-12-011-0/+1
* mkbp: compile host_get_next_event out in LPC modeGwendal Grignou2016-10-081-1/+2
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-2/+1
* mkpb: Add MKBP support over ACPIGwendal Grignou2016-06-221-5/+6
* MKBP event signalling implementationVic Yang2014-10-241-0/+18
* Add cprints() and ccprints()Vic Yang2014-05-211-4/+4
* Completely new thermal/fan implementationBill Richardson2013-08-231-5/+3
* Abstract polite AP throttling into a functionBill Richardson2013-07-311-0/+15
* Change host command params/response pointers to void *Randall Spangler2012-07-261-18/+9
* Simplify host event processingRandall Spangler2012-07-121-14/+36
* Add second copy of event stateRandall Spangler2012-07-121-7/+53
* Refactor API for host commands, and handle variable length data betterRandall Spangler2012-07-111-24/+36
* Support host event get/set/clear on all host interfacesRandall Spangler2012-07-071-9/+44
* Better help for console commandsRandall Spangler2012-05-251-3/+6
* Even more debug command cleanup to save spaceRandall Spangler2012-05-211-20/+11
* de-LPCify the EC host interfaceVincent Palatin2012-05-151-31/+31
* Slightly update the host commands APIVincent Palatin2012-05-141-7/+10
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-15/+14
* Add wake signal to PCHRandall Spangler2012-03-151-18/+49
* Add SMI/SCI supportRandall Spangler2012-03-051-0/+113