aboutsummaryrefslogtreecommitdiff
path: root/Documentation/drivers/index.md
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-26 16:11:58 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-29 08:58:01 +0000
commitb52cc0e094f228c69d0b6e183bd14a146edd7f2f (patch)
tree757828651bb4ccb84710ec9ebd3c40f5e6a1a52d /Documentation/drivers/index.md
parented50d85576adf8e653efa3511ab62b6d28fd83f9 (diff)
Documentation: Add SMMSTORE documentation
This documents the smmstore API. Change-Id: I992c04c0cf9b3f03755cf3fede2c82c6471a5ef4 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37243 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Documentation/drivers/index.md')
-rw-r--r--Documentation/drivers/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/drivers/index.md b/Documentation/drivers/index.md
index 60e90c3bf6..807ed85ed6 100644
--- a/Documentation/drivers/index.md
+++ b/Documentation/drivers/index.md
@@ -5,3 +5,4 @@ and plugin devices, significantly reducing integration complexity and
they allow to easily reuse existing code accross platforms.
* [IPMI KCS](ipmi_kcs.md)
+* [SMMSTORE](smmstore.md)