Julius Werner has posted comments on this change. ( https://review.coreboot.org/29465 )
Change subject: security/vboot: Add VB2_LIB to postcar stage if available
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/29465/1/src/security/vboot/Makefile.inc
File src/security/vboot/Makefile.inc:
https://review.coreboot.org/#/c/29465/1/src/security/vboot/Makefile.inc@115
PS1, Line 115: ifeq ($(CONFIG_POSTCAR_STAGE), y)
I don't think you need to guard this, actually. vboot-for-stage will just set up rules culminating up to VB2_LIB_postcar which is added to postcar-srcs. If we're not building a postcar stage, those rules just won't be executed because postcar-srcs isn't added as a dependency to anything.
--
To view, visit https://review.coreboot.org/29465
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: I933d33b0188d1b123bb4735722b6086e7786624f
Gerrit-Change-Number: 29465
Gerrit-PatchSet: 1
Gerrit-Owner: Werner Zeh <werner.zeh(a)siemens.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Julius Werner <jwerner(a)chromium.org>
Gerrit-Comment-Date: Mon, 05 Nov 2018 21:19:29 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/29429 )
Change subject: mb/google/poppy/variant/nocturne: use PLTRST for FPMCU_INT_L
......................................................................
Patch Set 3:
(2 comments)
https://review.coreboot.org/#/c/29429/2/src/mainboard/google/poppy/variants…
File src/mainboard/google/poppy/variants/nocturne/gpio.c:
https://review.coreboot.org/#/c/29429/2/src/mainboard/google/poppy/variants…
PS2, Line 134: PLTRST
If you change this to PLTRST, doesn't it reset the GPIO state on entry into S3? which would prevent the device from waking the system?
https://review.coreboot.org/#/c/29429/2/src/mainboard/google/poppy/variants…
PS2, Line 138: PLTRST
So does it mean that there was some pending interrupt that wasn't getting handled by the kernel driver? And hence resetting the GPIO state prevents that interrupt from happening and hence the storm?
--
To view, visit https://review.coreboot.org/29429
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: I008532fce963c51a435378001440ac72b5ebfffc
Gerrit-Change-Number: 29429
Gerrit-PatchSet: 3
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>
Gerrit-Comment-Date: Mon, 05 Nov 2018 20:53:42 +0000
Gerrit-HasComments: Yes
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/29429
to look at the new patch set (#3).
Change subject: mb/google/poppy/variant/nocturne: use PLTRST for FPMCU_INT_L
......................................................................
mb/google/poppy/variant/nocturne: use PLTRST for FPMCU_INT_L
GPP_C9 and GPP_C11 were set to DEEP, causing problems with S3.
Changed GPP_C9 and GPP_C11 configuration to use PLTRST instead.
BUG=b:114196791
TEST=Build, flash, boot nocturne, log in to kernel and execute
the following two commands and verify it passes :
echo 0 > /var/lib/power_manager/suspend_to_idle && restart powerd
sudo suspend_stress_test -c 2
Change-Id: I008532fce963c51a435378001440ac72b5ebfffc
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/29/29429/3
--
To view, visit https://review.coreboot.org/29429
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: I008532fce963c51a435378001440ac72b5ebfffc
Gerrit-Change-Number: 29429
Gerrit-PatchSet: 3
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>
Hello Caveh Jalali, Duncan Laurie, build bot (Jenkins), Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/29429
to look at the new patch set (#2).
Change subject: mb/google/poppy/variant/nocturne: use PLTRST for GPP_C11
......................................................................
mb/google/poppy/variant/nocturne: use PLTRST for GPP_C11
GPP_C11 was set to DEEP, causing problems with S3.
Changed GPP_C11 configuration to use PLTRST instead.
BUG=b:114196791
TEST=Build, flash, boot nocturne, log in to kernel and execute
the following two commands and verify it passes :
echo 0 > /var/lib/power_manager/suspend_to_idle && restart powerd
sudo suspend_stress_test -c 2
Change-Id: I008532fce963c51a435378001440ac72b5ebfffc
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/29/29429/2
--
To view, visit https://review.coreboot.org/29429
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: I008532fce963c51a435378001440ac72b5ebfffc
Gerrit-Change-Number: 29429
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>
Lijian Zhao has posted comments on this change. ( https://review.coreboot.org/29482 )
Change subject: vendorcode/intel/fsp/fsp2.0/glk: Add PmicPmcIpcCtrl
......................................................................
Patch Set 1:
> I thought GLK will have fsp header upgrade from github directly
> ....
Not yet, just checked
--
To view, visit https://review.coreboot.org/29482
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: I8dc38d2a2a33829efb0083de91a367e048188ee9
Gerrit-Change-Number: 29482
Gerrit-PatchSet: 1
Gerrit-Owner: John Zhao <john.zhao(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Comment-Date: Mon, 05 Nov 2018 20:29:57 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Lijian Zhao has posted comments on this change. ( https://review.coreboot.org/29482 )
Change subject: vendorcode/intel/fsp/fsp2.0/glk: Add PmicPmcIpcCtrl
......................................................................
Patch Set 1:
I thought GLK will have fsp header upgrade from github directly ....
--
To view, visit https://review.coreboot.org/29482
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: I8dc38d2a2a33829efb0083de91a367e048188ee9
Gerrit-Change-Number: 29482
Gerrit-PatchSet: 1
Gerrit-Owner: John Zhao <john.zhao(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Lijian Zhao <lijian.zhao(a)intel.com>
Gerrit-Comment-Date: Mon, 05 Nov 2018 20:12:41 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No