[coreboot-gerrit] Change in coreboot[master]: smmstore: Add a key/val store facility in flash, mediated through SMM

build bot (Jenkins) (Code Review) gerrit at coreboot.org
Thu Jun 28 18:59:32 CEST 2018


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 at google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin at chromium.org>
Gerrit-Reviewer: Patrick Georgi <pgeorgi at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki at gmail.com>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer at coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>
Gerrit-CC: Nico Huber <nico.h at gmx.de>
Gerrit-CC: Patrick Rudolph <siro at das-labor.org>
Gerrit-Comment-Date: Thu, 28 Jun 2018 16:59:32 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180628/84b1be03/attachment.html>


More information about the coreboot-gerrit mailing list