/openbmc/linux/Documentation/devicetree/bindings/gpu/host1x/ |
H A D | nvidia,tegra234-nvdec.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpu/host1x/nvidia,tegra234-nvdec.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 15 - Thierry Reding <treding@gmail.com> 16 - Mikko Perttunen <mperttunen@nvidia.com> 20 pattern: "^nvdec@[0-9a-f]*$" 24 - nvidia,tegra234-nvdec 32 clock-names: 34 - const: nvdec [all …]
|
/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/image/ |
H A D | obmc-phosphor-image.bbappend | 3 do_get_version[depends] = "os-release" 5 # do_get_version() is copied from meta-phosphor/classes/image_version.bbclass and 12 path = os.path.join(path, 'os-release') 23 dev_path = os.path.join(dev_path, 'developer') 24 if os.path.isfile(dev_path): 25 version = version[:-1] + str(d.getVar('IMAGE_VERSION_SUFFIX', True)).strip() 30 HPE_GXP_BOOTBLOCK_IMAGE ?= "gxp-bootblock.bin" 31 HPE_UBOOT_SIGNING_HEADER ?= "hpe-uboot-header.section" 32 HPE_UBOOT_SIGNING_HEADER_512 ?= "hpe-uboot-header-512.section" 33 HPE_UBOOT_SIGNING_KEY ?= "hpe-uboot-signing-key.pem" [all …]
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | image_types_phosphor.bbclass | 6 FIT_IMAGE_INHERIT:df-obmc-static-norootfs = "fit-image" 16 FLASH_KERNEL_IMAGE ?= "fitImage-${INITRAMFS_IMAGE}-${MACHINE}-${MACHINE}" 17 FLASH_KERNEL_IMAGE:df-obmc-ubi-fs ?= "fitImage-${MACHINE}.bin" 19 IMAGE_BASETYPE ?= "squashfs-xz" 20 IMAGE_BASETYPE:df-obmc-static-norootfs ?= "cpio" 28 mtd-static \ 29 mtd-static-alltar \ 30 mtd-static-tar \ 31 mtd-static-norootfs \ 32 mtd-ubi \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | create_manifest3.py | 1 # This script is used as a bitbake task to create a new python manifest 2 # $ bitbake python -c create_manifest 4 # Our goal is to keep python-core as small as posible and add other python 11 # Go through the python-manifest file and launch a separate task for every single 18 # manifest and if we find that another package already includes it, then we will add 24 # This way we will create a new manifest from the data structure that was built during 25 # this process, on this new manifest each package will contain specifically only 34 # The manifest file for python3 has an extra field which contains the cached files for 45 import os 48 if '-d' in sys.argv: [all …]
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | riscv.c | 1 // SPDX-License-Identifier: GPL-2.0-only 32 static void riscv_writel(struct tegra_drm_riscv *riscv, u32 value, u32 offset) in riscv_writel() argument 34 writel(value, riscv->regs + offset); in riscv_writel() 39 struct tegra_drm_riscv_descriptor *bl = &riscv->bl_desc; in tegra_drm_riscv_read_descriptors() 40 struct tegra_drm_riscv_descriptor *os = &riscv->os_desc; in tegra_drm_riscv_read_descriptors() local 41 const struct device_node *np = riscv->dev->of_node; in tegra_drm_riscv_read_descriptors() 47 dev_err(riscv->dev, "failed to read " name ": %d\n", err); \ in tegra_drm_riscv_read_descriptors() 51 READ_PROP("nvidia,bl-manifest-offset", &bl->manifest_offset); in tegra_drm_riscv_read_descriptors() 52 READ_PROP("nvidia,bl-code-offset", &bl->code_offset); in tegra_drm_riscv_read_descriptors() 53 READ_PROP("nvidia,bl-data-offset", &bl->data_offset); in tegra_drm_riscv_read_descriptors() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 041 | 23 import os 29 backing_img = os.path.join(iotests.test_dir, 'backing.img') 30 target_backing_img = os.path.join(iotests.test_dir, 'target-backing.img') 31 test_img = os.path.join(iotests.test_dir, 'test.img') 32 target_img = os.path.join(iotests.test_dir, 'target.img') 34 quorum_img1 = os.path.join(iotests.test_dir, 'quorum1.img') 35 quorum_img2 = os.path.join(iotests.test_dir, 'quorum2.img') 36 quorum_img3 = os.path.join(iotests.test_dir, 'quorum3.img') 37 quorum_repair_img = os.path.join(iotests.test_dir, 'quorum_repair.img') 38 quorum_snapshot_file = os.path.join(iotests.test_dir, 'quorum_snapshot.img') [all …]
|
H A D | 257 | 4 # Test bitmap-sync backups (incremental, differential, and partials) 24 import os 34 def __init__(self, byte, offset, size=GRANULARITY): argument 36 self.offset = offset 40 lower = self.offset // granularity 41 upper = (self.offset + self.size - 1) // granularity 64 Pattern('0x76', 0x3ff0000)]), # 64M - 64K 68 Pattern('0x77', 0x00f8000), # Partial-left (1M-32K) 69 Pattern('0x72', 0x2008000), # Partial-right (32M+32K) 70 Pattern('0x69', 0x3fe0000)]), # Adjacent-left (64M - 128K) [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | wic.py | 4 # SPDX-License-Identifier: GPL-2.0-only 11 import os 30 extract file names from the output of debugfs -R 'ls -p', 61 self.resultdir = os.path.join(self.builddir, "wic-tmp") 69 self.skipTest('wic-tools needs USE_NLS=yes') 71 bitbake('wic-tools core-image-minimal core-image-minimal-mtdutils') 83 bitbake('%s -c do_rootfs_wicenv' % image) 86 WicTestCase.wicenv_cache[image] = os.path.join(stdir, machine, 'imgdata') 91 """Test wic --version""" 92 runCmd('wic --version') [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/ |
H A D | hsw-metrics.json | 4 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 11 "MetricExpr": "cstate_core@c3\\-residency@ / TSC", 18 "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC", 25 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 32 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 39 "MetricExpr": "cstate_core@c7\\-residency@ / TSC", 46 "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC", 59 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", 73 …memory load accesses were aliased by preceding stores (in program order) with a 4K address offset", 78 …dress offset. False match is possible; which incur a few cycles load re-issue. However; the short … [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/ |
H A D | ivt-metrics.json | 4 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 11 "MetricExpr": "cstate_core@c3\\-residency@ / TSC", 18 "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC", 25 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 32 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 39 "MetricExpr": "cstate_core@c7\\-residency@ / TSC", 46 "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC", 59 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", 73 …memory load accesses were aliased by preceding stores (in program order) with a 4K address offset", 78 …dress offset. False match is possible; which incur a few cycles load re-issue. However; the short … [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/ivybridge/ |
H A D | ivb-metrics.json | 4 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 11 "MetricExpr": "cstate_core@c3\\-residency@ / TSC", 18 "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC", 25 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 32 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 39 "MetricExpr": "cstate_core@c7\\-residency@ / TSC", 46 "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC", 59 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", 73 …memory load accesses were aliased by preceding stores (in program order) with a 4K address offset", 78 …dress offset. False match is possible; which incur a few cycles load re-issue. However; the short … [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwell/ |
H A D | bdw-metrics.json | 4 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 11 "MetricExpr": "cstate_core@c3\\-residency@ / TSC", 18 "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC", 25 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 32 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 39 "MetricExpr": "cstate_core@c7\\-residency@ / TSC", 46 "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC", 59 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", 73 …memory load accesses were aliased by preceding stores (in program order) with a 4K address offset", 78 …dress offset. False match is possible; which incur a few cycles load re-issue. However; the short … [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellde/ |
H A D | bdwde-metrics.json | 4 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 11 "MetricExpr": "cstate_core@c3\\-residency@ / TSC", 18 "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC", 25 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 32 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 39 "MetricExpr": "cstate_core@c7\\-residency@ / TSC", 46 "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC", 59 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", 73 …memory load accesses were aliased by preceding stores (in program order) with a 4K address offset", 78 …dress offset. False match is possible; which incur a few cycles load re-issue. However; the short … [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/ |
H A D | hsx-metrics.json | 4 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 11 "MetricExpr": "cstate_core@c3\\-residency@ / TSC", 18 "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC", 25 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 32 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 39 "MetricExpr": "cstate_core@c7\\-residency@ / TSC", 46 "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC", 230 …"BriefDescription": "Uops delivered from legacy decode pipeline (Micro-instruction Translation Eng… 237 … "MetricExpr": "(UOPS_ISSUED.ANY - IDQ.MITE_UOPS - IDQ.MS_UOPS - IDQ.DSB_UOPS) / UOPS_ISSUED.ANY", 255 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/skylake/ |
H A D | skl-metrics.json | 4 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 11 "MetricExpr": "cstate_core@c3\\-residency@ / TSC", 18 "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC", 25 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 32 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 39 "MetricExpr": "cstate_core@c7\\-residency@ / TSC", 46 "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC", 59 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", 73 …memory load accesses were aliased by preceding stores (in program order) with a 4K address offset", 78 …dress offset. False match is possible; which incur a few cycles load re-issue. However; the short … [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/broadwellx/ |
H A D | bdx-metrics.json | 4 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 11 "MetricExpr": "cstate_core@c3\\-residency@ / TSC", 18 "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC", 25 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 32 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 39 "MetricExpr": "cstate_core@c7\\-residency@ / TSC", 46 "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC", 230 …"BriefDescription": "Uops delivered from legacy decode pipeline (Micro-instruction Translation Eng… 255 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", 275 …memory load accesses were aliased by preceding stores (in program order) with a 4K address offset", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/tigerlake/ |
H A D | tgl-metrics.json | 4 "MetricExpr": "cstate_pkg@c10\\-residency@ / TSC", 11 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 18 "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC", 25 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 32 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 39 "MetricExpr": "cstate_core@c7\\-residency@ / TSC", 46 "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC", 53 "MetricExpr": "cstate_pkg@c8\\-residency@ / TSC", 60 "MetricExpr": "cstate_pkg@c9\\-residency@ / TSC", 67 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/rocketlake/ |
H A D | rkl-metrics.json | 4 "MetricExpr": "cstate_pkg@c10\\-residency@ / TSC", 11 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 18 "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC", 25 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 32 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 39 "MetricExpr": "cstate_core@c7\\-residency@ / TSC", 46 "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC", 53 "MetricExpr": "cstate_pkg@c8\\-residency@ / TSC", 60 "MetricExpr": "cstate_pkg@c9\\-residency@ / TSC", 73 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/icelake/ |
H A D | icl-metrics.json | 4 "MetricExpr": "cstate_pkg@c10\\-residency@ / TSC", 11 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 18 "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC", 25 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 32 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 39 "MetricExpr": "cstate_core@c7\\-residency@ / TSC", 46 "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC", 53 "MetricExpr": "cstate_pkg@c8\\-residency@ / TSC", 60 "MetricExpr": "cstate_pkg@c9\\-residency@ / TSC", 73 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_adminq_cmd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 139 /* Manage MAC address, read command - indirect (0x0107) 166 /* Manage MAC address, write command - direct (0x0108) */ 643 /* Bit 0:1 - Action type */ 647 /* Bit 2 - Loop back enable 648 * Bit 3 - LAN enable 653 /* Action type = 0 - Forward to VSI or VSI list */ 665 /* Action type = 1 - Forward to Queue of Queue group */ 673 /* Action type = 2 - Prune */ 680 /* Action type = 2 - Pointer */ [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/icelakex/ |
H A D | icx-metrics.json | 4 "MetricExpr": "cstate_core@c1\\-residency@ / TSC", 11 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 18 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 25 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 240 …"BriefDescription": "Uops delivered from legacy decode pipeline (Micro-instruction Translation Eng… 271 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", 291 …memory load accesses were aliased by preceding stores (in program order) with a 4K address offset", 297 …dress offset. False match is possible; which incur a few cycles load re-issue. However; the short … 314 …er-cases for operations that cannot be handled natively by the execution pipeline. For example; wh… 320 …"MetricExpr": "topdown\\-be\\-bound / (topdown\\-fe\\-bound + topdown\\-bad\\-spec + topdown\\-ret… [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/ |
H A D | clx-metrics.json | 4 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 11 "MetricExpr": "cstate_core@c3\\-residency@ / TSC", 18 "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC", 25 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 32 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 39 "MetricExpr": "cstate_core@c7\\-residency@ / TSC", 46 "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC", 255 …"BriefDescription": "Uops delivered from legacy decode pipeline (Micro-instruction Translation Eng… 286 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", 306 …memory load accesses were aliased by preceding stores (in program order) with a 4K address offset", [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/ |
H A D | skx-metrics.json | 4 "MetricExpr": "cstate_pkg@c2\\-residency@ / TSC", 11 "MetricExpr": "cstate_core@c3\\-residency@ / TSC", 18 "MetricExpr": "cstate_pkg@c3\\-residency@ / TSC", 25 "MetricExpr": "cstate_core@c6\\-residency@ / TSC", 32 "MetricExpr": "cstate_pkg@c6\\-residency@ / TSC", 39 "MetricExpr": "cstate_core@c7\\-residency@ / TSC", 46 "MetricExpr": "cstate_pkg@c7\\-residency@ / TSC", 255 …"BriefDescription": "Uops delivered from legacy decode pipeline (Micro-instruction Translation Eng… 268 "MetricExpr": "((msr@aperf@ - cycles) / msr@aperf@ if msr@smi@ > 0 else 0)", 288 …memory load accesses were aliased by preceding stores (in program order) with a 4K address offset", [all …]
|
/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra234.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <dt-bindings/clock/tegra234-clock.h> 4 #include <dt-bindings/gpio/tegra234-gpio.h> 5 #include <dt-bindings/interrupt-controller/arm-gic.h> 6 #include <dt-bindings/mailbox/tegra186-hsp.h> 7 #include <dt-bindings/memory/tegra234-mc.h> 8 #include <dt-bindings/pinctrl/pinctrl-tegra-io-pad.h> 9 #include <dt-bindings/power/tegra234-powergate.h> 10 #include <dt-bindings/reset/tegra234-reset.h> 11 #include <dt-bindings/thermal/tegra234-bpmp-thermal.h> [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.2.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 ---------------------------------- 9 - Linux kernel 6.1, glibc 2.37 and ~350 other recipe upgrades 11 - Python 3.8+ and GCC 8.0+ are now the minimum required versions on the build host. 15 - BitBake in this release now supports a new ``addpylib`` directive to enable 17 see :ref:`bitbake-user-manual/bitbake-user-manual-metadata:extending python library code`. 24 - BitBake has seen multiple internal changes that may improve 27 - BitBake's Cooker server is now multithreaded. 29 - Ctrl+C can now be used to interrupt some long-running operations 32 - BitBake's cache has been extended to include more hash [all …]
|