summaryrefslogtreecommitdiff
path: root/common/uart_buffering.c
Commit message (Expand)AuthorAgeFilesLines
* Reapply "EC changes from 4389.24.43 to 4389.24.53"Mohammed Habibulla2014-05-141-0/+5
* Revert EC changes from 4389.24.43Mohammed Habibulla2014-05-141-5/+0
* Reapply "CHERRY-PICK:lm4: Use low speed clock in deep sleep."ChromeOS Developer2014-02-121-0/+5
* Revert "CHERRY-PICK:lm4: Use low speed clock in deep sleep."Mohammed Habibulla2013-10-281-5/+0
* CHERRY-PICK:lm4: Use low speed clock in deep sleep.Alec Berg2013-10-251-0/+5
* CHERRY-PICK:Move input character processing from UART interrupt to console taskRandall Spangler2013-08-091-468/+45
* Clean up and document UART config optionsRandall Spangler2013-07-301-15/+2
* Software flow control in consoleVic Yang2013-04-231-2/+17
* Consolidate emergency debug outputRandall Spangler2012-10-291-50/+29
* Clean up uart buffering codeRandall Spangler2012-10-261-87/+48
* Add ectool command to read snapshot of EC's console outputRandall Spangler2012-08-091-1/+85
* Fix a bug that a line longer than 80 char kills EC consoleVic Yang2012-07-301-1/+1
* Add console functionalityRandall Spangler2012-07-231-82/+222
* Increase UART output buffer size on LM4Randall Spangler2012-07-071-12/+23
* console: Support delete as well as backspaceSimon Glass2012-06-071-2/+2
* Move printf() formatting to its own file to enable re-useRandall Spangler2012-06-071-173/+48
* Add support for printing fixed-point numbersRandall Spangler2012-05-221-1/+21
* Enable verified boot for EC firmwareBill Richardson2012-05-101-0/+5
* Refactor async console outputRandall Spangler2012-04-241-5/+15
* Implement 64-bit integer printing in uart_printf()Randall Spangler2012-04-201-13/+28
* Add %T format code to print current timestamp.Randall Spangler2012-04-031-1/+7
* Add %b format output via uart_printfRong Chang2012-03-031-3/+9
* uart: fix race condition in flow controlVincent Palatin2012-02-291-5/+2
* Fix a bug causing console history to miss a character.Vic Yang2012-02-291-1/+1
* Handle up/down arrow keys for UART console.Vic Yang2012-02-071-48/+191
* Handle left and right arrow key in UART console.Vic Yang2012-02-011-14/+108
* Eat terminal escape sequencesRandall Spangler2012-01-271-1/+15
* Split UART codeVincent Palatin2012-01-261-0/+414