index
:
coreboot
2560p
820g2
autoport-hsw
broadwell_refcode
e6230
e7240_bdw
haswell-mrc
hp820g1
hp9480m
mec1322
Some coreboot project code with my work
vimacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
payloads
/
libpayload
/
include
/
libpayload.h
Age
Commit message (
Expand
)
Author
2013-03-14
libpayload: Generalize and redistribute timekeeping code
Gabe Black
2012-11-09
libpayload: Add a function to retrieve the rows and cols of the video console.
Gabe Black
2012-11-09
libpayload: Separate video initialization and the video console.
Gabe Black
2012-11-09
libpayload: Add support for the CBMEM in memory console.
Gabe Black
2012-11-07
Move the definition of ipchksum into its own header file.
Gabe Black
2012-10-27
libpayload: New AHCI, ATA and ATAPI drivers
Nico Huber
2012-09-26
libpayload: Extend CMOS access library
Patrick Georgi
2012-02-17
libpayload: enforce const correctness for CMOS getter/setter
Mathias Krause
2012-02-03
libpayload: Add iterators for CMOS variables
Patrick Georgi
2012-02-03
libpayload: Expose options_checksum_valid
Patrick Georgi
2012-02-03
libpayload: Provide interpretation of CMOS data structures
Patrick Georgi
2012-02-02
libpayload: Add access to CMOS images in memory space
Patrick Georgi
2012-02-02
libpayload: Refactor highlevel CMOS access
Patrick Georgi
2011-12-24
Let lib_get_sysinfo() pass through the success of get_coreboot_info()
Philip Prindeville
2011-12-13
libpayload: add set_option() function
Patrick Georgi
2011-11-04
libpayload: Implement usb_exit
Patrick Georgi
2011-09-14
libpayload: Add get_option_from()
Patrick Georgi
2011-06-30
Reduce warnings/errors in libpayload when using picky compiler options
Patrick Georgi
2011-04-16
Allow libpayload to use an OXPCIe 952 card on systems without ...
Stefan Reinauer
2010-08-17
libpayload: Add function to fix CMOS checksum.
Stefan Reinauer
2010-07-09
become more standard with libpayload headers. PATH_MAX belongs in limits.h,
Stefan Reinauer
2010-06-24
Attached patch moves functions out of the huge libpayload.h into headers
Patrick Georgi
2010-04-27
Since some people disapprove of white space cleanups mixed in regular commits
Stefan Reinauer
2010-03-25
libpayload update
Stefan Reinauer
2010-03-25
make keyboard reset driver generic (not pc keyboard driver dependent)
Stefan Reinauer
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
[next]