Geode platforms that use a LPC Super I/O had the LPC serial IRQ set to all
[coreboot.git] / payloads /
2008-05-14 Jordan Crouselibpayload: implement wborder function
2008-05-14 Jordan Crouselibpayload: Fix the putc function
2008-05-13 Myles WatsonThis is a trivial patch which fixes the tint build...
2008-05-11 Uwe HermannFix the build when serial console support is disabled...
2008-05-11 Uwe HermannQuickfix to repair 'make clean; make menuconfig' (trivial).
2008-05-07 Jordan Crousecoreinfo: Add a module for browsing the boot LAR
2008-05-07 Jordan Crouselibpayload: Add LAR walking support
2008-05-06 Jordan Crousecoreinfo: Show the current time and date in the menu
2008-05-06 Jordan CrouseWe were in the risk of running out of space in the...
2008-05-06 Jordan CrouseThe previous commit had more in it then I wanted -...
2008-05-06 Jordan Crousecoreinfo: Move the rdtsc.h include into the #ifdef...
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-22 Uwe HermannAdd support for a 'bootlog' module to coreinfo.
2008-04-22 Uwe HermannShow index numbers in the NVRAM dump, similar to the...
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-15 Uwe HermannAdd the patch for building tint as payload, as well...
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-10 Jordan Crousecoreinfo: Make coreinfo use the gcc-wrappers from...
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 HermannFix the case where the user selects no modules in Kconf...
2008-04-04 Uwe HermannDocument a rough estimate of how much space in the...
2008-04-04 Uwe HermannAdd BIN2HEX and HEX2BIN macros (trivial).
2008-04-03 Uwe HermannAdd a SHA-1 implementation to libpayload.
2008-04-03 Uwe HermannDoing another 'make' after a 'make clean' was broken...
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 HermannAdd support for an "NVRAM Dump" screen in coreinfo...
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 HermannVarious tiny fixes (trivial):
2008-03-27 Uwe HermannDrop -Os in libpayload for now, it causes run-time...
2008-03-24 Uwe HermannAdd a recent kconfig version to coreinfo, in order...
2008-03-23 Uwe HermannMake functions static (where possible) to reduce code...
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 HermannSmaller fixes to allow using -Wall (trivial).
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 CrouseAdd -Os to the CFLAGS for size improvements.
2008-03-20 Jordan Crouselibpayload: Add -Os to the CFLAGS
2008-03-20 Uwe HermannCosmetic changes and coding style fixes by running...
2008-03-20 Jordan Crousecorinfo: Inital release of the coreinfo code
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