1. 3140217 tree: Remove blank lines before '}' and after '{' by Elyes Haouas · 4 months ago
  2. fff2021 Use the fallthrough statement in switch loops by Arthur Heymans · 3 years, 4 months ago
  3. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  4. 0949e73 src/acpi to src/lib: Fix spelling errors by Martin Roth · 2 years, 9 months ago
  5. 43439f6 lib/edid: Add missing name descriptor presence flag by Jakub Czapiga · 3 years, 9 months ago
  6. 7336f97 treewide: Replace CONFIG(ARCH_xx) tests by Kyösti Mälkki · 4 years, 1 month ago
  7. e30c396 src: Remove unused '#include <stddef.h>' by Elyes HAOUAS · 4 years, 2 months ago
  8. 593124d treewide: Convert more license headers to SPDX style by Patrick Georgi · 4 years, 2 months ago
  9. 16849bb treewide: split off license text, remove extra copyright notices by Patrick Georgi · 4 years, 2 months ago
  10. 1ced4e6 lib/edid: Zero struct only when used by Paul Menzel · 4 years, 5 months ago
  11. 433bf77 lib/edid.c: Remove trailing space from detailed mode output by Paul Menzel · 8 years ago
  12. ba9b504 src: Replace min/max() with MIN/MAX() by Elyes HAOUAS · 4 years, 7 months ago
  13. 0edf6a5 src: Use 'include <boot/coreboot_tables.h>' when appropriate by Elyes HAOUAS · 4 years, 9 months ago
  14. 6673e8e lib: edid: Move manufacturer name from private extra to public info by Hung-Te Lin · 5 years ago
  15. 4c33a3a src: Make implicit fall throughs explicit by Jacob Garber · 5 years ago
  16. 393c71c add ctype.h header by Joel Kitching · 5 years ago
  17. e447aec lib/edid.c: Add missing break statement by Jacob Garber · 5 years ago
  18. 1855329 lib/edid.c: Log an error if unable to find edid or header by Jacob Garber · 5 years ago
  19. cd23f7f lib/edid.c: Dump EDID breakdown after null check by Jacob Garber · 5 years ago
  20. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  21. 065857e arch/io.h: Drop unnecessary include by Kyösti Mälkki · 5 years ago
  22. 6df3b64 src: Remove duplicated round up function by Elyes HAOUAS · 6 years ago
  23. d840e2b src/lib/edid: avoid buffer overflow by Patrick Georgi · 6 years ago
  24. a342f39 src: Remove unneeded whitespace by Elyes HAOUAS · 6 years ago
  25. cc335c7 src/lib/edid.c: Replace #if 1 with something useful by Angel Pons · 6 years ago
  26. 2fdbe0c lib/edid.c: Avoid static analysis error for unused value by Richard Spiegel · 6 years ago
  27. 3db7653 lib/edid: Split out fill_lb_framebuffer() by Nico Huber · 7 years ago
  28. bdb5c8f coreboot_tables: specify clear interface for lb_framebuffer() by Aaron Durbin · 7 years ago
  29. dbe8161 lib/edid: Save the display ASCII string by Arthur Heymans · 7 years ago
  30. 8c5884e lib/edid.c: Differentiate between absent and non-conformant EDID by Arthur Heymans · 7 years ago
  31. 36984d8 src/lib: Clean up general issues found by checkpatch.pl by Lee Leahy · 7 years ago
  32. 342f8d6 src/lib: Fix brace positions by Lee Leahy · 7 years ago
  33. 7340217 src/lib: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  34. 35af5c4 src/lib: Fix spacing by Lee Leahy · 7 years ago
  35. e20a319 src/lib: Use tabs instead of spaces by Lee Leahy · 7 years ago
  36. b6ee0f9 src/lib: Move trailing statements to next line by Lee Leahy · 7 years ago
  37. 45fde70 src/lib: Add space before ( by Lee Leahy · 7 years ago
  38. 2f919ec src/lib: Remove braces for single statements by Lee Leahy · 7 years ago
  39. 994a4a1 edid: Fix a function signature by Nico Huber · 8 years ago
  40. 2b6db97 edid: Make framebuffer row alignment configurable by Julius Werner · 8 years ago
  41. 6911219 edid: Add helper function to calculate bits-per-pixel dependent values by Julius Werner · 8 years ago
  42. bca67fb edid: Don't half parse (and wrongly print) more detailed timings by Douglas Anderson · 9 years ago
  43. 78e226cf edid: Use a better mode for 640x480 by Douglas Anderson · 9 years ago
  44. 9fa0760 edid: Don't set standard timings as supported if they're not by Douglas Anderson · 9 years ago
  45. 14dd370 edid: Remove useless parameter from detailed_cvt_descriptor() by Douglas Anderson · 9 years ago
  46. 85810cc edid: add hdmi_monitor_detected in data struct edid by Yakir Yang · 9 years ago
  47. 551cff0 Derive lvds_dual_channel from EDID timings. by Vladimir Serbinenko · 9 years ago
  48. bedbdc4 edid: fix know_modes timing error by Yakir Yang · 9 years ago
  49. e205410 edid: add function to manually specify mode by David Hendricks · 9 years ago
  50. 40e89b4 edid: Memset output earlier in decode_edid() by David Hendricks · 9 years ago
  51. 7dbf9c6 edid: Use edid_mode struct to reduce redundancy by David Hendricks · 9 years ago
  52. a3b898a edid: Clean-up the edid struct by David Hendricks · 9 years ago
  53. 9ff8f6f Unify byte order macros and clrsetbits by Julius Werner · 9 years ago
  54. c522fc8 drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot by Timothy Pearson · 9 years ago
  55. 8b12a28 edid: fill reserved bits fields in cb_framebuffer by Patrick Georgi · 10 years ago
  56. 09915c1 lib/edid.c: Fix mismatch between format string and variable type by Alexandru Gagniuc · 10 years ago
  57. 9d0ae59 lib/edid.c: Use 'hh' instead of 'h' length modifier in printk by Alexandru Gagniuc · 10 years ago
  58. 4213b97 edid: initialize has_valid_detailed_blocks as 1 by Vince Hsu · 10 years ago
  59. 1c8ee21 edid: Change static variables to auto variables. by Hung-Te Lin · 10 years ago
  60. be71ee5d edid: remove float use by Patrick Georgi · 10 years ago
  61. b713d93 edid: fill reserved bits fields in cb_framebuffer by Patrick Georgi · 10 years ago
  62. 076c317 edid: Relax EDID 1.3 requirements. by Hung-Te Lin · 10 years ago
  63. 08f6c80 edid: Support EDID 1.4. by Hung-Te Lin · 10 years ago
  64. b2c1062 edid: Accept valid detail blocks without timing descriptor. by Hung-Te Lin · 10 years ago
  65. 2536c1a edid: Fix string extraction in Monitor Descriptors. by Hung-Te Lin · 10 years ago
  66. 7944581 edid: Fix extension parsing when EDID blob does not have any extensions. by Hung-Te Lin · 10 years ago
  67. fc0d244 edid: Fix source indent. by Hung-Te Lin · 10 years ago
  68. 9518b56 intel/gma: Clarify code and use dedicated init for Google Peppy by Ronald G. Minnich · 11 years ago
  69. e211bd9 src/lib/edid.c: missing break statement by Patrick Georgi · 10 years ago
  70. 1a37b26 lib/edid: Don't set vbe_valid in decode_edid. by Vladimir Serbinenko · 10 years ago
  71. d01ed75 printk: support and use %hh prefix by Patrick Georgi · 10 years ago
  72. c0d5eb2 Pit: graphics by Ronald G. Minnich · 11 years ago
  73. d0a81f7 Calculate transcoder flags based on pipe config by Furquan Shaikh · 11 years ago
  74. aa04ed6 Added structure members x_mm and y_mm to edid decoding by Furquan Shaikh · 11 years ago
  75. 6b19071 FUI: Fill in link_m and link_n values by Furquan Shaikh · 11 years ago
  76. 4c5b161 EDID: add fields specialized to the needs of framebuffers by Ronald G. Minnich · 11 years ago
  77. 78c3e33 FUI: reorganize include files by Ronald G. Minnich · 11 years ago
  78. b2893a01 Provide support for setting up the framebuffer from EDID by Ronald G. Minnich · 11 years ago
  79. 0ea3664 edid: fix warning by Gerd Hoffmann · 11 years ago
  80. b3b72f3 link/graphics: Add support for EDID by Ronald G. Minnich · 11 years ago