/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmontplus/ |
H A D | frontend.json | 35 …"BriefDescription": "References per ICache line. This event counts differently than Intel processo… 38 …Line. The event strives to count on a cache line basis, so that multiple fetches to a single cach… 43 …: "References per ICache line that are available in the ICache (hit). This event counts differentl… 46 …Line and that cache line is in the ICache (hit). The event strives to count on a cache line basis… 51 …"References per ICache line that are not available in the ICache (miss). This event counts differe… 54 …Line and that cache line is not in the ICache (miss). The event strives to count on a cache line … 62 … read from the MSROM. The most common case that this counts is when a micro-coded instruction is …
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmont/ |
H A D | frontend.json | 35 …"BriefDescription": "References per ICache line. This event counts differently than Intel processo… 38 …Line. The event strives to count on a cache line basis, so that multiple fetches to a single cach… 43 …: "References per ICache line that are available in the ICache (hit). This event counts differentl… 46 …Line and that cache line is in the ICache (hit). The event strives to count on a cache line basis… 51 …"References per ICache line that are not available in the ICache (miss). This event counts differe… 54 …Line and that cache line is not in the ICache (miss). The event strives to count on a cache line … 62 … read from the MSROM. The most common case that this counts is when a micro-coded instruction is …
|
/openbmc/openbmc/poky/documentation/sdk-manual/ |
H A D | working-projects.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 7 You can use the SDK toolchain directly with Makefile and Autotools-based 10 Autotools-Based Projects 13 Once you have a suitable :ref:`sdk-manual/intro:the cross-development toolchain` 15 Autotools-based <GNU_Build_System>` workflow, which is outside of the 20 .. image:: figures/sdk-autotools-flow.png 24 Follow these steps to create a simple Autotools-based "Hello World" 55 - ``hello.c``:: 64 - ``configure.ac``:: 72 - ``Makefile.am``:: [all …]
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
H A D | cs89x0.rst | 1 .. SPDX-License-Identifier: GPL-2.0 33 2.1 CS8900-based Adapter Configuration 34 2.2 CS8920-based Adapter Configuration 46 5.2.1 Diagnostic Self-Test 66 The CS8900-based ISA Ethernet Adapters from Cirrus Logic follow 67 IEEE 802.3 standards and support half or full-duplex operation in ISA bus 69 in 16-bit ISA or EISA bus expansion slots and are available in 70 10BaseT-only or 3-media configurations (10BaseT, 10Base2, and AUI for 10Base-5 73 CS8920-based adapters are similar to the CS8900-based adapter with additional 85 or loaded at run-time as a device driver module. [all …]
|
/openbmc/phosphor-gpio-monitor/ |
H A D | README.md | 5 ### `phosphor-gpio-monitor` 7 This daemon accepts a command line parameter for monitoring single gpio line and 9 monitoring single GPIO line, for multiple lines, user has to run this daemon 10 seperately for each gpio line. 12 ### `phosphor-multi-gpio-monitor` 14 This daemon accepts command line parameter as a well-defined GPIO configuration 16 defined in config based on gpio state change. It uses libgpiod library. 20 New implementation (phosphor-multi-gpio-monitor) provides multiple gpio line 21 monitoring in single instance of phosphor-multi-gpio-monitor running. It is very 23 line by name defined in kernel. [all …]
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 23 non-standard serial ports, since the configuration information will 51 If you did not notice yet and/or you have userspace from pre-3.7, it 101 you can alter that using a kernel command line option such as 107 kernel will automatically use the first serial line, /dev/ttyS0, as 110 You can set that using a kernel command line option such as 146 Note that serial ports on NetMos 9835 Multi-I/O cards are handled 167 Say Y here to enable support for 16-bit PCMCIA serial devices, 169 multi-function Ethernet/modem cards. (PCMCIA- or PC-cards are 170 credit-card size devices often used with laptops.) [all …]
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | phosphor-debug-collector.bbclass | 1 bmc_dump_path = "/var/lib/phosphor-debug-collector/dumps" 8 # Create user directories based on the dump type value in the config section 32 for line in file: 33 if not config in line: 36 revalue = re.search('[0-9]+.[0-9]+', line) 38 bb.warn("Invalid format for config value =%s" % line) 56 #create directories based on the usertype
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-probe.txt | 1 perf-probe(1) 5 ---- 6 perf-probe - Define new dynamic tracepoints 9 -------- 11 'perf probe' [options] --add='PROBE' [...] 15 'perf probe' [options] --del='[GROUP:]EVENT' [...] 17 'perf probe' --list[=[GROUP:]EVENT] 19 'perf probe' [options] --line='LINE' 21 'perf probe' [options] --vars='PROBEPOINT' 23 'perf probe' [options] --funcs [all …]
|
H A D | perf-c2c.txt | 1 perf-c2c(1) 5 ---- 6 perf-c2c - Shared Data C2C/HITM Analyzer. 9 -------- 12 'perf c2c record' [<options>] \-- [<record command options>] <command> 16 ----------- 22 On Intel, the tool is based on load latency and precise store facility events 27 required. See linkperf:perf-arm-spe[1] for a setup guide. Due to the 32 - memory address of the access 33 - type of the access (load and store details) [all …]
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | consumer.rst | 6 it describes the new descriptor-based interface. For a description of the 7 deprecated integer-based GPIO interface please refer to legacy.rst. 23 - Simple compile coverage with e.g. COMPILE_TEST - it does not matter that 27 - Truly optional GPIOLIB support - where the driver does not really make use 28 of the GPIOs on certain compile-time configurations for certain systems, but 29 will use it under other compile-time configurations. In this case the 33 All the functions that work with the descriptor-based GPIO interface are 43 With the descriptor-based interface, GPIOs are identified with an opaque, 44 non-forgeable handler that must be obtained through a call to one of the 60 see Documentation/driver-api/gpio/board.rst [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/rtc/ |
H A D | isil,isl12057.txt | 5 line). 8 ("wakeup-source") to handle the specific use-case found 9 on at least three in-tree users of the chip (NETGEAR ReadyNAS 102, 104 10 and 2120 ARM-based NAS); On those devices, the IRQ#2 pin of the chip 20 - "compatible": must be "isil,isl12057" 21 - "reg": I2C bus address of the device 25 - "wakeup-source": mark the chip as a wakeup source, independently of 26 the availability of an IRQ line connected to the SoC. 38 that the pinctrl-related properties below are given for completeness and 40 SoC, and the main function of the MPP used as IRQ line, i.e. [all …]
|
/openbmc/linux/arch/arm/mach-bcm/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 6 This enables support for Broadcom ARM based SoC chips 24 This enables support for systems based on Broadcom IPROC architected SoCs. 63 Ethernet PHYs, DDR3 memory, PCIE Gen-2, USB 2.0 and USB 3.0, serial and 77 This is a network SoC line mostly used in home routers and 84 different SoC or with the older BCM47XX and BCM53XX based 102 This enables support for systems based on Broadcom mobile SoCs. 147 can be disabled for an SMP-enabled kernel. 175 BCM53573 series is set of SoCs using ARM Cortex-A7 CPUs with wireless 177 This SoC line is mostly used in home routers and is some cheaper [all …]
|
/openbmc/linux/drivers/dma/ |
H A D | acpi-dma.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Based on of-dma.c 13 #include <linux/dma-mapping.h> 29 * acpi_dma_parse_resource_group - match device and parse resource group 50 if (grp->shared_info_length != sizeof(struct acpi_csrt_shared_info)) in acpi_dma_parse_resource_group() 51 return -ENODEV; in acpi_dma_parse_resource_group() 59 if (resource_type(rentry->res) == IORESOURCE_MEM) in acpi_dma_parse_resource_group() 60 mem = rentry->res->start; in acpi_dma_parse_resource_group() 61 else if (resource_type(rentry->res) == IORESOURCE_IRQ) in acpi_dma_parse_resource_group() 62 irq = rentry->res->start; in acpi_dma_parse_resource_group() [all …]
|
/openbmc/openbmc-test-automation/docs/ |
H A D | openbmc_test_tools.md | 8 $ ipmitool -V 16 [README](https://github.com/open-power/HTX) 21 [README](https://github.com/openbmc/phosphor-logging/blob/master/README.md#remote-logging-via-rsysl… 25 Pre-requisite: A Power Linux system is required. 27 - Obtain the SEL (System Error Log) parser tools: 29 - Go to https://openpower.xyz/job/openpower/job/openpower-op-build/ 30 - Click the link for the BMC system of interest (e.g. witherspoon) 31 - Click the "host_fw_debug.tar" link in order to download the tar file. 32 - On your Power Linux system, untar the file with the following command: 35 $ tar -xvf host_fw_debug.tar [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | field-order.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _field-order: 30 even) fields, the *spatial order*: The first line of the top field is 31 the first line of an interlaced frame, the first line of the bottom 32 field is the second line of that frame. 69 .. flat-table:: 70 :header-rows: 0 71 :stub-columns: 0 74 * - ``V4L2_FIELD_ANY`` 75 - 0 [all …]
|
/openbmc/linux/drivers/mtd/parsers/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 This provides partitions parser for devices based on BCM47xx 24 tristate "Broadcom's U-Boot partition parser" 27 Broadcom uses a custom way of storing U-Boot environment variables. 28 They are placed inside U-Boot partition itself at unspecified offset. 34 tristate "Command line partition table parsing" 38 command line. Multiple flash resources are supported for hardware where 46 The format for the command line is as follows: 49 <mtddef> := <mtd-id>:<partdef>[,<partdef>] 51 <mtd-id> := unique id used in mapping driver/device [all …]
|
/openbmc/linux/drivers/pci/ |
H A D | irq.c | 1 // SPDX-License-Identifier: GPL-2.0 15 * pci_request_irq - allocate an interrupt line for a PCI device 17 * @nr: device-relative interrupt vector index (0-based). 25 * @fmt: Printf-like format string naming the handler 27 * This call allocates interrupt resources and enables the interrupt line and 48 return -ENOMEM; in pci_request_irq() 59 * pci_free_irq - free an interrupt allocated with pci_request_irq 61 * @nr: device-relative interrupt vector index (0-based). 65 * line is no longer in use by any driver it is disabled. The caller must
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | login.defs_shadow-sysroot | 1 # SPDX-License-Identifier: BSD-3-Clause OR Artistic-1.0 3 # /etc/login.defs - Configuration control definitions for the shadow package. 5 # $Id: login.defs 3038 2009-07-23 20:41:35Z nekral-guest $ 39 # ("mailx -e" or equivalent). 59 # Enable "syslog" logging of su activity - in addition to sulog file logging. 83 #MOTD_FILE /etc/motd:/usr/lib/news/news-motd 91 # If defined, file which maps tty line to TERM environment parameter. 92 # Each line of the file is in a format something like "vt100 tty01". 103 # If defined, name of file whose presence which will inhibit non-root 110 # If defined, the command name to display when running "su -". For [all …]
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4412-itop-elite.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * TOPEET's Exynos4412 based itop board device tree source 10 * which is based on Samsung's Exynos4412 SoC. 13 /dts-v1/; 14 #include <dt-bindings/leds/common.h> 15 #include <dt-bindings/pwm/pwm.h> 16 #include <dt-bindings/sound/samsung-i2s.h> 17 #include "exynos4412-itop-scp-core.dtsi" 20 model = "TOPEET iTop 4412 Elite board based on Exynos4412"; 21 compatible = "topeet,itop4412-elite", "samsung,exynos4412", "samsung,exynos4"; [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.pxe | 1 SPDX-License-Identifier: GPL-2.0+ 3 * Copyright 2010-2011 Calxeda, Inc. 7 the PXELINUX boot loader. This allows U-Boot based systems to be controlled 8 remotely using the same PXE based techniques that many non U-Boot based servers 15 ------- 22 ----------- 25 pxefile_addr_r - should be set to a location in RAM large enough to hold 31 bootfile,serverip - these two are typically set in the DHCP response 36 ethaddr - this is the standard MAC address for the ethernet adapter in use. 40 pxeuuid - this is a UUID in standard form using lower case hexadecimal [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | fitimage.py | 4 # SPDX-License-Identifier: MIT 15 """build u-boot-tools-native and return RECIPE_SYSROOT_NATIVE""" 16 bitbake("u-boot-tools-native -c addto_recipe_sysroot") 17 return get_bb_var('RECIPE_SYSROOT_NATIVE', 'u-boot-tools-native') 22 The fit_check_sign utility from u-boot-tools-native is called. 23 uboot-fit_check_sign -f fitImage -k $dtb_name -c conf-$dtb_name 25 …fit_check_sign_path = os.path.join(uboot_tools_sysroot_native, 'usr', 'bin', 'uboot-fit_check_sign… 26 cmd = '%s -f %s -k %s' % (fit_check_sign_path, fitimage_path, dtb_path) 28 cmd += ' -c %s' % conf_name 37 Shell equivalent: strings "$1" | grep "$2" | wc -l [all …]
|
/openbmc/linux/drivers/zorro/ |
H A D | gen-devlist.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * (c) 2000 Geert Uytterhoeven <geert@linux-m68k.org> 7 * Based on the PCI version: 9 * (c) 1999--2000 Martin Mares <mj@ucw.cz> 32 char line[1024], *c, *bra, manuf[8]; in main() local 45 while (fgets(line, sizeof(line)-1, stdin)) { in main() 47 if ((c = strchr(line, '\n'))) in main() 49 if (!line[0] || line[0] == '#') in main() 51 if (line[0] == '\t') { in main() 54 if (strlen(line) > 5 && line[5] == ' ') { in main() [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | yamon-dt.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 13 * struct yamon_mem_region - Represents a contiguous range of physical RAM. 25 * yamon_dt_append_cmdline() - Append YAMON-provided command line to /chosen 28 * Write the YAMON-provided command line to the bootargs property of the 31 * Return: 0 on success, else -errno 36 * yamon_dt_append_memory() - Append YAMON-provided memory info to /memory 40 * Generate a /memory node in @fdt based upon memory size information provided 43 * Return: 0 on success, else -errno 49 * yamon_dt_serial_config() - Append YAMON-provided serial config to /chosen 52 * Generate a stdout-path property in the /chosen node of @fdt, based upon [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 1 .. _submitting-a-patch: 13 one-shot fix, the bare minimum we ask is that: 15 .. list-table:: Minimal Checklist for Patches 17 :header-rows: 1 19 * - Check 20 - Reason 21 * - Patches contain Signed-off-by: Your Name <author@email> 22 …- States you are legally able to contribute the code. See :ref:`patch_emails_must_include_a_signed… 23 * - Sent as patch emails to ``qemu-devel@nongnu.org`` 24 - The project uses an email list based workflow. See :ref:`submitting_your_patches` [all …]
|
/openbmc/linux/security/integrity/ima/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 60 Disabling this option will disregard LSM based policy rules. 70 limited to 255 characters. The 'ima-ng' measurement list 73 by specifying "ima_template=" on the boot command line. 76 bool "ima-ng (default)" 78 bool "ima-sig" 83 default "ima-ng" if IMA_NG_TEMPLATE 84 default "ima-sig" if IMA_SIG_TEMPLATE 93 line 'ima_hash=' option. 154 <http://linux-ima.sourceforge.net> [all …]
|