1. 0740cda fix typo in ctype.c by Stefan Reinauer · 16 years ago
  2. 2aea11f Add a kconfig option to choose between outputing ACS characters or by Ulf Jordan · 16 years ago
  3. 364317b Fix tinycurses color output on the VGA console. by Ulf Jordan · 16 years ago
  4. 43a800c Add more information to the libpayload README (trivial). by Uwe Hermann · 16 years ago
  5. f394c75 add block io functions by Stefan Reinauer · 16 years ago
  6. 11e45cd trivial fix: ipchksum takes an unspecified input blob, not explicitly a number of shorts. by Stefan Reinauer · 16 years ago
  7. ee67319 * fix memory allocator bug that lead to freelist corruption on the first malloc by Stefan Reinauer · 16 years ago
  8. bc5379a off by 1. (trivial) by Stefan Reinauer · 16 years ago
  9. 28dff39 commit real fix to pci module of coreinfo (trivial) by Stefan Reinauer · 16 years ago
  10. 87f0b13 add PCI_BUS macro (trivial) by Stefan Reinauer · 16 years ago
  11. 74eedae Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi and by Ulf Jordan · 16 years ago
  12. 96b734c libpayload: fix type in keyboard driver. (trivial) by Stefan Reinauer · 16 years ago
  13. d133d9a This patch updates coreinfo to use the ACS_ macros for line graphics. by Ulf Jordan · 16 years ago
  14. cc8a993 Document all of the external code we use in libpayload (trivial). by Uwe Hermann · 16 years ago
  15. b4d4bac Add support for line drawing characters and the alternate character set. by Ulf Jordan · 16 years ago
  16. 42a0c80 Make cursor positioning work by using both halves of the VGA cursor by Jonathan A. Kollasch · 16 years ago
  17. 12e2726 No really, _these_ should be the last occurences of CONFIG_ without by Jordan Crouse · 16 years ago
  18. 5e354b7 these should be the last occurences of CONFIG_ without config.h in libpayload. by Stefan Reinauer · 16 years ago
  19. 663ea08 these use CONFIG_ variables, too. by Stefan Reinauer · 16 years ago
  20. cb7a7c6 video.c uses CONFIG_ variables, so it needs config.h (trivial) by Stefan Reinauer · 16 years ago
  21. b96a2ff Bugfixes to serial output functions: vt100 has bold with \e[1m, by Ulf Jordan · 16 years ago
  22. c5c1442 Fix garbage characters on screen. mvwaddch inserts one character, by Ulf Jordan · 16 years ago
  23. 6828569 Fix signedness problem in memcmp. by Ulf Jordan · 16 years ago
  24. f1e1274 i messed this up. by Stefan Reinauer · 16 years ago
  25. c7e92b3 compile fix (trivial) by Stefan Reinauer · 16 years ago
  26. 6986358 new menu structure for libpayload by Stefan Reinauer · 16 years ago
  27. fef915c fix some more warnings. by Stefan Reinauer · 16 years ago
  28. d00bdd0 fix warnings when starting make menuconfig (trivial) by Stefan Reinauer · 16 years ago
  29. 2e4df11 Drop useless .gitignore files. by Uwe Hermann · 16 years ago
  30. 31a4f7b Drop useless .gitignore files. by Uwe Hermann · 16 years ago
  31. e55b32a Update the kconfig copy in libpayload to a much more recent one. Among by Uwe Hermann · 16 years ago
  32. 88ad6b0 Add a full set of pci access functions. by Stefan Reinauer · 16 years ago
  33. 85c7aec fix stack protection detection with Jordan's suggestion by Stefan Reinauer · 16 years ago
  34. c359124 fix cross compilationor libpayload / coreinfo by honoring by Stefan Reinauer · 16 years ago
  35. 695cff3 Cosmetic fixes (trivial). by Uwe Hermann · 16 years ago
  36. 8b17bd3 fix make menuconfig if no libintl.h is found. (trivial) by Stefan Reinauer · 16 years ago
  37. 95a6e1c add get_option to libpayload, so coreboot cmos options can be queried. by Stefan Reinauer · 16 years ago
  38. a70872cf Move out some hardcoded strings in coreinfo to become Kconfig variables. by Uwe Hermann · 16 years ago
  39. 754edf7 Remove duplicated code which is already in libpayload (trivial). by Uwe Hermann · 16 years ago
  40. 83233d0 Add missing #include. by Uwe Hermann · 16 years ago
  41. 941aaee Random coding style fixes and simplifications (trivial). by Uwe Hermann · 16 years ago
  42. 2fbbb29 Add a coreinfo module which can hexdump arbitrary RAM regions and by Uwe Hermann · 16 years ago
  43. 7600c48 coreinfo: Enable serial support by Jordan Crouse · 16 years ago
  44. 3b47065 libpayload: Support curses for serial by Jordan Crouse · 16 years ago
  45. 5083811 coreinfo: Specify a name, listname and desc item for coreinfo by Jordan Crouse · 16 years ago
  46. fc697ad libpayload: Add PAYLOAD_INFO macro by Jordan Crouse · 16 years ago
  47. 9e734c2 libpayload: Add a function to verify the checksum on a LAR file by Jordan Crouse · 16 years ago
  48. 29413c7 Add KEY_ESC (trivial). by Uwe Hermann · 16 years ago
  49. 98cc056 coreinfo: Use the ESC key to exit the payload by Jordan Crouse · 16 years ago
  50. 9b1c7c1 coreinfo: Fix the subwindow refresh based on the libpayload changes by Jordan Crouse · 16 years ago
  51. 9dac1b4 libpayload: Add an exec() and i386_do_exec() function by Jordan Crouse · 16 years ago
  52. 5069808 libpayload: Add larfptr function by Jordan Crouse · 16 years ago
  53. d43841d libpayload: Fix curses subwindows by Jordan Crouse · 16 years ago
  54. 621c095 libpayload: implement wborder function by Jordan Crouse · 16 years ago
  55. 3148935 libpayload: Fix the putc function by Jordan Crouse · 16 years ago
  56. 56cc34a This is a trivial patch which fixes the tint build by removing the extra by Myles Watson · 16 years ago
  57. d0e687a Fix the build when serial console support is disabled (trivial). by Uwe Hermann · 16 years ago
  58. 134aaae Quickfix to repair 'make clean; make menuconfig' (trivial). by Uwe Hermann · 16 years ago
  59. aa6e378 coreinfo: Add a module for browsing the boot LAR by Jordan Crouse · 16 years ago
  60. 681ec27 libpayload: Add LAR walking support by Jordan Crouse · 16 years ago
  61. 1933786 coreinfo: Show the current time and date in the menu by Jordan Crouse · 16 years ago
  62. de7fc55 We were in the risk of running out of space in the option menu at by Jordan Crouse · 16 years ago
  63. 7ce2666 The previous commit had more in it then I wanted - so I am reverting by Jordan Crouse · 16 years ago
  64. 646ee3e coreinfo: Move the rdtsc.h include into the #ifdef CONFIG_MODULE_CPUINFO by Jordan Crouse · 16 years ago
  65. e227143 libpayload: Add gettimeofday() and friends by Jordan Crouse · 16 years ago
  66. d772e1e libpayload: Fix a small but aggressive bug in printf() by Jordan Crouse · 16 years ago
  67. 63f181f libpayload: Enable keyboard translation so that we can use scancode set 1 by Jordan Crouse · 16 years ago
  68. 24a0404 libpayload: Fix malloc allocation by Jordan Crouse · 16 years ago
  69. c781584 libpayload: Add the null terminator to the end of the duplicated string by Jordan Crouse · 16 years ago
  70. 0ab8cdd Add support for a 'bootlog' module to coreinfo. by Uwe Hermann · 16 years ago
  71. 16acf8b Show index numbers in the NVRAM dump, similar to the PCI config space dump. by Uwe Hermann · 16 years ago
  72. 5f4410b libpayload: Fix keyboard buglet by Jordan Crouse · 16 years ago
  73. 0b53ec3d Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). by Uwe Hermann · 16 years ago
  74. 5369303 Add the patch for building tint as payload, as well as a small README, by Uwe Hermann · 16 years ago
  75. 50eff21 Correct upper boundary for isxdigit. by Ulf Jordan · 16 years ago
  76. be504d1 Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). by Uwe Hermann · 16 years ago
  77. 72199bc Rewrite and filling of libc/ctype.c (thus adjusting copyright line). by Uwe Hermann · 16 years ago
  78. b103345 Convert BIN2HEX/HEX2BIN to functions and add the abs() family by Uwe Hermann · 16 years ago
  79. fad8c2b Various small consistency fixes (trivial): by Uwe Hermann · 16 years ago
  80. 5431553 libpayload: Add a Geode video driver by Jordan Crouse · 16 years ago
  81. 234e87f libpayload: Support functions for Geode by Jordan Crouse · 16 years ago
  82. 30939bd libpayload: Add video console framework by Jordan Crouse · 16 years ago
  83. bac89d0 libpayload: Avoid .svn files in the header install by Jordan Crouse · 16 years ago
  84. 1cb92bc coreinfo: Make coreinfo use the gcc-wrappers from libpayload by Jordan Crouse · 16 years ago
  85. 804f4df Make the sample Makefile a bit more generic, so it can be adapted more by Uwe Hermann · 16 years ago
  86. c3e728f libpayload: Implement gcc wrappers for libpayload by Jordan Crouse · 16 years ago
  87. c5a78ac Add missing prototypes for libc/rand.c functions (trivial). by Uwe Hermann · 16 years ago
  88. ea72559 Small curses fixes/additions for libpayload (trivial). by Uwe Hermann · 16 years ago
  89. 672d0ae libpayload: Add a timeout function for getchar and getch by Jordan Crouse · 16 years ago
  90. 4eb5089 Add rand/rand_r/srand functions for generating pseudo-random bytes. by Uwe Hermann · 16 years ago
  91. 3860404 libpayload: remove unneeded stack stuff by Jordan Crouse · 16 years ago
  92. 6c44dfb Fix the case where the user selects no modules in Kconfig at all. by Uwe Hermann · 16 years ago
  93. a697721 Document a rough estimate of how much space in the ELF file each of the by Uwe Hermann · 16 years ago
  94. 1bee6f9 Add BIN2HEX and HEX2BIN macros (trivial). by Uwe Hermann · 16 years ago
  95. 3995593 Add a SHA-1 implementation to libpayload. by Uwe Hermann · 16 years ago
  96. c758227 Doing another 'make' after a 'make clean' was broken until now. Fix it by Uwe Hermann · 16 years ago
  97. 0a89625 Add missing snprintf() to libc/printf.c (trivial). by Uwe Hermann · 16 years ago
  98. 2c6b33c Libpayload fixes to prevent triple-faults when running in QEMU. by Klaus Schnass · 16 years ago
  99. ab5b3e0 Add support for an "NVRAM Dump" screen in coreinfo (optional), as well as for by Uwe Hermann · 16 years ago
  100. 30d789b Fix the NVRAM access functions to work correctly for the by Uwe Hermann · 16 years ago