Searched hist:a0f33ce3 (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | main.cpp | a0f33ce3 Thu Oct 17 18:32:29 CDT 2019 Brandon Wyman <bjwyman@gmail.com> psu: Introduce the PowerSupply class The Power Supply Manager (PSUManager) class will need a list of power supplies to work with. Create these via the PowerSupply class. Update Power Supply Manager to call the initialization function, and update the power state. Update clearFaults() to go through the list of power supplies and call their individual clearFaults() functions. Update the power supply manager analyze() function to go through the list of power supplies and call their analyze() function. Update the power supply manager updateInventory() function to call the updateInventory() function in each power supply in the list. Update the meson.build file to include the header files in the parent directory, and link with the library containing the utility functions the binary will need to use. Signed-off-by: Brandon Wyman <bjwyman@gmail.com> Change-Id: I743180d47f1b25d34c7e7001b64a6197905b86ff
|
H A D | meson.build | a0f33ce3 Thu Oct 17 18:32:29 CDT 2019 Brandon Wyman <bjwyman@gmail.com> psu: Introduce the PowerSupply class The Power Supply Manager (PSUManager) class will need a list of power supplies to work with. Create these via the PowerSupply class. Update Power Supply Manager to call the initialization function, and update the power state. Update clearFaults() to go through the list of power supplies and call their individual clearFaults() functions. Update the power supply manager analyze() function to go through the list of power supplies and call their analyze() function. Update the power supply manager updateInventory() function to call the updateInventory() function in each power supply in the list. Update the meson.build file to include the header files in the parent directory, and link with the library containing the utility functions the binary will need to use. Signed-off-by: Brandon Wyman <bjwyman@gmail.com> Change-Id: I743180d47f1b25d34c7e7001b64a6197905b86ff
|
H A D | psu_manager.hpp | a0f33ce3 Thu Oct 17 18:32:29 CDT 2019 Brandon Wyman <bjwyman@gmail.com> psu: Introduce the PowerSupply class The Power Supply Manager (PSUManager) class will need a list of power supplies to work with. Create these via the PowerSupply class. Update Power Supply Manager to call the initialization function, and update the power state. Update clearFaults() to go through the list of power supplies and call their individual clearFaults() functions. Update the power supply manager analyze() function to go through the list of power supplies and call their analyze() function. Update the power supply manager updateInventory() function to call the updateInventory() function in each power supply in the list. Update the meson.build file to include the header files in the parent directory, and link with the library containing the utility functions the binary will need to use. Signed-off-by: Brandon Wyman <bjwyman@gmail.com> Change-Id: I743180d47f1b25d34c7e7001b64a6197905b86ff
|
H A D | power_supply.hpp | a0f33ce3 Thu Oct 17 18:32:29 CDT 2019 Brandon Wyman <bjwyman@gmail.com> psu: Introduce the PowerSupply class The Power Supply Manager (PSUManager) class will need a list of power supplies to work with. Create these via the PowerSupply class. Update Power Supply Manager to call the initialization function, and update the power state. Update clearFaults() to go through the list of power supplies and call their individual clearFaults() functions. Update the power supply manager analyze() function to go through the list of power supplies and call their analyze() function. Update the power supply manager updateInventory() function to call the updateInventory() function in each power supply in the list. Update the meson.build file to include the header files in the parent directory, and link with the library containing the utility functions the binary will need to use. Signed-off-by: Brandon Wyman <bjwyman@gmail.com> Change-Id: I743180d47f1b25d34c7e7001b64a6197905b86ff
|
H A D | psu_manager.cpp | a0f33ce3 Thu Oct 17 18:32:29 CDT 2019 Brandon Wyman <bjwyman@gmail.com> psu: Introduce the PowerSupply class The Power Supply Manager (PSUManager) class will need a list of power supplies to work with. Create these via the PowerSupply class. Update Power Supply Manager to call the initialization function, and update the power state. Update clearFaults() to go through the list of power supplies and call their individual clearFaults() functions. Update the power supply manager analyze() function to go through the list of power supplies and call their analyze() function. Update the power supply manager updateInventory() function to call the updateInventory() function in each power supply in the list. Update the meson.build file to include the header files in the parent directory, and link with the library containing the utility functions the binary will need to use. Signed-off-by: Brandon Wyman <bjwyman@gmail.com> Change-Id: I743180d47f1b25d34c7e7001b64a6197905b86ff
|