summaryrefslogtreecommitdiff
path: root/common/console.c
Commit message (Expand)AuthorAgeFilesLines
* tree: Enable warning for fallthrough in switch statementsTom Hughes2022-10-191-0/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-5/+5
* common/console.c: Format with clang-formatJack Rosenthal2022-06-291-38/+26
* common/console: No PROMPT if CONFIG_EXPERIMENTAL_CONSOLEJes B. Klinke2021-10-121-4/+6
* common/console: Add support for ^CJes B. Klinke2021-10-081-0/+12
* console: add correct escape sequence for End keyJett Rink2021-06-071-0/+9
* Avoid passing char values to ctype functionsSimon Glass2021-02-121-3/+3
* crc8: rename crc8 to cros_crc8 to to avoid zephyr conflictJett Rink2020-11-131-1/+1
* Revert "crc8: rename crc8 to cros_crc8 to to avoid zephyr conflict"Jett Rink2020-11-111-1/+1
* crc8: rename crc8 to cros_crc8 to to avoid zephyr conflictJett Rink2020-11-111-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* console: Do not flush the console in console_initNicolas Boichat2018-05-311-2/+0
* Shuffle const aroundPatrick Georgi2018-05-181-1/+1
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* task: Wait for HOOK_INIT completion before scheduling tasksShawn Nematbakhsh2017-06-191-2/+1
* console: ensure "Console is enabled" string is intactphilipchen2017-03-201-0/+2
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-3/+3
* Add console support for restricted commandsBill Richardson2016-08-311-5/+16
* Add configs to add flags to console commandsBill Richardson2016-08-311-4/+14
* Remove unused CONFIG_CONSOLE_RESTRICTED_INPUT optionBill Richardson2016-08-241-30/+0
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-6/+3
* common: console: Change console_init() string.Aseda Aboagye2016-02-231-0/+4
* ec3po: Add compatibility for older EC images.Aseda Aboagye2015-11-261-0/+17
* console: Add support for using EC-3PO console.Aseda Aboagye2015-11-111-0/+72
* Only process console input after console task startedVic Yang2015-01-171-1/+2
* usb: add USB console driverVincent Palatin2014-07-171-9/+30
* Add a few more error messages to the EC consoleBill Richardson2014-03-271-8/+20
* lm4: Use low speed clock in deep sleep.Alec Berg2013-10-211-1/+6
* Move input character processing from UART interrupt to console taskRandall Spangler2013-08-021-12/+388
* Clean up and document UART config optionsRandall Spangler2013-07-241-1/+1
* Accept a command if it's a full matchVic Yang2013-06-051-0/+6
* Add console command to force enable consoleVic Yang2013-05-151-1/+23
* add option to de-activate EC console input when WP is onVincent Palatin2013-04-301-0/+10
* Clean up uart buffering codeRandall Spangler2012-10-261-2/+2
* Clean up console moduleRandall Spangler2012-10-241-36/+44
* Split console output into its own moduleRandall Spangler2012-06-131-107/+0
* Add basic SPI support to linkRandall Spangler2012-05-301-0/+1
* Better help for console commandsRandall Spangler2012-05-251-24/+74
* More debug command cleanup to save spaceRandall Spangler2012-05-211-1/+3
* Clean up debug commands to use less spaceRandall Spangler2012-05-211-23/+15
* Sort console commands at build timeVincent Palatin2012-05-151-21/+4
* Arrange help output to sort 'column first'Vadim Bendebury2012-05-141-25/+31
* Allow console commands abbreviationVadim Bendebury2012-05-141-7/+11
* Allow boards to set the default console maskSimon Glass2012-05-101-6/+9
* Fix truncated output from 'ch' commandRandall Spangler2012-05-101-0/+1
* Issue warning on fan stall.Vic Yang2012-04-261-0/+1
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-6/+10
* Refactor async console outputRandall Spangler2012-04-241-21/+124
* Move externs from .lds file into a header fileRandall Spangler2012-04-191-3/+1