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
/
include
/
libpayload.h
Age
Commit message (
Expand
)
Author
2008-11-11
[PATCH] Add sysinfo_have_multiboot function
Jordan Crouse
2008-10-21
This patch removes most of the #ifdefs in libc/console.c, and
Patrick Georgi
2008-10-20
[PATCH] libpayload: Add a strtoul() function
Jordan Crouse
2008-10-20
[PATCH] libpayload: Add multiboot support
Jordan Crouse
2008-10-16
- reduced memory requirements a lot (from >100kb/controller to
Patrick Georgi
2008-09-26
* Add strsep (since strtok is considered obsolete)
Stefan Reinauer
2008-09-26
* add keyboard layout support to libpayload
Stefan Reinauer
2008-09-26
* factor out serial hardware init
Stefan Reinauer
2008-09-03
Add support for curses color output over serial.
Ulf Jordan
2008-09-02
Add memalign(align, size).
Patrick Georgi
2008-08-31
Various Doxygen-related fixes in libpayload (trivial).
Uwe Hermann
2008-08-29
fix typo
Paul Menzel
2008-08-28
[PATCH]: libpayload: Document the architecture specific routines
Jordan Crouse
2008-08-28
[PATCH]: libpayload: Document readline
Jordan Crouse
2008-08-28
[PATCH]: libpayload: Document include/libpayload.h
Jordan Crouse
2008-08-28
libpayload: Expand doxygen definitions
Jordan Crouse
2008-08-26
fix string function prototypes in libpayload according to sysv/4.3bsd.
Stefan Reinauer
2008-08-23
A missing semicolon prevents libpayload to compile, this patch fixes that.
Jakob Bornecrantz
2008-08-19
make all drivers relocatable. Per default, an 1:1 mapping is assumed.
Stefan Reinauer
2008-08-19
* add readline()
Stefan Reinauer
2008-08-19
add functions to query cursor position to video layer
Stefan Reinauer
2008-08-16
trivial fix: ipchksum takes an unspecified input blob, not explicitly a numbe...
Stefan Reinauer
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-09
Fix signedness problem in memcmp.
Ulf Jordan
2008-08-08
Update the kconfig copy in libpayload to a much more recent one. Among
Uwe Hermann
2008-08-04
Add missing #include.
Uwe Hermann
2008-06-20
libpayload: Support curses for serial
Jordan Crouse
2008-05-27
libpayload: Add PAYLOAD_INFO macro
Jordan Crouse
2008-05-27
libpayload: Add a function to verify the checksum on a LAR file
Jordan Crouse
2008-05-20
libpayload: Add an exec() and i386_do_exec() function
Jordan Crouse
2008-05-20
libpayload: Add larfptr function
Jordan Crouse
2008-05-07
libpayload: Add LAR walking support
Jordan Crouse
2008-04-25
libpayload: Add gettimeofday() and friends
Jordan Crouse
2008-04-25
libpayload: Enable keyboard translation so that we can use scancode set 1
Jordan Crouse
2008-04-11
Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).
Uwe Hermann
2008-04-11
Rewrite and filling of libc/ctype.c (thus adjusting copyright line).
Uwe Hermann
2008-04-11
Convert BIN2HEX/HEX2BIN to functions and add the abs() family
Uwe Hermann
2008-04-11
Various small consistency fixes (trivial):
Uwe Hermann
2008-04-10
libpayload: Support functions for Geode
Jordan Crouse
2008-04-10
libpayload: Add video console framework
Jordan Crouse
2008-04-08
Add missing prototypes for libc/rand.c functions (trivial).
Uwe Hermann
2008-04-08
libpayload: Add a timeout function for getchar and getch
Jordan Crouse
2008-04-07
Add rand/rand_r/srand functions for generating pseudo-random bytes.
Uwe Hermann
2008-04-04
Add BIN2HEX and HEX2BIN macros (trivial).
Uwe Hermann
2008-04-03
Add a SHA-1 implementation to libpayload.
Uwe Hermann
2008-04-02
Add missing snprintf() to libc/printf.c (trivial).
Uwe Hermann
2008-03-31
Rename drivers/cmos.c to drivers/nvram.c (trivial).
Uwe Hermann
2008-03-31
Due to popular demand, rename "CMOS" to "NVRAM" (trivial).
Uwe Hermann
2008-03-27
Add initial support for some basic CMOS read/write functions and the
Uwe Hermann
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
Make the list of functions in libpayload.h more complete (trivial).
Uwe Hermann
2008-03-19
libpayload: The initial chunk of code writen by AMD
Jordan Crouse