Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38396 )
Change subject: google/eve: tweak VBT settings ......................................................................
google/eve: tweak VBT settings
- Disable Windows driver DPST function - Set POST resolution to 1800x1200 - Set POST brightness to 225 (0-255 scale)
Test: Boot Windows on EVE, verify display backlight control functional and no lock ups from switching in/out of tablet mode.
Change-Id: Ida64a44df2449f1ff0dc5c8d0ec7b40a183566a7 Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/mainboard/google/eve/data.vbt 1 file changed, 0 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/38396/1
diff --git a/src/mainboard/google/eve/data.vbt b/src/mainboard/google/eve/data.vbt index 0f17726..c615d5e 100644 --- a/src/mainboard/google/eve/data.vbt +++ b/src/mainboard/google/eve/data.vbt Binary files differ
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38396 )
Change subject: google/eve: tweak VBT settings ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/38396 )
Change subject: google/eve: tweak VBT settings ......................................................................
google/eve: tweak VBT settings
- Disable Windows driver DPST function - Set POST resolution to 1800x1200 - Set POST brightness to 225 (0-255 scale)
Test: Boot Windows on EVE, verify display backlight control functional and no lock ups from switching in/out of tablet mode.
Change-Id: Ida64a44df2449f1ff0dc5c8d0ec7b40a183566a7 Signed-off-by: Matt DeVillier matt.devillier@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/38396 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/google/eve/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/eve/data.vbt b/src/mainboard/google/eve/data.vbt index 0f17726..c615d5e 100644 --- a/src/mainboard/google/eve/data.vbt +++ b/src/mainboard/google/eve/data.vbt Binary files differ
9elements QA has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38396 )
Change subject: google/eve: tweak VBT settings ......................................................................
Patch Set 2:
Automatic boot test returned (PASS/FAIL/TOTAL): 3/0/3 Emulation targets: EMULATION_QEMU_X86_Q35 using payload TianoCore : SUCCESS : https://lava.9esec.io/r/154 EMULATION_QEMU_X86_Q35 using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/153 EMULATION_QEMU_X86_I440FX using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/152
Please note: This test is under development and might not be accurate at all!
greg@unrelenting.technology has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38396 )
Change subject: google/eve: tweak VBT settings ......................................................................
Patch Set 2:
but backlight in windows was already functional without reducing the resolution >_<
Matt DeVillier has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38396 )
Change subject: google/eve: tweak VBT settings ......................................................................
Patch Set 2:
Patch Set 2:
but backlight in windows was already functional without reducing the resolution >_<
~90% of Eve users running Windows, including myself, experienced consistent display-related lockups with the original updated VBT. Disabling DPST in the VBT settings fixed that for all affected users.
Adjusting the fixed boot resolution is unrelated, and just makes the Tianocore settings menu easier to read.