commit | c742fe86feb532c266d1aa6582ea82c457644f01 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 29 20:21:39 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Oct 03 15:19:22 2022 +0000 |
tree | b4c9807ab46c02267730d349614c7bfa57d6a2a7 | |
parent | ba68be6a20e69cabcdbb27f22d4c148b21c843a0 [diff] |
clang-format: tweak alignment settings We already use 'PointerAlignment: Left'. clang-13 and clang-14 added 'QualifierAlignment' and 'ReferenceAlignment' options. Set those to left similarly. QualifierAlignment sets: * `const int` - right * `int const` - wrong ReferenceAlignment sets: * `int& foo` - right * `int &foo` - wrong Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I17f2457b10682513ed5d824ce8c506dee833a744
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