index
:
users/pcacjr/coreboot.git
classic-2014.10
master
seabios/rcba
Unnamed repository; edit this file 'description' to name the repository.
Paulo Alcantara
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
payloads
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add high coreboot table support to libpayload
Stefan Reinauer
2009-03-17
2
-0
/
+12
*
fix strstr. Seems the function never worked before, except the searched
Stefan Reinauer
2009-03-06
1
-1
/
+1
*
libpayload: Fix build when both USB and PS/2 keyboard support is disabled
Mart Raudsepp
2009-02-22
1
-0
/
+2
*
Bayou: Clean up Bayou's window after returning from a payload.
Ulf Jordan
2009-02-17
1
-0
/
+1
*
This is a safety measure, since the shipping buildrom fails badly at present.
Ronald G. Minnich
2009-02-15
1
-0
/
+9
*
Fix bayou payload execution.
Ulf Jordan
2009-02-10
1
-1
/
+8
*
Fix bayou payload execution.
Ulf Jordan
2009-02-10
1
-0
/
+2
*
fix a potential null pointer reference in strdup (as found by Patrick Georgi)
Stefan Reinauer
2009-01-26
1
-3
/
+3
*
libpayload: Fix immediate rebuild after a clean
Mart Raudsepp
2008-11-25
1
-1
/
+1
*
[PATCH] libpayload: rename config.h to libpayload-config.h
Jordan Crouse
2008-11-24
17
-17
/
+18
*
Signed-off-by: Robert Millan <rmh@aybabtu.com>
Robert Millan
2008-11-11
2
-4
/
+4
*
Signed-off-by: Robert Millan <rmh@aybabtu.com>
Robert Millan
2008-11-11
1
-2
/
+7
*
[PATCH] coreinfo: Add multiboot parsing support
Jordan Crouse
2008-11-11
4
-5
/
+136
*
[PATCH] Add sysinfo_have_multiboot function
Jordan Crouse
2008-11-11
5
-1
/
+53
*
Update bayou to use ACS_ macros for line drawing characters.
Ulf Jordan
2008-11-08
1
-2
/
+2
*
Get the lzma/ directory from v3 via svn:externals, for use with Bayou.
Uwe Hermann
2008-11-02
3
-5
/
+78
*
Import a slightly modified Bayou version into svn. This is based
Uwe Hermann
2008-11-02
25
-0
/
+3227
*
make escape code handling for serial terminal more robust
Patrick Georgi
2008-10-23
1
-11
/
+14
*
Fix ordering problem in the libpayload Makefile. The include of
Uwe Hermann
2008-10-22
1
-10
/
+16
*
add multiboot support to defconfig (trivial)
Stefan Reinauer
2008-10-22
1
-0
/
+5
*
ouch. something went wrong with applying that old patch
Stefan Reinauer
2008-10-22
1
-2
/
+2
*
This has been sitting here since a looong time.
Stefan Reinauer
2008-10-22
1
-1
/
+4
*
[PATCH] fix video console init
Jordan Crouse
2008-10-21
3
-3
/
+4
*
This patch removes most of the #ifdefs in libc/console.c, and
Patrick Georgi
2008-10-21
6
-32
/
+89
*
[PATCH] libpayload: Fix overflow in _delay function
Jordan Crouse
2008-10-20
1
-1
/
+1
*
[PATCH] libpayload: Add a strtoul() function
Jordan Crouse
2008-10-20
2
-0
/
+94
*
[PATCH] libpayload: Bail if the keyboard controller isn't there
Jordan Crouse
2008-10-20
1
-2
/
+7
*
[PATCH] libpayload: Fix the PCI search function
Jordan Crouse
2008-10-20
1
-8
/
+17
*
[PATCH] libpayload: Add multiboot support
Jordan Crouse
2008-10-20
10
-3
/
+234
*
[PATCH] libpayload: Add pci_set_bus_master() function
Jordan Crouse
2008-10-20
2
-1
/
+13
*
[PATCH] libpayload: Use gcc to compile assembly files
Jordan Crouse
2008-10-20
1
-2
/
+2
*
- reduced memory requirements a lot (from >100kb/controller to
Patrick Georgi
2008-10-16
13
-117
/
+357
*
libpayload: Rename Geode video driver to Geode LX video driver.
Peter Stuge
2008-10-08
5
-21
/
+21
*
move variable declaration to where it is used, to prevent gcc failure.
Patrick Georgi
2008-10-08
1
-3
/
+3
*
Do not try to display non-printable characters on the bootlog and
Ulf Jordan
2008-09-30
2
-2
/
+3
*
accidently backed out r3598. Sorry Ulf, will pay more attention next time.
Stefan Reinauer
2008-09-26
1
-1
/
+1
*
* Add strsep (since strtok is considered obsolete)
Stefan Reinauer
2008-09-26
2
-0
/
+85
*
Use a block cursor on VGA console :-)
Stefan Reinauer
2008-09-26
1
-0
/
+14
*
fix option handling in libpayload
Stefan Reinauer
2008-09-26
1
-4
/
+4
*
* add keyboard layout support to libpayload
Stefan Reinauer
2008-09-26
3
-9
/
+146
*
* factor out serial hardware init
Stefan Reinauer
2008-09-26
5
-26
/
+133
*
Add default config file to libpayload so that one can do make defconfig
Stefan Reinauer
2008-09-26
1
-0
/
+35
*
Fix overflow in modwin erase. Do not refresh modwin yet, since it is
Ulf Jordan
2008-09-24
1
-7
/
+1
*
Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues due
Ulf Jordan
2008-09-24
1
-1
/
+1
*
1.
Patrick Georgi
2008-09-23
3
-1
/
+6
*
fix regression in libpayload introduced by merge of the keyboard drivers.
Stefan Reinauer
2008-09-18
1
-8
/
+8
*
- unify keycodes for non-ASCII keys by using curses' codes and labels
Patrick Georgi
2008-09-17
2
-209
/
+76
*
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
*
makes cursorx and cursory signed, as there
Patrick Georgi
2008-09-11
1
-3
/
+7
[next]