commit | b4cf12883ca6fc31038e49a5e3729ffa13954372 | [log] [tgz] |
---|---|---|
author | Zev Weiss <zev@bewilderbeest.net> | Mon Mar 27 13:50:08 2023 -0700 |
committer | Zev Weiss <zev@bewilderbeest.net> | Mon Mar 27 13:56:53 2023 -0700 |
tree | 88c938a2a2c90776c23af102383d81e49c9e90b5 | |
parent | 669d6fdd34a76eb78a280b6701e4eac9a5a9c37c [diff] |
cpp-style: Elaborate on cases for using explicitly-sized types Explicitly-sized types (uintX_t and friends) are sometimes specified in non-hardware interfaces we don't control, so using such types for variables used with such interfaces can be appropriate. Signed-off-by: Zev Weiss <zev@bewilderbeest.net> Change-Id: I6dd09c93b978f8bb9b8748eb4a0c39537f82f0f3
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