diff options
author | causten <austenc@us.ibm.com> | 2017-05-31 23:57:30 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-06-21 02:16:18 +0000 |
commit | 3e795f46cf21cd42b339ace043d5d0ec44640b9f (patch) | |
tree | d9456ed9c8f20cea2d489771e619499d069271d6 /README.md | |
parent | 3d75d764ae674041f5ae53128da31f6cadba4827 (diff) | |
download | talos-openbmc-3e795f46cf21cd42b339ace043d5d0ec44640b9f.tar.gz talos-openbmc-3e795f46cf21cd42b339ace043d5d0ec44640b9f.zip |
Add supported features list to README
People have been asking for a list of things OpenBMC
supports. This is a list of operator useable features
along with items that are in progress and additional
features we are looking for support.
Change-Id: I58ceb6aa32bbf68c190ba0eac5419979fbe9aa63
Signed-off-by: Chris Austen <austenc@us.ibm.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -90,6 +90,39 @@ cases. Github. It is recommended you search through the issues before opening a new one. +## Features of OpenBMC ## + +**Feature List** +* REST Management +* IPMI +* SSH based SOL +* Power and Cooling Management +* Event Logs +* Zeroconf discoverable +* Sensors +* Inventory +* LED Management +* Host Watchdog +* Simulation + +**Features In Progress** +* Code Update Support for multiple BMC/BIOS images +* POWER On Chip Controller (OCC) Support +* Full IPMI 2.0 Compliance with DCMI +* Verified Boot +* HTML5 Java Script Web User Interface +* BMC RAS + +**Features Requested but need help** +* OpenCompute Redfish Compliance +* OpenBMC performance monitoring +* cgroup user management and policies +* Remote KVM +* Remote USB +* OpenStack Ironic Integration +* QEMU enhancements + + ## Finding out more ## Dive deeper in to OpenBMC by opening the [docs](https://github.com/openbmc/docs) repository |