summaryrefslogtreecommitdiff
path: root/common/host_command.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
* zephyr: Shim the DECLARE_HOST_COMMANDWealian Liao2021-01-191-2/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* zephyr: add stub host events implementationJack Rosenthal2020-11-091-29/+32
* ec: remove entering_mode host commandJoel Kitching2019-12-061-20/+0
* host_command: clear any leftover dataJett Rink2019-11-261-0/+14
* printf: Convert %h to %phEvan Green2019-10-051-5/+7
* printf: Convert %T to %pTEvan Green2019-10-051-1/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-14/+21
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-271-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-1/+1
* host_command: fix the memmap fixVincent Palatin2018-06-291-1/+1
* host_command: Fix response_size to match data that was copiedNicolas Boichat2018-06-281-2/+2
* host_command: read_test/memmap: Fix response buffer overflowNicolas Boichat2018-06-271-2/+2
* lpc/espi: convert remaning CONFIG_LPC to CONFIG_HOSTCMD_X86Jett Rink2018-05-221-3/+3
* shared_mem: Assert that shared memory size is large enoughNicolas Boichat2018-05-071-1/+1
* host_command: Count suppressed host commands individuallyDaisuke Nojiri2018-02-161-10/+59
* host_command: Suppress individual host command debug logDaisuke Nojiri2018-01-221-0/+21
* host_events: Bump up host events and masks to 64-bitFurquan Shaikh2017-11-211-1/+1
* host_command: Add flags1 to host_command_get_featuresFurquan Shaikh2017-10-181-0/+1
* ec_features: Move feature flags out of ec_command into its own unitPatrick Georgi2017-08-301-96/+2
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* Add support for reporting device eventsDuncan Laurie2017-06-301-0/+3
* cleanup: Remove big and pit boardsShawn Nematbakhsh2017-06-221-2/+2
* Enable two-byte responses from host command handlers.Jeff Andersen2017-05-251-2/+2
* host_command: Throttle printing of "+" for repeated commandsNicolas Boichat2017-05-181-1/+10
* rwsig: expose a new feature bit when RWSIG task is enabledWei-Ning Huang2017-05-111-0/+3
* common: add feature bit for touchpad supportWei-Ning Huang2017-04-271-0/+3
* common: add feature bit for fingerprint supportVincent Palatin2017-03-131-0/+3
* switch: Initialize switch state earlier during HOOK_INITShawn Nematbakhsh2017-03-021-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