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