summaryrefslogtreecommitdiffstats
path: root/xyz
diff options
context:
space:
mode:
Diffstat (limited to 'xyz')
-rw-r--r--xyz/openbmc_project/Common/FactoryReset/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/xyz/openbmc_project/Common/FactoryReset/README.md b/xyz/openbmc_project/Common/FactoryReset/README.md
new file mode 100644
index 0000000..13afc66
--- /dev/null
+++ b/xyz/openbmc_project/Common/FactoryReset/README.md
@@ -0,0 +1,19 @@
+# Factory Reset
+
+## Overview
+
+The OpenBMC API defines a factory reset interface, which is intended to be used
+to restore the BMC to its original manufacturer settings. This interface is
+defined generically; it is specifically and variously implemented throughout
+OpenBMC services, which allows these services to be individually restored to
+factory defaults as needed.
+
+More reading for OpenBMC services [here](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Common/FactoryReset/README.md).
+
+## Known Implementations (listed by D-Bus service)
+
+### org.open_power.Software.Host.Updater
+Path: `/xyz/openbmc_project/software`
+The host software updater factory reset immediately clears persistence files
+and any data stored in the read-write and preserved volumes created by the host
+BIOS.
OpenPOWER on IntegriCloud