Attention is currently required from: SH Kim. Hello SH Kim,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/59534
to review the following change.
Change subject: mb/google/dedede/var/bugzzy: Pick the config VBOOT_ALWAYS_ENABLE_DISPLAY ......................................................................
mb/google/dedede/var/bugzzy: Pick the config VBOOT_ALWAYS_ENABLE_DISPLAY
Currently the touch screen doesn't work on normal mode on bugzzy. The panel power is required for the built-in touch screen, but it doesn't come up when probing touch screen device on normal mode since firmware doesn't initiaize graphics because there is no firmware screen display on normal mode. This change picks the config VBOOT_ALWAYS_ENABLE_DISPLAY for buggzy to hold the panel power on early OS phase. It will take additional boot time.
BUG=b:205496327 BRANCH=dedede TEST=build firmware and verified touch screen worked.
Signed-off-by: Seunghwan Kim sh_.kim@samsung.corp-partner.google.com Change-Id: I133b91ff24ce665351a25fd9e0f85db998a6dfed --- M src/mainboard/google/dedede/Kconfig.name 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/59534/1
diff --git a/src/mainboard/google/dedede/Kconfig.name b/src/mainboard/google/dedede/Kconfig.name index 78b9fd5..6ebeda8 100644 --- a/src/mainboard/google/dedede/Kconfig.name +++ b/src/mainboard/google/dedede/Kconfig.name @@ -151,6 +151,7 @@ select DRIVERS_GENERIC_MAX98357A select DRIVERS_I2C_DA7219 select GEO_SAR_ENABLE if CHROMEOS_WIFI_SAR + select VBOOT_ALWAYS_ENABLE_DISPLAY
config BOARD_GOOGLE_CORORI bool "-> Corori"