Re: [SeaBIOS] [PATCH v2 1/1] SeaVGABios/cbvga: Fix bpp for coreboot framebuffer

2018-09-18 Thread Kevin O'Connor
On Tue, Sep 11, 2018 at 09:29:39PM -0500, Matt DeVillier wrote: > Commit 4b42cc4 [SeaVGABios/cbvga: Advertise correct pixel format] neglected > to wrap the cbfb mask size components in GET_FARVAR(), which resulted in a > bogus value for bpp, breaking output on most/all devices. Fix this by >

[SeaBIOS] [PATCH v2 1/1] SeaVGABios/cbvga: Fix bpp for coreboot framebuffer

2018-09-11 Thread Matt DeVillier
>From 3e41f058836cd920ab67463d361b11a11729b390 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Tue, 11 Sep 2018 16:54:53 -0500 Subject: [PATCH v2 1/1] SeaVGABios/cbvga: Fix bpp for coreboot framebuffer Commit 4b42cc4 [SeaVGABios/cbvga: Advertise correct pixel format] neglected to wrap the