summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add initial support for some basic CMOS read/write functions and theUwe Hermann2008-03-271-0/+16
* Cosmetics, fix typos (trivial).Uwe Hermann2008-03-211-1/+1
* Fix code to allow usage of -Wall in libpayload and the sample (trivial).Uwe Hermann2008-03-201-1/+1
* Cosmetics, coding style fixes (trivial).Uwe Hermann2008-03-202-9/+8
* Make the list of functions in libpayload.h more complete (trivial).Uwe Hermann2008-03-201-28/+61
* libpayload: External codeJordan Crouse2008-03-192-0/+3004
* libpayload: The initial chunk of code writen by AMDJordan Crouse2008-03-196-0/+477
OpenPOWER on IntegriCloud