Missed a const in my previous checkin, r3426 (trivial).
[coreboot.git] / payloads / libpayload /
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-20 Jordan Crouselibpayload: Fix curses subwindows
2008-05-14 Jordan Crouselibpayload: implement wborder function
2008-05-14 Jordan Crouselibpayload: Fix the putc function
2008-05-11 Uwe HermannFix the build when serial console support is disabled...
2008-05-07 Jordan Crouselibpayload: Add LAR walking support
2008-04-25 Jordan Crouselibpayload: Add gettimeofday() and friends
2008-04-25 Jordan Crouselibpayload: Fix a small but aggressive bug in printf()
2008-04-25 Jordan Crouselibpayload: Enable keyboard translation so that we...
2008-04-25 Jordan Crouselibpayload: Fix malloc allocation
2008-04-25 Jordan Crouselibpayload: Add the null terminator to the end of...
2008-04-21 Jordan Crouselibpayload: Fix keyboard buglet
2008-04-15 Uwe HermannMove curses/speaker.c to drivers/ as it's not curses...
2008-04-12 Ulf JordanCorrect upper boundary for isxdigit.
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-11 Jordan Crouselibpayload: Add a Geode video driver
2008-04-10 Jordan Crouselibpayload: Support functions for Geode
2008-04-10 Jordan Crouselibpayload: Add video console framework
2008-04-10 Jordan Crouselibpayload: Avoid .svn files in the header install
2008-04-09 Uwe HermannMake the sample Makefile a bit more generic, so it...
2008-04-09 Jordan Crouselibpayload: Implement gcc wrappers for libpayload
2008-04-08 Uwe HermannAdd missing prototypes for libc/rand.c functions (trivial).
2008-04-08 Uwe HermannSmall curses fixes/additions for libpayload (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-05 Jordan Crouselibpayload: remove unneeded stack stuff
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 Klaus SchnassLibpayload fixes to prevent triple-faults when running...
2008-03-31 Uwe HermannFix the NVRAM access functions to work correctly for the
2008-03-31 Uwe HermannWhitespace fixes (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-29 Jordan Crouse[libpayload] Work around sign-extending issue
2008-03-27 Uwe HermannAdd initial support for some basic CMOS read/write...
2008-03-27 Uwe HermannDrop -Os in libpayload for now, it causes run-time...
2008-03-22 Jonathan A. KollaschMake cursor positioning work by using both halves of the
2008-03-21 Uwe HermannCosmetics, fix typos (trivial).
2008-03-21 Uwe HermannQuickfix for libpayload's strcpy() to properly NUL...
2008-03-20 Uwe HermannFix code to allow usage of -Wall in libpayload and...
2008-03-20 Uwe HermannCosmetics, coding style fixes (trivial).
2008-03-20 Christopher KilgourChange kconfig references from 'buildrom' to 'libpayload'.
2008-03-20 Christopher KilgourAllow 'make menuconfig' to function within libpayload.
2008-03-20 Uwe HermannMake the list of functions in libpayload.h more complet...
2008-03-20 Jordan Crouselibpayload: Add -Os to the CFLAGS
2008-03-20 Uwe Hermannlibpayload: BSD solutions contributed by Uwe
2008-03-19 Jordan Crouselibpayload: External code
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD