Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/29487 )
Change subject: soc/intel/common: Call EC _PTS/_WAK methods if defined
......................................................................
Patch Set 2:
> Patch Set 2:
>
> That seems to be the difference. How do we get the jenkins builders to run "make iasl"?
Ordinarily by pinging Martin and Philip so they update the containers on the build machines that they maintain.
--
To view, visit https://review.coreboot.org/29487
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I6bf83509423c0fb07c4890986a189cf54afaed10
Gerrit-Change-Number: 29487
Gerrit-PatchSet: 2
Gerrit-Owner: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Comment-Date: Wed, 07 Nov 2018 22:02:09 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Hello Caveh Jalali, Duncan Laurie, build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/29538
to look at the new patch set (#2).
Change subject: mb/google/poppy/variant/nocturne: configure SAR irqs to use PLTRST
......................................................................
mb/google/poppy/variant/nocturne: configure SAR irqs to use PLTRST
GPIO's that use GPI_APIC setting with DEEP causes an IRQ storm after
S3 resume. GPIOs that fire IRQs via IOAPIC need to get their logic
reset over PLTRST to prevent IRQ storm after S3 resume and hence
configuring GPP_D9 and GPP_D10 to use PLTRST.
BUG=b:119202293
TEST=none
Change-Id: I98d71100f28fb9bae05db3fb7d9afcb3f81beb43
Signed-off-by: Nick Vaccaro <nvaccaro(a)google.com>
---
M src/mainboard/google/poppy/variants/nocturne/gpio.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/29538/2
--
To view, visit https://review.coreboot.org/29538
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I98d71100f28fb9bae05db3fb7d9afcb3f81beb43
Gerrit-Change-Number: 29538
Gerrit-PatchSet: 2
Gerrit-Owner: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Caveh Jalali <caveh(a)google.com>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/29540 )
Change subject: mb/google/poppy/variant/atlas: config GPP_F10 to use PLTRST
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/29540
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Idc6c42cb4dc6e8eb368d605c83f584f4c69077dc
Gerrit-Change-Number: 29540
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Comment-Date: Wed, 07 Nov 2018 21:22:37 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Nick Vaccaro has uploaded this change for review. ( https://review.coreboot.org/29540
Change subject: mb/google/poppy/variant/atlas: config GPP_F10 to use PLTRST
......................................................................
mb/google/poppy/variant/atlas: config GPP_F10 to use PLTRST
GPIO's that use GPI_APIC setting with DEEP causes an IRQ storm after
S3 resume. GPIOs that fire IRQs via IOAPIC need to get their logic
reset over PLTRST to prevent IRQ storm after S3 resume and hence
configuring GPP_F10 (HP_IRQ_GPIO) to use PLTRST.
BUG=none
TEST=none
Change-Id: Idc6c42cb4dc6e8eb368d605c83f584f4c69077dc
Signed-off-by: Nick Vaccaro <nvaccaro(a)google.com>
---
M src/mainboard/google/poppy/variants/atlas/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/29540/1
diff --git a/src/mainboard/google/poppy/variants/atlas/gpio.c b/src/mainboard/google/poppy/variants/atlas/gpio.c
index 58f7fc5..02c145c 100644
--- a/src/mainboard/google/poppy/variants/atlas/gpio.c
+++ b/src/mainboard/google/poppy/variants/atlas/gpio.c
@@ -273,7 +273,7 @@
/* F9 : I2C4_SCL ==> PCH_I2C4_AUDIO_1V8_SCL */
PAD_CFG_NF_1V8(GPP_F9, NONE, DEEP, NF1),
/* F10 : I2C5_SDA ==> HP_IRQ_GPIO */
- PAD_CFG_GPI_APIC(GPP_F10, 20K_PU, DEEP),
+ PAD_CFG_GPI_APIC(GPP_F10, 20K_PU, PLTRST),
/* F11 : I2C5_SCL ==> SPKR_RST_L */
PAD_CFG_GPO(GPP_F11, 1, RSMRST),
/* F12 : EMMC_CMD */
--
To view, visit https://review.coreboot.org/29540
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc6c42cb4dc6e8eb368d605c83f584f4c69077dc
Gerrit-Change-Number: 29540
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro(a)google.com>
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/29539 )
Change subject: mb/google/sarien: Set runtime IRQs to reset on PLTRST
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/29539
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Iec3706a3b47b54abbacd06081910f389979c330f
Gerrit-Change-Number: 29539
Gerrit-PatchSet: 1
Gerrit-Owner: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Comment-Date: Wed, 07 Nov 2018 21:00:10 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/29538 )
Change subject: mb/google/poppy/variant/nocturne: configure SAR irqs to use PLTRST
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/29538
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I98d71100f28fb9bae05db3fb7d9afcb3f81beb43
Gerrit-Change-Number: 29538
Gerrit-PatchSet: 1
Gerrit-Owner: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Reviewer: Caveh Jalali <caveh(a)google.com>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Nick Vaccaro <nvaccaro(a)google.com>
Gerrit-Comment-Date: Wed, 07 Nov 2018 20:40:56 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes