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
/
curses
Age
Commit message (
Expand
)
Author
2013-06-26
libpayload: Use longer delay in tinycurses' wgetch()
Nico Huber
2013-06-04
fix tinycurses
Patrick Georgi
2013-04-01
PDCurses: pdcscrn.c: Use `#ifdef` instead of `#if CONFIG_SPEAKER`
Paul Menzel
2013-03-26
libpayload: Fix prototype warnings in PDCurses
Stefan Reinauer
2013-03-26
libpayload: Fix const warnings in keyname() and termname()
Stefan Reinauer
2013-03-26
libpayload: Fix variable shadowing in PDCurses
Stefan Reinauer
2013-03-26
libpayload: Fix missing prototype warning for Xinitscr()
Stefan Reinauer
2012-12-20
PDcurses: Delete automatically created (and unused) files
Stefan Reinauer
2012-12-07
libpayload: Don't let USB/PC/serial keyboards overwrite each other
Dave Frodin
2011-11-11
libpayload: Enable colors in PDcurses
Patrick Georgi
2011-11-01
libpayload: remove trailing whitespace and run dos2unix
Stefan Reinauer
2011-08-04
libpayload: Add PDCurses and ncurses' libform/libmenu
Patrick Georgi
2011-07-07
libpayload: Don't declare mouse support in tinycurses
Patrick Georgi
2011-07-07
libpayload: fix wborder()
Patrick Georgi
2011-06-30
Reduce warnings/errors in libpayload when using picky compiler options
Patrick Georgi
2011-06-30
Use coreboot build system for libpayload, too.
Patrick Georgi
2010-09-09
Only try to beep when speaker support is compiled in.
Patrick Georgi
2010-07-09
become more standard with libpayload headers. PATH_MAX belongs in limits.h,
Stefan Reinauer
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-08
Trivial fix, use correct define.
Mathias Krause
2009-07-31
* drop duplicate prototype for lib_get_sysinfo()
Stefan Reinauer
2009-04-29
Mostly cosmetical changes.
Stefan Reinauer
2009-02-22
libpayload: Fix build when both USB and PS/2 keyboard support is disabled
Mart Raudsepp
2008-11-24
[PATCH] libpayload: rename config.h to libpayload-config.h
Jordan Crouse
2008-10-23
make escape code handling for serial terminal more robust
Patrick Georgi
2008-10-16
- reduced memory requirements a lot (from >100kb/controller to
Patrick Georgi
2008-10-08
move variable declaration to where it is used, to prevent gcc failure.
Patrick Georgi
2008-09-26
accidently backed out r3598. Sorry Ulf, will pay more attention next time.
Stefan Reinauer
2008-09-26
* factor out serial hardware init
Stefan Reinauer
2008-09-24
Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues due
Ulf Jordan
2008-09-17
- unify keycodes for non-ASCII keys by using curses' codes and labels
Patrick Georgi
2008-09-17
This patch adds damage detection to libpayload's tinycurses. This
Stefan Reinauer
2008-09-12
* Implement scrolling in tinycurses
Stefan Reinauer
2008-09-05
Add editing keypad keys and the missing F11 key to the curses serial
Ulf Jordan
2008-09-03
Add support for curses color output over serial.
Ulf Jordan
2008-08-18
Add a kconfig option to choose between outputing ACS characters or
Ulf Jordan
2008-08-18
Fix tinycurses color output on the VGA console.
Ulf Jordan
2008-08-12
Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi and
Ulf Jordan
2008-08-11
Add support for line drawing characters and the alternate character set.
Ulf Jordan
2008-08-11
No really, _these_ should be the last occurences of CONFIG_ without
Jordan Crouse
2008-08-11
these should be the last occurences of CONFIG_ without config.h in libpayload.
Stefan Reinauer
2008-06-20
libpayload: Support curses for serial
Jordan Crouse
2008-05-20
libpayload: Fix curses subwindows
Jordan Crouse
2008-05-14
libpayload: implement wborder function
Jordan Crouse
2008-04-21
libpayload: Fix keyboard buglet
Jordan Crouse
2008-04-15
Move curses/speaker.c to drivers/ as it's not curses-specific (trivial).
Uwe Hermann
2008-04-11
Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).
Uwe Hermann
2008-04-11
Various small consistency fixes (trivial):
Uwe Hermann
2008-04-10
libpayload: Add video console framework
Jordan Crouse
2008-04-08
Small curses fixes/additions for libpayload (trivial).
Uwe Hermann
2008-04-08
libpayload: Add a timeout function for getchar and getch
Jordan Crouse
2008-03-31
Fix the NVRAM access functions to work correctly for the
Uwe Hermann
2008-03-29
[libpayload] Work around sign-extending issue
Jordan Crouse
2008-03-21
Cosmetics, fix typos (trivial).
Uwe Hermann
2008-03-20
Fix code to allow usage of -Wall in libpayload and the sample (trivial).
Uwe Hermann
2008-03-20
Cosmetics, coding style fixes (trivial).
Uwe Hermann
2008-03-19
libpayload: External code
Jordan Crouse
2008-03-19
libpayload: The initial chunk of code writen by AMD
Jordan Crouse