commit | 9746aeb8ea2c73bb4802197406aa8342ffd1138f | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Apr 22 09:46:33 2022 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 22 15:13:20 2022 +0000 |
tree | b1903cfdb0647310509a65fb81d8ee0de8587e0c | |
parent | 1f45b3001f01e56226f74f6e1f272ff4adc70874 [diff] |
Make layer-guidelines a real markdown document Add headers/anchors. This facilitates easy copy & paste of links to specific sections of the document. Remove periods from new headers because markdownlint doesn't allow that. Reword the EXTRA_OEMAKE guideline so it fits on a single line. Add bolding and linebreaks around **why?** and **What should I do instead?**. The intent seems to have been to have these render on their own line (bold and not H3 because markdownlint does not allow multiple headings with the same content). Add linebreaks in other places where the intent was for a new paragraph to be rendered(I think?). Change {autorev} to make it look more like it actually appears in the code. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: Ib49d9e1079ff3a8b27c788ae34e1868a01cffc8f
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