summaryrefslogtreecommitdiffstats
path: root/configs/Lanyang.py
Commit message (Collapse)AuthorAgeFilesLines
* configs: Remove BootCountSensorAdriana Kobylak2018-08-221-1/+0
| | | | | | | | | | | | | | | | 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>
* configs: Remove the OperatingSystemStatus sensorAdriana Kobylak2018-08-221-1/+0
| | | | | | | | | | | 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>
* configs: Remove BootProgressSensorAdriana Kobylak2018-08-221-1/+0
| | | | | | | | | | | | | | | | 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>
* Remove the GPIOs from Lanyang.pyMatt Spinler2018-08-141-51/+0
| | | | | | | They are now obtained from a JSON file. Change-Id: I37ef1b6a4bb39a9f06bb29e15083a8d94b2f1eda Signed-off-by: Matt Spinler <spinler@us.ibm.com>
* configs: Remove all HWMON_CONFIGs and sensorsBrad Bishop2017-07-061-26/+0
| | | | | | | | 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>
* Create Lanyang configKen Chen2017-05-021-0/+400
Change-Id: Ie5ef0cfea6edf4242f9962be8a752b7a0f2c2ba7 Signed-off-by: Ken Chen <chen.kenyy@inventec.com>
OpenPOWER on IntegriCloud