summaryrefslogtreecommitdiff
path: root/common/host_command.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Remove big and pit boardsShawn Nematbakhsh2017-09-111-2/+2
* switch: Initialize switch state earlier during HOOK_INITShawn Nematbakhsh2017-06-301-0/+5
* iec: Improve efficiency of host command dispatcherSam Hurst2017-01-061-0/+24
* Revert "ec: Improve efficiency of host command dispatcher"Vadim Bendebury2016-11-261-25/+0
* ec: Improve efficiency of host command dispatcherSam Hurst2016-11-231-0/+25
* common: Print host command code in error.Aseda Aboagye2016-10-101-1/+1
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* common: add EC_FEATURE_RTC to features host commandStephen Barber2016-07-091-0/+3
* Add CONFIG_HOSTCMD_DEBUG_MODE to set default hcdebug modeNicolas Boichat2016-07-091-1/+1
* usb_mux: Add support for host-controlled 'virtual' USB muxShawn Nematbakhsh2016-06-241-0/+3
* common: Hide hcdebug_mode_names behind CONFIG_CMD_HCDEBUGStefan Reinauer2016-05-261-0/+2
* cleanup: Remove usb_switch_tsu6721 driverShawn Nematbakhsh2016-05-131-4/+0
* console: Put additional console commands behind CONFIGsShawn Nematbakhsh2016-04-031-0/+2
* pd: Compilation fixes for upcoming board designsShawn Nematbakhsh2016-03-081-2/+2
* ec: Add temporary secure storage for the host during bootDuncan Laurie2016-01-251-0/+3
* cleanup: Standardize use of CONFIG_I2C and add MASTER/SLAVE CONFIGsShawn Nematbakhsh2015-11-031-1/+1
* glados_pd: oak_pd: add and enable option for i2c slave onlyAlec Berg2015-10-191-1/+1
* acpi: Ensure continuity of memmap data with a read cacheShawn Nematbakhsh2015-07-281-18/+0
* command: Add sensor FIFO as an independant feature.Gwendal Grignou2015-07-151-0/+3
* Fix assertion crash in __wait_evt()Chiranjeevi Rapolu2015-06-251-0/+6
* Remove obsolete board-specific codeRandall Spangler2015-06-101-4/+2
* ec: Add Inventory commandGwendal Grignou2015-05-071-0/+92
* ACPI: Support accessing memmap data over ACPI CMD / DATA portsstabilize-6915.BShawn Nematbakhsh2015-03-251-0/+12
* Support command versioning of new host command rangeVic Yang2015-01-061-2/+5
* host_command: add rate limiter to HCs to prevent EC watchdogAlec Berg2014-12-171-0/+18
* samus_pd: remove host event commands module to save flash spaceAlec Berg2014-11-221-0/+2
* EC: Add smart battery firmware update driverSheng-Liang Song2014-09-031-0/+20
* Put 'hostcmd' console command behind a config flagVic Yang2014-09-011-0/+2
* samus: add host commands for flashing zinger RWAlec Berg2014-08-261-1/+1
* samus: Add passthru for host commandsRandall Spangler2014-07-141-7/+27
* samus: Add EC <-> PD i2c interface using host commandsAlec Berg2014-06-051-0/+10
* Add cprints() and ccprints()Vic Yang2014-05-211-8/+8
* Add AP hang detectionRandall Spangler2013-12-171-0/+6
* cleanup: Still more TODO commentsRandall Spangler2013-11-021-6/+13
* cleanup: TODOs in ec_commands.hRandall Spangler2013-10-311-0/+1
* cleanup: Assorted TODO commentsRandall Spangler2013-10-311-22/+24
* Host commands don't set the response pointerRandall Spangler2013-08-021-17/+4
* Word-align the host memory mapRandall Spangler2013-08-011-1/+5
* Debug host command responses for error results too.Bill Richardson2013-07-151-5/+5
* Move protocol v2 constants to ec_commands.hRandall Spangler2013-07-031-2/+2
* Add new hcdebug modes to skip printing duplicate host commandsRandall Spangler2013-07-021-13/+69
* Add EC_CMD_TEST_PROTOCOL to fake certain responses.Bill Richardson2013-06-201-0/+17
* Refactor host command interface to support version 3 packetsRandall Spangler2013-06-201-0/+183
* Enhance host command debug outputVadim Bendebury2013-06-201-1/+2
* Fix flash testsVic Yang2013-04-151-1/+1
* Add parse_bool() to centralize parsing boolean optionsRandall Spangler2013-03-291-8/+2
* Clean up host command moduleRandall Spangler2012-10-251-39/+38
* Host commands use correct console channelRandall Spangler2012-10-181-2/+2
* Move pending command logic into host_commandSimon Glass2012-09-101-2/+96
* Fix stack overflow in hostcmd commandRandall Spangler2012-09-041-5/+21