commit | 6e9fb1d6ec428d1cc05c78b9b394b214b46c0364 | [log] [tgz] |
---|---|---|
author | Lei YU <yulei.sh@bytedance.com> | Fri Feb 19 18:01:40 2021 +0800 |
committer | Lei YU <yulei.sh@bytedance.com> | Tue Mar 23 20:30:02 2021 +0800 |
tree | 6a5e8bc15395e3a278dcc25dba0e5601e82ece25 | |
parent | b412bd1db42087c3d6c9c59c6e62dd75e2382045 [diff] |
Add BIOS DBus object When HOST_BIOS_UPGRADE is enabled, create the "default" BIOS DBus object so that it could be used for other services. Typically, the BIOS version is sent from BIOS via OEM ipmi command, and the oem handler could set the BIOS version accordingly. When the BIOS is updated, this service could directly set the BIOS version as well. Tested: Verify the BIOS activation/version object is created on DBus. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I10d7b9a035d6a6f649fc5950f37e8fdb0db70176
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.