Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37621 )
Change subject: mb/google/nocturne: adjust VBT boot resolution ......................................................................
mb/google/nocturne: adjust VBT boot resolution
On nocturne, the VBT specifies that the native panel resolution (3000x2000) is to be used by FSP/GOP init, which makes payload and grub menus extremely difficult to read. Change the default POST resolution specified by the VBT to 1500x1000 instead (200% scaling) which is much more legible.
Test: build/boot nocturne with GOP init and Tianocore payload, observe menu text is actually readable.
Signed-off-by: Matt DeVillier matt.devillier@gmail.com Change-Id: I767a2b8319c7673e3460acfad534140409bf1d57 Reviewed-on: https://review.coreboot.org/c/coreboot/+/37621 Reviewed-by: Angel Pons th3fanbus@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/poppy/variants/nocturne/data.vbt 1 file changed, 0 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved
diff --git a/src/mainboard/google/poppy/variants/nocturne/data.vbt b/src/mainboard/google/poppy/variants/nocturne/data.vbt index 4d9293e..4d89430 100644 --- a/src/mainboard/google/poppy/variants/nocturne/data.vbt +++ b/src/mainboard/google/poppy/variants/nocturne/data.vbt Binary files differ