History log of /openbmc/skeleton/configs/ (Results 1 – 25 of 65)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d8c6f5a308-Dec-2022 Patrick Williams <patrick@stwcx.xyz>

black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting. Re-run the formatter on the whole
repository.

Change-Id: Ieb4226b16132640

black: re-format

black and isort are enabled in the openbmc-build-scripts on Python files
to have a consistent formatting. Re-run the formatter on the whole
repository.

Change-Id: Ieb4226b161326404ccd8c14abfef5ea5bc442fba
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...

75fe8cc422-Jul-2022 Patrick Williams <patrick@stwcx.xyz>

python: reformat using black

Code cannot currently be submitted to this repo because it fails
in the unit-test phase. Attempt to reformat the code using `black`
to hopefully make pycodestyle happie

python: reformat using black

Code cannot currently be submitted to this repo because it fails
in the unit-test phase. Attempt to reformat the code using `black`
to hopefully make pycodestyle happier.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I17aa506471ceade224bcab5b2fa0dc8cd7a88c0a

show more ...

e0e91fa920-Aug-2018 Adriana Kobylak <anoo@us.ibm.com>

configs: Remove PowerSupplyDeratingSensor

The PowerSupplyDerating Sensor is being added to the ipmi
sensor.yaml file since the /org/openbmc/sensors path is
being deprecated. Remove this sensor from

configs: Remove PowerSupplyDeratingSensor

The PowerSupplyDerating Sensor is being added to the ipmi
sensor.yaml file since the /org/openbmc/sensors path is
being deprecated. Remove this sensor from the config.

Tested: Powered on a Witherspoon to the Host OS without
sensor errors.

Change-Id: I08ca374b131c1ca62f632f4a5ae1475b7090bcfe
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...

2aa8e97320-Aug-2018 Adriana Kobylak <anoo@us.ibm.com>

configs: Remove PowerSupplyRedundancySensor

The PowerSupplyRedundancy Sensor is being added to the ipmi
sensor.yaml file since the /org/openbmc/sensors path is
being deprecated. Remove this sensor f

configs: Remove PowerSupplyRedundancySensor

The PowerSupplyRedundancy Sensor is being added to the ipmi
sensor.yaml file since the /org/openbmc/sensors path is
being deprecated. Remove this sensor from the config.

Tested: Powered on a Witherspoon to the Host OS without
sensor errors.

Change-Id: I4f5bfc4c754d8b1a9e3ebbf7e71106563fbcf3d0
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...

d7a8ba5b20-Aug-2018 Adriana Kobylak <anoo@us.ibm.com>

configs: Remove TurboAllowedSensor

