John Su has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31747
Change subject: mb/google/poppy/variants/nami: Use Pantheon VBT ......................................................................
mb/google/poppy/variants/nami: Use Pantheon VBT
Add new Pantheon sku-id for loading vbt-pantheon.bin
BUG=b:78663963 BRANCH=firmware-nami-10775.B TEST=Boots to OS and display comes up.
Change-Id: Icd56905e1e04de6f307393ae23f741b93ff23a4c Signed-off-by: John Su john_su@compal.corp-partner.google.com --- M src/mainboard/google/poppy/variants/nami/mainboard.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/31747/1
diff --git a/src/mainboard/google/poppy/variants/nami/mainboard.c b/src/mainboard/google/poppy/variants/nami/mainboard.c index 8592cae..e279693 100644 --- a/src/mainboard/google/poppy/variants/nami/mainboard.c +++ b/src/mainboard/google/poppy/variants/nami/mainboard.c @@ -195,6 +195,8 @@ case SKU_0_PANTHEON: case SKU_1_PANTHEON: case SKU_2_PANTHEON: + case SKU_3_PANTHEON: + case SKU_4_PANTHEON: return "vbt-pantheon.bin"; case SKU_0_VAYNE: case SKU_1_VAYNE:
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31747 )
Change subject: mb/google/poppy/variants/nami: Use Pantheon VBT ......................................................................
Patch Set 1: Code-Review+2
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31747 )
Change subject: mb/google/poppy/variants/nami: Use Pantheon VBT ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/31747/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/31747/1//COMMIT_MSG@13 PS1, Line 13: TEST=Boots to OS and display comes up. Before it didn’t come up?
John Su has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31747 )
Change subject: mb/google/poppy/variants/nami: Use Pantheon VBT ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/31747/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/31747/1//COMMIT_MSG@13 PS1, Line 13: TEST=Boots to OS and display comes up.
Before it didn’t come up?
No, it can come up. The vbt.bin change pwm delay setting. So I check display is ok or not. Thanks.
Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31747 )
Change subject: mb/google/poppy/variants/nami: Use Pantheon VBT ......................................................................
Patch Set 1:
Please add the VBT as well.
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31747 )
Change subject: mb/google/poppy/variants/nami: Use Pantheon VBT ......................................................................
Patch Set 1:
second the motion to add the vbt to the repo.
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/31747 )
Change subject: mb/google/poppy/variants/nami: Use Pantheon VBT ......................................................................
mb/google/poppy/variants/nami: Use Pantheon VBT
Add new Pantheon sku-id for loading vbt-pantheon.bin
BUG=b:78663963 BRANCH=firmware-nami-10775.B TEST=Boots to OS and display comes up.
Change-Id: Icd56905e1e04de6f307393ae23f741b93ff23a4c Signed-off-by: John Su john_su@compal.corp-partner.google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/31747 Reviewed-by: Furquan Shaikh furquan@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/poppy/variants/nami/mainboard.c 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Furquan Shaikh: Looks good to me, approved
diff --git a/src/mainboard/google/poppy/variants/nami/mainboard.c b/src/mainboard/google/poppy/variants/nami/mainboard.c index 8592cae..e279693 100644 --- a/src/mainboard/google/poppy/variants/nami/mainboard.c +++ b/src/mainboard/google/poppy/variants/nami/mainboard.c @@ -195,6 +195,8 @@ case SKU_0_PANTHEON: case SKU_1_PANTHEON: case SKU_2_PANTHEON: + case SKU_3_PANTHEON: + case SKU_4_PANTHEON: return "vbt-pantheon.bin"; case SKU_0_VAYNE: case SKU_1_VAYNE: