Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
architecture/ | H | 13-Nov-2024 | - | 4,582 | 3,608 | |
designs/ | H | 01-Nov-2024 | - | 19,272 | 15,023 | |
development/ | H | 27-Apr-2024 | - | 1,567 | 1,195 | |
logo/ | H | 25-Aug-2021 | - | 50 | 48 | |
process/ | H | 19-Dec-2023 | - | 274 | 213 | |
release/metrics/ | H | 23-May-2023 | - | 16,628 | 15,655 | |
security/ | H | 07-Jun-2024 | - | 1,127 | 853 | |
style/ | H | 13-May-2023 | - | 284 | 274 | |
testing/ | H | 08-Dec-2022 | - | 284 | 210 | |
tof/ | H | 02-Oct-2024 | - | 250 | 193 | |
userguide/ | H | 07-Mar-2021 | - | 35 | 26 | |
.markdownlint.yaml | H A D | 04-Apr-2023 | 45 | 4 | 3 | |
.prettierrc.yaml | H A D | 04-Apr-2023 | 115 | 8 | 7 | |
CONTRIBUTING.md | H A D | 22-Jan-2024 | 19.2 KiB | 481 | 337 | |
IPMITOOL-cheatsheet.md | H A D | 08-Dec-2022 | 9.3 KiB | 368 | 250 | |
LICENSE | H A D | 07-Mar-2021 | 18.2 KiB | 397 | 305 | |
Makefile | H A D | 07-Mar-2021 | 477 | 24 | 12 | |
OWNERS | H A D | 22-Feb-2024 | 2.2 KiB | 74 | 69 | |
README.md | H A D | 08-Dec-2022 | 1.7 KiB | 53 | 34 | |
REDFISH-cheatsheet.md | H A D | 18-Sep-2024 | 6.5 KiB | 217 | 141 | |
REST-cheatsheet.md | H A D | 16-Mar-2023 | 10.8 KiB | 281 | 193 | |
SECURITY.md | H A D | 07-Jun-2024 | 2.4 KiB | 59 | 46 | |
anti-patterns.md | H A D | 19-Jan-2024 | 23.5 KiB | 627 | 447 | |
cheatsheet.md | H A D | 08-Dec-2022 | 11.8 KiB | 403 | 295 | |
code-of-conduct.md | H A D | 08-Dec-2022 | 9.3 KiB | 210 | 160 | |
community-membership.md | H A D | 07-Jun-2024 | 13.9 KiB | 285 | 224 | |
console.md | H A D | 08-Dec-2022 | 1.2 KiB | 44 | 26 | |
cpp-style-and-conventions.md | H A D | 15-Jul-2023 | 12.3 KiB | 458 | 338 | |
discord-rules.md | H A D | 29-Nov-2023 | 1.6 KiB | 31 | 23 | |
features.md | H A D | 07-Jun-2024 | 4.6 KiB | 101 | 95 | |
glossary.md | H A D | 08-Dec-2022 | 1.5 KiB | 41 | 27 | |
host-management.md | H A D | 08-Dec-2022 | 12.5 KiB | 323 | 237 | |
hw-vendor-repos-policy.md | H A D | 19-Jul-2024 | 8 KiB | 184 | 133 | |
kernel-development.md | H A D | 08-Dec-2022 | 5.3 KiB | 142 | 104 | |
maintainer-workflow.md | H A D | 08-Dec-2022 | 2.2 KiB | 50 | 39 | |
meta-layer-guidelines.md | H A D | 08-Dec-2022 | 6.9 KiB | 158 | 114 | |
openbmc-conversion.md | H A D | 08-Dec-2022 | 747 | 19 | 15 | |
rest-api.md | H A D | 16-Mar-2023 | 12.8 KiB | 409 | 331 | |
subtree.md | H A D | 08-Dec-2022 | 349 | 8 | 6 | |
yocto-development.md | H A D | 08-Dec-2022 | 4.4 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