summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload
Commit message (Expand)AuthorAgeFilesLines
* Add support for line drawing characters and the alternate character set.Ulf Jordan2008-08-113-7/+120
* Make cursor positioning work by using both halves of the VGA cursorJonathan A. Kollasch2008-08-111-4/+4
* No really, _these_ should be the last occurences of CONFIG_ withoutJordan Crouse2008-08-115-5/+12
* these should be the last occurences of CONFIG_ without config.h in libpayload.Stefan Reinauer2008-08-113-1/+3
* these use CONFIG_ variables, too.Stefan Reinauer2008-08-113-0/+3
* video.c uses CONFIG_ variables, so it needs config.h (trivial)Stefan Reinauer2008-08-111-0/+1
* Bugfixes to serial output functions: vt100 has bold with \e[1m,Ulf Jordan2008-08-091-2/+2
* Fix signedness problem in memcmp.Ulf Jordan2008-08-092-3/+3
* compile fix (trivial)Stefan Reinauer2008-08-081-1/+1
* new menu structure for libpayloadStefan Reinauer2008-08-083-12/+35
* fix some more warnings.Stefan Reinauer2008-08-081-1/+1
* fix warnings when starting make menuconfigStefan Reinauer2008-08-081-1/+1
* Drop useless .gitignore files.Uwe Hermann2008-08-082-23/+0
* Update the kconfig copy in libpayload to a much more recent one. AmongUwe Hermann2008-08-0845-3239/+8424
* Add a full set of pci access functions.Stefan Reinauer2008-08-072-38/+65
* fix stack protection detection with Jordan's suggestionStefan Reinauer2008-08-071-1/+14
* fix cross compilationor libpayload / coreinfo by honoringStefan Reinauer2008-08-071-3/+7
* add get_option to libpayload, so coreboot cmos options can be queried.Stefan Reinauer2008-08-075-1/+186
* Add missing #include.Uwe Hermann2008-08-041-0/+1
* libpayload: Support curses for serialJordan Crouse2008-06-204-6/+178
* libpayload: Add PAYLOAD_INFO macroJordan Crouse2008-05-272-1/+13
* libpayload: Add a function to verify the checksum on a LAR fileJordan Crouse2008-05-272-0/+36
* libpayload: Add an exec() and i386_do_exec() functionJordan Crouse2008-05-206-4/+158
* libpayload: Add larfptr functionJordan Crouse2008-05-202-0/+11
* libpayload: Fix curses subwindowsJordan Crouse2008-05-201-7/+7
* libpayload: implement wborder functionJordan Crouse2008-05-141-1/+33
* libpayload: Fix the putc functionJordan Crouse2008-05-142-2/+3
* Fix the build when serial console support is disabled (trivial).Uwe Hermann2008-05-111-0/+4
* libpayload: Add LAR walking supportJordan Crouse2008-05-075-1/+492
* libpayload: Add gettimeofday() and friendsJordan Crouse2008-04-257-4/+200
* libpayload: Fix a small but aggressive bug in printf()Jordan Crouse2008-04-251-1/+1
* libpayload: Enable keyboard translation so that we can use scancode set 1Jordan Crouse2008-04-253-0/+60
* libpayload: Fix malloc allocationJordan Crouse2008-04-251-4/+9
* libpayload: Add the null terminator to the end of the duplicated stringJordan Crouse2008-04-251-1/+2
* libpayload: Fix keyboard bugletJordan Crouse2008-04-212-3/+2
* Move curses/speaker.c to drivers/ as it's not curses-specific (trivial).Uwe Hermann2008-04-153-2/+3
* Correct upper boundary for isxdigit.Ulf Jordan2008-04-121-1/+1
* Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann2008-04-118-14/+3
* Rewrite and filling of libc/ctype.c (thus adjusting copyright line).Uwe Hermann2008-04-112-23/+79
* Convert BIN2HEX/HEX2BIN to functions and add the abs() familyUwe Hermann2008-04-112-4/+57
* Various small consistency fixes (trivial):Uwe Hermann2008-04-1115-65/+70
* libpayload: Add a Geode video driverJordan Crouse2008-04-116-0/+4997
* libpayload: Support functions for GeodeJordan Crouse2008-04-106-0/+218
* libpayload: Add video console frameworkJordan Crouse2008-04-1010-234/+374
* libpayload: Avoid .svn files in the header installJordan Crouse2008-04-101-1/+3
* Make the sample Makefile a bit more generic, so it can be adapted moreUwe Hermann2008-04-091-7/+16
* libpayload: Implement gcc wrappers for libpayloadJordan Crouse2008-04-096-16/+265
* Add missing prototypes for libc/rand.c functions (trivial).Uwe Hermann2008-04-081-0/+5
* Small curses fixes/additions for libpayload (trivial).Uwe Hermann2008-04-081-5/+5
* libpayload: Add a timeout function for getchar and getchJordan Crouse2008-04-084-4/+48
OpenPOWER on IntegriCloud