Lines Matching +full:phosphor +full:- +full:power

2     'phosphor-power',
11 license: 'Apache-2.0',
20 add_global_arguments('-Wno-defaulted-function-deleted', language: 'cpp')
26 '-DBOOST_ALL_NO_LIB',
27 '-DBOOST_ASIO_DISABLE_THREADS',
28 '-DBOOST_ASIO_NO_DEPRECATED',
36 if get_option('oe-sdk').allowed()
40 '-c',
52 '-c',
53 'find ' + OECORE_TARGET_SYSROOT + '/lib/ld-*.so | sort -r -n | head -n1',
55 dynamic_linker = ['-Wl,-dynamic-linker,' + ld_so]
87 phosphor_dbus_interfaces = dependency('phosphor-dbus-interfaces')
88 phosphor_logging = dependency('phosphor-logging')
115 ['supply-monitor', 'power-supply-monitor@.service'],
116 ['sequencer-monitor', 'pseq-monitor-pgood.service'],
117 ['sequencer-monitor', 'pseq-monitor.service'],
118 ['supply-monitor-ng', 'phosphor-psu-monitor.service'],
119 ['regulators', 'phosphor-regulators.service'],
120 ['regulators', 'phosphor-regulators-config.service'],
121 ['regulators', 'phosphor-regulators-monitor-enable.service'],
122 ['regulators', 'phosphor-regulators-monitor-disable.service'],
123 ['power-control', 'phosphor-power-control.service'],
137 # Get the power sequencer class name
141 elif sequencer == 'mihawk-cpld'
144 # power sequencer is incorrect
145 error('power sequencer is incorrect')
151 get_option('input-history-busname-root'),
155 get_option('input-history-sensor-root'),
157 conf.set_quoted('INPUT_HISTORY_SYNC_GPIO', get_option('input-history-sync-gpio'))
158 conf.set_quoted('PSU_JSON_PATH', '/usr/share/phosphor-power/psu.json')
160 conf.set10('DEVICE_ACCESS', get_option('device-access'))
161 conf.set10('IBM_VPD', get_option('ibm-vpd'))
162 conf.set('PGOOD_TIMEOUT', get_option('pgood-timeout-value'))
175 'power',
196 # Build the tools/i2c sub-directory first. Other sub-directories depend on
201 subdir('phosphor-regulators')
203 if get_option('sequencer-monitor')
204 subdir('power-sequencer')
206 if get_option('power-control')
207 subdir('phosphor-power-sequencer')
209 if get_option('supply-monitor')
210 subdir('power-supply')
212 if get_option('supply-monitor-ng')
213 subdir('phosphor-power-supply')
216 subdir('tools/power-utils')
221 if get_option('cold-redundancy')
222 subdir('cold-redundancy')