Age | Commit message (Expand) | Author |
2020-06-17 | treewide: Replace CONFIG(ARCH_xx) tests | Kyösti Mälkki |
2020-05-13 | src: Remove unused '#include <stddef.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Convert more license headers to SPDX style | Patrick Georgi |
2020-05-11 | treewide: split off license text, remove extra copyright notices | Patrick Georgi |
2020-02-17 | lib/edid: Zero struct only when used | Paul Menzel |
2020-02-17 | lib/edid.c: Remove trailing space from detailed mode output | Paul Menzel |
2019-12-20 | src: Replace min/max() with MIN/MAX() | Elyes HAOUAS |
2019-10-27 | src: Use 'include <boot/coreboot_tables.h>' when appropriate | Elyes HAOUAS |
2019-08-15 | lib: edid: Move manufacturer name from private extra to public info | Hung-Te Lin |
2019-07-19 | src: Make implicit fall throughs explicit | Jacob Garber |
2019-06-24 | add ctype.h header | Joel Kitching |
2019-03-29 | lib/edid.c: Add missing break statement | Jacob Garber |
2019-03-29 | lib/edid.c: Log an error if unable to find edid or header | Jacob Garber |
2019-03-27 | lib/edid.c: Dump EDID breakdown after null check | Jacob Garber |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2018-11-29 | src: Remove duplicated round up function | Elyes HAOUAS |
2018-11-06 | src/lib/edid: avoid buffer overflow | Patrick Georgi |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-05 | src/lib/edid.c: Replace #if 1 with something useful | Angel Pons |
2018-08-09 | lib/edid.c: Avoid static analysis error for unused value | Richard Spiegel |
2017-05-30 | lib/edid: Split out fill_lb_framebuffer() | Nico Huber |
2017-05-18 | coreboot_tables: specify clear interface for lb_framebuffer() | Aaron Durbin |
2017-05-03 | lib/edid: Save the display ASCII string | Arthur Heymans |
2017-05-03 | lib/edid.c: Differentiate between absent and non-conformant EDID | Arthur Heymans |
2017-03-15 | src/lib: Clean up general issues found by checkpatch.pl | Lee Leahy |
2017-03-13 | src/lib: Fix brace positions | Lee Leahy |
2017-03-13 | src/lib: Wrap lines at 80 columns | Lee Leahy |
2017-03-13 | src/lib: Fix spacing | Lee Leahy |
2017-03-13 | src/lib: Use tabs instead of spaces | Lee Leahy |
2017-03-12 | src/lib: Move trailing statements to next line | Lee Leahy |
2017-03-09 | src/lib: Add space before ( | Lee Leahy |
2017-03-09 | src/lib: Remove braces for single statements | Lee Leahy |
2016-09-08 | edid: Fix a function signature | Nico Huber |
2016-04-07 | edid: Make framebuffer row alignment configurable | Julius Werner |
2016-03-24 | edid: Add helper function to calculate bits-per-pixel dependent values | Julius Werner |
2015-11-19 | edid: Don't half parse (and wrongly print) more detailed timings | Douglas Anderson |
2015-11-19 | edid: Use a better mode for 640x480 | Douglas Anderson |
2015-11-19 | edid: Don't set standard timings as supported if they're not | Douglas Anderson |
2015-11-19 | edid: Remove useless parameter from detailed_cvt_descriptor() | Douglas Anderson |
2015-11-10 | edid: add hdmi_monitor_detected in data struct edid | Yakir Yang |
2015-10-11 | Derive lvds_dual_channel from EDID timings. | Vladimir Serbinenko |
2015-08-28 | edid: fix know_modes timing error | Yakir Yang |
2015-08-28 | edid: add function to manually specify mode | David Hendricks |
2015-08-28 | edid: Memset output earlier in decode_edid() | David Hendricks |
2015-08-28 | edid: Use edid_mode struct to reduce redundancy | David Hendricks |
2015-08-28 | edid: Clean-up the edid struct | David Hendricks |
2015-04-21 | Unify byte order macros and clrsetbits | Julius Werner |
2015-02-05 | drivers/xgi/z9s: Port Linux framebuffer initialization to coreboot | Timothy Pearson |
2014-12-29 | edid: fill reserved bits fields in cb_framebuffer | Patrick Georgi |