/openbmc/linux/tools/testing/selftests/ |
H A D | Makefile | 2 TARGETS += alsa 3 TARGETS += amd-pstate 4 TARGETS += arm64 5 TARGETS += bpf 6 TARGETS += breakpoints 7 TARGETS += cachestat 8 TARGETS += capabilities 9 TARGETS += cgroup 10 TARGETS += clone3 11 TARGETS += connector [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/openbmc/meta-facebook/meta-catalina/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
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-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | ventura-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/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 25 "Targets": { object 35 "Targets": { object 45 "Targets": { object 55 "Targets": { object 65 "Targets": { object 75 "Targets": { object 85 "Targets": { object 95 "Targets" object 109 "Targets": { global() object 124 "Targets": { global() object 139 "Targets": { global() object 153 "Targets": { global() object 169 "Targets": { global() object 185 "Targets": { global() object 201 "Targets": { global() object 217 "Targets": { global() object 233 "Targets": { global() object 249 "Targets": { global() object 265 "Targets": { global() object 281 "Targets": { global() object 291 "Targets": { global() object 301 "Targets": { global() object 311 "Targets": { global() object 321 "Targets": { global() object 331 "Targets": { global() object 341 "Targets": { global() object 351 "Targets": { global() object 361 "Targets": { global() object 371 "Targets": { global() object 381 "Targets": { global() object 391 "Targets": { global() object 401 "Targets": { global() object [all...] |
/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/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/linux/arch/mips/boot/ |
H A D | Makefile | 32 targets := vmlinux.ecoff macro 38 targets += vmlinux.bin 44 targets += vmlinux.srec 78 targets += uImage 79 targets += uImage.bin 80 targets += uImage.bz2 81 targets += uImage.gz 82 targets += uImage.lzma 83 targets += uImage.lzo 115 targets += vmlinux.its.S [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 36 "Targets": { object 47 "Targets": { object 58 "Targets": { object 68 "Targets": { object 78 "Targets": { object 90 "Targets": { object 102 "Targets": { object 113 "Targets": { object [all …]
|
/openbmc/linux/drivers/nfc/microread/ |
H A D | microread.c | 471 struct nfc_target *targets; in microread_target_discovered() local 476 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL); in microread_target_discovered() 477 if (targets == NULL) { in microread_target_discovered() 482 targets->hci_reader_gate = gate; in microread_target_discovered() 486 targets->supported_protocols = in microread_target_discovered() 488 targets->sens_res = in microread_target_discovered() 490 targets->sel_res = skb->data[MICROREAD_EMCF_A_SAK]; in microread_target_discovered() 491 targets->nfcid1_len = skb->data[MICROREAD_EMCF_A_LEN]; in microread_target_discovered() 492 if (targets->nfcid1_len > sizeof(targets->nfcid1)) { in microread_target_discovered() 496 memcpy(targets->nfcid1, &skb->data[MICROREAD_EMCF_A_UID], in microread_target_discovered() [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/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/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/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-phosphor/recipes-phosphor/state/ |
H A D | phosphor-state-manager_git.bb | 22 ${PN}-obmc-targets \ 68 # The obmc-targets are the base targets required to boot a computer system 69 RRECOMMENDS:${PN}-host += "${PN}-obmc-targets" 151 # Chassis power synchronization targets 159 # Chassis action power targets 169 # Track all host synchronization point targets 177 # Track all host action targets 213 # Targets to be executed on checkstop and watchdog timeout 221 SYSTEMD_SERVICE:${PN}-obmc-targets += " \ 228 SYSTEMD_SERVICE:${PN}-obmc-targets += "${@compose_list(d, 'CHASSIS_SYNCH_FMT', 'CHASSIS_SYNCH_TARGE… [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | nfc.rst | 16 - Polling for targets; 27 PF_NFC. The NFC_SOCKPROTO_RAW performs raw communication with NFC targets. 62 * start_poll - setup the device to poll for targets 64 * activate_target - select and initialize one of the targets found 80 * NFC_CMD_START_POLL - setup a specific device to polling for targets 82 * NFC_CMD_GET_TARGET - dump the list of targets found by a specific device 86 * NFC_EVENT_TARGETS_FOUND - reports START_POLL results when 1 or more targets 89 The user must call START_POLL to poll for NFC targets, passing the desired NFC 95 If the polling operation finds one or more targets, the event TARGETS_FOUND is 97 all targets found by such device. Each reply message has target attributes with [all …]
|
/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/linux/arch/mips/boot/compressed/ |
H A D | Makefile | 58 targets := $(notdir $(vmlinuzobjs-y)) macro 60 targets += vmlinux.bin 75 targets += vmlinux.bin.z 80 targets += piggy.o dummy.o 107 targets += ../../../../vmlinuz 138 targets += ../vmlinuz.32 146 targets += ../vmlinuz.ecoff 154 targets += ../vmlinuz.bin 161 targets += ../vmlinuz.srec 168 targets += ../uzImage.bin [all …]
|
/openbmc/linux/scripts/ |
H A D | Makefile.vmlinux | 12 targets := 24 targets += .vmlinux.export.o 35 targets += vmlinux 45 # Read all saved command lines and dependencies for the $(targets) we 50 existing-targets := $(wildcard $(sort $(targets))) 52 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|