libpayload: remove unneeded stack stuff
[coreboot.git] / payloads /
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