#
0e78828c |
| 31-Jan-2025 |
Patrick Williams <patrick@stwcx.xyz> |
regenerate-meson: enable meson formatting
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I5bc2c84cf2ebb3a8d64c96bf3c02e4f34d1f28dd
|
#
7f154004 |
| 03-Jan-2025 |
Patrick Williams <patrick@stwcx.xyz> |
build: support registry generation
sdbus++-gen-meson version 10 adds support for redfish registry generation and greatly simplifies the install directives.
Regenerate the YAML meson files and modif
build: support registry generation
sdbus++-gen-meson version 10 adds support for redfish registry generation and greatly simplifies the install directives.
Regenerate the YAML meson files and modify the base meson.build as necessary. Also, format meson.build with `meson format`.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I77586fca7742d5468803913cb45276ca57271655
show more ...
|
#
43006dd7 |
| 19-Sep-2024 |
Patrick Williams <patrick@stwcx.xyz> |
sdbusplus: update meson to v8 format
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6f2e86dcba09e76512ec56143ef4554b1ff7b58a
|
#
11335246 |
| 12-Sep-2022 |
Patrick Williams <patrick@stwcx.xyz> |
gen: update due to sdbusplus-gen-meson change
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I9491eb608d9c6849b3e39fe212054a3651bfb824
|
#
b1b4d261 |
| 05-Jun-2021 |
William A. Kennington III <wak@google.com> |
treewide: Create yaml directory
This allows the propagated yamldir paramter to work correctly in subproject style builds. We don't want other files in the project conflicting with tools that scan th
treewide: Create yaml directory
This allows the propagated yamldir paramter to work correctly in subproject style builds. We don't want other files in the project conflicting with tools that scan the yamldir.
Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
2600affc |
| 05-Jun-2021 |
William A. Kennington III <wak@google.com> |
build: Regenerate meson for sdbus++ update
Change-Id: I6c7b9fc22d7acf593c268713b2ef837ab983b956 Signed-off-by: William A. Kennington III <wak@google.com>
|
#
16599e2d |
| 15-Apr-2021 |
Patrick Williams <patrick@stwcx.xyz> |
build: regenerate meson with latest sdbusplus version
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Idb01b777bb90b165c906aacad24b0d3c9b0e93d2
|
#
ed45963e |
| 18-Dec-2020 |
Patrick Williams <patrick@stwcx.xyz> |
build: regenerate meson for stable-sort
There was a small tweak to the sdbusplus script so that the sort becomes stable. Regenerate meson from that.
Signed-off-by: Patrick Williams <patrick@stwcx.
build: regenerate meson for stable-sort
There was a small tweak to the sdbusplus script so that the sort becomes stable. Regenerate meson from that.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I15a4645efdad781d28496f30e787c411a62073b0
show more ...
|
#
a7a6db3f |
| 03-Dec-2020 |
Patrick Williams <patrick@stwcx.xyz> |
VR: add meson files
New interface was added without a corresponding meson update.
fixes f7b0e07121a5ff287c7d8ffac411b732e592ae05
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I02c
VR: add meson files
New interface was added without a corresponding meson update.
fixes f7b0e07121a5ff287c7d8ffac411b732e592ae05
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I02c88ddb5a5ffdde1865655393154771649b35f7
show more ...
|
#
1d4979c7 |
| 10-Sep-2020 |
Jonathan Doman <jonathan.doman@intel.com> |
Add OperatingConfig interfaces
In order to advertise Intel Speed Select capabilities through the Redfish OperatingConfig resources (schema 2020.2), define D-Bus interfaces so that the Redfish server
Add OperatingConfig interfaces
In order to advertise Intel Speed Select capabilities through the Redfish OperatingConfig resources (schema 2020.2), define D-Bus interfaces so that the Redfish server can get properties from the application which does the Speed Select discovery. Speed Select provides a set of processor-specific power and frequency profiles. Currently, the only known use case of this interface is for a Redfish client to view the profile attributes and select a profile. Hence, the interface resembles the Redfish schema.
The intended intitial use case is that for supported CPUs, CurrentOperatingConfig will be implemented on cpu objects (under inventory/ tree), and child objects under each cpu will implement OperatingConfig. For example: |-/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0 | =xyz.openbmc_project.Control.Processor.CurrentOperatingConfig | |-/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/config0 | =xyz.openbmc_project.Inventory.Item.Cpu.OperatingConfig | |-/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0/config3 =xyz.openbmc_project.Inventory.Item.Cpu.OperatingConfig
Signed-off-by: Jonathan Doman <jonathan.doman@intel.com> Change-Id: I1663729c274aeaa5c3e78388690e9c6dd4aa3570
show more ...
|
#
d9632146 |
| 24-Jun-2020 |
Patrick Williams <patrick@stwcx.xyz> |
build: add sdbus++-gen-meson generated files
Use the tool to generate the meson.build files for the current tree of interfaces, but do not utilize them yet. Add a small helper tool to regenerate as
build: add sdbus++-gen-meson generated files
Use the tool to generate the meson.build files for the current tree of interfaces, but do not utilize them yet. Add a small helper tool to regenerate as needed.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie1f68984e5b01dcab661863d2ac719d0e3cd45c1
show more ...
|