index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
libc
/
console.c
Age
Commit message (
Expand
)
Author
2017-04-19
libpayload/libc/console: Flush input driver buffer on init
Furquan Shaikh
2015-06-30
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2015-03-20
libpayload console: Add check for already existing driver
Furquan Shaikh
2015-01-09
libpayload: Add ability to unregister output driver
Julius Werner
2014-12-22
libpayload: console: Allow output drivers to print whole strings at once
Julius Werner
2014-08-10
serial: Separate the serial hardware init and the serial console init.
Gabe Black
2014-08-05
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-07-12
libpayload: find source of input characters
Luigi Semenzato
2012-11-09
libpayload: Add support for the CBMEM in memory console.
Gabe Black
2009-04-29
don't initialize "in" as it is initialized again one line below.
Stefan Reinauer
2008-11-24
[PATCH] libpayload: rename config.h to libpayload-config.h
Jordan Crouse
2008-10-21
This patch removes most of the #ifdefs in libc/console.c, and
Patrick Georgi
2008-10-16
- reduced memory requirements a lot (from >100kb/controller to
Patrick Georgi
2008-08-11
these use CONFIG_ variables, too.
Stefan Reinauer
2008-04-25
libpayload: Enable keyboard translation so that we can use scancode set 1
Jordan Crouse
2008-04-10
libpayload: Add video console framework
Jordan Crouse
2008-04-08
libpayload: Add a timeout function for getchar and getch
Jordan Crouse
2008-03-20
Cosmetics, coding style fixes (trivial).
Uwe Hermann
2008-03-19
libpayload: The initial chunk of code writen by AMD
Jordan Crouse