[coreboot-gerrit] Change in ...coreboot[master]: mb/google/poppy/variant/nami: add the vbt setting for bard sku

Ren Kuo (Code Review) gerrit at coreboot.org
Sat Dec 22 08:11:30 CET 2018


Ren Kuo has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30375


Change subject: mb/google/poppy/variant/nami: add the vbt setting for bard sku
......................................................................

mb/google/poppy/variant/nami: add the vbt setting for bard sku

modify the vbios's eDP signal setting from level0(0dB)
to level1 (3.5dB) for bard

BUG=b:119448457
TEST=Test & measure eDP signal

Change-Id: I0b854a6adad43844282aed61d26e798727b5cb62
Signed-off-by: Ren Kuo <ren.kuo at quanta.corp-partner.google.com>
---
M src/mainboard/google/poppy/variants/nami/mainboard.c
1 file changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/75/30375/1

diff --git a/src/mainboard/google/poppy/variants/nami/mainboard.c b/src/mainboard/google/poppy/variants/nami/mainboard.c
index 0031f53..3d57e40 100644
--- a/src/mainboard/google/poppy/variants/nami/mainboard.c
+++ b/src/mainboard/google/poppy/variants/nami/mainboard.c
@@ -205,6 +205,11 @@
 	case SKU_0_AKALI360:
 	case SKU_1_AKALI360:
 		return "vbt-akali.bin";
+	case SKU_0_BARD:
+	case SKU_1_BARD:
+	case SKU_2_BARD:
+	case SKU_3_BARD:
+		return "vbt-bard.bin";
 	default:
 		return "vbt.bin";
 		break;

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30375
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0b854a6adad43844282aed61d26e798727b5cb62
Gerrit-Change-Number: 30375
Gerrit-PatchSet: 1
Gerrit-Owner: Ren Kuo <ren.kuo at quanta.corp-partner.google.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181222/9d3c9110/attachment-0001.html>


More information about the coreboot-gerrit mailing list