Home
last modified time | relevance | path

Searched refs:extracted (Results 1 – 25 of 101) sorted by relevance

12345

/openbmc/qemu/scripts/
H A Ddecodetree.py560 def output_code(self, i, extracted, outerbits, outermask): argument
587 assert not extracted, "dangling fmt refs but it was already extracted"
588 if not extracted:
690 def output_code(self, i, extracted, outerbits, outermask): argument
699 p.output_code(i + 4, extracted, p.fixedbits, p.fixedmask)
702 p.output_code(i, extracted, p.fixedbits, p.fixedmask)
736 def output_code(self, i, extracted, outerbits, outermask): argument
743 if not extracted and self.base and not self.base.dangling_references():
746 extracted = True
773 s.output_code(i + 4, extracted, innerbits, innermask)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/basu/
H A Dbasu_0.2.1.bb1 SUMMARY = "The sd-bus library, extracted from systemd."
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-sensor-inventory-native.bb17 # sensor data extracted from the mrw.
H A Dphosphor-ipmi-fru-properties-native.bb17 # FRU property values extracted from the MRW. This example recipe
/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/
H A Dopenpower-fru-properties-example-native.bb18 # FRU property values extracted from the MRW. This example recipe
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/
H A Dlibowfat_0.32.bb2 DESCRIPTION = "libowfat is a library of general purpose APIs extracted from Dan \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/
H A DMakevars15 # package. (Note that the msgstr strings, extracted from the package's
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/
H A Dcdparanoia_10.2.bb24 # we need to add the path to the extracted sources explicitely:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/
H A Dvsftpd-2.1.0-filter.patch89 * buffer, starting at character position 'p_pos'. The extracted line will
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A DREADME28 extracted from DDR chip datasheet. Different speeds of DDR are supported with
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/gutenprint/
H A Dgutenprint_5.3.4.bb3 # Uses the gutenprint-native extracted strings and disable local build stuff
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/arm-systemready-scripts/
H A D0002-check-sr-results-Device-tree-improvements.patch33 # We use the compatible strings extracted from Linux bindings to filter out
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddevtool.rst20 need to be extracted.
46 to be extracted. In this situation, the source code is extracted
61 case, the code is again upstream and needs to be extracted to some
71 extracted code outside of the workspace. You need to specify an
76 In summary, the source code is pulled from fetchuri and extracted into the
94 Because the extracted source code already exists, ``devtool`` does
201 - The source files exist either upstream in an un-extracted state or
202 locally in a previously extracted state.
211 needs to be extracted from an upstream source. In this situation,
212 the source is extracted into the default ``devtool`` workspace
[all …]
/openbmc/openbmc-tools/ipkdbg/
H A DREADME.md34 3. `-` is the FILE parameter. `-` specifies it must be extracted from the core
42 to map the absolute binary path extracted from the core to the package that
175 The packages can be extracted from the bitbake build tree by archiving
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitver.bbclass5 # for use in ${PV}, extracted from the ${S} git checkout, assuming it is one.
/openbmc/phosphor-psu-code-mgmt/
H A Dmeson.options40 description: 'The directory where downloaded or uploaded PSU images are placed and extracted',
/openbmc/openbmc/poky/meta/classes-global/
H A Dretain.bbclass48 # multiple tarballs can be extracted side-by-side easily.
75 # multiple tarballs can be extracted side-by-side
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_firmware_tftp_upload_image.robot110 # Let the image get extracted and it should not fail.
155 # Let the image get extracted and it should not fail.
/openbmc/qemu/docs/system/ppc/
H A Damigang.rst33 The ROM image is in the last 512kB which can be extracted with the
91 The ROM image can be extracted from it with the following command:
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/
H A Detcd_3.5.7.bb37 # Need to build etcd out of where it is extracted to
/openbmc/docs/architecture/
H A Dipmi-architecture.md76 The bridge then takes the extracted command, data, and possibly user and
126 handler to be passed in so that the types of the handler can be extracted and
277 extracted first. While this is opposite of the order the IPMI specification is
278 written, it makes the code simple. Multi-byte fields are extracted as LSByte
/openbmc/docs/testing/
H A Drun-test-docker.md97 Robot test code is extracted and ran on this container using run-robot.sh
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_dumps.robot379 # Clean extracted dump files.
445 # Clean extracted dump files.
496 ... extracted folder like BMCDUMP.XXXXXXX.0000070.20230706063841.
513 # Find the extracted dump folder identified with BMCDUMP as prefix and
/openbmc/qemu/docs/devel/
H A Ddecodetree.rst16 Each pattern may have *fields*, which are extracted from the insn and
61 and returns an integral value extracted from there.
/openbmc/qemu/hw/ssi/
H A Dtrace-events39 pnv_spi_read_RDR(uint64_t val) "data extracted = 0x%" PRIx64

12345