1. 5250852 libpayload/.../PDCurses: Improve compatibility with ncurses by Patrick Georgi · 8 years ago
  2. 83f75bf libpayload/.../PDCurses: avoid reading orig before NULL checking it by Patrick Georgi · 8 years ago
  3. 5bbc5e5 libpayload: PDCurses: Remove trailing whitespace by Stefan Reinauer · 9 years ago
  4. 4f85a1e libpayload: Rename PDCurses-3.4 to PDCurses by Stefan Reinauer · 9 years ago
  5. 2ea24da PDCurses: Don't hard code version number by Stefan Reinauer · 9 years ago
  6. 1b4d394 libpayload: Make Kconfig bools use IS_ENABLED() by Stefan Reinauer · 9 years ago
  7. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  8. 8180d1a libpayload/PDcurses: avoid NULL deref by Patrick Georgi · 10 years ago
  9. 1ee2c6d libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. by Gabe Black · 11 years ago
  10. 6a00836 libpayload: Use longer delay in tinycurses' wgetch() by Nico Huber · 11 years ago
  11. ce809b9 fix tinycurses by Patrick Georgi · 11 years ago
  12. bab0a0b PDCurses: pdcscrn.c: Use `#ifdef` instead of `#if CONFIG_SPEAKER` by Paul Menzel · 11 years ago
  13. 0a527e7 libpayload: Fix prototype warnings in PDCurses by Stefan Reinauer · 11 years ago
  14. a6c495e libpayload: Fix const warnings in keyname() and termname() by Stefan Reinauer · 11 years ago
  15. 8d225f1 libpayload: Fix variable shadowing in PDCurses by Stefan Reinauer · 11 years ago
  16. 0fef4fe libpayload: Fix missing prototype warning for Xinitscr() by Stefan Reinauer · 11 years ago
  17. 7299c13 PDcurses: Delete automatically created (and unused) files by Stefan Reinauer · 12 years ago
  18. 0a90861 libpayload: Don't let USB/PC/serial keyboards overwrite each other by Dave Frodin · 12 years ago
  19. ba9b09b libpayload: Enable colors in PDcurses by Patrick Georgi · 13 years ago
  20. e11835e libpayload: remove trailing whitespace and run dos2unix by Stefan Reinauer · 13 years ago
  21. 3b77b72 libpayload: Add PDCurses and ncurses' libform/libmenu by Patrick Georgi · 13 years ago
  22. 5592908 libpayload: Don't declare mouse support in tinycurses by Patrick Georgi · 13 years ago
  23. 23b6c8f libpayload: fix wborder() by Patrick Georgi · 13 years ago
  24. 7f96583 Reduce warnings/errors in libpayload when using picky compiler options by Patrick Georgi · 13 years ago
  25. b3db79e Use coreboot build system for libpayload, too. by Patrick Georgi · 13 years ago
  26. 6b247d3 Only try to beep when speaker support is compiled in. Trivial change. by Patrick Georgi · 14 years ago
  27. 857a778 become more standard with libpayload headers. PATH_MAX belongs in limits.h, by Stefan Reinauer · 14 years ago
  28. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  29. 128ac91 Trivial fix, use correct define. by Mathias Krause · 14 years ago
  30. 131c007 * drop duplicate prototype for lib_get_sysinfo() by Stefan Reinauer · 15 years ago
  31. 2c9617d Mostly cosmetical changes. by Stefan Reinauer · 15 years ago
  32. c5a2ec6 libpayload: Fix build when both USB and PS/2 keyboard support is disabled by Mart Raudsepp · 15 years ago
  33. db8c0ab [PATCH] libpayload: rename config.h to libpayload-config.h by Jordan Crouse · 16 years ago
  34. c4f294f make escape code handling for serial terminal more robust by Patrick Georgi · 16 years ago
  35. 4727c07 - reduced memory requirements a lot (from >100kb/controller to by Patrick Georgi · 16 years ago
  36. ff9350b move variable declaration to where it is used, to prevent gcc failure. by Patrick Georgi · 16 years ago
  37. c753926 accidently backed out r3598. Sorry Ulf, will pay more attention next time. by Stefan Reinauer · 16 years ago
  38. e75c3d8 * factor out serial hardware init by Stefan Reinauer · 16 years ago
  39. 902ed76 Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues due by Ulf Jordan · 16 years ago
  40. e6408a3 - unify keycodes for non-ASCII keys by using curses' codes and labels by Patrick Georgi · 16 years ago
  41. 57700ff This patch adds damage detection to libpayload's tinycurses. This by Stefan Reinauer · 16 years ago
  42. f218d97 * Implement scrolling in tinycurses * Fix an off by one bug by Stefan Reinauer · 16 years ago
  43. f044f28 Add editing keypad keys and the missing F11 key to the curses serial by Ulf Jordan · 16 years ago
  44. d57a680 Add support for curses color output over serial. by Ulf Jordan · 16 years ago
  45. 2aea11f Add a kconfig option to choose between outputing ACS characters or by Ulf Jordan · 16 years ago
  46. 364317b Fix tinycurses color output on the VGA console. by Ulf Jordan · 16 years ago
  47. 74eedae Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi and by Ulf Jordan · 16 years ago
  48. b4d4bac Add support for line drawing characters and the alternate character set. by Ulf Jordan · 16 years ago
  49. 12e2726 No really, _these_ should be the last occurences of CONFIG_ without by Jordan Crouse · 16 years ago
  50. 5e354b7 these should be the last occurences of CONFIG_ without config.h in libpayload. by Stefan Reinauer · 16 years ago
  51. 3b47065 libpayload: Support curses for serial by Jordan Crouse · 16 years ago
  52. d43841d libpayload: Fix curses subwindows by Jordan Crouse · 16 years ago
  53. 621c095 libpayload: implement wborder function by Jordan Crouse · 16 years ago
  54. 5f4410b libpayload: Fix keyboard buglet by Jordan Crouse · 16 years ago
  55. 0b53ec3d Move curses/speaker.c to drivers/ as it's not curses-specific (trivial). by Uwe Hermann · 16 years ago
  56. be504d1 Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). by Uwe Hermann · 16 years ago
  57. fad8c2b Various small consistency fixes (trivial): by Uwe Hermann · 16 years ago
  58. 30939bd libpayload: Add video console framework by Jordan Crouse · 16 years ago
  59. ea72559 Small curses fixes/additions for libpayload (trivial). by Uwe Hermann · 16 years ago
  60. 672d0ae libpayload: Add a timeout function for getchar and getch by Jordan Crouse · 16 years ago
  61. 30d789b Fix the NVRAM access functions to work correctly for the by Uwe Hermann · 16 years ago
  62. 0e122af [libpayload] Work around sign-extending issue by Jordan Crouse · 16 years ago
  63. 661e380 Cosmetics, fix typos (trivial). by Uwe Hermann · 16 years ago
  64. 14a3feb Fix code to allow usage of -Wall in libpayload and the sample (trivial). by Uwe Hermann · 16 years ago
  65. 6a441bf Cosmetics, coding style fixes (trivial). by Uwe Hermann · 16 years ago
  66. f3029a8 libpayload: External code by Jordan Crouse · 16 years ago
  67. f6145c3 libpayload: The initial chunk of code writen by AMD by Jordan Crouse · 16 years ago