| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| architecture/ | H | - | - | 4,576 | 3,614 | |
| designs/ | H | - | - | 20,942 | 16,372 | |
| development/ | H | - | - | 1,609 | 1,200 | |
| logo/ | H | - | - | 50 | 48 | |
| process/ | H | - | - | 274 | 213 | |
| release/metrics/ | H | - | - | 16,628 | 15,655 | |
| security/ | H | - | - | 1,130 | 859 | |
| style/ | H | - | - | 305 | 288 | |
| testing/ | H | - | - | 287 | 213 | |
| tof/ | H | - | - | 251 | 194 | |
| userguide/ | H | - | - | 35 | 26 | |
| .markdownlint.yaml | H A D | 10-Jun-2025 | 108 | 7 | 6 | |
| .prettierrc.yaml | H A D | 12-Dec-2022 | 115 | 8 | 7 | |
| CONTRIBUTING.md | H A D | 24-Sep-2025 | 20.7 KiB | 514 | 366 | |
| IPMITOOL-cheatsheet.md | H A D | 08-Jun-2025 | 9.3 KiB | 356 | 244 | |
| LICENSE | H A D | 24-Oct-2018 | 18.2 KiB | 397 | 305 | |
| Makefile | H A D | 24-Jun-2020 | 477 | 24 | 12 | |
| OWNERS | H A D | 21-Feb-2024 | 2.2 KiB | 74 | 69 | |
| README.md | H A D | 08-Jun-2025 | 1.7 KiB | 53 | 34 | |
| REDFISH-cheatsheet.md | H A D | 17-Sep-2025 | 9 KiB | 275 | 181 | |
| REST-cheatsheet.md | H A D | 30-Jun-2025 | 10.6 KiB | 277 | 193 | |
| SECURITY.md | H A D | 02-Dec-2024 | 2.4 KiB | 60 | 47 | |
| anti-patterns.md | H A D | 30-Jun-2025 | 22.8 KiB | 597 | 426 | |
| cheatsheet.md | H A D | 08-Jun-2025 | 11.9 KiB | 418 | 295 | |
| code-of-conduct.md | H A D | 08-Dec-2022 | 9.3 KiB | 210 | 160 | |
| community-membership.md | H A D | 02-Dec-2024 | 13.9 KiB | 286 | 225 | |
| console.md | H A D | 08-Jun-2025 | 1.2 KiB | 50 | 33 | |
| cpp-style-and-conventions.md | H A D | 08-Jun-2025 | 12.3 KiB | 458 | 338 | |
| discord-rules.md | H A D | 26-Nov-2023 | 1.6 KiB | 31 | 23 | |
| features.md | H A D | 08-Jun-2025 | 4.5 KiB | 98 | 92 | |
| glossary.md | H A D | 08-Dec-2022 | 1.5 KiB | 41 | 27 | |
| host-management.md | H A D | 08-Jun-2025 | 12.6 KiB | 345 | 259 | |
| hw-vendor-repos-policy.md | H A D | 13-May-2024 | 8 KiB | 184 | 133 | |
| kernel-development.md | H A D | 08-Jun-2025 | 5.3 KiB | 142 | 104 | |
| maintainer-workflow.md | H A D | 08-Jun-2025 | 2.2 KiB | 50 | 39 | |
| meta-layer-guidelines.md | H A D | 02-Jun-2025 | 7.8 KiB | 178 | 128 | |
| openbmc-conversion.md | H A D | 08-Dec-2022 | 747 | 19 | 15 | |
| rest-api.md | H A D | 08-Jun-2025 | 12.9 KiB | 432 | 346 | |
| subtree.md | H A D | 08-Dec-2022 | 349 | 8 | 6 | |
| yocto-development.md | H A D | 08-Jun-2025 | 4.5 KiB | 121 | 90 |
README.md
1# OpenBMC documentation 2 3The [OpenBMC project](https://www.openbmc.org/) is a Linux Foundation project 4whose goal is to produce a customizable, open-source firmware stack for 5Baseboard Management Controllers (BMCs). This repository contains documentation 6for OpenBMC as a whole. There may be component-specific documentation in the 7repository for each component. 8 9The [features](features.md) document lists the project's major features with 10links to more information. 11 12## Contact 13 14- Mail: `openbmc@lists.ozlabs.org` <https://lists.ozlabs.org/listinfo/openbmc> 15- List Archive: <https://lore.kernel.org/openbmc/> 16- Discord: <https://discord.gg/69Km47zH98> 17 18## OpenBMC Development 19 20These documents contain details on developing OpenBMC code itself 21 22- [cheatsheet.md](cheatsheet.md): Quick reference for some common development 23 tasks 24 25- [CONTRIBUTING.md](CONTRIBUTING.md): Guidelines for contributing to OpenBMC 26 27- [development tutorials](development/README.md): Tutorials for getting up to 28 speed on OpenBMC development 29 30- [kernel-development.md](kernel-development.md): Reference for common kernel 31 development tasks 32 33## OpenBMC Usage 34 35These documents describe how to use OpenBMC, including using the programmatic 36interfaces to an OpenBMC system. 37 38- [code-update](architecture/code-update): Updating OpenBMC and host platform 39 firmware 40 41- [console.md](console.md): Using the host console 42 43- [host-management.md](host-management.md): Performing host management tasks 44 with OpenBMC 45 46- [rest-api.md](rest-api.md): Introduction to using the OpenBMC REST API 47 48- [REDFISH-cheatsheet.md](REDFISH-cheatsheet.md): Quick reference for some 49 common OpenBMC Redfish commands 50 51- [REST-cheatsheet.md](REST-cheatsheet.md): Quick reference for some common 52 OpenBMC REST API commands 53