Add default config file to libpayload so that one can do make defconfig
[coreboot.git] / payloads / libpayload / curses /
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