aboutsummaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2008-04-03Add a SHA-1 implementation to libpayload.Uwe Hermann
2008-04-03Doing another 'make' after a 'make clean' was broken until now. Fix itUwe Hermann
2008-04-02Add missing snprintf() to libc/printf.c (trivial).Uwe Hermann
2008-03-31Libpayload fixes to prevent triple-faults when running in QEMU.Klaus Schnass
2008-03-31Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as forUwe Hermann
2008-03-31Fix the NVRAM access functions to work correctly for theUwe Hermann
2008-03-31Whitespace fixes (trivial).Uwe Hermann
2008-03-31Rename drivers/cmos.c to drivers/nvram.c (trivial).Uwe Hermann
2008-03-31Due to popular demand, rename "CMOS" to "NVRAM" (trivial).Uwe Hermann
2008-03-29[libpayload] Work around sign-extending issueJordan Crouse
2008-03-27Add initial support for some basic CMOS read/write functions and theUwe Hermann
2008-03-27Various tiny fixes (trivial):Uwe Hermann
2008-03-27Drop -Os in libpayload for now, it causes run-time problems for someUwe Hermann
2008-03-24Add a recent kconfig version to coreinfo, in order to make theUwe Hermann
2008-03-23Make functions static (where possible) to reduce code size (trivial).Uwe Hermann
2008-03-22Make cursor positioning work by using both halves of theJonathan A. Kollasch
2008-03-21Cosmetics, fix typos (trivial).Uwe Hermann
2008-03-21Quickfix for libpayload's strcpy() to properly NUL-terminate strings (trivial).Uwe Hermann
2008-03-20Fix code to allow usage of -Wall in libpayload and the sample (trivial).Uwe Hermann
2008-03-20Smaller fixes to allow using -Wall (trivial).Uwe Hermann
2008-03-20Cosmetics, coding style fixes (trivial).Uwe Hermann
2008-03-20Change kconfig references from 'buildrom' to 'libpayload'.Christopher Kilgour
2008-03-20Allow 'make menuconfig' to function within libpayload.Christopher Kilgour
2008-03-20Make the list of functions in libpayload.h more complete (trivial).Uwe Hermann
2008-03-20Add -Os to the CFLAGS for size improvements.Jordan Crouse
2008-03-20libpayload: Add -Os to the CFLAGSJordan Crouse
2008-03-20Cosmetic changes and coding style fixes by running 'indent', with someUwe Hermann
2008-03-20corinfo: Inital release of the coreinfo codeJordan Crouse
2008-03-20libpayload: BSD solutions contributed by UweUwe Hermann
2008-03-19libpayload: External codeJordan Crouse
2008-03-19libpayload: The initial chunk of code writen by AMDJordan Crouse