#
726e100c |
| 30-Jan-2025 |
Patrick Williams <patrick@stwcx.xyz> |
build: use allowed over enabled or not-disabled
Meson feature options are typically in a tri-state of enabled, disabled, or auto. The enabled and disabled functions on an option (from `get_option`)
build: use allowed over enabled or not-disabled
Meson feature options are typically in a tri-state of enabled, disabled, or auto. The enabled and disabled functions on an option (from `get_option`) no longer return true for auto features. Instead, the expectation is to use `allowed()` which is true for both enabled and auto.
Switch all uses of `enabled` to `allowed`. Switch all uses of `not disabled` to `allowed`.
Change-Id: Id589cab6f0a0b49365bc4f6b8a151243fde02dba Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
4a053c8e |
| 26-Nov-2024 |
Alexander Hansen <alexander.hansen@9elements.com> |
fw update: library to create pldm fw package
Implement some helper functions to easily create a pldm fw package in a few lines of user code.
This is helpful for unit testing the code update flow.
fw update: library to create pldm fw package
Implement some helper functions to easily create a pldm fw package in a few lines of user code.
This is helpful for unit testing the code update flow.
The package created is for testing purpose. The library is not fully-featured or complete and should not be relied upon for anything other than the tests in this repo.
https://github.com/openbmc/docs/blob/master/designs/code-update.md
Tested: next few patches in series
Change-Id: If899e5537a2e5ac641544ca80e8876d83549da28 Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
show more ...
|
#
cab87e9c |
| 02-Jan-2025 |
Jagpal Singh Gill <paligill@gmail.com> |
re-organize the current files into bmc directory
More daemons are being developed in phosphor-bmc-code-mgmt repo as part of https://github.com/openbmc/docs/blob/master/designs/code-update.md. For th
re-organize the current files into bmc directory
More daemons are being developed in phosphor-bmc-code-mgmt repo as part of https://github.com/openbmc/docs/blob/master/designs/code-update.md. For this move the current files for BMC code update into bmc subdirectory for a better code organization.
Tested: meson build passes.
Change-Id: I7b5575bcfbe54ac00aa803f94b5d8f6d69ce2f3f Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
show more ...
|