#
2ab7341b |
| 15-Oct-2024 |
Chris Sides <Christopher.Sides@hpe.com> |
service: device-tree node vpd to d-bus hw id data
A daemon for transferring Viable Product Data (VPD) from device-tree nodes to D-Bus as described in the design doc @ https://gerrit.openbmc.org/c/op
service: device-tree node vpd to d-bus hw id data
A daemon for transferring Viable Product Data (VPD) from device-tree nodes to D-Bus as described in the design doc @ https://gerrit.openbmc.org/c/openbmc/docs/+/66369
and discussed in this Technical Oversight Forum topic @ https://github.com/openbmc/technical-oversight-forum/issues/38
Tested: Ensure 'model' and/or 'serial-number' nodes are populated in /proc/device-tree. Can be hardcoded into platform DTS via linux-kernel recipe if needed.
''' After OBMC boot, calling > busctl introspect xyz.openbmc_project.MachineContext /xyz/openbmc_project/MachineContext
produces the following output:
NAME TYPE SIGNATURE RESULT/VALUE FLAGS ... xyz.openbmc_project.Inventory.Decorator.Asset interface - - - .BuildDate property s "" emits-change writable .Manufacturer property s "" emits-change writable .Model property s "hpe,dl360" emits-change writable .PartNumber property s "" emits-change writable .SerialNumber property s "t5texpl" emits-change writable ...
Note: Writing to one of these properties will update the property on D-Bus without affecting the underlying device-tree node. An 'updated' event will be fired, so Entity-Manager probes monitoring a given property would recognize the new value and key off it. '''
Change-Id: Id52d1fc3b26010c864c7e64d3dfdf0a2b5de9294 Signed-off-by: Chris Sides <Christopher.Sides@hpe.com>
show more ...
|
#
320f6fc2 |
| 04-Sep-2024 |
Patrick Williams <patrick@stwcx.xyz> |
gitignore: add phosphor-dbus-interfaces wrap
The phosphor-dbus-interfaces.wrap file is a redirect due to using phosphor-logging and shouldn't be checked in. Add it to the gitignore to avoid an acci
gitignore: add phosphor-dbus-interfaces wrap
The phosphor-dbus-interfaces.wrap file is a redirect due to using phosphor-logging and shouldn't be checked in. Add it to the gitignore to avoid an accidental inclusion.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I28497b00bf8fbbb22651f95bbf20b0d9288ff053
show more ...
|
#
0ce44701 |
| 04-Sep-2024 |
Patrick Williams <patrick@stwcx.xyz> |
gitignore: clean up old cmake artifacts
A large number of artifacts were in the gitignore file from when the repository used CMake, etc. Clean these out to just the pieces used for Meson.
Signed-o
gitignore: clean up old cmake artifacts
A large number of artifacts were in the gitignore file from when the repository used CMake, etc. Clean these out to just the pieces used for Meson.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8b14dc0251cedbf49376bcc4cf2ada6427192f24
show more ...
|
#
4e98940d |
| 01-Mar-2022 |
Ed Tanous <edtanous@google.com> |
Don't tidy/format files in subproject
This pattern and files are copied from bmcweb.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: If048cbd458bb7e1bcf704daf60cf060af359ef81
|
#
1fb9f3ff |
| 28-Aug-2020 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
docs: Add minimal doxygen setup Add a Doxyfile and the minimum required tags to the sources to make anything useful appear in the documentation. To generate just run: doxygen fr
docs: Add minimal doxygen setup Add a Doxyfile and the minimum required tags to the sources to make anything useful appear in the documentation. To generate just run: doxygen from the project root or doxygen ./Doxyfile. Change-Id: Ie60eb1458586dc0a7843dca69e969b78817260d3 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
#
5a8695b0 |
| 09-Jun-2020 |
Patrick Williams <patrick@stwcx.xyz> |
gitignore: add meson subprojects and build dirs When using meson build and no system-level sdbusplus you end up with untracked files due to the sdbusplus subproject extraction. Add
gitignore: add meson subprojects and build dirs When using meson build and no system-level sdbusplus you end up with untracked files due to the sdbusplus subproject extraction. Add to the gitignore. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idf80042030ac40169641a38fc4c5dbbee51b2712
show more ...
|
#
0a26460f |
| 26-Oct-2019 |
Patrick Venture <venture@google.com> |
add Testing to gitignore Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I65c9c7504dc24d2e91d6bb1902f79c1f11b6fc50
|
#
db5f4557 |
| 07-Oct-2019 |
Josh Lehan <krellan@google.com> |
.gitignore: Adding additional ignored files Adding some common IDE and build products This keeps "git status" output clean Tested: Works as described, does not affect build
.gitignore: Adding additional ignored files Adding some common IDE and build products This keeps "git status" output clean Tested: Works as described, does not affect build Signed-off-by: Josh Lehan <krellan@google.com> Change-Id: I22a9933fd6b5c0f5068174052a477b802086307a
show more ...
|
#
ce66b3ae |
| 08-Aug-2019 |
Patrick Venture <venture@google.com> |
.gitignore: add dependencies and output Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Iaae0c5a33dd1180daa953e423de4c2ce628d6e2f
|
#
3cb5fece |
| 23-Jan-2018 |
James Feist <james.feist@linux.intel.com> |
Move components from proving-ground Move all needed components from proving ground to this repo. Some clean up was done in json files to fix probes as well as some slight modificatio
Move components from proving-ground Move all needed components from proving ground to this repo. Some clean up was done in json files to fix probes as well as some slight modification to readme. Change-Id: I05b7f6459704640c4850420a4573d157500d0aff Signed-off-by: James Feist <james.feist@linux.intel.com>
show more ...
|