commit | 124203de325c5588ed0e11e65f087e183ef18b23 | [log] [tgz] |
---|---|---|
author | Brendan Higgins <brendanhiggins@google.com> | Mon Oct 31 18:44:58 2016 -0700 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 01 19:40:30 2017 +0000 |
tree | 273108532be282aa1ed71876bb4a977df8516655 | |
parent | c9e1680a25f665bed1c4c2c85594ce4f2cca3350 [diff] |
MAINTAINERS: added MAINTAINERS file Added MAINTAINERS file to denote who are the maintainers/experts/reviewers within the OpenBMC org. The MAINTAINERS were chosen by who the current person fulfilling the role of maintainer is (Joel Stanley in the case of the kernel, Patrick Williams in the case of most other things, etc) and another maintainer was chosen as a backup, usually the largest or second largest contributor by commit count. Reviewers (experts) for most repos were chosen based on the amount of commits made by that person to the given repo; although this is by no means ideal and will likely change, it provides a starting place. Ideally, in the future, not only will reviewers and maintainers be chosen in a more reasonable manner, but they will be chosen along a more appropriate granularity than git repository (maybe just a sub-tree in a repo). Change-Id: I1a9cf14b09ef82980bc898c6753189ac98381f4d Signed-off-by: Brendan Higgins <brendanhiggins@google.com>
This repository contains documentation for OpenBMC as a whole. There may be component-specific documentation in the repository for each component.
These documents describe how to use OpenBMC, including using the programmatic interfaces to an OpenBMC system.
rest-api.md: Introduction to using the OpenBMC REST API
console.md: Using the host console
host-management.md: Performing host management tasks with OpenBMC
code-update.md: Updating OpenBMC and host platform firmware
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
dbus-interfaces.md: Reference for APIs exposed to dbus
kernel-development.md: Reference for common kernel development tasks
The OpenBMC project's aim is to create a highly extensible framework for BMC software and implement for data-center computer systems.
We have a few high-level objectives:
The OpenBMC framework must be extensible, easy to learn, and usable in a variety of programming languages.
Provide a REST API for external management, and allow for "pluggable" interfaces for other types of management interactions.
Provide a remote host console, accessible over the network
Persist network configuration settable from REST interface and host
Provide a robust solution for RTC management, exposed to the host.
Compatible with host firmware implementations for basic IPMI communication between host and BMC
Provide a flexible and hierarchical inventory tracking component
Maintain a sensor database and track thresholds