Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bios/ | H | - | - | 1,018 | 740 | |
bmc/ | H | - | - | 9,420 | 6,665 | |
common/ | H | - | - | 2,733 | 1,938 | |
cpld/ | H | - | - | 1,470 | 1,181 | |
eeprom-device/ | H | - | - | 992 | 750 | |
i2c-vr/ | H | - | - | 1,206 | 958 | |
subprojects/ | H | - | - | 79 | 57 | |
test/ | H | - | - | 659 | 422 | |
.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 | 26-Feb-2025 | 2.7 KiB | 116 | 93 | |
meson.options | H A D | 26-Feb-2025 | 4.3 KiB | 206 | 177 |
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