index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
edid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the fallthrough statement in switch loops
Arthur Heymans
2022-02-16
1
-3
/
+3
*
treewide: Remove "ERROR: "/"WARN: " prefixes from log messages
Julius Werner
2022-02-07
1
-1
/
+1
*
src/acpi to src/lib: Fix spelling errors
Martin Roth
2021-10-05
1
-3
/
+3
*
lib/edid: Add missing name descriptor presence flag
Jakub Czapiga
2020-10-26
1
-0
/
+1
*
treewide: Replace CONFIG(ARCH_xx) tests
Kyösti Mälkki
2020-06-17
1
-1
/
+1
*
src: Remove unused '#include <stddef.h>'
Elyes HAOUAS
2020-05-13
1
-1
/
+0
*
treewide: Convert more license headers to SPDX style
Patrick Georgi
2020-05-11
1
-19
/
+1
*
treewide: split off license text, remove extra copyright notices
Patrick Georgi
2020-05-11
1
-4
/
+0
*
lib/edid: Zero struct only when used
Paul Menzel
2020-02-17
1
-2
/
+2
*
lib/edid.c: Remove trailing space from detailed mode output
Paul Menzel
2020-02-17
1
-1
/
+1
*
src: Replace min/max() with MIN/MAX()
Elyes HAOUAS
2019-12-20
1
-3
/
+3
*
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Elyes HAOUAS
2019-10-27
1
-1
/
+0
*
lib: edid: Move manufacturer name from private extra to public info
Hung-Te Lin
2019-08-15
1
-16
/
+15
*
src: Make implicit fall throughs explicit
Jacob Garber
2019-07-19
1
-2
/
+4
*
add ctype.h header
Joel Kitching
2019-06-24
1
-0
/
+1
*
lib/edid.c: Add missing break statement
Jacob Garber
2019-03-29
1
-0
/
+1
*
lib/edid.c: Log an error if unable to find edid or header
Jacob Garber
2019-03-29
1
-2
/
+2
*
lib/edid.c: Dump EDID breakdown after null check
Jacob Garber
2019-03-27
1
-3
/
+8
*
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-08
1
-1
/
+1
*
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-03-04
1
-1
/
+0
*
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-29
1
-1
/
+1
*
src/lib/edid: avoid buffer overflow
Patrick Georgi
2018-11-06
1
-4
/
+5
*
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-23
1
-1
/
+1
*
src/lib/edid.c: Replace #if 1 with something useful
Angel Pons
2018-10-05
1
-6
/
+7
*
lib/edid.c: Avoid static analysis error for unused value
Richard Spiegel
2018-08-09
1
-1
/
+2
*
lib/edid: Split out fill_lb_framebuffer()
Nico Huber
2017-05-30
1
-70
/
+0
*
coreboot_tables: specify clear interface for lb_framebuffer()
Aaron Durbin
2017-05-18
1
-5
/
+5
*
lib/edid: Save the display ASCII string
Arthur Heymans
2017-05-03
1
-2
/
+4
*
lib/edid.c: Differentiate between absent and non-conformant EDID
Arthur Heymans
2017-05-03
1
-16
/
+17
*
src/lib: Clean up general issues found by checkpatch.pl
Lee Leahy
2017-03-15
1
-1
/
+1
*
src/lib: Fix brace positions
Lee Leahy
2017-03-13
1
-2
/
+2
*
src/lib: Wrap lines at 80 columns
Lee Leahy
2017-03-13
1
-118
/
+223
*
src/lib: Fix spacing
Lee Leahy
2017-03-13
1
-5
/
+5
*
src/lib: Use tabs instead of spaces
Lee Leahy
2017-03-13
1
-17
/
+15
*
src/lib: Move trailing statements to next line
Lee Leahy
2017-03-12
1
-29
/
+79
*
src/lib: Add space before (
Lee Leahy
2017-03-09
1
-4
/
+4
*
src/lib: Remove braces for single statements
Lee Leahy
2017-03-09
1
-10
/
+5
*
edid: Fix a function signature
Nico Huber
2016-09-08
1
-1
/
+1
*
edid: Make framebuffer row alignment configurable
Julius Werner
2016-04-07
1
-5
/
+12
*
edid: Add helper function to calculate bits-per-pixel dependent values
Julius Werner
2016-03-24
1
-24
/
+21
*
edid: Don't half parse (and wrongly print) more detailed timings
Douglas Anderson
2015-11-19
1
-58
/
+67
*
edid: Use a better mode for 640x480
Douglas Anderson
2015-11-19
1
-1
/
+1
*
edid: Don't set standard timings as supported if they're not
Douglas Anderson
2015-11-19
1
-5
/
+5
*
edid: Remove useless parameter from detailed_cvt_descriptor()
Douglas Anderson
2015-11-19
1
-2
/
+2
*
edid: add hdmi_monitor_detected in data struct edid
Yakir Yang
2015-11-10
1
-0
/
+2
*
Derive lvds_dual_channel from EDID timings.
Vladimir Serbinenko
2015-10-11
1
-0
/
+15
*
edid: fix know_modes timing error
Yakir Yang
2015-08-28
1
-4
/
+4
*
edid: add function to manually specify mode
David Hendricks
2015-08-28
1
-1
/
+60
*
edid: Memset output earlier in decode_edid()
David Hendricks
2015-08-28
1
-1
/
+2
*
edid: Use edid_mode struct to reduce redundancy
David Hendricks
2015-08-28
1
-24
/
+25
[next]