/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | ti,k3-am654-cpts.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/ti,k3-am654-cpts.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Grygorii Strashko <grygorii.strashko@ti.com> 11 - Sekhar Nori <nsekhar@ti.com> 17 - selection of multiple external clock sources 18 - Software control of time sync events via interrupt or polling 19 - 64-bit timestamp mode in ns with PPM and nudge adjustment. 20 - hardware timestamp push inputs (HWx_TS_PUSH) [all …]
|
H A D | ti,icssg-prueth.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/ti,icssg-prueth.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Md Danish Anwar <danishanwar@ti.com> 13 Ethernet based on the Programmable Real-Time Unit and Industrial 17 - $ref: /schemas/remoteproc/ti,pru-consumer.yaml# 22 - ti,am654-icssg-prueth # for AM65x SoC family 32 dma-names: 34 - const: tx0-0 [all …]
|
/openbmc/libcper/ |
H A D | cper-utils.c | 11 #include <libcper/cper-utils.h> 26 error_status->Type, 18, in cper_generic_error_status_to_ir() 35 json_object_new_boolean(error_status->AddressSignal)); in cper_generic_error_status_to_ir() 38 json_object_new_boolean(error_status->ControlSignal)); in cper_generic_error_status_to_ir() 41 json_object_new_boolean(error_status->DataSignal)); in cper_generic_error_status_to_ir() 44 json_object_new_boolean(error_status->DetectedByResponder)); in cper_generic_error_status_to_ir() 47 json_object_new_boolean(error_status->DetectedByRequester)); in cper_generic_error_status_to_ir() 50 json_object_new_boolean(error_status->FirstError)); in cper_generic_error_status_to_ir() 53 json_object_new_boolean(error_status->OverflowNotLogged)); in cper_generic_error_status_to_ir() 58 //Converts the given CPER-JSON generic error status into a CPER structure. [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/timestamp/ |
H A D | hte-consumer.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/timestamp/hte-consumer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dipen Patel <dipenp@nvidia.com> 16 $ref: /schemas/types.yaml#/definitions/phandle-array 23 timestamp-names: 24 $ref: /schemas/types.yaml#/definitions/string-array 27 timestamp property. 30 timestamp-names: [ timestamps ] [all …]
|
/openbmc/libcper/include/libcper/ |
H A D | cper-utils.h | 11 #include <libcper/common-utils.h> 32 json_object *uniform_struct_to_ir(UINT32 *start, int len, const char *names[]); 34 const char *names[]); 36 const char *names[]); 38 const char *names[]); 49 const char *names[]); 50 UINT64 ir_to_bitfield(json_object *ir, int num_fields, const char *names[]); 58 EFI_ERROR_TIME_STAMP *timestamp); 59 void string_to_timestamp(EFI_ERROR_TIME_STAMP *out, const char *timestamp);
|
/openbmc/linux/drivers/hte/ |
H A D | hte.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2021-2022 NVIDIA Corporation 34 * struct hte_ts_info - Information related to requested timestamp. 36 * @xlated_id: Timestamp ID as understood between HTE subsys and HTE provider, 40 * @seq: Timestamp sequence counter. 49 * @req_mlock: Lock during timestamp request/release APIs. 51 * @gdev: HTE abstract device that this timestamp information belongs to. 73 * struct hte_device - HTE abstract device 81 * @ei: Timestamp information. 109 const struct hte_chip *chip = gdev->chip; in hte_chip_dbgfs_init() [all …]
|
H A D | hte-tegra194-test.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (c) 2021-2022 NVIDIA Corporation 20 * hardware timestamp on gpio_in and specified LIC IRQ lines. 29 * compatible = "nvidia,tegra194-hte-test"; 30 * in-gpio = <&gpio_aon TEGRA194_AON_GPIO(BB, 1)>; 31 * out-gpio = <&gpio_aon TEGRA194_AON_GPIO(BB, 0)>; 34 * timestamp-names = "hte-gpio", "hte-i2c-irq"; 39 * - Load test driver. 40 * - For the GPIO, at regular interval gpio_out pin toggles triggering 43 * - For the LIC IRQ line, it uses 0x19 interrupt which is i2c controller 1. [all …]
|
/openbmc/openbmc-tools/cla-signers/ |
H A D | README.md | 6 To update the list, add new names to cla-signers and then run update-cla.sh. 8 line in the file. update-cla will sort and dedupe the names and update the 9 timestamp.
|
H A D | update-cla.sh | 3 # Sort the names in the CLA (discarding the header) 4 cat cla-signers | tail -n +2 | sort -u > cla-signers.new 5 # Add a new header with fresh timestamp (discarding old file) 6 echo Updated $(date) > cla-signers 7 # Add sorted names below header 8 cat cla-signers.new >> cla-signers 10 rm cla-signers.new
|
/openbmc/qemu/docs/interop/ |
H A D | qmp-spec.rst | 2 Copyright (C) 2009-2016 Red Hat, Inc. 5 later. See the COPYING file in the top-level directory. 12 The QEMU Machine Protocol (QMP) is a JSON-based 14 machine-level. It is also in use by the QEMU Guest Agent (QGA), which 18 be found in the :doc:`qemu-qmp-ref` and the :doc:`qemu-ga-ref`. 32 json-DATA-STRUCTURE-NAME 34 Where DATA-STRUCTURE-NAME is any valid JSON data structure, as defined 37 The server expects its input to be encoded in UTF-8, and sends its 40 For convenience, json-object members mentioned in this document will 43 hand, use of json-array elements presumes that preserving order is [all …]
|
H A D | bitmaps.rst | 12 Dirty Bitmaps are in-memory objects that track writes to block devices. They 16 This document explains the conceptual mechanisms, as well as up-to-date, 27 -------- 67 ----------------------- 82 Dirty Bitmap Names 83 ------------------ 85 Bitmap objects need a method to reference them in the API. All API-created and 86 managed bitmaps have a human-readable name chosen by the user at creation 89 - A bitmap's name is unique to the node, but bitmaps attached to different 93 - The name of a user-created bitmap cannot be empty (""). [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/net/ |
H A D | stmmac.txt | 4 - compatible: Should be "snps,dwmac-<ip_version>" "snps,dwmac" 5 For backwards compatibility: "st,spear600-gmac" is also supported. 6 - reg: Address and length of the register set for the device 7 - interrupt-parent: Should be the phandle for the interrupt controller 9 - interrupts: Should contain the STMMAC interrupts 10 - interrupt-names: Should contain the interrupt names "macirq" 13 - phy-mode: See ethernet.txt file in the same directory. 14 - snps,reset-gpio gpio number for phy reset. 15 - snps,reset-active-low boolean flag to indicate if phy reset is active low. 16 - snps,reset-delays-us is triplet of delays [all …]
|
/openbmc/linux/drivers/firewire/ |
H A D | core-transaction.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2004-2006 Kristian Hoegsberg <krh@bitplanet.net> 13 #include <linux/firewire-constants.h> 67 if (t->is_split_transaction) in try_cancel_split_timeout() 68 return del_timer(&t->split_timeout_timer); in try_cancel_split_timeout() 79 spin_lock_irqsave(&card->lock, flags); in close_transaction() 80 list_for_each_entry(iter, &card->transaction_list, link) { in close_transaction() 83 spin_unlock_irqrestore(&card->lock, flags); in close_transaction() 86 list_del_init(&iter->link); in close_transaction() 87 card->tlabel_mask &= ~(1ULL << iter->tlabel); in close_transaction() [all …]
|
/openbmc/linux/Documentation/trace/ |
H A D | mmiotrace.rst | 2 In-kernel memory-mapped I/O tracing 11 Injection Test Harness. In Dec 2006 - Jan 2007, using the code from Intel, 15 Mmiotrace was built for reverse engineering any memory-mapped IO device with 19 Out-of-tree mmiotrace was originally modified for mainline inclusion and 24 ----------- 29 is on-line, therefore mmiotrace takes all but one CPU off-line during run-time 30 activation. You can re-enable CPUs by hand, but you have been warned, there 35 --------------------- 38 $ mount -t debugfs debugfs /sys/kernel/debug 48 ----- [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | vfat.rst | 10 mount -t vfat /dev/fd0 /mnt 42 **-20**: If current process is in group of file's group ID, 43 you can change timestamp. 45 **-2**: Other users can change timestamp. 69 There is also an option of doing UTF-8 translations 76 UTF-8 is the filesystem safe version of Unicode that 79 If 'uni_xlate' gets set, UTF-8 gets disabled. 152 from each timestamp to convert it to UTC used internally by 156 cases in presence of DST - time stamps in a different DST 176 FAT has the ATTR_RO (read-only) attribute. On Windows, [all …]
|
/openbmc/linux/Documentation/kbuild/ |
H A D | reproducible-builds.rst | 17 ---------- 30 By default the timestamp is the current time and in the case of 37 code that does use these, you must override the timestamp they 42 ---------- 44 The kernel embeds the building user and host names in 50 ------------------ 52 When the kernel is built out-of-tree, debug information may include 54 including the ``-fdebug-prefix-map`` option in the `KCFLAGS`_ variable. 57 to an absolute filename in an out-of-tree build. Kbuild automatically 58 uses the ``-fmacro-prefix-map`` option to prevent this, if it is [all …]
|
/openbmc/linux/scripts/dtc/ |
H A D | of_unittest_expect | 2 # SPDX-License-Identifier: GPL-2.0 40 $expect =~ s/^.*?>>//; # '?' is non-greedy, minimal match 54 if ($got =~ /^[+-]*[0-9]+/) { 55 $got =~ s/^[+-]*[0-9]+//; 60 if ($got =~ /^(0x)*[0-9a-f]+/) { 61 $got =~ s/^(0x)*[0-9a-f]+//; 100 -h print program usage 101 --help print program usage 102 --hide-expect suppress output of EXPECTed lines 103 --line-num report line number of CONSOLE_LOG [all …]
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | vpu_boot_api.h | 1 /* SPDX-License-Identifier: MIT */ 3 * Copyright (C) 2020-2023 Intel Corporation 12 * fw_bin_header->api_version[VPU_BOOT_API_VER_ID] = (VPU_BOOT_API_VER_MAJOR << 16) | 30 * API header changed (field names, documentation, formatting) but API itself has not been changed 39 /* ------------ FW API version information end ---------------------*/ 156 /* Clock frequencies: 0x20 - 0xFF */ 161 /* Memory regions: 0x100 - 0x1FF */ 181 /* IRQ re-direct numbers: 0x200 - 0x2FF */ 184 /* ARM -> VPU doorbell interrupt. ARM is notifying VPU of async command or compute job. */ 186 /* VPU -> ARM job done interrupt. VPU is notifying ARM of compute job completion. */ [all …]
|
/openbmc/qemu/qapi/ |
H A D | migration.json | 1 # -*- Mode: Python -*- 28 # @normal-bytes: number of normal bytes sent (since 1.2) 30 # @dirty-pages-rate: number of pages dirtied by second by the guest 35 # @dirty-sync-count: number of times that dirty ram was synchronized 38 # @postcopy-requests: The number of page requests received from the 41 # @page-size: The number of bytes per page for the various page-based 44 # @multifd-bytes: The number of bytes sent through multifd (since 3.0) 46 # @pages-per-second: the number of memory pages transferred per second 49 # @precopy-bytes: The number of bytes sent in the pre-copy phase 52 # @downtime-bytes: The number of bytes sent while the guest is paused [all …]
|
/openbmc/linux/arch/nios2/boot/dts/ |
H A D | 10m50_devboard.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 10 compatible = "altr,niosii-max10"; 11 #address-cells = <1>; 12 #size-cells = <1>; 15 #address-cells = <1>; 16 #size-cells = <0>; 20 compatible = "altr,nios2-1.1"; 22 interrupt-controller; 23 #interrupt-cells = <1>; [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | nvidia,tegra-timer.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/timer/nvidia,tegra-timer.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Stephen Warren <swarren@nvidia.com> 13 - if: 17 const: nvidia,tegra210-timer 27 - if: 31 - items: 32 - enum: [all …]
|
/openbmc/linux/tools/thermal/thermometer/ |
H A D | thermometer.8 | 2 # SPDX-License-Identifier: GPL-2.0 4 \fBthermometer\fP - A thermal profiling tool 23 the thermal zone names and the desired sampling period. A thermal zone 44 The \fB-h, --help\fP option shows a short usage help 46 The \fB-o <dir>, --output <dir>\fP option defines the output directory to put the 49 The \fB-c <config>, --config <config>\fP option specifies the configuration file to use 51 The \fB-d <seconds>, --duration <seconds>\fP option specifies the duration of the capture 53 The \fB-l <loglevel>, --loglevel <loglevel>\fP option sets the loglevel [DEBUG,INFO,NOTICE,WARN,ERR… 55 The \fB-p <string>, --postfix <string>\fP option appends \fBstring\fP at the end of the capture fil… 57 The \fB-s, --syslog\fP option sets the output to syslog, default is \fBstdout\fP [all …]
|
/openbmc/linux/Documentation/trace/coresight/ |
H A D | coresight.rst | 2 Coresight - HW Assisted Tracing on ARM 9 ------------ 38 0 CPU 0<-->: C : 0 CPU 0<-->: C : : C : @ STM @ || System || 39 |->0000000 : T : |->0000000 : T : : T :<--->@@@@@ || Memory || 40 | #######<-->: I : | #######<-->: I : : I : @@@<-| |||||||||||| 43 | |->### | ! | |->### | ! | ! . | || DAP || 49 *****************************************************************<-| 63 | * ===== F =====<---------| 65 |-->:: CTI ::<!! === N === 69 |------>&& ETB &&<......II I ======= [all …]
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx7d-flex-concentrator.dts | 1 // SPDX-License-Identifier: GPL-2.0 9 /dts-v1/; 11 #include "imx7d-tqma7.dtsi" 14 /delete-node/ &ds1339; 18 compatible = "kam,imx7d-flex-concentrator", "fsl,imx7d"; 22 /* 1024 MB - TQMa7D board configuration */ 26 reg_usb_otg2_vbus: regulator-usb-otg2-vbus { 27 compatible = "regulator-fixed"; 28 regulator-name = "VBUS_USBOTG2"; 29 regulator-min-microvolt = <5000000>; [all …]
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | parsing.py | 74 self.duration = self.end_time - self.start_time 96 names = [x[:15] for x in procnames.split(",")] 98 if proc.cmd in names: 162 # re-parent any stray orphans if we can 183 k = min(k, len(util)-1) 188 avgload = sum(u[1] for u in util[j:k+1]) / (k-j+1) 201 names = [x[:15] for x in crop_after.split(",")] 203 if proc.cmd in names or proc.exe in names: 230 and self.cpu_stats[-1].time > crop_at: 233 and self.disk_stats[-1].time > crop_at: [all …]
|