Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37244 )
Change subject: Documentation/4.12-relnotes.md: Add SMMSTORE as production ready ......................................................................
Documentation/4.12-relnotes.md: Add SMMSTORE as production ready
Change-Id: I9fa0473dd8ab9d0476400fc2f40c684db0188fc3 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M Documentation/releases/coreboot-4.12-relnotes.md 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/37244/1
diff --git a/Documentation/releases/coreboot-4.12-relnotes.md b/Documentation/releases/coreboot-4.12-relnotes.md index f9c5f7e..155dc13 100644 --- a/Documentation/releases/coreboot-4.12-relnotes.md +++ b/Documentation/releases/coreboot-4.12-relnotes.md @@ -13,4 +13,9 @@ Significant changes -------------------
+### SMMSTORE is now production ready + +See [smmstore](../drivers/smmstore.md) for the documentation on the API. + ### Add significant changes here +
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37244
to look at the new patch set (#3).
Change subject: Documentation/4.12-relnotes.md: Add SMMSTORE as production ready ......................................................................
Documentation/4.12-relnotes.md: Add SMMSTORE as production ready
Change-Id: I9fa0473dd8ab9d0476400fc2f40c684db0188fc3 Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M Documentation/releases/coreboot-4.12-relnotes.md 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/37244/3
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37244 )
Change subject: Documentation/4.12-relnotes.md: Add SMMSTORE as production ready ......................................................................
Patch Set 3: Code-Review+2
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37244 )
Change subject: Documentation/4.12-relnotes.md: Add SMMSTORE as production ready ......................................................................
Patch Set 4: Code-Review+1
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37244 )
Change subject: Documentation/4.12-relnotes.md: Add SMMSTORE as production ready ......................................................................
Documentation/4.12-relnotes.md: Add SMMSTORE as production ready
Change-Id: I9fa0473dd8ab9d0476400fc2f40c684db0188fc3 Signed-off-by: Arthur Heymans arthur@aheymans.xyz Reviewed-on: https://review.coreboot.org/c/coreboot/+/37244 Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Patrick Georgi pgeorgi@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M Documentation/releases/coreboot-4.12-relnotes.md 1 file changed, 4 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve
diff --git a/Documentation/releases/coreboot-4.12-relnotes.md b/Documentation/releases/coreboot-4.12-relnotes.md index f9c5f7e..7943aa7 100644 --- a/Documentation/releases/coreboot-4.12-relnotes.md +++ b/Documentation/releases/coreboot-4.12-relnotes.md @@ -13,4 +13,8 @@ Significant changes -------------------
+### SMMSTORE is now production ready + +See [smmstore](../drivers/smmstore.md) for the documentation on the API. + ### Add significant changes here