Reduce warnings/errors in libpayload when using picky compiler options
[coreboot.git] / payloads / libpayload / curses / keyboard.c
2011-06-30 Patrick GeorgiReduce warnings/errors in libpayload when using picky...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-08 Mathias KrauseTrivial fix, use correct define.
2009-07-31 Stefan Reinauer* drop duplicate prototype for lib_get_sysinfo()
2009-02-22 Mart Raudsepplibpayload: Fix build when both USB and PS/2 keyboard...
2008-11-24 Jordan Crouse[PATCH] libpayload: rename config.h to libpayload-config.h
2008-10-23 Patrick Georgimake escape code handling for serial terminal more...
2008-10-16 Patrick Georgi- reduced memory requirements a lot (from >100kb/contro...
2008-09-26 Stefan Reinauer* factor out serial hardware init
2008-09-17 Patrick Georgi- unify keycodes for non-ASCII keys by using curses...
2008-09-05 Ulf JordanAdd editing keypad keys and the missing F11 key to...
2008-08-11 Stefan Reinauerthese should be the last occurences of CONFIG_ without...
2008-06-20 Jordan Crouselibpayload: Support curses for serial
2008-04-21 Jordan Crouselibpayload: Fix keyboard buglet
2008-04-08 Jordan Crouselibpayload: Add a timeout function for getchar and...
2008-03-20 Uwe HermannFix code to allow usage of -Wall in libpayload and...
2008-03-20 Uwe HermannCosmetics, coding style fixes (trivial).
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD