/openbmc/phosphor-mrw-tools/ |
H A D | gen_callouts.pl | 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"); 63 my $port = $targets->getAttribute($master,"I2C_PORT"); 73 my $addr = $targets->getAttribute($s,"I2C_ADDRESS"); 80 my $fru = Util::getEnclosingFru($targets, $s); 90 for my $target (keys %{$targets->getAllTargets()}) 92 if ($targets->getType($target) eq "PROC") [all …]
|
H A D | gen_fan_zone_yaml.pl | 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")) 87 $profile = $targets->getAttribute($part, [all …]
|
H A D | Util.pm | 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); 140 return getEnclosingFru($targets, $parent); 157 my ($targets, $passedInTarget) = @_; 166 if (!$targets->isBadAttribute($target, "LOCATION_CODE")) 168 my $loc = $targets->getAttribute($target, "LOCATION_CODE"); 169 my $type = $targets->getAttribute($target, "LOCATION_CODE_TYPE"); 195 $target = $targets->getTargetParent($target);
|
H A D | gen_path_callouts.pl | 246 my $targets = Targets->new; 247 $targets->loadXML($mrwFile); 280 foreach my $target (sort keys %{$targets->getAllTargets()}) 282 my $numConnections = $targets->getNumConnections($target); 291 my $connBusObj = $targets->getConnectionBus($target, $connIndex); 300 my $dest = $targets->getConnectionDestination($target, $connIndex); 325 my $parent = $targets->getTargetParent($dest); 326 if ($targets->getAttribute($parent, "CLASS") eq "CONNECTOR") 345 my $fruPath = $targets->getBusAttribute( 371 $segment{I2CBus} = $targets->getBusAttribute( [all …]
|
H A D | gen_presence_yaml.pl | 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],
|
H A D | gen_fru_properties.pl | 36 my $targets = Targets->new; 37 $targets->loadXML($mrwFile); 38 my @inventory = Inventory::getInventory($targets); 56 Util::getBMCTarget($targets))."/ethernet" 66 if (!$targets->isBadAttribute($item->{TARGET}, "TYPE")) { 67 $targetType = $targets->getAttribute($item->{TARGET}, "TYPE"); 133 if (!$targets->isBadAttribute($item->{TARGET}, "RU_TYPE")) 135 my $ruType = $targets->getAttribute($item->{TARGET}, "RU_TYPE");
|
H A D | gen_openpower_fru.pl | 29 my $targets = Targets->new; 30 $targets->loadXML($mrwFile); 31 my @inventory = Inventory::getInventory($targets); 38 Util::getBMCTarget($targets))."/ethernet" 56 if (!$targets->isBadAttribute($item->{TARGET}, "TYPE")) { 57 $targetType = $targets->getAttribute($item->{TARGET}, "TYPE");
|
/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/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/poky/meta/lib/oeqa/selftest/cases/ |
H A D | sstatetests.py | 83 …def run_test_sstate_creation(self, targets, distro_specific=True, distro_nonspecific=True, temp_ss… argument 87 bitbake(['-cclean'] + targets) 89 bitbake(['-ccleansstate'] + targets) 104 bitbake(targets) 106 … results = self.search_sstate('|'.join(map(str, targets)), distro_specific, distro_nonspecific) 116 …assertTrue(file_tracker , msg="Could not find sstate files for: %s" % ', '.join(map(str, targets))) 118 …state files in the wrong place for: %s (found %s)" % (', '.join(map(str, targets)), str(file_track… 131 …ctories with the wrong permissions: %s (found %s)" % (', '.join(map(str, targets)), str(badperms))) 134 …def run_test_cleansstate_task(self, targets, distro_specific=True, distro_nonspecific=True, temp_s… argument 137 bitbake(['-ccleansstate'] + targets) [all …]
|
/openbmc/linux/scripts/ |
H A D | Makefile.build | 20 targets := 75 targets-for-builtin := $(extra-y) 78 targets-for-builtin += $(obj)/lib.a 82 targets-for-builtin += $(obj)/built-in.a 85 targets-for-modules := $(foreach x, o mod, \ 89 targets-for-modules += $(obj)/modules.order 92 targets += $(targets-for-builtin) $(targets-for-modules) 362 targets += $(filter-out $(subdir-builtin), $(real-obj-y)) 363 targets += $(filter-out $(subdir-modorder), $(real-obj-m)) 364 targets += $(real-dtb-y) $(lib-y) $(always-y) [all …]
|
H A D | Makefile.vmlinux | 12 targets := 24 targets += .vmlinux.export.o 35 targets += vmlinux 50 existing-targets := $(wildcard $(sort $(targets))) 52 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
H A D | Makefile.vmlinux_o | 24 targets := .tmp_initcalls.lds 64 targets += vmlinux.o 71 targets += modules.builtin.modinfo 86 targets += modules.builtin 101 existing-targets := $(wildcard $(sort $(targets))) 103 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
/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/qemu/scripts/ |
H A D | mtest2make.py | 42 def process_tests(test, targets, suites): argument 49 deps = (targets.get(x, []) for x in test['depends']) 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' 100 targets = {t['id']: [os.path.relpath(f) for f in t['filename']] variable 105 process_tests(test, targets, testsuites) 112 process_tests(test, targets, benchsuites)
|
H A D | refresh-pxe-roms.sh | 24 targets="pxerom" 26 targets="$targets efirom" 30 make -j4 $targets || exit 1
|
/openbmc/linux/arch/arc/boot/ |
H A D | Makefile | 15 targets += vmlinux.bin 16 targets += vmlinux.bin.gz 17 targets += vmlinux.bin.lzma 18 targets += uImage.bin 19 targets += uImage.gz 20 targets += uImage.lzma
|
/openbmc/openpower-proc-control/ |
H A D | targeting.cpp | 52 auto target = find_if(targets.begin(), targets.end(), search); in getTarget() 53 if (target == targets.end()) in getTarget() 70 targets.push_back(std::make_unique<Target>(0, fsiMasterPath)); in Targeting() 90 targets.push_back(std::make_unique<Target>(pos, path)); in Targeting() 106 std::sort(targets.begin(), targets.end(), sortTargets); in Targeting()
|
/openbmc/openbmc/poky/scripts/ |
H A D | sstate-diff-machines.sh | 32 targets= 54 --targets=<targets> 55 …List of targets separated by space, will use the environment variable TARGETS if it is not specifi… 83 --targets=*) 84 targets=`echo $1 | sed -e 's#^--targets="*\([^"]*\)"*#\1#'` 109 [ -n "$targets" ] || targets=$TARGETS 110 [ -n "$targets" ] || targets=$default_targets 119 bitbake -S none ${targets} 2>&1 | tee -a ${OUTPUT}/${M}/log;
|
/openbmc/linux/arch/mips/vdso/ |
H A D | Makefile | 102 targets += $(obj-vdso-y) 103 targets += vdso.lds 104 targets += vdso.so.dbg.raw vdso.so.raw 105 targets += vdso.so.dbg vdso.so 106 targets += vdso-image.c 129 targets += $(obj-vdso-y:%.o=%-o32.o) 130 targets += vdso-o32.lds 131 targets += vdso-o32.so.dbg.raw vdso-o32.so.raw 132 targets += vdso-o32.so.dbg vdso-o32.so 133 targets += vdso-o32-image.c [all …]
|
/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
|
/openbmc/openpower-proc-control/test/ |
H A D | utest.cpp | 63 Targeting targets{masterDir, _slaveDir}; in TEST_F() local 64 ASSERT_EQ(targets.size(), 1); in TEST_F() 66 auto t = targets.begin(); in TEST_F() 80 Targeting targets{masterDir, _slaveDir}; in TEST_F() local 82 ASSERT_EQ(targets.size(), 5); in TEST_F() 86 for (const auto& t : targets) in TEST_F()
|
/openbmc/linux/include/linux/ |
H A D | memory-tiers.h | 41 void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets); 49 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) in node_get_allowed_targets() argument 51 *targets = NODE_MASK_NONE; in node_get_allowed_targets() 91 static inline void node_get_allowed_targets(pg_data_t *pgdat, nodemask_t *targets) in node_get_allowed_targets() argument 93 *targets = NODE_MASK_NONE; in node_get_allowed_targets()
|
/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-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
|