index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
curses
/
tinycurses.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libpayload: Make Kconfig bools use IS_ENABLED()
Stefan Reinauer
2015-06-30
1
-15
/
+15
*
libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.
Gabe Black
2014-08-05
1
-15
/
+15
*
libpayload: Don't declare mouse support in tinycurses
Patrick Georgi
2011-07-07
1
-0
/
+2
*
libpayload: fix wborder()
Patrick Georgi
2011-07-07
1
-0
/
+9
*
Reduce warnings/errors in libpayload when using picky compiler options
Patrick Georgi
2011-06-30
1
-1
/
+1
*
Only try to beep when speaker support is compiled in.
Patrick Georgi
2010-09-09
1
-0
/
+2
*
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-04-27
1
-6
/
+6
*
Mostly cosmetical changes.
Stefan Reinauer
2009-04-29
1
-5
/
+9
*
move variable declaration to where it is used, to prevent gcc failure.
Patrick Georgi
2008-10-08
1
-3
/
+3
*
accidently backed out r3598. Sorry Ulf, will pay more attention next time.
Stefan Reinauer
2008-09-26
1
-1
/
+1
*
* factor out serial hardware init
Stefan Reinauer
2008-09-26
1
-13
/
+68
*
Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues due
Ulf Jordan
2008-09-24
1
-1
/
+1
*
This patch adds damage detection to libpayload's tinycurses. This
Stefan Reinauer
2008-09-17
1
-21
/
+81
*
* Implement scrolling in tinycurses
Stefan Reinauer
2008-09-12
1
-3
/
+19
*
Add support for curses color output over serial.
Ulf Jordan
2008-09-03
1
-0
/
+10
*
Add a kconfig option to choose between outputing ACS characters or
Ulf Jordan
2008-08-18
1
-0
/
+4
*
Fix tinycurses color output on the VGA console.
Ulf Jordan
2008-08-18
1
-0
/
+4
*
Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi and
Ulf Jordan
2008-08-12
1
-1
/
+1
*
Add support for line drawing characters and the alternate character set.
Ulf Jordan
2008-08-11
1
-7
/
+103
*
libpayload: Support curses for serial
Jordan Crouse
2008-06-20
1
-4
/
+36
*
libpayload: Fix curses subwindows
Jordan Crouse
2008-05-20
1
-7
/
+7
*
libpayload: implement wborder function
Jordan Crouse
2008-05-14
1
-1
/
+33
*
libpayload: Add video console framework
Jordan Crouse
2008-04-10
1
-4
/
+5
*
Small curses fixes/additions for libpayload (trivial).
Uwe Hermann
2008-04-08
1
-5
/
+5
*
libpayload: Add a timeout function for getchar and getch
Jordan Crouse
2008-04-08
1
-1
/
+0
*
[libpayload] Work around sign-extending issue
Jordan Crouse
2008-03-29
1
-1
/
+7
*
Cosmetics, fix typos (trivial).
Uwe Hermann
2008-03-21
1
-9
/
+2
*
Fix code to allow usage of -Wall in libpayload and the sample (trivial).
Uwe Hermann
2008-03-20
1
-3
/
+4
*
Cosmetics, coding style fixes (trivial).
Uwe Hermann
2008-03-20
1
-28
/
+25
*
libpayload: The initial chunk of code writen by AMD
Jordan Crouse
2008-03-19
1
-0
/
+688