Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/27265 )
Change subject: nocturne: Do not set 4 LSB of SX9310 CRTL0
......................................................................
Patch Set 2:
Lot of unrelated changes got into this CL.
--
To view, visit https://review.coreboot.org/27265
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: I9e10f5570ac82124f7f4b5cc7aaad27da0c578be
Gerrit-Change-Number: 27265
Gerrit-PatchSet: 2
Gerrit-Owner: Gwendal Grignou <gwendal(a)chromium.org>
Gerrit-CC: Furquan Shaikh <furquan(a)google.com>
Gerrit-Comment-Date: Thu, 28 Jun 2018 17:15:38 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Gwendal Grignou has uploaded a new patch set (#2). ( https://review.coreboot.org/27265 )
Change subject: nocturne: Do not set 4 LSB of SX9310 CRTL0
......................................................................
nocturne: Do not set 4 LSB of SX9310 CRTL0
These bits start the acquisition process. They should only be set by the
driver.
BUG=b:74363445
TEST=compile
Change-Id: I9e10f5570ac82124f7f4b5cc7aaad27da0c578be
Signed-off-by: Gwendal Grignou <gwendal(a)chromium.org>
---
M 3rdparty/arm-trusted-firmware
M 3rdparty/blobs
M 3rdparty/chromeec
M 3rdparty/libgfxinit
M 3rdparty/libhwbase
M 3rdparty/vboot
M src/mainboard/google/poppy/variants/nocturne/devicetree.cb
M util/nvidia/cbootimage
8 files changed, 9 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/27265/2
--
To view, visit https://review.coreboot.org/27265
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: I9e10f5570ac82124f7f4b5cc7aaad27da0c578be
Gerrit-Change-Number: 27265
Gerrit-PatchSet: 2
Gerrit-Owner: Gwendal Grignou <gwendal(a)chromium.org>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/25182 )
Change subject: smmstore: Add a key/val store facility in flash, mediated through SMM
......................................................................
Patch Set 7: Verified-1
Build Unstable
https://qa.coreboot.org/job/coreboot-gerrit/75488/ : UNSTABLE
https://qa.coreboot.org/job/coreboot-checkpatch/29532/ : SUCCESS
--
To view, visit https://review.coreboot.org/25182
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: I9553922f9dfa60b9d4b3576973ad4b84d3fe2fb5
Gerrit-Change-Number: 25182
Gerrit-PatchSet: 7
Gerrit-Owner: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-CC: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Thu, 28 Jun 2018 17:02:42 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/25182 )
Change subject: smmstore: Add a key/val store facility in flash, mediated through SMM
......................................................................
Patch Set 7:
(5 comments)
https://review.coreboot.org/#/c/25182/7/src/drivers/smmstore/store.c
File src/drivers/smmstore/store.c:
https://review.coreboot.org/#/c/25182/7/src/drivers/smmstore/store.c@185
PS7, Line 185: if (rdev_writeat(&store, &key_sz, end, 4) != 4) {
braces {} are not necessary for single statement blocks
https://review.coreboot.org/#/c/25182/7/src/drivers/smmstore/store.c@189
PS7, Line 189: if (rdev_writeat(&store, &value_sz, end, 4) != 4) {
braces {} are not necessary for single statement blocks
https://review.coreboot.org/#/c/25182/7/src/drivers/smmstore/store.c@193
PS7, Line 193: if (rdev_writeat(&store, key, end, key_sz) != key_sz) {
braces {} are not necessary for single statement blocks
https://review.coreboot.org/#/c/25182/7/src/drivers/smmstore/store.c@197
PS7, Line 197: if (rdev_writeat(&store, value, end, value_sz) != value_sz) {
braces {} are not necessary for single statement blocks
https://review.coreboot.org/#/c/25182/7/src/drivers/smmstore/store.c@202
PS7, Line 202: if (rdev_writeat(&store, &nul, end, 1) != 1) {
braces {} are not necessary for single statement blocks
--
To view, visit https://review.coreboot.org/25182
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: I9553922f9dfa60b9d4b3576973ad4b84d3fe2fb5
Gerrit-Change-Number: 25182
Gerrit-PatchSet: 7
Gerrit-Owner: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-CC: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Thu, 28 Jun 2018 16:59:32 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/25182 )
Change subject: smmstore: Add a key/val store facility in flash, mediated through SMM
......................................................................
Patch Set 6:
Build Unstable
https://qa.coreboot.org/job/coreboot-gerrit/75485/ : UNSTABLE
https://qa.coreboot.org/job/coreboot-checkpatch/29530/ : SUCCESS
--
To view, visit https://review.coreboot.org/25182
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: I9553922f9dfa60b9d4b3576973ad4b84d3fe2fb5
Gerrit-Change-Number: 25182
Gerrit-PatchSet: 6
Gerrit-Owner: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Nico Huber <nico.h(a)gmx.de>
Gerrit-CC: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Thu, 28 Jun 2018 16:23:51 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No