commit | f3d60e3d1ec71069a1fd1d793ebc967192e4e07d | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Oct 13 16:08:06 2021 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 06 16:58:45 2021 +0000 |
tree | 03dc0c73bf78342dac9d610282aec1db48a41f48 | |
parent | 94687a164488e63f841e356de6a990f78ad74f38 [diff] |
power-recovery: bmc and system recovery paths Provide a mechanism for the power recovery software to not run in situations where a user has manually intervened to try and recover the system. For example, if a system is unresponsive and a user manually resets it in some way (for example via a pin hole reset), then do not run the power recovery logic. This allows the user to manually work with the system to debug and not worry about it automatically doing things on them. Change-Id: I3bead46df5d7ad4344d47affc066c7e36379e0db Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
The OpenBMC project is a Linux Foundation project whose goal is to produce a customizable, open-source firmware stack for Baseboard Management Controllers (BMCs). This repository contains documentation for OpenBMC as a whole. There may be component-specific documentation in the repository for each component.
The features document lists the project's major features with links to more information.
These documents contain details on developing OpenBMC code itself
cheatsheet.md: Quick reference for some common development tasks
CONTRIBUTING.md: Guidelines for contributing to OpenBMC
development tutorials: Tutorials for getting up to speed on OpenBMC development
kernel-development.md: Reference for common kernel development tasks
These documents describe how to use OpenBMC, including using the programmatic interfaces to an OpenBMC system.
code-update: Updating OpenBMC and host platform firmware
console.md: Using the host console
host-management.md: Performing host management tasks with OpenBMC
rest-api.md: Introduction to using the OpenBMC REST API
REDFISH-cheatsheet.md: Quick reference for some common OpenBMC Redfish commands
REST-cheatsheet.md: Quick reference for some common OpenBMC REST API commands