libpayload: Provide interpretation of CMOS data structures
[coreboot.git] / payloads / libpayload / include / libpayload.h
2012-02-03 Patrick Georgilibpayload: Provide interpretation of CMOS data structures
2012-02-02 Patrick Georgilibpayload: Add access to CMOS images in memory space
2012-02-02 Patrick Georgilibpayload: Refactor highlevel CMOS access
2011-12-24 Philip PrindevilleLet lib_get_sysinfo() pass through the success of get_c...
2011-12-13 Patrick Georgilibpayload: add set_option() function
2011-11-04 Patrick Georgilibpayload: Implement usb_exit
2011-09-14 Patrick Georgilibpayload: Add get_option_from()
2011-06-30 Patrick GeorgiReduce warnings/errors in libpayload when using picky...
2011-04-16 Stefan ReinauerAllow libpayload to use an OXPCIe 952 card on systems...
2010-08-17 Stefan Reinauerlibpayload: Add function to fix CMOS checksum.
2010-07-09 Stefan Reinauerbecome more standard with libpayload headers. PATH_MAX...
2010-06-24 Patrick GeorgiAttached patch moves functions out of the huge libpaylo...
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-03-25 Stefan Reinauerlibpayload update
2010-03-25 Stefan Reinauermake keyboard reset driver generic (not pc keyboard...
2008-11-11 Jordan Crouse[PATCH] Add sysinfo_have_multiboot function
2008-10-21 Patrick GeorgiThis patch removes most of the #ifdefs in libc/console...
2008-10-20 Jordan Crouse[PATCH] libpayload: Add a strtoul() function
2008-10-20 Jordan Crouse[PATCH] libpayload: Add multiboot support
2008-10-16 Patrick Georgi- reduced memory requirements a lot (from >100kb/contro...
2008-09-26 Stefan Reinauer* Add strsep (since strtok is considered obsolete)
2008-09-26 Stefan Reinauer* add keyboard layout support to libpayload
2008-09-26 Stefan Reinauer* factor out serial hardware init
2008-09-03 Ulf JordanAdd support for curses color output over serial.
2008-09-02 Patrick GeorgiAdd memalign(align, size).
2008-08-31 Uwe HermannVarious Doxygen-related fixes in libpayload (trivial).
2008-08-29 Paul Menzelfix typo
2008-08-28 Jordan Crouse[PATCH]: libpayload: Document the architecture specifi...
2008-08-28 Jordan Crouse[PATCH]: libpayload: Document readline
2008-08-28 Jordan Crouse[PATCH]: libpayload: Document include/libpayload.h
2008-08-28 Jordan Crouselibpayload: Expand doxygen definitions
2008-08-26 Stefan Reinauerfix string function prototypes in libpayload according...
2008-08-23 Jakob BornecrantzA missing semicolon prevents libpayload to compile...
2008-08-19 Stefan Reinauermake all drivers relocatable. Per default, an 1:1 mappi...
2008-08-19 Stefan Reinauer* add readline()
2008-08-19 Stefan Reinaueradd functions to query cursor position to video layer
2008-08-16 Stefan Reinauertrivial fix: ipchksum takes an unspecified input blob...
2008-08-11 Ulf JordanAdd support for line drawing characters and the alterna...
2008-08-11 Jordan CrouseNo really, _these_ should be the last occurences of...
2008-08-09 Ulf JordanFix signedness problem in memcmp.
2008-08-08 Uwe HermannUpdate the kconfig copy in libpayload to a much more...
2008-08-04 Uwe HermannAdd missing #include.
2008-06-20 Jordan Crouselibpayload: Support curses for serial
2008-05-27 Jordan Crouselibpayload: Add PAYLOAD_INFO macro
2008-05-27 Jordan Crouselibpayload: Add a function to verify the checksum...
2008-05-20 Jordan Crouselibpayload: Add an exec() and i386_do_exec() function
2008-05-20 Jordan Crouselibpayload: Add larfptr function
2008-05-07 Jordan Crouselibpayload: Add LAR walking support
2008-04-25 Jordan Crouselibpayload: Add gettimeofday() and friends
2008-04-25 Jordan Crouselibpayload: Enable keyboard translation so that we...
2008-04-11 Uwe HermannDrop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE...
2008-04-11 Uwe HermannRewrite and filling of libc/ctype.c (thus adjusting...
2008-04-11 Uwe HermannConvert BIN2HEX/HEX2BIN to functions and add the abs...
2008-04-11 Uwe HermannVarious small consistency fixes (trivial):
2008-04-10 Jordan Crouselibpayload: Support functions for Geode
2008-04-10 Jordan Crouselibpayload: Add video console framework
2008-04-08 Uwe HermannAdd missing prototypes for libc/rand.c functions (trivial).
2008-04-08 Jordan Crouselibpayload: Add a timeout function for getchar and...
2008-04-07 Uwe HermannAdd rand/rand_r/srand functions for generating pseudo...
2008-04-04 Uwe HermannAdd BIN2HEX and HEX2BIN macros (trivial).
2008-04-03 Uwe HermannAdd a SHA-1 implementation to libpayload.
2008-04-02 Uwe HermannAdd missing snprintf() to libc/printf.c (trivial).
2008-03-31 Uwe HermannRename drivers/cmos.c to drivers/nvram.c (trivial).
2008-03-31 Uwe HermannDue to popular demand, rename "CMOS" to "NVRAM" (trivial).
2008-03-27 Uwe HermannAdd initial support for some basic CMOS read/write...
2008-03-21 Uwe HermannCosmetics, fix typos (trivial).
2008-03-20 Uwe HermannFix code to allow usage of -Wall in libpayload and...
2008-03-20 Uwe HermannMake the list of functions in libpayload.h more complet...
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD