a7ef9984 | 12-Sep-2024 |
Peter Yin <peter.yin@quantatw.com> |
configurations: minerva pttv: revise bus number
revise pttv temperature bus number.
Change-Id: I8ad092aea92675bab99a5619a14a398019f566bd Signed-off-by: Peter Yin <peter.yin@quantatw.com> |
bdc76dac | 15-May-2024 |
Potin Lai <potin.lai@quantatw.com> |
configurations: Add Catalina system config
Introduce initial configuration files for Catalina system.
Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I8402c19a88e875b39d4e5f6535379ee26
configurations: Add Catalina system config
Introduce initial configuration files for Catalina system.
Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I8402c19a88e875b39d4e5f6535379ee269965f16
show more ...
|
3bfc30c8 | 28-Aug-2024 |
Daniel Hsu <Daniel-Hsu@quantatw.com> |
configurations: update harma_mb_vr_infineon.json
update Harma MB second source threshold and power state
1. Add CPU, DIMM temperature LCR threshold 2. Update most of sensors' the power state 3. Upd
configurations: update harma_mb_vr_infineon.json
update Harma MB second source threshold and power state
1. Add CPU, DIMM temperature LCR threshold 2. Update most of sensors' the power state 3. Update Inventory.Decorator
Change-Id: Ie6780da4f710060fd90d0807a5ba1fc89f41732f Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>
show more ...
|
ceeba893 | 28-Aug-2024 |
Daniel Hsu <Daniel-Hsu@quantatw.com> |
configurations: update harma_mb.json
update Harma MB threshold and power state
1. Add CPU, DIMM temperature LCR threshold 2. Update the power state for most sensors
Change-Id: I3816ca4e213cfa75eef
configurations: update harma_mb.json
update Harma MB threshold and power state
1. Add CPU, DIMM temperature LCR threshold 2. Update the power state for most sensors
Change-Id: I3816ca4e213cfa75eef12dea8960e1b36e1195d6 Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>
show more ...
|
a037dd65 | 11-Sep-2024 |
Ingrid Chen <ingrid.chen.wiwynn@gmail.com> |
schemas: Add Inventory.Item.Storage interface
This commit adds the Item.Storage interface as described in [1].
Support the BSM with the `xyz.openbmc_project.Inventory.Item.Storage` interface to lab
schemas: Add Inventory.Item.Storage interface
This commit adds the Item.Storage interface as described in [1].
Support the BSM with the `xyz.openbmc_project.Inventory.Item.Storage` interface to label the hardware type.
[1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Item/Storage.interface.yaml
Change-Id: I0655987262cd13aff32b376f8aa8baeff498afa4 Signed-off-by: Ingrid Chen <ingrid.chen.wiwynn@gmail.com>
show more ...
|
54f40384 | 10-Sep-2024 |
Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com> |
configurations: yosemite4: Revise sensors' threshold on Medusa Board
Revised the threshold value for the following sensors on Medusa board according to hardware team's calculation.
- MEDUSA_ADC_48V
configurations: yosemite4: Revise sensors' threshold on Medusa Board
Revised the threshold value for the following sensors on Medusa board according to hardware team's calculation.
- MEDUSA_ADC_48V_SENSE_VOLT_V - MEDUSA_48VHSC0_CURR_A - MEDUSA_48VHSC1_CURR_A - MEDUSA_12VEFFUSE_INPUT_PWR_W - MEDUSA_48VHSC0_INPUT_PWR_W - MEDUSA_48VHSC1_INPUT_PWR_W
Change-Id: I24bdb8a372d77fadadc3ac79ed174fc8f23cd2f1 Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>
show more ...
|
87c3fce6 | 04-Sep-2024 |
Patrick Williams <patrick@stwcx.xyz> |
meson: re-sort configs
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I8159f5439be64123ced687c5c3034224135c009f |
ae74f23b | 05-Sep-2024 |
Patrick Williams <patrick@stwcx.xyz> |
autojson: handle recursion
In order to allow the configurations directory to have vendor subdirectories, modify the script slightly for directory traversal to handle subdirectories.
Tested:
After
autojson: handle recursion
In order to allow the configurations directory to have vendor subdirectories, modify the script slightly for directory traversal to handle subdirectories.
Tested:
After performing a `git mv`, the subdirectory files show up in the `format-code` output. ``` ... formatting file configurations/meta/terminus_2x100g_nic_tsff.json ... ```
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib8cea8053d558c60e0a89dd6dcddbc4bc0d970fb
show more ...
|
7d6080db | 04-Sep-2024 |
Patrick Williams <patrick@stwcx.xyz> |
json: adjust definitions alias
JSON Schema suggests[1] using "$defs" rather than "definitions" as the location for reusable definitions in a schema. While, this isn't strictly required, there is so
json: adjust definitions alias
JSON Schema suggests[1] using "$defs" rather than "definitions" as the location for reusable definitions in a schema. While, this isn't strictly required, there is some implication that using it lends to better schema validation error reporting[2].
Adjust all the schema files to use "$defs" rather than "definitions".
[1]: https://json-schema.org/understanding-json-schema/structuring#defs [2]: https://github.com/orgs/json-schema-org/discussions/151
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4b23890950bd2ebb7a7de99fd911fb3c9e0a4dbd
show more ...
|
4f93bb8c | 04-Sep-2024 |
Patrick Williams <patrick@stwcx.xyz> |
jsonschema: update validator to the latest draft
The JSON Schema "draft 7" is now old and the latest is "2020-12". Switch the validator object we use to be the latest version.
Signed-off-by: Patri
jsonschema: update validator to the latest draft
The JSON Schema "draft 7" is now old and the latest is "2020-12". Switch the validator object we use to be the latest version.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I90a0d9b8669bade600ca3d48041f31727e410e14
show more ...
|
69da8707 | 08-Sep-2024 |
Thang Q. Nguyen <thang@os.amperecomputing.com> |
configuration: mtmitchell: Support MGM with Item.BMC interface
Support the management board with the `xyz.openbmc_project.Inventory .Item.BMC` interface to label the hardware type.
Change-Id: Idd78
configuration: mtmitchell: Support MGM with Item.BMC interface
Support the management board with the `xyz.openbmc_project.Inventory .Item.BMC` interface to label the hardware type.
Change-Id: Idd78e1976ff2ac7bd1dc854fdf7e2fabf442efa0 Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
show more ...
|
99a3f3cd | 08-Sep-2024 |
Thang Q. Nguyen <thang@os.amperecomputing.com> |
configuration: mtmitchell: add SysInletTemp sensor
Add SysInletTemp virtual sensor which is minimum of SysCabInletTemp, MBInletTemp1, MBInletTemp2 and InletTemp.
Tested: 1. Run ipmitool sdr list an
configuration: mtmitchell: add SysInletTemp sensor
Add SysInletTemp virtual sensor which is minimum of SysCabInletTemp, MBInletTemp1, MBInletTemp2 and InletTemp.
Tested: 1. Run ipmitool sdr list and check value of SysInletTemp.
Change-Id: Id40de706e7c24cfa12b4ec8db541e371d38d7fac Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
show more ...
|
1f9b27f3 | 02-Sep-2024 |
Ingrid Chen <ingrid.chen.wiwynn@gmail.com> |
configurations: yosemite4: Support MGM with Item.BMC interface
Support the management board with the `xyz.openbmc_project.Inventory .Item.BMC` interface to label the hardware type.
Change-Id: I21a9
configurations: yosemite4: Support MGM with Item.BMC interface
Support the management board with the `xyz.openbmc_project.Inventory .Item.BMC` interface to label the hardware type.
Change-Id: I21a9f9de92e819ea1e0a4e7b1c757fb71ca1b607 Signed-off-by: Ingrid Chen <ingrid.chen.wiwynn@gmail.com>
show more ...
|
c74b06a7 | 02-Sep-2024 |
Ingrid Chen <ingrid.chen.wiwynn@gmail.com> |
schemas: Add Inventory.Item.BMC interface
This commit adds the Item.BMC interface as described in [1].
[1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/I
schemas: Add Inventory.Item.BMC interface
This commit adds the Item.BMC interface as described in [1].
[1] https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Inventory/Item/Bmc.interface.yaml
Change-Id: I905fb12434df5280e71d7472666ad646c6b74911 Signed-off-by: Ingrid Chen <ingrid.chen.wiwynn@gmail.com>
show more ...
|
979eedce | 03-Sep-2024 |
Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com> |
configurations: yosemite4: revise sensors' name in fan table
The PLDM sensor name format was changed to prepend the terminus name in the latest pldmd service. Therefore, revised the sensors' name in
configurations: yosemite4: revise sensors' name in fan table
The PLDM sensor name format was changed to prepend the terminus name in the latest pldmd service. Therefore, revised the sensors' name in fan control config of Sentinel Dome and Wailua Falls board.
Tested: Checked all the fan tables of Sentinel Dome and Wailua Falls are correct.
Change-Id: I533c9902f5371b1f74e07f5d660379558b99013c Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.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 ...
|
2e4415b3 | 21-Dec-2022 |
Thang Q. Nguyen <thang@os.amperecomputing.com> |
configuration: mtjade: update CPU index and inventory information
Update CPURequired property to use index starting from 0 to match what smbios-mdr created. This commit also updates inventory inform
configuration: mtjade: update CPU index and inventory information
Update CPURequired property to use index starting from 0 to match what smbios-mdr created. This commit also updates inventory information mapping from FRU EEPROM.
Change-Id: I781d3b0e325391633e8aa0dfbba27fa6a4a73ab1 Signed-off-by: Thang Q. Nguyen <thang@os.amperecomputing.com>
show more ...
|
23e5f87f | 31-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
schemas: virtual sensor: Add Minimum for calculation sensor uses
Minimum has been implemented in phosphor-virtual-sensors [1]. This commit supports Minimum type in schemas.
[1] https://gerrit.openb
schemas: virtual sensor: Add Minimum for calculation sensor uses
Minimum has been implemented in phosphor-virtual-sensors [1]. This commit supports Minimum type in schemas.
[1] https://gerrit.openbmc.org/c/openbmc/phosphor-virtual-sensor/+/74099
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I2370c22c487caaaaaf812b6b91024d82c96388fb
show more ...
|
f3b02722 | 30-Aug-2024 |
Ingrid Chen <ingrid.chen.wiwynn@gmail.com> |
configurations: yosemite4: Support SD with Motherboard interface
Add a Motherboard interface on the SD board to label the hardware type.
Change-Id: Ifa0a77799d5bd9cec5869489aa4349fdc375b6b2 Signed-
configurations: yosemite4: Support SD with Motherboard interface
Add a Motherboard interface on the SD board to label the hardware type.
Change-Id: Ifa0a77799d5bd9cec5869489aa4349fdc375b6b2 Signed-off-by: Ingrid Chen <ingrid.chen.wiwynn@gmail.com>
show more ...
|
5af74f8a | 01-Sep-2024 |
Ingrid Chen <ingrid.chen.wiwynn@gmail.com> |
configurations: yosemite4: Update BSM to Include Board Information
Update to include board information instead of product information.
Change-Id: I561f4b3d2acff7f055f1368b5c837069bef17b88 Signed-of
configurations: yosemite4: Update BSM to Include Board Information
Update to include board information instead of product information.
Change-Id: I561f4b3d2acff7f055f1368b5c837069bef17b88 Signed-off-by: Ingrid Chen <ingrid.chen.wiwynn@gmail.com>
show more ...
|
2ec1f15f | 28-Aug-2024 |
Daniel Hsu <Daniel-Hsu@quantatw.com> |
configurations: update minerva_pdb.json
Update minerva PDB main source threshold and probe string
1. Update PDB main source threshold 2. Update PDB main source probe string
Change-Id: I2100a09b49c
configurations: update minerva_pdb.json
Update minerva PDB main source threshold and probe string
1. Update PDB main source threshold 2. Update PDB main source probe string
Change-Id: I2100a09b49c7fdfc097ddc7a5995db750eab42c9 Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>
show more ...
|
0cc85c21 | 28-Aug-2024 |
Daniel Hsu <Daniel-Hsu@quantatw.com> |
configurations: update minerva_pttv.json
Update Minerva PTTV threshold and power state
Change-Id: I430fc158101451a53c594636596174bde28ca966 Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com> |
c3db2c3c | 20-Aug-2024 |
Alexander Hansen <alexander.hansen@9elements.com> |
meson: use phosphor-logging for debug statements
There is no need to individually patch each file to enable debug logging.
All the different definitions of 'bool debug' are removed in favor of usin
meson: use phosphor-logging for debug statements
There is no need to individually patch each file to enable debug logging.
All the different definitions of 'bool debug' are removed in favor of using phosphor-logging.
Change-Id: Ia9a8ecfa4ea220f588d7cf2d291b14067e0391e7 Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
show more ...
|
e2c84df1 | 28-Aug-2024 |
Daniel Hsu <Daniel-Hsu@quantatw.com> |
configurations: add minerva pdb second source
Add minerva_pdb_hsc_xdp for PDB second source with XDP710 HSC
Change-Id: Id602872bae152a451a98bef375812418f62a9083 Signed-off-by: Daniel Hsu <Daniel-Hs
configurations: add minerva pdb second source
Add minerva_pdb_hsc_xdp for PDB second source with XDP710 HSC
Change-Id: Id602872bae152a451a98bef375812418f62a9083 Signed-off-by: Daniel Hsu <Daniel-Hsu@quantatw.com>
show more ...
|