The TurboAllowed sensor is already mapped to
/xyz/openbmc_project/control/host0/turbo_allowed
(Reference: the phosphor-ipmi-sensor-inventory-mrw-config/config.yaml

configs: Remove TurboAllowedSensor

The TurboAllowed sensor is already mapped to
/xyz/openbmc_project/control/host0/turbo_allowed
(Reference: the phosphor-ipmi-sensor-inventory-mrw-config/config.yaml file).
Remove it from the deprecated /org/openbmc/sensors path.

Tested: Powered on a Witherspoon to the Host OS without errors.

Change-Id: I3232f66e338f986a21df8aae5401c97b565cbdd6
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...

3e0eb91108-Aug-2018 Adriana Kobylak <anoo@us.ibm.com>

configs: Remove BootCountSensor

The BootCountSensor has moved from the
/org/openbmc/sensors path to /xyz/openbmc_project/state/host0.
Remove it as it's deprecated.

Tested: Verified that the "Attemp

configs: Remove BootCountSensor

The BootCountSensor has moved from the
/org/openbmc/sensors path to /xyz/openbmc_project/state/host0.
Remove it as it's deprecated.

Tested: Verified that the "AttemptsLeft" host property where
the BootSensor value now resides had the default value of 3
and was decremented when the Host didn't boot. Then on a
successful boot this value was set back to 3.
As a confirmation note that the BootCount sensor was no
longer used, it never changed values.

Change-Id: I4627c73774c42bec0046eb4d229a001cef32291b
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...

13e17c5208-Aug-2018 Adriana Kobylak <anoo@us.ibm.com>

configs: Remove the OperatingSystemStatus sensor

The Operating System Status sensor has moved from
/org/openbmc/sensors to /xyz/openbmc_project/state/host0.
Remove the sensor from the org path.

Tes

configs: Remove the OperatingSystemStatus sensor

The Operating System Status sensor has moved from
/org/openbmc/sensors to /xyz/openbmc_project/state/host0.
Remove the sensor from the org path.

Tested: Powered on a witherspoon to the Host OS.

Change-Id: I02d50d0a38485833fd73579c5aec41fd157141d0
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...

49f8a6f907-Aug-2018 Adriana Kobylak <anoo@us.ibm.com>

configs: Remove BootProgressSensor

The boot progress sensor has moved from the
/org/openbmc/sensors path to /xyz/openbmc_project/state/host0.
(Reference: the phosphor-ipmi-sensor-inventory%/config.y

configs: Remove BootProgressSensor

The boot progress sensor has moved from the
/org/openbmc/sensors path to /xyz/openbmc_project/state/host0.
(Reference: the phosphor-ipmi-sensor-inventory%/config.yaml files
under the openbmc/openbmc repository).

Remove the deprecated sensor from the configs.

Tested: Verified Witherspoon powered on to the Host OS and that
the BootProgress property in the state manager path got updated
to xyz.openbmc_project.State.Boot.Progress.ProgressStages.OSStart.

Change-Id: Ibe1393899135c7877d731afe27689ca707068a21
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>

show more ...

f070b1c108-Aug-2018 Matt Spinler <spinler@us.ibm.com>

Remove the GPIOs from S2600wf.py

They are now obtained from a JSON file.

Change-Id: If579b73b5affbdce14e4fd59547aca6104c310d6
Signed-off-by: Matt Spinler <spinler@us.ibm.com>

932198f308-Aug-2018 Matt Spinler <spinler@us.ibm.com>

Remove the GPIOs from Romulus.py

They are now obtained from a JSON file.

Change-Id: I976368b923945719aecaf632168bedba5664921d
Signed-off-by: Matt Spinler <spinler@us.ibm.com>

c9b4398608-Aug-2018 Matt Spinler <spinler@us.ibm.com>

Remove the GPIOs from Palmetto.py

They are now obtained from a JSON file.

Change-Id: Id8ab8c33c6d6f83f2e1dcb865c9479b35b7e0ef9
Signed-off-by: Matt Spinler <spinler@us.ibm.com>

a76bc70c08-Aug-2018 Matt Spinler <spinler@us.ibm.com>

Remove the GPIOs from Lanyang.py

They are now obtained from a JSON file.

Change-Id: I37ef1b6a4bb39a9f06bb29e15083a8d94b2f1eda
Signed-off-by: Matt Spinler <spinler@us.ibm.com>

9c6bed3908-Aug-2018 Matt Spinler <spinler@us.ibm.com>

Remove the GPIOs from Zaius.py

They are now obtained from a JSON file.

Change-Id: Ia0dc47b0472cc39d1301bdb0ab9178139cc066ff
Signed-off-by: Matt Spinler <spinler@us.ibm.com>

893498a508-Aug-2018 Matt Spinler <spinler@us.ibm.com>

Remove the GPIOs from Witherspoon.py

They are now obtained from a JSON file.

Change-Id: I8ca4ac94e2907fadc9a444e42b20df576bd1e95b
Signed-off-by: Matt Spinler <spinler@us.ibm.com>

8e745b5a12-Dec-2017 James Feist <james.feist@linux.intel.com>

Rename board configuration file

The device tree file is s2600wf.dts, update to match.

Change-Id: Iefcfefd8b6329aa9afb4b831882e2861a0f6a30a
Signed-off-by: James Feist <james.feist@linux.intel.com>

5a2d2bc830-Nov-2017 Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

Updating PS redundancy object path.

Changing the PS redundancy object path from
/org/openbmc/sensors/host/PowerSupplyRedundancy to
/xyz/openbmc_project/sensors/chassis/PowerSupplyRedundancy since
Al

Updating PS redundancy object path.

Changing the PS redundancy object path from
/org/openbmc/sensors/host/PowerSupplyRedundancy to
/xyz/openbmc_project/sensors/chassis/PowerSupplyRedundancy since
All Witherspoon REST API URIs should being with
xyz/openbmc_project or org/open_power

Change-Id: Ic1360cef2b4939835d47b995a8542aee598bb939
Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>

show more ...

8102f92909-Nov-2017 James Feist <james.feist@linux.intel.com>

Add initial Wfp config to be able to build platform.

Wfp is an Intel platform.

Change-Id: I0991d404f6c5fb8d35d7b524caff0d194d75ee90
Signed-off-by: James Feist <james.feist@linux.intel.com>

e2691e7509-Nov-2017 Lei YU <mine260309@gmail.com>

Remove pci_reset from Romulus config

The pci_reset GPIOs are not connected on PASS2 Romulus.
There is no need to toggle the GPIOs.

Change-Id: I78afa4358e2540d72517d5f2ae953f0e6319db1e
Signed-off-by

Remove pci_reset from Romulus config

The pci_reset GPIOs are not connected on PASS2 Romulus.
There is no need to toggle the GPIOs.

Change-Id: I78afa4358e2540d72517d5f2ae953f0e6319db1e
Signed-off-by: Lei YU <mine260309@gmail.com>

show more ...

2b3f3ffe12-Sep-2017 Andrew Geissler <andrewg@us.ibm.com>

Remove pci_reset from witherspoon config

This pci_reset config causes intermittent network drop
issues on witherspoon. openbmc/openbmc#2288 tracks getting
to root cause of this network issue.

Resol

Remove pci_reset from witherspoon config

This pci_reset config causes intermittent network drop
issues on witherspoon. openbmc/openbmc#2288 tracks getting
to root cause of this network issue.

Resolves openbmc/openbmc#2228

Change-Id: I3275f9b231c125cea45e3fa0cd302469343bd654
Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>

show more ...

2c92f88101-Sep-2017 Tom Joseph <tomjoseph@in.ibm.com>

Correct the PS Derating & PS redundancy sensor numbers.

Change-Id: I5db50fc156005aa901714e370cf75a4d5455d4cb
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>

aa0ef2fe30-Jun-2017 Brad Bishop <bradleyb@fuzziesquirrel.com>

configs: Remove all HWMON_CONFIGs and sensors

The xyz sensor namespace is fully functional. Remove legacy
HWMON_CONFIGs and association sensor references.

Change-Id: I71ce7627e72d23f3729690260103e

configs: Remove all HWMON_CONFIGs and sensors

The xyz sensor namespace is fully functional. Remove legacy
HWMON_CONFIGs and association sensor references.

Change-Id: I71ce7627e72d23f3729690260103e925e4d11329
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>

show more ...

8506f28125-Apr-2017 Ken Chen <chen.kenyy@inventec.com>

Create Lanyang config

Change-Id: Ie5ef0cfea6edf4242f9962be8a752b7a0f2c2ba7
Signed-off-by: Ken Chen <chen.kenyy@inventec.com>

b72169d006-Apr-2017 Lei YU <mine260309@gmail.com>

Fix Romulus power and reset button

The POWER_BUTTON and RESET_BUTTON direction needs to be set to `both`,
otherwise there is no interrupt generated and thus the buttons do not
work.
Change the direc

Fix Romulus power and reset button

The POWER_BUTTON and RESET_BUTTON direction needs to be set to `both`,
otherwise there is no interrupt generated and thus the buttons do not
work.
Change the direction to `both` fix the issue.

Fixes openbmc/openbmc#1437

Change-Id: If586dd2e44aa2a8790f045d1e37f4d8f3ea210c8
Signed-off-by: Lei YU <mine260309@gmail.com>

show more ...

e688d94b27-Mar-2017 Jayanth Othayoth <ojayanth@in.ibm.com>

Add IPMI Sensor support for Power Supply Derating.

Change-Id: I099198a74fc84024eb24e84985df67f0738a0627
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>

3a3ac92f22-Mar-2017 Jayanth Othayoth <ojayanth@in.ibm.com>

Add IPMI sensor for Turbo Allowed.

Change-Id: I2b84147e4dae5bb0ef1ea4b58b80e3bd152f5389
Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>

123