HAOUAS Elyes has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/30377 )
Change subject: x86/smm/smmhandler.S: Use tabs instead of white spaces
......................................................................
x86/smm/smmhandler.S: Use tabs instead of white spaces
Change-Id: I7a10ddf79cf457b5dde21714b13890fc9510e7ce
Signed-off-by: Elyes HAOUAS <ehaouas(a)noos.fr>
---
M src/cpu/x86/smm/smmhandler.S
1 file changed, 29 insertions(+), 29 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/30377/2
--
To view, visit https://review.coreboot.org/c/coreboot/+/30377
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I7a10ddf79cf457b5dde21714b13890fc9510e7ce
Gerrit-Change-Number: 30377
Gerrit-PatchSet: 2
Gerrit-Owner: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-MessageType: newpatchset
Ren Kuo has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30375 )
Change subject: mb/google/poppy/variant/nami: add the vbt setting for bard sku
......................................................................
Patch Set 1: Code-Review+1
--
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(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Ren Kuo <ren.kuo(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: Shelley Chen <shchen(a)google.com>
Gerrit-Comment-Date: Sat, 22 Dec 2018 07:12:28 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
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(a)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(a)quanta.corp-partner.google.com>
Gerrit-MessageType: newchange
Maulik V Vaghela has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30364 )
Change subject: mb/google/hatch: Enable IGD (Integrated GFX Device)
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/30364/1/src/mainboard/google/hatch/variants…
File src/mainboard/google/hatch/variants/baseboard/devicetree.cb:
https://review.coreboot.org/#/c/30364/1/src/mainboard/google/hatch/variants…
PS1, Line 31: SkipExtGfxScan
> just to confirm we don't want FSP to scan for external display ? […]
Yes
Most of google board has this UPD enabled. I think we don't want to enable external display during boot phase.
--
To view, visit https://review.coreboot.org/c/coreboot/+/30364
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I607199590d793a70e1e20bb3241fc34467aa829d
Gerrit-Change-Number: 30364
Gerrit-PatchSet: 1
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Maulik V Vaghela <maulik.v.vaghela(a)intel.com>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Sat, 22 Dec 2018 07:00:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-MessageType: comment