Lines Matching +full:phosphor +full:- +full:power
1 # phosphor-power chapter
6 that deliver power to the system.
8 Actively-maintained applications:
10 - cold-redundancy: Application that makes power supplies work in Cold Redundancy
12 - [phosphor-power-sequencer](phosphor-power-sequencer/README.md): JSON-driven
13 application that powers the chassis on/off and monitors the power sequencer
15 - [phosphor-power-supply](phosphor-power-supply/README.md): Next generation
16 power supply monitoring application.
17 - [phosphor-regulators](phosphor-regulators/README.md): JSON-driven application
19 - tools/power-utils: Power supply utilities.
23 - power-sequencer: Original power sequencer monitoring application.
24 - power-supply: Original power supply monitoring application.
32 ninja -C build
38 rm -rf build
44 - Which applications to build and install.
45 - Application-specific configuration data, such as power sequencer type.
46 - Whether to build tests.
48 ## Power Supply Monitor and Util JSON config
53 - Where to access the pmbus attributes
54 - Which attribute file in pmbus maps to which property and interface in D-Bus
55 - Which kernel device directory is used on which PSU
60 - `inventoryPMBusAccessType` defines the pmbus access type, which tells the
63 - Base: The base dir, e.g. `/sys/bus/i2c/devices/3-0069/`
64 - Hwmon: The hwmon dir, e.g. `/sys/bus/i2c/devices/3-0069/hwmon/hwmonX/`
65 - Debug: The pmbus debug dir, e.g. `/sys/kernel/debug/pmbus/hwmonX/`
66 - DeviceDebug: The device debug dir, e.g.
68 - HwmonDeviceDebug: The hwmon device debug dir, e.g.
70 - `fruConfigs` defines the mapping between the attribute file and the FRU
86 - `psuDevices` defines the kernel device dir for each PSU in inventory. The
88 in `/sys/bus/i2c/devices/3-0069`.
92 …openbmc_project/inventory/system/chassis/motherboard/powersupply0" : "/sys/bus/i2c/devices/3-0069",