aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/libc/console.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2017-04-19libpayload/libc/console: Flush input driver buffer on initFurquan Shaikh
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2015-03-20libpayload console: Add check for already existing driverFurquan Shaikh
2015-01-09libpayload: Add ability to unregister output driverJulius Werner
2014-12-22libpayload: console: Allow output drivers to print whole strings at onceJulius Werner
2014-08-10serial: Separate the serial hardware init and the serial console init.Gabe Black
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2014-07-12libpayload: find source of input charactersLuigi Semenzato
2012-11-09libpayload: Add support for the CBMEM in memory console.Gabe Black
2009-04-29don't initialize "in" as it is initialized again one line below.Stefan Reinauer
2008-11-24[PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse
2008-10-21This patch removes most of the #ifdefs in libc/console.c, andPatrick Georgi
2008-10-16- reduced memory requirements a lot (from >100kb/controller toPatrick Georgi
2008-08-11these use CONFIG_ variables, too.Stefan Reinauer
2008-04-25libpayload: Enable keyboard translation so that we can use scancode set 1Jordan Crouse
2008-04-10libpayload: Add video console frameworkJordan Crouse
2008-04-08libpayload: Add a timeout function for getchar and getchJordan Crouse
2008-03-20Cosmetics, coding style fixes (trivial).Uwe Hermann
2008-03-19libpayload: The initial chunk of code writen by AMDJordan Crouse