summaryrefslogtreecommitdiff
path: root/common/host_event_commands.c
Commit message (Expand)AuthorAgeFilesLines
* host_event_commands: Fix lpc_get_next_host_event for 64-bit eventsNicolas Boichat2018-04-261-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