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
/
tinycurses.c
Age
Commit message (
Expand
)
Author
2019-03-07
payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2018-05-21
libpayload: Fix payload .bss corruption
Kyösti Mälkki
2015-06-30
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2014-08-05
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
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
2010-09-09
Only try to beep when speaker support is compiled in.
Patrick Georgi
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2009-04-29
Mostly cosmetical changes.
Stefan Reinauer
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
This patch adds damage detection to libpayload's tinycurses. This
Stefan Reinauer
2008-09-12
* Implement scrolling in tinycurses
Stefan Reinauer
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-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-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-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: The initial chunk of code writen by AMD
Jordan Crouse