1. ab639bf libpayload: don't test for unsigned >= 0 by Patrick Georgi · 10 years ago
  2. 1c8e91f libpayload: video: Check for 'console' pointer before dereferencing it by Julius Werner · 10 years ago
  3. b4fbee9 libpayload: video: Make cursor fixup independent of visibility by Julius Werner · 10 years ago
  4. 2fe505b libpayload: console: Allow output drivers to print whole strings at once by Julius Werner · 10 years ago
  5. 1ee2c6d libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. by Gabe Black · 11 years ago
  6. 3227942 libpayload: Keep physical addresses in console drivers by Nico Huber · 10 years ago
  7. 1617e1f libpayload: If no video drivers initialize in video_init, return 1. by Gabe Black · 12 years ago
  8. e0c9741 libpayload: Remove unnecessary include of arch/msr.h by Gabe Black · 12 years ago
  9. 425973c libpayload: Always use virtual pointers in struct sysinfo_t by Nico Huber · 12 years ago
  10. 8e7d7fd libpayload: Add a function to retrieve the rows and cols of the video console. by Gabe Black · 12 years ago
  11. dd9e4e5 libpayload: Separate video initialization and the video console. by Gabe Black · 12 years ago
  12. ca1a762 libpayload: fix garbage on screen with Geode-LX VGA by Jens Rottmann · 14 years ago
  13. 14e2277 Since some people disapprove of white space cleanups mixed in regular commits by Stefan Reinauer · 14 years ago
  14. b700254 by Stefan Reinauer · 14 years ago
  15. 131c007 * drop duplicate prototype for lib_get_sysinfo() by Stefan Reinauer · 15 years ago
  16. db8c0ab [PATCH] libpayload: rename config.h to libpayload-config.h by Jordan Crouse · 16 years ago
  17. 6ec8285 [PATCH] fix video console init by Jordan Crouse · 16 years ago
  18. 657a6dc This patch removes most of the #ifdefs in libc/console.c, and by Patrick Georgi · 16 years ago
  19. 4b1971c libpayload: Rename Geode video driver to Geode LX video driver. by Peter Stuge · 16 years ago
  20. bc9cb27 Use a block cursor on VGA console :-) by Stefan Reinauer · 16 years ago
  21. 53bbb0f makes cursorx and cursory signed, as there are several "if (cursorx < 0)" tests. by Patrick Georgi · 16 years ago
  22. 99c0856 by Stefan Reinauer · 16 years ago
  23. 59fb9a2b add functions to query cursor position to video layer by Stefan Reinauer · 16 years ago
  24. cc8a993 Document all of the external code we use in libpayload (trivial). by Uwe Hermann · 16 years ago
  25. 42a0c80 Make cursor positioning work by using both halves of the VGA cursor by Jonathan A. Kollasch · 16 years ago
  26. cb7a7c6 video.c uses CONFIG_ variables, so it needs config.h (trivial) by Stefan Reinauer · 16 years ago
  27. 3148935 libpayload: Fix the putc function by Jordan Crouse · 16 years ago
  28. be504d1 Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial). by Uwe Hermann · 16 years ago
  29. fad8c2b Various small consistency fixes (trivial): by Uwe Hermann · 16 years ago
  30. 5431553 libpayload: Add a Geode video driver by Jordan Crouse · 16 years ago
  31. 30939bd libpayload: Add video console framework by Jordan Crouse · 16 years ago