summaryrefslogtreecommitdiff
path: root/include/console.h
AgeCommit message (Expand)Author
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-07-23test: add first autoboot unit testsSteffen Jaeckel
2021-06-08console: Report an error when output buffer is exhaustedSimon Glass
2021-01-15console: Provide a documentation for console_search_dev()Andy Shevchenko
2021-01-15console: rename search_device() to console_search_dev()Andy Shevchenko
2021-01-15console: move search_device() from iomux.h to console.hAndy Shevchenko
2021-01-15console: Introduce console_start() and console_stop()Andy Shevchenko
2020-08-07console: Always define the console-recording functionsSimon Glass
2020-07-09console: Add a way to output to serial onlySimon Glass
2020-02-05console: Add a function to read a line of the output / eofSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-07-11Allow displaying the U-Boot banner on a video displaySimon Glass
2015-11-19console: Add a console bufferSimon Glass
2015-11-19Move console definitions into a new console.h fileSimon Glass
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD
2009-05-15console.h: remove unused prototype 'console_realloc'Jean-Christophe PLAGNIOL-VILLARD
2000-11-12Initial revisionwdenk