Lines Matching +full:target +full:- +full:supply
2 'phosphor-power',
11 license: 'Apache-2.0',
20 add_global_arguments('-Wno-defaulted-function-deleted', language: 'cpp')
25 if get_option('oe-sdk').allowed()
27 OECORE_TARGET_SYSROOT = run_command('sh', '-c', 'echo $OECORE_TARGET_SYSROOT').stdout().strip()
33 …ld_so = run_command('sh', '-c', 'find ' + OECORE_TARGET_SYSROOT + '/lib/ld-*.so | sort -r -n | hea…
34 dynamic_linker = ['-Wl,-dynamic-linker,' + ld_so]
66 phosphor_dbus_interfaces = dependency('phosphor-dbus-interfaces')
67 phosphor_logging = dependency('phosphor-logging')
91 ['supply-monitor', 'power-supply-monitor@.service'],
92 ['sequencer-monitor', 'pseq-monitor-pgood.service'],
93 ['sequencer-monitor', 'pseq-monitor.service'],
94 ['supply-monitor-ng', 'phosphor-psu-monitor.service'],
95 ['regulators', 'phosphor-regulators.service'],
96 ['regulators', 'phosphor-regulators-config.service'],
97 ['regulators', 'phosphor-regulators-monitor-enable.service'],
98 ['regulators', 'phosphor-regulators-monitor-disable.service'],
99 ['power-control', 'phosphor-power-control.service'],
115 elif sequencer == 'mihawk-cpld'
124 'INPUT_HISTORY_BUSNAME_ROOT', get_option('input-history-busname-root'))
126 'INPUT_HISTORY_SENSOR_ROOT', get_option('input-history-sensor-root'))
128 'INPUT_HISTORY_SYNC_GPIO', get_option('input-history-sync-gpio'))
130 'PSU_JSON_PATH', '/usr/share/phosphor-power/psu.json')
134 'DEVICE_ACCESS', get_option('device-access'))
135 conf.set10('IBM_VPD', get_option('ibm-vpd'))
142 # the output filename of a target definition so the target must be defined in
144 # the generated source (cpp) is needed to define the library target.
169 # Build the tools/i2c sub-directory first. Other sub-directories depend on
174 subdir('phosphor-regulators')
176 if get_option('sequencer-monitor')
177 subdir('power-sequencer')
179 if get_option('power-control')
180 subdir('phosphor-power-sequencer')
182 if get_option('supply-monitor')
183 subdir('power-supply')
185 if get_option('supply-monitor-ng')
186 subdir('phosphor-power-supply')
189 subdir('tools/power-utils')
194 if get_option('cold-redundancy')
195 subdir('cold-redundancy')