442035f0 | 08-Aug-2017 |
Brandon Wyman <bjwyman@gmail.com> |
Update analyze to check VIN_UV_FAULT
The function is a pure virtual function in DeviceMonitor, add in the implementation of that for PowerSupply. Read the file that represents that bit from the STAT
Update analyze to check VIN_UV_FAULT
The function is a pure virtual function in DeviceMonitor, add in the implementation of that for PowerSupply. Read the file that represents that bit from the STATUS_WORD. If fault is on, report a fault.
Change-Id: I05a4bff997bb0c8b8b71db444e9db0e506765689 Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
show more ...
|
1db9a9e2 | 26-Jul-2017 |
Brandon Wyman <bjwyman@gmail.com> |
Update PowerSupply to be derived from Device
The PowerSupply will pass a name and instance number down to the Device class it is derived from, but will also have an inventory path and a path to moni
Update PowerSupply to be derived from Device
The PowerSupply will pass a name and instance number down to the Device class it is derived from, but will also have an inventory path and a path to monitor for PMBus interfaces.
Change-Id: I29f875fda1f07d031b58ec7ffd381d655495f248 Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
show more ...
|