1. 2d2fa31 Move function definitions for output.c from util.h to new file output.h. by Kevin O'Connor · 11 years ago
  2. fa9c66a Rename util.c to string.c and introduce string.h. by Kevin O'Connor · 11 years ago
  3. 5d369d8 Move code centered around specific hardware devices to src/hw/ by Kevin O'Connor · 11 years ago
  4. 1337eb3 geodevga: fix wrong define name by Christian Gmeiner · 11 years ago
  5. 0f5628d geodevga: add debug to msr functions by Christian Gmeiner · 11 years ago
  6. 42f33ff geodevga: move output setup to own function by Christian Gmeiner · 11 years ago
  7. 3205708 geodevga: move framebuffer setup by Christian Gmeiner · 11 years ago
  8. bb7e54a geodevga: fix errors in geode_fp_* functions by Christian Gmeiner · 11 years ago
  9. d83c87b Normalize POST initialization function name suffixes. by Kevin O'Connor · 12 years ago
  10. 02203b5 geodevga: Setup flat panel if needed by Christian Gmeiner · 12 years ago
  11. eac884d geodevga: Setup output based on .config by Christian Gmeiner · 12 years ago
  12. 119ece9 geodevga: Add functions to work with fp register by Christian Gmeiner · 12 years ago
  13. 286e013 geodevga: Rename defines to better match a well defined naming schema by Christian Gmeiner · 12 years ago
  14. ef7f73f geodevga: Access global variables using GET_GLOBAL/SET_VGA macros. by Kevin O'Connor · 12 years ago
  15. f47461f Geode vga: Use standard format read/write_mask register functions. by Kevin O'Connor · 12 years ago
  16. d136fd7 Add helper functions to access DC and VP register by Christian Gmeiner · 12 years ago
  17. 11ebc7d Change return values for vp_setup() and dc_setup() by Christian Gmeiner · 12 years ago
  18. 7bec6db Add global struct geode by Christian Gmeiner · 12 years ago
  19. 517f742 Update VBE variables by Christian Gmeiner · 12 years ago
  20. 9de339d Add framebuffer size detection by Christian Gmeiner · 12 years ago
  21. 0155aef Remove Extened CRTC Register functions by Christian Gmeiner · 12 years ago
  22. efb9784 Remove all dc_ functions as they are not needed anymore by Christian Gmeiner · 12 years ago
  23. c13c181 Access DC registers via geode_mem[Read|Write] by Christian Gmeiner · 12 years ago
  24. 8cf8f8e vgabios: Check that the PCI BDF passed in is valid before using. by Kevin O'Connor · 13 years ago
  25. 707d216 vgabios: Use regular pci_config_readl func in geode code. by Kevin O'Connor · 13 years ago
  26. 69b01cb vgabios: Don't have geode code peak into stdvga mode struct. by Kevin O'Connor · 13 years ago
  27. 2c23a7a vgabios: Use standard VGA IO wrappers in geodevga.c. by Kevin O'Connor · 13 years ago
  28. 10dff3d vgabios: Extract out common parts of struct vgamode_s. by Kevin O'Connor · 13 years ago
  29. 24ddd86 vgabios: Add the geode GX2 functionality. by Nils · 13 years ago
  30. 31eabf9 vgabios: Make the naming in the LX code generic to Geode. by Nils · 13 years ago