- 56cc34a This is a trivial patch which fixes the tint build by removing the extra by Myles Watson · 15 years ago
- d0e687a Fix the build when serial console support is disabled (trivial). by Uwe Hermann · 15 years ago
- 134aaae Quickfix to repair 'make clean; make menuconfig' (trivial). by Uwe Hermann · 15 years ago
- aa6e378 coreinfo: Add a module for browsing the boot LAR by Jordan Crouse · 15 years ago
- 681ec27 libpayload: Add LAR walking support by Jordan Crouse · 15 years ago
- 1933786 coreinfo: Show the current time and date in the menu by Jordan Crouse · 15 years ago
- de7fc55 We were in the risk of running out of space in the option menu at by Jordan Crouse · 15 years ago
- 7ce2666 The previous commit had more in it then I wanted - so I am reverting by Jordan Crouse · 15 years ago
- 646ee3e coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFO by Jordan Crouse · 15 years ago
- e227143 libpayload: Add gettimeofday() and friends by Jordan Crouse · 15 years ago
- d772e1e libpayload: Fix a small but aggressive bug in printf() by Jordan Crouse · 15 years ago
- 63f181f libpayload: Enable keyboard translation so that we can use scancode set 1 by Jordan Crouse · 15 years ago
- 24a0404 libpayload: Fix malloc allocation by Jordan Crouse · 15 years ago
- c781584 libpayload: Add the null terminator to the end of the duplicated string by Jordan Crouse · 15 years ago
- 0ab8cdd Add support for a 'bootlog' module to coreinfo. by Uwe Hermann · 15 years ago
- 16acf8b Show index numbers in the NVRAM dump, similar to the PCI config space dump. by Uwe Hermann · 15 years ago
- 5f4410b libpayload: Fix keyboard buglet by Jordan Crouse · 15 years ago
- 0b53ec3d Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). by Uwe Hermann · 15 years ago
- 5369303 Add the patch for building tint as payload, as well as a small README, by Uwe Hermann · 15 years ago
- 50eff21 Correct upper boundary for isxdigit. by Ulf Jordan · 15 years ago
- be504d1 Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). by Uwe Hermann · 15 years ago
- 72199bc Rewrite and filling of libc/ctype.c (thus adjusting copyright line). by Uwe Hermann · 15 years ago
- b103345 Convert BIN2HEX/HEX2BIN to functions and add the abs() family by Uwe Hermann · 15 years ago
- fad8c2b Various small consistency fixes (trivial): by Uwe Hermann · 15 years ago
- 5431553 libpayload: Add a Geode video driver by Jordan Crouse · 15 years ago
- 234e87f libpayload: Support functions for Geode by Jordan Crouse · 15 years ago
- 30939bd libpayload: Add video console framework by Jordan Crouse · 15 years ago
- bac89d0 libpayload: Avoid .svn files in the header install by Jordan Crouse · 15 years ago
- 1cb92bc coreinfo: Make coreinfo use the gcc-wrappers from libpayload by Jordan Crouse · 15 years ago
- 804f4df Make the sample Makefile a bit more generic, so it can be adapted more by Uwe Hermann · 15 years ago
- c3e728f libpayload: Implement gcc wrappers for libpayload by Jordan Crouse · 15 years ago
- c5a78ac Add missing prototypes for libc/rand.c functions (trivial). by Uwe Hermann · 15 years ago
- ea72559 Small curses fixes/additions for libpayload (trivial). by Uwe Hermann · 15 years ago
- 672d0ae libpayload: Add a timeout function for getchar and getch by Jordan Crouse · 15 years ago
- 4eb5089 Add rand/rand_r/srand functions for generating pseudo-random bytes. by Uwe Hermann · 15 years ago
- 3860404 libpayload: remove unneeded stack stuff by Jordan Crouse · 15 years ago
- 6c44dfb Fix the case where the user selects no modules in Kconfig at all. by Uwe Hermann · 15 years ago
- a697721 Document a rough estimate of how much space in the ELF file each of the by Uwe Hermann · 15 years ago
- 1bee6f9 Add BIN2HEX and HEX2BIN macros (trivial). by Uwe Hermann · 15 years ago
- 3995593 Add a SHA-1 implementation to libpayload. by Uwe Hermann · 15 years ago
- c758227 Doing another 'make' after a 'make clean' was broken until now. Fix it by Uwe Hermann · 15 years ago
- 0a89625 Add missing snprintf() to libc/printf.c (trivial). by Uwe Hermann · 15 years ago
- 2c6b33c Libpayload fixes to prevent triple-faults when running in QEMU. by Klaus Schnass · 15 years ago
- ab5b3e0 Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as for by Uwe Hermann · 15 years ago
- 30d789b Fix the NVRAM access functions to work correctly for the by Uwe Hermann · 15 years ago
- 2d758b8 Whitespace fixes (trivial). by Uwe Hermann · 15 years ago
- b642e6d Rename drivers/cmos.c to drivers/nvram.c (trivial). by Uwe Hermann · 15 years ago
- c16d24e Due to popular demand, rename "CMOS" to "NVRAM" (trivial). by Uwe Hermann · 15 years ago
- 0e122af [libpayload] Work around sign-extending issue by Jordan Crouse · 16 years ago
- 8cc38d2 Add initial support for some basic CMOS read/write functions and the by Uwe Hermann · 16 years ago
- a0c0093 Various tiny fixes (trivial): by Uwe Hermann · 16 years ago
- 408c4e1 Drop -Os in libpayload for now, it causes run-time problems for some by Uwe Hermann · 16 years ago
- 2216d1b Add a recent kconfig version to coreinfo, in order to make the by Uwe Hermann · 16 years ago
- 0bfb5c4 Make functions static (where possible) to reduce code size (trivial). by Uwe Hermann · 16 years ago
- b0e3f39 Make cursor positioning work by using both halves of the by Jonathan A. Kollasch · 16 years ago
- 661e380 Cosmetics, fix typos (trivial). by Uwe Hermann · 16 years ago
- 2901405 Quickfix for libpayload's strcpy() to properly NUL-terminate strings (trivial). by Uwe Hermann · 16 years ago
- 14a3feb Fix code to allow usage of -Wall in libpayload and the sample (trivial). by Uwe Hermann · 16 years ago
- 35845a2 Smaller fixes to allow using -Wall (trivial). by Uwe Hermann · 16 years ago
- 6a441bf Cosmetics, coding style fixes (trivial). by Uwe Hermann · 16 years ago
- 5f4c8ab Change kconfig references from 'buildrom' to 'libpayload'. by Christopher Kilgour · 16 years ago
- 0c1cea2 Allow 'make menuconfig' to function within libpayload. by Christopher Kilgour · 16 years ago
- dc69e05 Make the list of functions in libpayload.h more complete (trivial). by Uwe Hermann · 16 years ago
- 5aa66da Add -Os to the CFLAGS for size improvements. by Jordan Crouse · 16 years ago
- 2c7bb9e libpayload: Add -Os to the CFLAGS by Jordan Crouse · 16 years ago
- 3a406fe Cosmetic changes and coding style fixes by running 'indent', with some by Uwe Hermann · 16 years ago
- 7249f79 corinfo: Inital release of the coreinfo code by Jordan Crouse · 16 years ago
- c52761b libpayload: BSD solutions contributed by Uwe by Uwe Hermann · 16 years ago
- f3029a8 libpayload: External code by Jordan Crouse · 16 years ago
- f6145c3 libpayload: The initial chunk of code writen by AMD by Jordan Crouse · 16 years ago