libpayload: fix wborder()
[coreboot.git] / payloads / libpayload / curses /
2011-07-07 Patrick Georgilibpayload: fix wborder()
2011-06-30 Patrick GeorgiReduce warnings/errors in libpayload when using picky...
2011-06-30 Patrick GeorgiUse coreboot build system for libpayload, too.
2010-09-09 Patrick GeorgiOnly try to beep when speaker support is compiled in.
2010-07-09 Stefan Reinauerbecome more standard with libpayload headers. PATH_MAX...
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-04-29 Stefan ReinauerMostly cosmetical changes.
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-10-08 Patrick Georgimove variable declaration to where it is used, to preve...
2008-09-26 Stefan Reinaueraccidently backed out r3598. Sorry Ulf, will pay more...
2008-09-26 Stefan Reinauer* factor out serial hardware init
2008-09-24 Ulf JordanAdjust width of stdscr to exactly SCREEN_X. This fixes...
2008-09-17 Patrick Georgi- unify keycodes for non-ASCII keys by using curses...
2008-09-17 Stefan ReinauerThis patch adds damage detection to libpayload's tinycu...
2008-09-12 Stefan Reinauer* Implement scrolling in tinycurses
2008-09-05 Ulf JordanAdd editing keypad keys and the missing F11 key to...
2008-09-03 Ulf JordanAdd support for curses color output over serial.
2008-08-18 Ulf JordanAdd a kconfig option to choose between outputing ACS...
2008-08-18 Ulf JordanFix tinycurses color output on the VGA console.
2008-08-12 Ulf JordanFix incorrect mapping of ACS_PI for VGA console. A...
2008-08-11 Ulf JordanAdd support for line drawing characters and the alterna...
2008-08-11 Jordan CrouseNo really, _these_ should be the last occurences of...
2008-08-11 Stefan Reinauerthese should be the last occurences of CONFIG_ without...
2008-06-20 Jordan Crouselibpayload: Support curses for serial
2008-05-20 Jordan Crouselibpayload: Fix curses subwindows
2008-05-14 Jordan Crouselibpayload: implement wborder function
2008-04-21 Jordan Crouselibpayload: Fix keyboard buglet
2008-04-15 Uwe HermannMove curses/speaker.c to drivers/ as it's not curses...
2008-04-11 Uwe HermannDrop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE...
2008-04-11 Uwe HermannVarious small consistency fixes (trivial):
2008-04-10 Jordan Crouselibpayload: Add video console framework
2008-04-08 Uwe HermannSmall curses fixes/additions for libpayload (trivial).
2008-04-08 Jordan Crouselibpayload: Add a timeout function for getchar and...
2008-03-31 Uwe HermannFix the NVRAM access functions to work correctly for the
2008-03-29 Jordan Crouse[libpayload] Work around sign-extending issue
2008-03-21 Uwe HermannCosmetics, fix typos (trivial).
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: External code
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD