summaryrefslogtreecommitdiff
path: root/include/console.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-23test: add first autoboot unit testsSteffen Jaeckel1-0/+17
2021-06-08console: Report an error when output buffer is exhaustedSimon Glass1-1/+2
2021-01-15console: Provide a documentation for console_search_dev()Andy Shevchenko1-0/+10
2021-01-15console: rename search_device() to console_search_dev()Andy Shevchenko1-1/+1
2021-01-15console: move search_device() from iomux.h to console.hAndy Shevchenko1-0/+2
2021-01-15console: Introduce console_start() and console_stop()Andy Shevchenko1-0/+3
2020-08-08console: Always define the console-recording functionsSimon Glass1-1/+39
2020-07-09console: Add a way to output to serial onlySimon Glass1-0/+13
2020-02-06console: Add a function to read a line of the output / eofSimon Glass1-0/+19
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-07-11Allow displaying the U-Boot banner on a video displaySimon Glass1-0/+12
2015-11-20console: Add a console bufferSimon Glass1-0/+22
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+30
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD1-36/+0
2009-05-16console.h: remove unused prototype 'console_realloc'Jean-Christophe PLAGNIOL-VILLARD1-2/+0
2000-11-13Initial revisionwdenk1-0/+38