/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/clemente/ |
H A D | phosphor-multi-gpio-monitor.json | 6 "Targets": { object 16 "Targets": { object 26 "Targets": { object 36 "Targets": { object 46 "Targets": { object 56 "Targets": { object 66 "Targets": { object 76 "Targets": { object 86 "Targets": { object 96 "Targets": { object [all …]
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | yosemite4-phosphor-multi-gpio-monitor.json | 6 "Targets": { object 15 "Targets": { object 29 "Targets": { object 43 "Targets": { object 57 "Targets": { object 71 "Targets": { object 85 "Targets": { object 99 "Targets": { object 113 "Targets": { object 127 "Targets": { object [all …]
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/catalina/ |
H A D | phosphor-multi-gpio-monitor.json | 6 "Targets": { object 16 "Targets": { object 26 "Targets": { object 36 "Targets": { object 46 "Targets": { object 56 "Targets": { object 66 "Targets": { object 76 "Targets": { object 86 "Targets": { object 96 "Targets": { object [all …]
|
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | minerva-phosphor-multi-gpio-monitor.json | 7 "Targets": { object 18 "Targets": { object 29 "Targets": { object 40 "Targets": { object 51 "Targets": { object 62 "Targets": { object 73 "Targets": { object 84 "Targets": { object 95 "Targets": { object 106 "Targets": { object [all …]
|
/openbmc/phosphor-mrw-tools/ |
H A D | gen_callouts.pl | 7 use mrw::Targets; 31 my $targets = Targets->new; 32 $targets->loadXML($mrwFile); 36 my @inventory = Inventory::getInventory($targets); 55 my $bmc = Util::getBMCTarget($targets); 56 my $connections = $targets->findConnections($bmc, "I2C"); 57 # hash of arrays - {I2C master port : list of connected slave Targets} 63 my $port = $targets->getAttribute($master,"I2C_PORT"); 73 my $addr = $targets->getAttribute($s,"I2C_ADDRESS"); 80 my $fru = Util::getEnclosingFru($targets, $s); [all …]
|
H A D | Util.pm | 8 use mrw::Targets; 11 # param[in] $targetObj = The Targets object 27 # param[in] $targetObj = The Targets object 47 # param[in] $targetObj = The Targets object 84 # param[in] $targetObj = The Targets object. 119 # $targets = the Targets object 123 my ($targets, $targetName) = @_; 130 if (!$targets->isBadAttribute($targetName, "RU_TYPE")) 132 my $ruType = $targets->getAttribute($targetName, "RU_TYPE"); 139 my $parent = $targets->getTargetParent($targetName); [all …]
|
H A D | gen_openpower_fru.pl | 6 use mrw::Targets; 29 my $targets = Targets->new; 30 $targets->loadXML($mrwFile); 31 my @inventory = Inventory::getInventory($targets); 38 Util::getBMCTarget($targets))."/ethernet" 44 # Targets we're interested in, from the config YAML 51 # Retrieve OBMC path of targets we're interested in 56 if (!$targets->isBadAttribute($item->{TARGET}, "TYPE")) { 57 $targetType = $targets->getAttribute($item->{TARGET}, "TYPE"); 74 # One or more targets wasn't present in the inventory
|
H A D | gen_fru_properties.pl | 7 use mrw::Targets; 36 my $targets = Targets->new; 37 $targets->loadXML($mrwFile); 38 my @inventory = Inventory::getInventory($targets); 45 # Targets we're interested in, from the config YAML 56 Util::getBMCTarget($targets))."/ethernet" 61 # Retrieve OBMC path of targets we're interested in 66 if (!$targets->isBadAttribute($item->{TARGET}, "TYPE")) { 67 $targetType = $targets->getAttribute($item->{TARGET}, "TYPE"); 133 if (!$targets->isBadAttribute($item->{TARGET}, "RU_TYPE")) [all …]
|
H A D | gen_fan_zone_yaml.pl | 11 use mrw::Targets; 26 my $targets = Targets->new; 27 $targets->loadXML($serverwizFile); 29 my @inventory = Inventory::getInventory($targets); 55 for my $target (keys %{$targets->getAllTargets()}) 57 my $connections = $targets->findConnections($target, "TACH"); 69 my $fru = Util::getEnclosingFru($targets, $tach->{SOURCE}); 76 my $part = $targets->getTargetParent($tach->{SOURCE}); 77 my $zone = $targets->getAttribute($part, "COOLING_ZONE"); 85 if (!$targets->isBadAttribute($part, "COOLING_ZONE_PROFILE")) [all …]
|
H A D | gen_presence_yaml.pl | 12 use mrw::Targets; 26 my $targets = Targets->new; 27 $targets->loadXML($serverwizFile); 29 my @inventory = Inventory::getInventory($targets); 49 for my $target (keys %{$targets->getAllTargets()}) 51 my $connections = $targets->findConnections($target, "TACH"); 61 my $fru = Util::getEnclosingFru($targets, $tach->{SOURCE}); 114 my @hwmons = Util::getChildUnitsWithTargetType($targets, 119 my $name = $targets->getAttributeField($hwmons[0],
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0025-CMakeLists.txt-.pc-respect-CMAKE_INSTALL_LIBDIR.patch | 91 -install(TARGETS containers DESTINATION lib) 92 +install(TARGETS containers DESTINATION ${CMAKE_INSTALL_LIBDIR}) 104 -install(TARGETS containers_test DESTINATION bin) 105 +install(TARGETS containers_test DESTINATION ${CMAKE_INSTALL_BINDIR}) 110 -install(TARGETS containers_check_frame_int DESTINATION bin) 111 +install(TARGETS containers_check_frame_int DESTINATION ${CMAKE_INSTALL_BINDIR}) 116 -#install(TARGETS containers_autotest DESTINATION bin) 117 +#install(TARGETS containers_autotest DESTINATION ${CMAKE_INSTALL_BINDIR}) 125 -install(TARGETS containers_stream_client DESTINATION bin) 126 +install(TARGETS containers_stream_client DESTINATION ${CMAKE_INSTALL_BINDIR}) [all …]
|
/openbmc/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | ventura-phosphor-multi-gpio-monitor.json | 6 "Targets": { object 22 "Targets": { object 38 "Targets": { object 54 "Targets": { object 70 "Targets": { object 86 "Targets": { object 102 "Targets": { object 118 "Targets": { object 134 "Targets": { object 150 "Targets": { object [all …]
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | plat-phosphor-multi-gpio-monitor.json | 7 "Targets": { object 18 "Targets": { object 32 "Targets": { object 43 "Targets": { object 60 "Targets": { object 70 "Targets": { object 80 "Targets": { object 98 "Targets": { object 116 "Targets": { object 127 "Targets": { object [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/ |
H A D | 0007-Makefile-reorganize.patch | 30 -TARGETS=lib \ 32 +TARGETS=life \ 36 @@ -10,15 +9,11 @@ TARGETS=lib \ 40 +.PHONY: all lib install clean $(TARGETS) 45 - for target in $(TARGETS); do ($(MAKE) -C $$target); done 48 - for target in $(TARGETS); do ($(MAKE) -C $$target install); done 51 - for target in $(TARGETS); do ($(MAKE) -C $$target clean); done 52 +all: $(TARGETS) 54 +$(TARGETS): lib
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/tgt/files/ |
H A D | tgtd.service | 11 # Put tgtd into "offline" state until all the targets are configured. 15 # Configure the targets. 20 # Update configuration for targets. Only targets which 27 # Remove all targets. It only removes targets which are not in use. 29 # tgtd will exit if all targets were removed
|
H A D | tgtd.init | 15 TGTD_CONFIG=/etc/tgt/targets.conf 37 # Put tgtd into "offline" state until all the targets are configured. 41 # Configure the targets. 53 # Remove all targets. It only removes targets which are not in use. 55 # tgtd will exit if all targets were removed 72 # Update configuration for targets. Only targets which
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
H A D | 0001-build-fix-parallel-make.patch | 23 TARGETS += libwvstreams.so 24 -TARGETS += crypto/tests/ssltest ipstreams/tests/unixtest 25 +TARGETS += crypto/tests/ssltest … 28 +TARGETS += ipstreams/tests/unixtest 31 TARGETS += crypto/tests/printcert 36 TARGETS += ipstreams/tests/wsd 44 TARGETS += libwvdbus.so 45 - TARGETS += dbus/tests/wvdbus dbus/tests/wvdbusd 46 + TARGETS += dbus/tests/wvdbus 49 + TARGETS += dbus/tests/wvdbusd
|
/openbmc/qemu/scripts/ |
H A D | mtest2make.py | 3 # Create Makefile targets to run tests, from Meson's test introspection data. 42 def process_tests(test, targets, suites): argument 49 deps = (targets.get(x, []) for x in test['depends']) 72 print(f'all-{prefix}-targets = {all_targets}') 74 …print(f'.PHONY: {prefix} do-meson-{prefix} {prefix}-report.junit.xml $(all-{prefix}-targets) $(all… 79 print(f'{prefix} $(all-{prefix}-targets): do-meson-{prefix}') 86 …targets = [f'{prefix}-{name}', f'{prefix}-report-{name}.junit.xml', f'{prefix}', f'{prefix}-report… 90 for t in targets: 95 targets = f'{prefix}-{name} {prefix}-report-{name}.junit.xml {prefix} {prefix}-report.junit.xml' 96 print(f'ifneq ($(filter {targets}, $(MAKECMDGOALS)),)') [all …]
|
/openbmc/openpower-hw-diags/util/data/ |
H A D | meson.build | 4 'peer-targets-bonnell.json', 5 'peer-targets-everest.json', 6 'peer-targets-rainier-2u.json', 7 'peer-targets-rainier-4u.json',
|
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | plat-phosphor-multi-gpio-monitor.json | 6 "Targets": { object 22 "Targets": { 36 "Targets": { 50 "Targets": { 64 "Targets": { 78 "Targets": { 92 "Targets": { 106 "Targets": { 120 "Targets": { 20 "Targets": { global() object 34 "Targets": { global() object 48 "Targets": { global() object 62 "Targets": { global() object
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/psa-apitest/ |
H A D | 0003-corstone1000-Disable-SHA512-384.patch | 12 .../targets/tgt_dev_apis_linux/nspe/pal_crypto_config.h | 4 ++-- 15 diff --git a/api-tests/platform/targets/tgt_dev_apis_linux/nspe/pal_crypto_config.h b/api-tests/pla… 17 --- a/api-tests/platform/targets/tgt_dev_apis_linux/nspe/pal_crypto_config.h 18 +++ b/api-tests/platform/targets/tgt_dev_apis_linux/nspe/pal_crypto_config.h
|
H A D | 0002-corstone1000-Disable-obsolete-algorithms.patch | 12 .../targets/tgt_dev_apis_linux/nspe/pal_crypto_config.h | 4 ++++ 15 diff --git a/api-tests/platform/targets/tgt_dev_apis_linux/nspe/pal_crypto_config.h b/api-tests/pla… 17 --- a/api-tests/platform/targets/tgt_dev_apis_linux/nspe/pal_crypto_config.h 18 +++ b/api-tests/platform/targets/tgt_dev_apis_linux/nspe/pal_crypto_config.h
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/ |
H A D | 0001-sys-targets-targets.go-allow-users-to-override-hardc.patch | 4 Subject: [PATCH] sys/targets/targets.go: allow users to override hardcoded 18 sys/targets/targets.go | 19 +++++++++++-------- 21 --- a/sys/targets/targets.go 22 +++ b/sys/targets/targets.go
|
/openbmc/qemu/ |
H A D | Makefile | 102 echo 'ninja-targets = \'; \ 103 $(NINJA) -t targets all | sed 's/:.*//; $$!s/$$/ \\/'; \ 126 $(MESON) introspect --targets --tests --benchmarks | $(PYTHON) scripts/mtest2make.py > $@ 156 makefile-targets := build.ninja ctags TAGS cscope dist clean 157 # "ninja -t targets" also lists all prerequisites. If build system 160 ninja-targets := $(filter-out $(build-files) $(makefile-targets), $(ninja-targets)) 161 .PHONY: $(ninja-targets) run-ninja 162 $(ninja-targets): run-ninja 167 ifneq ($(filter $(ninja-targets), $(ninja-cmd-goals)),) 169 $(sort $(filter $(ninja-targets), $(ninja-cmd-goals))) | cat) [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/ |
H A D | phosphor-state-manager_git.bb | 22 ${PN}-obmc-targets \ 83 # The obmc-targets are the base targets required to boot a computer system 84 RRECOMMENDS:${PN}-host += "${PN}-obmc-targets" 166 # Chassis power synchronization targets 174 # Chassis action power targets 184 # Track all host synchronization point targets 192 # Track all host action targets 228 # Targets to be executed on checkstop and watchdog timeout 236 SYSTEMD_SERVICE:${PN}-obmc-targets += " \ 243 SYSTEMD_SERVICE:${PN}-obmc-targets += "${@compose_list(d, 'CHASSIS_SYNCH_FMT', 'CHASSIS_SYNCH_TARGE… [all …]
|