[coreboot-gerrit] New patch to review for coreboot: Veyron: Increase bit-per-pixel to 32

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Mon Sep 12 18:20:46 CEST 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16581

-gerrit

commit 7a659a08c76a56919f3fd3909593afbdb7ebaf80
Author: Daisuke Nojiri <dnojiri at chromium.org>
Date:   Fri Aug 26 17:03:34 2016 -0700

    Veyron: Increase bit-per-pixel to 32
    
    This enhances gradation of some icons on vboot screens.
    
    BUG=chrome-os-partner:56056
    BRANCH=none
    TEST=Booted Jerry
    
    Change-Id: Ia19d585b69e7701040209e8bf0b8a6990a166c95
    Signed-off-by: Martin Roth <martinroth at chromium.org>
    Original-Commit-Id: 4e7a42c999673ebd89c5b30845a4a5ec93852166
    Original-Change-Id: I126cb7077c834e1a8b0a625a592dce8789b5876c
    Original-Signed-off-by: Daisuke Nojiri <dnojiri at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/376884
---
 src/mainboard/google/veyron/devicetree.cb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/google/veyron/devicetree.cb b/src/mainboard/google/veyron/devicetree.cb
index a1dd102..a9673e7 100644
--- a/src/mainboard/google/veyron/devicetree.cb
+++ b/src/mainboard/google/veyron/devicetree.cb
@@ -18,5 +18,5 @@ chip soc/rockchip/rk3288
 	device cpu_cluster 0 on end
 	register "vop_id" = "1"
 	register "vop_mode" = "VOP_MODE_EDP"
-	register "framebuffer_bits_per_pixel" = "16"
+	register "framebuffer_bits_per_pixel" = "32"
 end



More information about the coreboot-gerrit mailing list