summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/include
Commit message (Expand)AuthorAgeFilesLines
* * add keyboard layout support to libpayloadStefan Reinauer2008-09-261-0/+2
* * factor out serial hardware initStefan Reinauer2008-09-262-0/+7
* Move the USB header files to a common location for installJordan Crouse2008-09-113-0/+322
* Add support for curses color output over serial.Ulf Jordan2008-09-031-0/+1
* Add memalign(align, size).Patrick Georgi2008-09-021-0/+1
* Various Doxygen-related fixes in libpayload (trivial).Uwe Hermann2008-08-311-56/+39
* fix typoPaul Menzel2008-08-291-1/+1
* [PATCH]: libpayload: Document the architecture specific routinesJordan Crouse2008-08-281-2/+9
* [PATCH]: libpayload: Document readlineJordan Crouse2008-08-281-0/+3
* [PATCH]: libpayload: Document include/libpayload.hJordan Crouse2008-08-281-44/+66
* libpayload: Expand doxygen definitionsJordan Crouse2008-08-281-25/+122
* fix string function prototypes in libpayload according to sysv/4.3bsd.Stefan Reinauer2008-08-261-3/+3
* A missing semicolon prevents libpayload to compile, this patch fixes that.Jakob Bornecrantz2008-08-231-1/+1
* misc fixes:Stefan Reinauer2008-08-191-1/+1
* make all drivers relocatable. Per default, an 1:1 mapping is assumed.Stefan Reinauer2008-08-192-0/+42
* * add readline()Stefan Reinauer2008-08-191-0/+5
* replace static functions by macros, because otherwise every unused functionPatrick Georgi2008-08-191-11/+6
* add functions to query cursor position to video layerStefan Reinauer2008-08-191-0/+5
* add block io functions Stefan Reinauer2008-08-161-0/+31
* trivial fix: ipchksum takes an unspecified input blob, not explicitly a numbe...Stefan Reinauer2008-08-161-1/+1
* add PCI_BUS macro (trivial)Stefan Reinauer2008-08-131-0/+1
* Add support for line drawing characters and the alternate character set.Ulf Jordan2008-08-111-0/+2
* No really, _these_ should be the last occurences of CONFIG_ withoutJordan Crouse2008-08-111-5/+0
* Fix signedness problem in memcmp.Ulf Jordan2008-08-091-1/+1
* Update the kconfig copy in libpayload to a much more recent one. AmongUwe Hermann2008-08-081-1/+0
* Add a full set of pci access functions.Stefan Reinauer2008-08-071-12/+17
* add get_option to libpayload, so coreboot cmos options can be queried.Stefan Reinauer2008-08-072-1/+56
* Add missing #include.Uwe Hermann2008-08-041-0/+1
* libpayload: Support curses for serialJordan Crouse2008-06-201-0/+5
* libpayload: Add PAYLOAD_INFO macroJordan Crouse2008-05-271-0/+12
* libpayload: Add a function to verify the checksum on a LAR fileJordan Crouse2008-05-271-0/+1
* libpayload: Add an exec() and i386_do_exec() functionJordan Crouse2008-05-201-0/+3
* libpayload: Add larfptr functionJordan Crouse2008-05-201-0/+1
* libpayload: Add LAR walking supportJordan Crouse2008-05-073-0/+190
* libpayload: Add gettimeofday() and friendsJordan Crouse2008-04-253-2/+30
* libpayload: Enable keyboard translation so that we can use scancode set 1Jordan Crouse2008-04-251-0/+1
* Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann2008-04-111-0/+3
* Rewrite and filling of libc/ctype.c (thus adjusting copyright line).Uwe Hermann2008-04-111-1/+13
* Convert BIN2HEX/HEX2BIN to functions and add the abs() familyUwe Hermann2008-04-111-4/+5
* Various small consistency fixes (trivial):Uwe Hermann2008-04-1111-55/+60
* libpayload: Support functions for GeodeJordan Crouse2008-04-103-0/+120
* libpayload: Add video console frameworkJordan Crouse2008-04-102-9/+53
* Add missing prototypes for libc/rand.c functions (trivial).Uwe Hermann2008-04-081-0/+5
* libpayload: Add a timeout function for getchar and getchJordan Crouse2008-04-081-0/+1
* Add rand/rand_r/srand functions for generating pseudo-random bytes.Uwe Hermann2008-04-071-0/+2
* Add BIN2HEX and HEX2BIN macros (trivial).Uwe Hermann2008-04-041-0/+4
* Add a SHA-1 implementation to libpayload.Uwe Hermann2008-04-031-0/+22
* Add missing snprintf() to libc/printf.c (trivial).Uwe Hermann2008-04-021-0/+1
* Rename drivers/cmos.c to drivers/nvram.c (trivial).Uwe Hermann2008-03-311-1/+1
* Due to popular demand, rename "CMOS" to "NVRAM" (trivial).Uwe Hermann2008-03-311-9/+9
OpenPOWER on IntegriCloud