Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bios/ | H | - | - | 971 | 701 | |
bmc/ | H | - | - | 9,425 | 6,672 | |
common/ | H | - | - | 3,045 | 2,167 | |
cpld/ | H | - | - | 1,463 | 1,173 | |
eeprom-device/ | H | - | - | 979 | 740 | |
i2c-vr/ | H | - | - | 3,362 | 2,631 | |
subprojects/ | H | - | - | 79 | 57 | |
test/ | H | - | - | 802 | 530 | |
tpm/ | H | - | - | 490 | 374 | |
.clang-format | H A D | 01-Feb-2025 | 3.7 KiB | 137 | 135 | |
.clang-tidy | H A D | 30-May-2025 | 10.1 KiB | 266 | 263 | |
.gitignore | H A D | 02-Apr-2024 | 68 | 5 | 4 | |
.shellcheck | HD | 03-Feb-2022 | 0 | |||
LICENSE | H A D | 18-Jan-2017 | 11.1 KiB | 202 | 169 | |
OWNERS | H A D | 20-Sep-2024 | 2 KiB | 65 | 60 | |
README.md | H A D | 08-Dec-2022 | 423 | 15 | 9 | |
meson.build | H A D | 28-Jul-2025 | 3.1 KiB | 128 | 105 | |
meson.options | H A D | 21-Sep-2025 | 4.6 KiB | 220 | 189 |
README.md
1# phosphor-bmc-code-mgmt 2 3Phosphor BMC Code Management provides a set of system software management 4applications. More information can be found at 5[Software Architecture](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Software/README.md) 6 7## To Build 8 9To build this package, do the following steps: 10 111. `meson build` 122. `ninja -C build` 13 14To clean the repository run `rm -r build`. 15