aboutsummaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2008-07-18Random coding style fixes and simplifications (trivial).Uwe Hermann
2008-07-08Add a coreinfo module which can hexdump arbitrary RAM regions andUwe Hermann
2008-06-20coreinfo: Enable serial supportJordan Crouse
2008-06-20libpayload: Support curses for serialJordan Crouse
2008-05-27coreinfo: Specify a name, listname and desc item for coreinfoJordan Crouse
2008-05-27libpayload: Add PAYLOAD_INFO macroJordan Crouse
2008-05-27libpayload: Add a function to verify the checksum on a LAR fileJordan Crouse
2008-05-21Add KEY_ESC (trivial).Uwe Hermann
2008-05-20coreinfo: Use the ESC key to exit the payloadJordan Crouse
2008-05-20coreinfo: Fix the subwindow refresh based on the libpayload changesJordan Crouse
2008-05-20libpayload: Add an exec() and i386_do_exec() functionJordan Crouse
2008-05-20libpayload: Add larfptr functionJordan Crouse
2008-05-20libpayload: Fix curses subwindowsJordan Crouse
2008-05-14libpayload: implement wborder functionJordan Crouse
2008-05-14libpayload: Fix the putc functionJordan Crouse
2008-05-13This is a trivial patch which fixes the tint build by removing the extraMyles Watson
2008-05-11Fix the build when serial console support is disabled (trivial).Uwe Hermann
2008-05-11Quickfix to repair 'make clean; make menuconfig' (trivial).Uwe Hermann
2008-05-07coreinfo: Add a module for browsing the boot LARJordan Crouse
2008-05-07libpayload: Add LAR walking supportJordan Crouse
2008-05-06coreinfo: Show the current time and date in the menuJordan Crouse
2008-05-06We were in the risk of running out of space in the option menu atJordan Crouse
2008-05-06The previous commit had more in it then I wanted - so I am revertingJordan Crouse
2008-05-06coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFOJordan Crouse
2008-04-25libpayload: Add gettimeofday() and friendsJordan Crouse
2008-04-25libpayload: Fix a small but aggressive bug in printf()Jordan Crouse
2008-04-25libpayload: Enable keyboard translation so that we can use scancode set 1Jordan Crouse
2008-04-25libpayload: Fix malloc allocationJordan Crouse
2008-04-25libpayload: Add the null terminator to the end of the duplicated stringJordan Crouse
2008-04-22Add support for a 'bootlog' module to coreinfo.Uwe Hermann
2008-04-22Show index numbers in the NVRAM dump, similar to the PCI config space dump.Uwe Hermann
2008-04-21libpayload: Fix keyboard bugletJordan Crouse
2008-04-15Move curses/speaker.c to drivers/ as it's not curses-specific (trivial).Uwe Hermann
2008-04-15Add the patch for building tint as payload, as well as a small README,Uwe Hermann
2008-04-12Correct upper boundary for isxdigit.Ulf Jordan
2008-04-11Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann
2008-04-11Rewrite and filling of libc/ctype.c (thus adjusting copyright line).Uwe Hermann
2008-04-11Convert BIN2HEX/HEX2BIN to functions and add the abs() familyUwe Hermann
2008-04-11Various small consistency fixes (trivial):Uwe Hermann
2008-04-11libpayload: Add a Geode video driverJordan Crouse
2008-04-10libpayload: Support functions for GeodeJordan Crouse
2008-04-10libpayload: Add video console frameworkJordan Crouse
2008-04-10libpayload: Avoid .svn files in the header installJordan Crouse
2008-04-10coreinfo: Make coreinfo use the gcc-wrappers from libpayloadJordan Crouse
2008-04-09Make the sample Makefile a bit more generic, so it can be adapted moreUwe Hermann
2008-04-09libpayload: Implement gcc wrappers for libpayloadJordan Crouse
2008-04-08Add missing prototypes for libc/rand.c functions (trivial).Uwe Hermann
2008-04-08Small curses fixes/additions for libpayload (trivial).Uwe Hermann
2008-04-08libpayload: Add a timeout function for getchar and getchJordan Crouse
2008-04-07Add rand/rand_r/srand functions for generating pseudo-random bytes.Uwe Hermann
2008-04-05libpayload: remove unneeded stack stuffJordan Crouse
2008-04-04Fix the case where the user selects no modules in Kconfig at all.Uwe Hermann
2008-04-04Document a rough estimate of how much space in the ELF file each of theUwe Hermann
2008-04-04Add BIN2HEX and HEX2BIN macros (trivial).Uwe Hermann
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