- 989c178 trivial fix for memcpy return code in case someone uses it. by Stefan Reinauer · 15 years ago
- 34b9f86 misc fixes: by Stefan Reinauer · 15 years ago
- 99c0856 by Stefan Reinauer · 15 years ago
- addf443 * add readline() * add fatal() by Stefan Reinauer · 15 years ago
- 6e51cee * add readline() * add fatal() by Stefan Reinauer · 15 years ago
- 0e4671e replace static functions by macros, because otherwise every unused function by Patrick Georgi · 15 years ago
- 59fb9a2b add functions to query cursor position to video layer by Stefan Reinauer · 15 years ago
- 96f57ae libpayload: Fix the memcpy functions by Jordan Crouse · 15 years ago
- 0740cda fix typo in ctype.c by Stefan Reinauer · 15 years ago
- 2aea11f Add a kconfig option to choose between outputing ACS characters or by Ulf Jordan · 15 years ago
- 364317b Fix tinycurses color output on the VGA console. by Ulf Jordan · 15 years ago
- 43a800c Add more information to the libpayload README (trivial). by Uwe Hermann · 15 years ago
- f394c75 add block io functions by Stefan Reinauer · 15 years ago
- 11e45cd trivial fix: ipchksum takes an unspecified input blob, not explicitly a number of shorts. by Stefan Reinauer · 15 years ago
- ee67319 * fix memory allocator bug that lead to freelist corruption on the first malloc by Stefan Reinauer · 15 years ago
- 87f0b13 add PCI_BUS macro (trivial) by Stefan Reinauer · 15 years ago
- 74eedae Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi and by Ulf Jordan · 15 years ago
- 96b734c libpayload: fix type in keyboard driver. (trivial) by Stefan Reinauer · 15 years ago
- cc8a993 Document all of the external code we use in libpayload (trivial). by Uwe Hermann · 15 years ago
- b4d4bac Add support for line drawing characters and the alternate character set. by Ulf Jordan · 15 years ago
- 42a0c80 Make cursor positioning work by using both halves of the VGA cursor by Jonathan A. Kollasch · 15 years ago
- 12e2726 No really, _these_ should be the last occurences of CONFIG_ without by Jordan Crouse · 15 years ago
- 5e354b7 these should be the last occurences of CONFIG_ without config.h in libpayload. by Stefan Reinauer · 15 years ago
- 663ea08 these use CONFIG_ variables, too. by Stefan Reinauer · 15 years ago
- cb7a7c6 video.c uses CONFIG_ variables, so it needs config.h (trivial) by Stefan Reinauer · 15 years ago
- b96a2ff Bugfixes to serial output functions: vt100 has bold with \e[1m, by Ulf Jordan · 15 years ago
- 6828569 Fix signedness problem in memcmp. by Ulf Jordan · 15 years ago
- c7e92b3 compile fix (trivial) by Stefan Reinauer · 15 years ago
- 6986358 new menu structure for libpayload by Stefan Reinauer · 15 years ago
- fef915c fix some more warnings. by Stefan Reinauer · 15 years ago
- d00bdd0 fix warnings when starting make menuconfig (trivial) by Stefan Reinauer · 15 years ago
- 31a4f7b Drop useless .gitignore files. by Uwe Hermann · 15 years ago
- e55b32a Update the kconfig copy in libpayload to a much more recent one. Among by Uwe Hermann · 15 years ago
- 88ad6b0 Add a full set of pci access functions. by Stefan Reinauer · 15 years ago
- 85c7aec fix stack protection detection with Jordan's suggestion by Stefan Reinauer · 15 years ago
- c359124 fix cross compilationor libpayload / coreinfo by honoring by Stefan Reinauer · 15 years ago
- 95a6e1c add get_option to libpayload, so coreboot cmos options can be queried. by Stefan Reinauer · 15 years ago
- 83233d0 Add missing #include. by Uwe Hermann · 15 years ago
- 3b47065 libpayload: Support curses for serial by Jordan Crouse · 15 years ago
- fc697ad libpayload: Add PAYLOAD_INFO macro by Jordan Crouse · 16 years ago
- 9e734c2 libpayload: Add a function to verify the checksum on a LAR file by Jordan Crouse · 16 years ago
- 9dac1b4 libpayload: Add an exec() and i386_do_exec() function by Jordan Crouse · 16 years ago
- 5069808 libpayload: Add larfptr function by Jordan Crouse · 16 years ago
- d43841d libpayload: Fix curses subwindows by Jordan Crouse · 16 years ago
- 621c095 libpayload: implement wborder function by Jordan Crouse · 16 years ago
- 3148935 libpayload: Fix the putc function by Jordan Crouse · 16 years ago
- d0e687a Fix the build when serial console support is disabled (trivial). by Uwe Hermann · 16 years ago
- 681ec27 libpayload: Add LAR walking support by Jordan Crouse · 16 years ago
- e227143 libpayload: Add gettimeofday() and friends by Jordan Crouse · 16 years ago
- d772e1e libpayload: Fix a small but aggressive bug in printf() by Jordan Crouse · 16 years ago
- 63f181f libpayload: Enable keyboard translation so that we can use scancode set 1 by Jordan Crouse · 16 years ago
- 24a0404 libpayload: Fix malloc allocation by Jordan Crouse · 16 years ago
- c781584 libpayload: Add the null terminator to the end of the duplicated string by Jordan Crouse · 16 years ago
- 5f4410b libpayload: Fix keyboard buglet by Jordan Crouse · 16 years ago
- 0b53ec3d Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). by Uwe Hermann · 16 years ago
- 50eff21 Correct upper boundary for isxdigit. by Ulf Jordan · 16 years ago
- be504d1 Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). by Uwe Hermann · 16 years ago
- 72199bc Rewrite and filling of libc/ctype.c (thus adjusting copyright line). by Uwe Hermann · 16 years ago
- b103345 Convert BIN2HEX/HEX2BIN to functions and add the abs() family by Uwe Hermann · 16 years ago
- fad8c2b Various small consistency fixes (trivial): by Uwe Hermann · 16 years ago
- 5431553 libpayload: Add a Geode video driver by Jordan Crouse · 16 years ago
- 234e87f libpayload: Support functions for Geode by Jordan Crouse · 16 years ago
- 30939bd libpayload: Add video console framework by Jordan Crouse · 16 years ago
- bac89d0 libpayload: Avoid .svn files in the header install by Jordan Crouse · 16 years ago
- 804f4df Make the sample Makefile a bit more generic, so it can be adapted more by Uwe Hermann · 16 years ago
- c3e728f libpayload: Implement gcc wrappers for libpayload by Jordan Crouse · 16 years ago
- c5a78ac Add missing prototypes for libc/rand.c functions (trivial). by Uwe Hermann · 16 years ago
- ea72559 Small curses fixes/additions for libpayload (trivial). by Uwe Hermann · 16 years ago
- 672d0ae libpayload: Add a timeout function for getchar and getch by Jordan Crouse · 16 years ago
- 4eb5089 Add rand/rand_r/srand functions for generating pseudo-random bytes. by Uwe Hermann · 16 years ago
- 3860404 libpayload: remove unneeded stack stuff by Jordan Crouse · 16 years ago
- 1bee6f9 Add BIN2HEX and HEX2BIN macros (trivial). by Uwe Hermann · 16 years ago
- 3995593 Add a SHA-1 implementation to libpayload. by Uwe Hermann · 16 years ago
- 0a89625 Add missing snprintf() to libc/printf.c (trivial). by Uwe Hermann · 16 years ago
- 2c6b33c Libpayload fixes to prevent triple-faults when running in QEMU. by Klaus Schnass · 16 years ago
- 30d789b Fix the NVRAM access functions to work correctly for the by Uwe Hermann · 16 years ago
- 2d758b8 Whitespace fixes (trivial). by Uwe Hermann · 16 years ago
- b642e6d Rename drivers/cmos.c to drivers/nvram.c (trivial). by Uwe Hermann · 16 years ago
- c16d24e Due to popular demand, rename "CMOS" to "NVRAM" (trivial). by Uwe Hermann · 16 years ago
- 0e122af [libpayload] Work around sign-extending issue by Jordan Crouse · 16 years ago
- 8cc38d2 Add initial support for some basic CMOS read/write functions and the by Uwe Hermann · 16 years ago
- 408c4e1 Drop -Os in libpayload for now, it causes run-time problems for some by Uwe Hermann · 16 years ago
- b0e3f39 Make cursor positioning work by using both halves of the by Jonathan A. Kollasch · 16 years ago
- 661e380 Cosmetics, fix typos (trivial). by Uwe Hermann · 16 years ago
- 2901405 Quickfix for libpayload's strcpy() to properly NUL-terminate strings (trivial). by Uwe Hermann · 16 years ago
- 14a3feb Fix code to allow usage of -Wall in libpayload and the sample (trivial). by Uwe Hermann · 16 years ago
- 6a441bf Cosmetics, coding style fixes (trivial). by Uwe Hermann · 16 years ago
- 5f4c8ab Change kconfig references from 'buildrom' to 'libpayload'. by Christopher Kilgour · 16 years ago
- 0c1cea2 Allow 'make menuconfig' to function within libpayload. by Christopher Kilgour · 16 years ago
- dc69e05 Make the list of functions in libpayload.h more complete (trivial). by Uwe Hermann · 16 years ago
- 2c7bb9e libpayload: Add -Os to the CFLAGS by Jordan Crouse · 16 years ago
- c52761b libpayload: BSD solutions contributed by Uwe by Uwe Hermann · 16 years ago
- f3029a8 libpayload: External code by Jordan Crouse · 16 years ago
- f6145c3 libpayload: The initial chunk of code writen by AMD by Jordan Crouse · 16 years ago