Use convenience function to checksum
[coreboot.git] / payloads /
2008-08-19 Stefan Reinauertrivial fix for memcpy return code in case someone...
2008-08-19 Stefan Reinauermisc fixes:
2008-08-19 Stefan Reinauermake all drivers relocatable. Per default, an 1:1 mappi...
2008-08-19 Stefan Reinauer* add readline()
2008-08-19 Stefan Reinauer* add readline()
2008-08-19 Patrick Georgireplace static functions by macros, because otherwise...
2008-08-19 Stefan Reinaueradd functions to query cursor position to video layer
2008-08-19 Jordan Crouselibpayload: Fix the memcpy functions
2008-08-19 Stefan Reinauerfix typo in ctype.c
2008-08-18 Ulf JordanAdd a kconfig option to choose between outputing ACS...
2008-08-18 Ulf JordanFix tinycurses color output on the VGA console.
2008-08-18 Uwe HermannAdd more information to the libpayload README (trivial).
2008-08-16 Stefan Reinaueradd block io functions
2008-08-16 Stefan Reinauertrivial fix: ipchksum takes an unspecified input blob...
2008-08-14 Stefan Reinauer* fix memory allocator bug that lead to freelist corrup...
2008-08-13 Stefan Reinaueroff by 1. (trivial)
2008-08-13 Stefan Reinauercommit real fix to pci module of coreinfo (trivial)
2008-08-13 Stefan Reinaueradd PCI_BUS macro (trivial)
2008-08-12 Ulf JordanFix incorrect mapping of ACS_PI for VGA console. A...
2008-08-12 Stefan Reinauerlibpayload: fix type in keyboard driver. (trivial)
2008-08-11 Ulf JordanThis patch updates coreinfo to use the ACS_ macros...
2008-08-11 Uwe HermannDocument all of the external code we use in libpayload...
2008-08-11 Ulf JordanAdd support for line drawing characters and the alterna...
2008-08-11 Jonathan A. KollaschMake cursor positioning work by using both halves of...
2008-08-11 Jordan CrouseNo really, _these_ should be the last occurences of...
2008-08-11 Stefan Reinauerthese should be the last occurences of CONFIG_ without...
2008-08-11 Stefan Reinauerthese use CONFIG_ variables, too.
2008-08-11 Stefan Reinauervideo.c uses CONFIG_ variables, so it needs config...
2008-08-09 Ulf JordanBugfixes to serial output functions: vt100 has bold...
2008-08-09 Ulf JordanFix garbage characters on screen. mvwaddch inserts...
2008-08-09 Ulf JordanFix signedness problem in memcmp.
2008-08-08 Stefan Reinaueri messed this up.
2008-08-08 Stefan Reinauercompile fix (trivial)
2008-08-08 Stefan Reinauernew menu structure for libpayload
2008-08-08 Stefan Reinauerfix some more warnings.
2008-08-08 Stefan Reinauerfix warnings when starting make menuconfig
2008-08-08 Uwe HermannDrop useless .gitignore files.
2008-08-08 Uwe HermannDrop useless .gitignore files.
2008-08-08 Uwe HermannUpdate the kconfig copy in libpayload to a much more...
2008-08-07 Stefan ReinauerAdd a full set of pci access functions.
2008-08-07 Stefan Reinauerfix stack protection detection with Jordan's suggestion
2008-08-07 Stefan Reinauerfix cross compilationor libpayload / coreinfo by honoring
2008-08-07 Uwe HermannCosmetic fixes (trivial).
2008-08-07 Stefan Reinauerfix make menuconfig if no libintl.h is found. (trivial)
2008-08-07 Stefan Reinaueradd get_option to libpayload, so coreboot cmos options...
2008-08-05 Uwe HermannMove out some hardcoded strings in coreinfo to become...
2008-08-04 Uwe HermannRemove duplicated code which is already in libpayload...
2008-08-04 Uwe HermannAdd missing #include.
2008-07-18 Uwe HermannRandom coding style fixes and simplifications (trivial).
2008-07-08 Uwe HermannAdd a coreinfo module which can hexdump arbitrary RAM...
2008-06-20 Jordan Crousecoreinfo: Enable serial support
2008-06-20 Jordan Crouselibpayload: Support curses for serial
2008-05-27 Jordan Crousecoreinfo: Specify a name, listname and desc item for...
2008-05-27 Jordan Crouselibpayload: Add PAYLOAD_INFO macro
2008-05-27 Jordan Crouselibpayload: Add a function to verify the checksum...
2008-05-21 Uwe HermannAdd KEY_ESC (trivial).
2008-05-20 Jordan Crousecoreinfo: Use the ESC key to exit the payload
2008-05-20 Jordan Crousecoreinfo: Fix the subwindow refresh based on the libpa...
2008-05-20 Jordan Crouselibpayload: Add an exec() and i386_do_exec() function
2008-05-20 Jordan Crouselibpayload: Add larfptr function
2008-05-20 Jordan Crouselibpayload: Fix curses subwindows
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...
next