yongqiang niu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31521
Change subject: google/kukui: Enable config for coreboot display ......................................................................
google/kukui: Enable config for coreboot display
BUG=b:80501386,b:117254947 BRANCH=none TEST=Boots correctly on Kukui
Change-Id: I478e06686158dd77b075bcef8a41763ae26c79f9 Signed-off-by: Yongqiang Niu yongqiang.niu@mediatek.com --- M src/mainboard/google/kukui/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/31521/1
diff --git a/src/mainboard/google/kukui/Kconfig b/src/mainboard/google/kukui/Kconfig index 9f477e5..9d2634a 100644 --- a/src/mainboard/google/kukui/Kconfig +++ b/src/mainboard/google/kukui/Kconfig @@ -37,6 +37,9 @@ select EC_GOOGLE_CHROMEEC_SPI select MAINBOARD_HAS_SPI_TPM_CR50 if VBOOT select MAINBOARD_HAS_TPM2 if VBOOT + select MAINBOARD_HAS_NATIVE_VGA_INIT + select MAINBOARD_FORCE_NATIVE_VGA_INIT + select HAVE_LINEAR_FRAMEBUFFER
config MAINBOARD_DIR string
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31521 )
Change subject: google/kukui: Enable config for coreboot display ......................................................................
Patch Set 1:
Shouldn’t that be added after the driver is added, so the commit ordering be changed?
Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31521 )
Change subject: google/kukui: Enable config for coreboot display ......................................................................
Patch Set 3:
Agree with Paul's comments. @ongqiang, can you move this to latter in the chain? We should add drivers first and then enable config, unless if something will break in compilation.
Hung-Te Lin has uploaded a new patch set (#15) to the change originally created by yongqiang niu. ( https://review.coreboot.org/c/coreboot/+/31521 )
Change subject: mb/google/kukui: Enable config for coreboot display ......................................................................
mb/google/kukui: Enable config for coreboot display
BUG=b:80501386,b:117254947 BRANCH=none TEST=Boots correctly on Kukui
Change-Id: I478e06686158dd77b075bcef8a41763ae26c79f9 Signed-off-by: Yongqiang Niu yongqiang.niu@mediatek.com --- M src/mainboard/google/kukui/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/31521/15
Hung-Te Lin has uploaded a new patch set (#17) to the change originally created by yongqiang niu. ( https://review.coreboot.org/c/coreboot/+/31521 )
Change subject: mb/google/kukui: Enable config for coreboot display ......................................................................
mb/google/kukui: Enable config for coreboot display
BUG=b:80501386,b:117254947 BRANCH=none TEST=Boots correctly on Kukui
Change-Id: I478e06686158dd77b075bcef8a41763ae26c79f9 Signed-off-by: Yongqiang Niu yongqiang.niu@mediatek.com --- M src/mainboard/google/kukui/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/31521/17
Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31521 )
Change subject: mb/google/kukui: Enable config for coreboot display ......................................................................
Patch Set 20: Code-Review+2
Julius Werner has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/31521 )
Change subject: mb/google/kukui: Enable config for coreboot display ......................................................................
mb/google/kukui: Enable config for coreboot display
BUG=b:80501386,b:117254947 BRANCH=none TEST=Boots correctly on Kukui
Change-Id: I478e06686158dd77b075bcef8a41763ae26c79f9 Signed-off-by: Yongqiang Niu yongqiang.niu@mediatek.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/31521 Reviewed-by: Hung-Te Lin hungte@chromium.org Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/kukui/Kconfig 1 file changed, 3 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Hung-Te Lin: Looks good to me, approved
diff --git a/src/mainboard/google/kukui/Kconfig b/src/mainboard/google/kukui/Kconfig index fc86972..863f49e 100644 --- a/src/mainboard/google/kukui/Kconfig +++ b/src/mainboard/google/kukui/Kconfig @@ -38,6 +38,9 @@ select EC_GOOGLE_CHROMEEC_SPI select MAINBOARD_HAS_SPI_TPM_CR50 if VBOOT select MAINBOARD_HAS_TPM2 if VBOOT + select MAINBOARD_HAS_NATIVE_VGA_INIT + select MAINBOARD_FORCE_NATIVE_VGA_INIT + select HAVE_LINEAR_FRAMEBUFFER
config MAINBOARD_DIR string