Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/30432 )
Change subject: drivers/smmstore: Fix some issues
......................................................................
Patch Set 17:
(2 comments)
https://review.coreboot.org/c/coreboot/+/30432/12/src/drivers/smmstore/store...
File src/drivers/smmstore/store.c:
https://review.coreboot.org/c/coreboot/+/30432/12/src/drivers/smmstore/store...
PS12, Line 106: *rstore = *store_rdev;
This will not work. The incoherent_rdev object needs to persist through the lifetime of its use. […]
Done
https://review.coreboot.org/c/coreboot/+/30432/13/src/drivers/smmstore/store...
File src/drivers/smmstore/store.c:
https://review.coreboot.org/c/coreboot/+/30432/13/src/drivers/smmstore/store...
PS13, Line 118: int smmstore_read_region(void *buf, ssize_t *bufsize)
There are 3 APIs to SMM store from the interface: […]
Done
--
To view, visit
https://review.coreboot.org/c/coreboot/+/30432
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I629be25d2a9b65796ae8f7a700b6bdab57b91b22
Gerrit-Change-Number: 30432
Gerrit-PatchSet: 17
Gerrit-Owner: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Aaron Durbin
adurbin@chromium.org
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Matt DeVillier
matt.devillier@gmail.com
Gerrit-Reviewer: Matthew Garrett
mjg59@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Tue, 26 Nov 2019 13:53:47 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Aaron Durbin
adurbin@chromium.org
Gerrit-MessageType: comment