[coreboot-gerrit] Patch merged into coreboot/master: 1e797bd exynos5250: Simplify the graphics code by eliminating the unused color map.

gerrit at coreboot.org gerrit at coreboot.org
Wed Jul 10 21:06:20 CEST 2013


the following patch was just integrated into master:
commit 1e797bdb79b9b3d05640abfee93acf1359cda4db
Author: Gabe Black <gabeblack at google.com>
Date:   Sat May 18 15:58:46 2013 -0700

    exynos5250: Simplify the graphics code by eliminating the unused color map.
    
    The code that allocated space for the framebuffer was adding space for a
    vestigial color map which was never used. It was also passing around a
    structure which was used to calculate a single value which was already known
    when that structure was put together. Eliminate the extra space, and pass the
    single value instead of the structure.
    
    Change-Id: Ia6a41cefdf8b29fe7d68f9596a156eced6eb5df8
    Signed-off-by: Gabe Black <gabeblack at chromium.org>
    Reviewed-on: http://review.coreboot.org/3652
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list