[coreboot] Patch merged into coreboot/master: d0b860a Add utility for parsing/modifying DTD array

gerrit at coreboot.org gerrit at coreboot.org
Thu Nov 8 20:21:21 CET 2012


the following patch was just integrated into master:
commit d0b860aada4c2016c5928c5847d8226cbd0840fc
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Mon Aug 27 11:19:55 2012 -0700

    Add utility for parsing/modifying DTD array
    
    Detailed timing descriptor (DTD) is an 18 byte array describing video
    mode (screen resolution, display properties, etc.) in Intel Option
    ROM. Option ROM can support multiple video modes, specific mode is
    picked by the BIOS through the appropriate Option ROM callback
    function.
    
    The new utility allows to interpret the 18 byte hex DTD dump, and/or
    modify certain values, and generate a new DTD.
    
    To parse the DTD contents just pass the 18 bytes to the utility in the
    command line. To modify the existing contents and generate a new dump
    precede the 18 bytes with '-m' and follow prompts.
    
    Change-Id: Ib00bdaf42c350b98b5a48d08e6bb347b5ec25a8b
    Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Reviewed-on: http://review.coreboot.org/1711
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>

Build-Tested: build bot (Jenkins) at Thu Nov  8 20:18:30 2012, giving +1
Reviewed-By: Stefan Reinauer <stefan.reinauer at coreboot.org> at Thu Nov  8 20:21:19 2012, giving +2
See http://review.coreboot.org/1711 for details.

-gerrit




More information about the coreboot mailing list