Hello Paul Menzel, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/20922
to look at the new patch set (#7).
Change subject: chipset_enable: Add support for C620-series Lewisburg PCH
......................................................................
chipset_enable: Add support for C620-series Lewisburg PCH
This adds PCI IDs for C620-series PCHs and adds
CHIPSET_C620_SERIES_LEWISBURG as a new entry in the ich_chipset enum.
Lewisburg is very similar to Sunrise Point for Flashrom's purposes,
however one important difference is the way the "number of masters" is
interpreted from the flash descriptor (0-based vs. 1-based). There are
also new flash regions defined.
Change-Id: I96c89bc28bdfcd953229c17679f2c28f8b874d0b
Signed-off-by: David Hendricks <dhendricks(a)fb.com>
---
M chipset_enable.c
M ich_descriptors.c
M ichspi.c
M programmer.h
M util/ich_descriptors_tool/ich_descriptors_tool.c
5 files changed, 119 insertions(+), 28 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/22/20922/7
--
To view, visit https://review.coreboot.org/20922
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: staging
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I96c89bc28bdfcd953229c17679f2c28f8b874d0b
Gerrit-Change-Number: 20922
Gerrit-PatchSet: 7
Gerrit-Owner: David Hendricks <david.hendricks(a)gmail.com>
Gerrit-Reviewer: David Hendricks <david.hendricks(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/21090 )
Change subject: Refine rights to create/delete any branches
......................................................................
Patch Set 2:
Build Successful
https://qa.coreboot.org/job/flashrom-customrules/523/ : SUCCESS
--
To view, visit https://review.coreboot.org/21090
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: refs/meta/config
Gerrit-MessageType: comment
Gerrit-Change-Id: Ia8ad1dc3dcdb6e35bfb47cbe437f2f7ea1cc560b
Gerrit-Change-Number: 21090
Gerrit-PatchSet: 2
Gerrit-Owner: Stefan Tauner <stefan.tauner(a)gmx.at>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Stefan Tauner <stefan.tauner(a)gmx.at>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Thu, 24 Aug 2017 09:31:46 +0000
Gerrit-HasComments: No
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/21090 )
Change subject: Refine rights to create/delete any branches
......................................................................
Refine rights to create/delete any branches
Allow creation/deletion of any branches
(instead of just stable/staging) and
give these rights to David, Nico and myself for now.
Change-Id: Ia8ad1dc3dcdb6e35bfb47cbe437f2f7ea1cc560b
Reviewed-on: https://review.coreboot.org/21090
Tested-by: Stefan Tauner <stefan.tauner(a)gmx.at>
Reviewed-by: Patrick Georgi <pgeorgi(a)google.com>
---
M groups
M project.config
2 files changed, 9 insertions(+), 5 deletions(-)
Approvals:
Stefan Tauner: Verified
Patrick Georgi: Looks good to me, approved
diff --git a/groups b/groups
index 3caeb32..5cb19fc 100644
--- a/groups
+++ b/groups
@@ -1,5 +1,6 @@
# UUID Group Name
#
db95ce11b379445ac8c5806ea0b61195555b338d flashrom developers
+user:Nico user/Nico Huber (Nico)
user:dhendrix user/David Hendricks (dhendrix)
user:stefanct user/Stefan Tauner (stefanct)
diff --git a/project.config b/project.config
index e49aeed..a05ec32 100644
--- a/project.config
+++ b/project.config
@@ -31,11 +31,14 @@
header = to
filter = -is:draft
[access "refs/heads/master"]
- create = group user/David Hendricks (dhendrix)
- create = group user/Stefan Tauner (stefanct)
- delete = group user/David Hendricks (dhendrix)
- delete = group user/Stefan Tauner (stefanct)
- exclusiveGroupPermissions = create delete
[access "refs/*"]
label-Verified = -1..+1 group user/Stefan Tauner (stefanct)
submit = group user/Stefan Tauner (stefanct)
+[access "refs/heads/*"]
+ exclusiveGroupPermissions = create delete
+ create = group user/David Hendricks (dhendrix)
+ create = group user/Nico Huber (Nico)
+ create = group user/Stefan Tauner (stefanct)
+ delete = group user/David Hendricks (dhendrix)
+ delete = group user/Nico Huber (Nico)
+ delete = group user/Stefan Tauner (stefanct)
--
To view, visit https://review.coreboot.org/21090
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: refs/meta/config
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia8ad1dc3dcdb6e35bfb47cbe437f2f7ea1cc560b
Gerrit-Change-Number: 21090
Gerrit-PatchSet: 2
Gerrit-Owner: Stefan Tauner <stefan.tauner(a)gmx.at>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Stefan Tauner <stefan.tauner(a)gmx.at>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>