summaryrefslogtreecommitdiff
path: root/common/host_event_commands.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesstabilize-quickfix-15278.72.B-ishstabilize-quickfix-15183.78.B-ishstabilize-15446.B-ishstabilize-15439.B-ishstabilize-15432.B-ishstabilize-15429.B-ishstabilize-15415.B-ishstabilize-15395.B-ishstabilize-15393.48.B-ishstabilize-15381.B-ishstabilize-15364.B-ishstabilize-15361.B-ishstabilize-15359.B-ishstabilize-15359.58.B-ishstabilize-15359.50.B-ishstabilize-15359.45.B-ishstabilize-15335.B-ishstabilize-15329.59.B-ishstabilize-15329.44.B-ishstabilize-15317.B-ishstabilize-15301.B-ishstabilize-15300.B-ishstabilize-15278.64.B-ishstabilize-15251.B-ishstabilize-15245.B-ishstabilize-15236.66.B-ishstabilize-15208.B-ishstabilize-15207.B-ishstabilize-15185.B-ishstabilize-15185.7.B-ishstabilize-15183.82.B-ishstabilize-15183.69.B-ishstabilize-15183.14.B-ishstabilize-15174.B-ishstabilize-15167.B-ishstabilize-15129.B-ishstabilize-15122.B-ishstabilize-15120.B-ishstabilize-15117.86.B-ishstabilize-15117.48.B-ishstabilize-15117.111.B-ishrelease-R114-15437.B-ishrelease-R113-15393.B-ishrelease-R112-15359.B-ishrelease-R111-15329.B-ishrelease-R110-15278.B-ishrelease-R109-15237.B-ishrelease-R109-15236.B-ishrelease-R108-15183.B-ishrelease-R107-15117.B-ishishfirmware-ti50-prepvt-15315.B-ishfirmware-skyrim-15390.B-ishfirmware-skyrim-15369.B-ishfirmware-nissa-15217.B-ishfirmware-nissa-15217.45.B-ishfirmware-nissa-15217.126.B-ishfirmware-duplo-15151.B-ishfirmware-corsola-15194.B-ishfactory-trogdor-15210.B-ishfactory-skyrim-15384.B-ishfactory-nissa-15199.B-ishfactory-corsola-15197.B-ishfactory-corsola-15196.B-ishfactory-brya-15231.B-ishMike Frysinger2022-09-141-1/+1
* 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