#
a46dc4ec |
| 26-Feb-2025 |
Jason M. Bills <jason.m.bills@linux.intel.com> |
Fix build issues with boost 1.87
Update deprecated terminology that was removed in boost 1.87.
Change-Id: I85e6103745f10bcaa0d383e339130fbaac08d8a7 Signed-off-by: Jason M. Bills <jason.m.bills@linu
Fix build issues with boost 1.87
Update deprecated terminology that was removed in boost 1.87.
Change-Id: I85e6103745f10bcaa0d383e339130fbaac08d8a7 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
show more ...
|
#
fae57325 |
| 12-Nov-2024 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Remove duplicated block comments in copyrights
All the copyright headers from the repository seems to have duplicated block comments. Removing them.
Change-Id: I13ab1a10e60de14f740bac52624e1c7ac672
Remove duplicated block comments in copyrights
All the copyright headers from the repository seems to have duplicated block comments. Removing them.
Change-Id: I13ab1a10e60de14f740bac52624e1c7ac672eafc Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
show more ...
|
#
773c9222 |
| 18-Oct-2024 |
Patrick Williams <patrick@stwcx.xyz> |
manager: allow running at non-standard path
Add an optional argument to the daemon to allow the persistent location to be a non-standard path. This enables running the application as a normal user
manager: allow running at non-standard path
Add an optional argument to the daemon to allow the persistent location to be a non-standard path. This enables running the application as a normal user on a developer system rather than requiring it to be installed in a full BMC image.
Tested:
Ran with `biosconfig-manager /tmp/bios-config-manager`:
``` $ busctl --user tree xyz.openbmc_project.BIOSConfigManager └─ /xyz └─ /xyz/openbmc_project └─ /xyz/openbmc_project/bios_config ├─ /xyz/openbmc_project/bios_config/manager └─ /xyz/openbmc_project/bios_config/password ```
Change-Id: I42f688e233060c43983d2690facbb1026e678c77 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
5c7e80d5 |
| 18-Oct-2024 |
Patrick Williams <patrick@stwcx.xyz> |
remove meson.options
The only option in this repository is configuring the location of the persistent file location. This is not ever leveraged by anyone. Reduce the complexity of maintaining a me
remove meson.options
The only option in this repository is configuring the location of the persistent file location. This is not ever leveraged by anyone. Reduce the complexity of maintaining a meson.option to hold a string and just move it to a constant in a header.
Change-Id: I066d88d2831d1d04fd53b47e26cd6fbcabf863d2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
8de46ffb |
| 22-Mar-2023 |
yes <smriti.ayushi@linux.intel.com> |
Clean up
Following commit just covers few spellings and grammatical corrections in src code files and README.
Verified: No impact on oob-bios functionality.
Change-Id: Iaaa1a89186928fbb750c5f38fc1
Clean up
Following commit just covers few spellings and grammatical corrections in src code files and README.
Verified: No impact on oob-bios functionality.
Change-Id: Iaaa1a89186928fbb750c5f38fc163a12597ced08 Signed-off-by: Smriti-Ayushi <smriti.ayushi@linux.intel.com>
show more ...
|
#
1a1dfbd2 |
| 17-Jan-2023 |
Arun Lal K M <arun.lal@intel.com> |
Make BiosConfig run as one service.
As of now BiosConfig runs in two service as seen below. 1) xyz.openbmc_project.biosconfig_manager.service busctl tree xyz.openbmc_project.BIOSConfigManager `-/xyz
Make BiosConfig run as one service.
As of now BiosConfig runs in two service as seen below. 1) xyz.openbmc_project.biosconfig_manager.service busctl tree xyz.openbmc_project.BIOSConfigManager `-/xyz `-/xyz/openbmc_project `-/xyz/openbmc_project/bios_config `-/xyz/openbmc_project/bios_config/manager
2) xyz.openbmc_project.biosconfig_password.service busctl tree xyz.openbmc_project.BIOSConfigPassword `-/xyz `-/xyz/openbmc_project `-/xyz/openbmc_project/bios_config `-/xyz/openbmc_project/bios_config/password
The code changes are to move functionalities of xyz.openbmc_project.biosconfig_password.service to xyz.openbmc_project.biosconfig_manager.service as shown below
busctl tree xyz.openbmc_project.BIOSConfigManager `-/xyz `-/xyz/openbmc_project `-/xyz/openbmc_project/bios_config |-/xyz/openbmc_project/bios_config/manager `-/xyz/openbmc_project/bios_config/password
Tested: Made sure BiosConfig functionality is not affected. Note that calls from bmcweb will now require to use service as xyz.openbmc_project.biosconfig_manager.service
Change-Id: I8adeb57ed3758041b2b9b0d1ddc714e418c4484e Signed-off-by: Arun Lal K M <arun.lal@intel.com>
show more ...
|