summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/runtime/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/secureboot/runtime/README.md')
-rw-r--r--src/usr/secureboot/runtime/README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/usr/secureboot/runtime/README.md b/src/usr/secureboot/runtime/README.md
new file mode 100644
index 000000000..552ca9b6f
--- /dev/null
+++ b/src/usr/secureboot/runtime/README.md
@@ -0,0 +1,21 @@
+# **'runtime'** Secureboot Services in Hostboot
+This directory implements a small, select subset of core secureboot-related
+ functionality that Hostboot provides at runtime, ie as part of
+ Hostboot runtime services.
+
+## Files
+
+* __makefile__
+ * Standard Hostboot makefile
+
+* __[README.md](./README.md)__
+ * This file
+
+* __rt_secureboot.C__
+ * This file implements several secureboot functions for hostboot runtime
+ services
+
+## sub-directories
+* __test__
+ * Standard Hostboot test directory that implements CXX Unit Tests
+
OpenPOWER on IntegriCloud