aboutsummaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2008-08-18Add a kconfig option to choose between outputing ACS characters orUlf Jordan
2008-08-18Fix tinycurses color output on the VGA console.Ulf Jordan
2008-08-18Add more information to the libpayload README (trivial).Uwe Hermann
2008-08-16add block io functions Stefan Reinauer
2008-08-16trivial fix: ipchksum takes an unspecified input blob, not explicitly a numbe...Stefan Reinauer
2008-08-14* fix memory allocator bug that lead to freelist corruption on the first mallocStefan Reinauer
2008-08-13off by 1. (trivial)Stefan Reinauer
2008-08-13commit real fix to pci module of coreinfo (trivial)Stefan Reinauer
2008-08-13add PCI_BUS macro (trivial)Stefan Reinauer
2008-08-12Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi andUlf Jordan
2008-08-12libpayload: fix type in keyboard driver. (trivial)Stefan Reinauer
2008-08-11This patch updates coreinfo to use the ACS_ macros for line graphics.Ulf Jordan
2008-08-11Document all of the external code we use in libpayload (trivial).Uwe Hermann
2008-08-11Add support for line drawing characters and the alternate character set.Ulf Jordan
2008-08-11Make cursor positioning work by using both halves of the VGA cursorJonathan A. Kollasch
2008-08-11No really, _these_ should be the last occurences of CONFIG_ withoutJordan Crouse
2008-08-11these should be the last occurences of CONFIG_ without config.h in libpayload.Stefan Reinauer
2008-08-11these use CONFIG_ variables, too.Stefan Reinauer
2008-08-11video.c uses CONFIG_ variables, so it needs config.h (trivial)Stefan Reinauer
2008-08-09Bugfixes to serial output functions: vt100 has bold with \e[1m,Ulf Jordan
2008-08-09Fix garbage characters on screen. mvwaddch inserts one character,Ulf Jordan
2008-08-09Fix signedness problem in memcmp.Ulf Jordan
2008-08-08i messed this up.Stefan Reinauer
2008-08-08compile fix (trivial)Stefan Reinauer
2008-08-08new menu structure for libpayloadStefan Reinauer
2008-08-08fix some more warnings.Stefan Reinauer
2008-08-08fix warnings when starting make menuconfigStefan Reinauer
2008-08-08Drop useless .gitignore files.Uwe Hermann
2008-08-08Drop useless .gitignore files.Uwe Hermann
2008-08-08Update the kconfig copy in libpayload to a much more recent one. AmongUwe Hermann
2008-08-07Add a full set of pci access functions.Stefan Reinauer
2008-08-07fix stack protection detection with Jordan's suggestionStefan Reinauer
2008-08-07fix cross compilationor libpayload / coreinfo by honoringStefan Reinauer
2008-08-07Cosmetic fixes (trivial).Uwe Hermann
2008-08-07fix make menuconfig if no libintl.h is found. (trivial)Stefan Reinauer
2008-08-07add get_option to libpayload, so coreboot cmos options can be queried.Stefan Reinauer
2008-08-05Move out some hardcoded strings in coreinfo to become Kconfig variables.Uwe Hermann
2008-08-04Remove duplicated code which is already in libpayload (trivial).Uwe Hermann
2008-08-04Add missing #include.Uwe Hermann
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