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