summaryrefslogtreecommitdiff
path: root/src/lib/edid.c
AgeCommit message (Expand)Author
2020-06-17treewide: Replace CONFIG(ARCH_xx) testsKyösti Mälkki
2020-05-13src: Remove unused '#include <stddef.h>'Elyes HAOUAS
2020-05-11treewide: Convert more license headers to SPDX stylePatrick Georgi
2020-05-11treewide: split off license text, remove extra copyright noticesPatrick Georgi
2020-02-17lib/edid: Zero struct only when usedPaul Menzel
2020-02-17lib/edid.c: Remove trailing space from detailed mode outputPaul Menzel
2019-12-20src: Replace min/max() with MIN/MAX()Elyes HAOUAS
2019-10-27src: Use 'include <boot/coreboot_tables.h>' when appropriateElyes HAOUAS
2019-08-15lib: edid: Move manufacturer name from private extra to public infoHung-Te Lin
2019-07-19src: Make implicit fall throughs explicitJacob Garber
2019-06-24add ctype.h headerJoel Kitching
2019-03-29lib/edid.c: Add missing break statementJacob Garber
2019-03-29lib/edid.c: Log an error if unable to find edid or headerJacob Garber
2019-03-27lib/edid.c: Dump EDID breakdown after null checkJacob Garber
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2018-11-29src: Remove duplicated round up functionElyes HAOUAS
2018-11-06src/lib/edid: avoid buffer overflowPatrick Georgi
2018-10-23src: Remove unneeded whitespaceElyes HAOUAS
2018-10-05src/lib/edid.c: Replace #if 1 with something usefulAngel Pons
2018-08-09lib/edid.c: Avoid static analysis error for unused valueRichard Spiegel
2017-05-30lib/edid: Split out fill_lb_framebuffer()Nico Huber
2017-05-18coreboot_tables: specify clear interface for lb_framebuffer()Aaron Durbin
2017-05-03lib/edid: Save the display ASCII stringArthur Heymans
2017-05-03lib/edid.c: Differentiate between absent and non-conformant EDIDArthur Heymans
2017-03-15src/lib: Clean up general issues found by checkpatch.plLee Leahy
2017-03-13src/lib: Fix brace positionsLee Leahy
2017-03-13src/lib: Wrap lines at 80 columnsLee Leahy
2017-03-13src/lib: Fix spacingLee Leahy
2017-03-13src/lib: Use tabs instead of spacesLee Leahy
2017-03-12src/lib: Move trailing statements to next lineLee Leahy
2017-03-09src/lib: Add space before (Lee Leahy
2017-03-09src/lib: Remove braces for single statementsLee Leahy
2016-09-08edid: Fix a function signatureNico Huber
2016-04-07edid: Make framebuffer row alignment configurableJulius Werner
2016-03-24edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner
2015-11-19edid: Don't half parse (and wrongly print) more detailed timingsDouglas Anderson
2015-11-19edid: Use a better mode for 640x480Douglas Anderson
2015-11-19edid: Don't set standard timings as supported if they're notDouglas Anderson
2015-11-19edid: Remove useless parameter from detailed_cvt_descriptor()Douglas Anderson
2015-11-10edid: add hdmi_monitor_detected in data struct edidYakir Yang
2015-10-11Derive lvds_dual_channel from EDID timings.Vladimir Serbinenko
2015-08-28edid: fix know_modes timing errorYakir Yang
2015-08-28edid: add function to manually specify modeDavid Hendricks
2015-08-28edid: Memset output earlier in decode_edid()David Hendricks
2015-08-28edid: Use edid_mode struct to reduce redundancyDavid Hendricks
2015-08-28edid: Clean-up the edid structDavid Hendricks
2015-04-21Unify byte order macros and clrsetbitsJulius Werner
2015-02-05drivers/xgi/z9s: Port Linux framebuffer initialization to corebootTimothy Pearson
2014-12-29edid: fill reserved bits fields in cb_framebufferPatrick Georgi