[coreboot-gerrit] Patch merged into coreboot/master: 2536c1a edid: Fix string extraction in Monitor Descriptors.

gerrit at coreboot.org gerrit at coreboot.org
Wed Oct 1 17:25:35 CEST 2014


the following patch was just integrated into master:
commit 2536c1ac76790b12554fe8e277ef2dcbc5f58242
Author: Hung-Te Lin <hungte at chromium.org>
Date:   Thu Apr 3 19:21:03 2014 +0800

    edid: Fix string extraction in Monitor Descriptors.
    
    The ASCII Data String in EDID Monitor Descriptor (3.10.3) is "Stored as ASCII,
    code page #437" and may contain special characters like '-'. The isalnum check
    should be removed.
    
    Also, the "Monitor Name" (0xfc) does not need to always end with 0Ah, so the
    name_descriptor_terminated should be replaced by has_valid_string_termination.
    
    Change-Id: I12a670237e12577fc971c0fbd9b2a61c82040ad3
    Signed-off-by: Hung-Te Lin <hungte at chromium.org>
    Reviewed-on: https://chromium-review.googlesource.com/193001
    (cherry picked from commit 671f82fd5963e32e72d3886aa242cb3e8519f226)
    Signed-off-by: Isaac Christensen <isaac.christensen at se-eng.com>
    Reviewed-on: http://review.coreboot.org/6996
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Ronald G. Minnich <rminnich at gmail.com>


See http://review.coreboot.org/6996 for details.

-gerrit



More information about the coreboot-gerrit mailing list