/openbmc/linux/drivers/media/tuners/ |
H A D | xc2028.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 * Copyright (c) 2007-2008 Mauro Carvalho Chehab <mchehab@kernel.org> 13 #define XC2028_DEFAULT_FIRMWARE "xc3028-v27.fw" 14 #define XC3028L_DEFAULT_FIRMWARE "xc3028L-v36.fw" 29 XC2028_AUTO = 0, /* By default, auto-detects */ 67 printk(KERN_INFO "%s: not probed - driver disabled by Kconfig\n", in xc2028_attach()
|
/openbmc/openpower-proc-control/procedures/openfsi/ |
H A D | scan.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 #include <phosphor-logging/elog-errors.hpp> 20 #include <phosphor-logging/log.hpp> 33 constexpr auto masterScanPath = "/sys/class/fsi-master/fsi0/rescan"; 34 constexpr auto hubScanPath = "/sys/class/fsi-master/fsi1/rescan"; 35 constexpr auto masterCalloutPath = "/sys/class/fsi-master/fsi0/slave@00:00/raw"; 41 * @param[in] path - the sysfs path to write a 1 to 57 auto err = errno; in doScan() 64 * This is where the device driver detects which chips are present.
|
/openbmc/linux/Documentation/hwmon/ |
H A D | dme1737.rst | 18 Addresses scanned: none, address read from Super-I/O config space 34 Addresses scanned: none, address read from Super-I/O config space 43 ----------------- 52 Include non-standard LPC addresses 0x162e and 0x164e 55 - VIA EPIA SN18000 59 ----------- 63 and SCH5127 Super-I/O chips. These chips feature monitoring of 3 temp sensors 64 temp[1-3] (2 remote diodes and 1 internal), 8 voltages in[0-7] (7 external and 65 1 internal) and up to 6 fan speeds fan[1-6]. Additionally, the chips implement 66 up to 5 PWM outputs pwm[1-3,5-6] for controlling fan speeds both manually and [all …]
|
H A D | jc42.rst | 10 https://www.analog.com/static/imported-files/data_sheets/ADT7408.pdf 20 http://www.atmel.com/Images/Atmel-8852-SEEPROM-AT30TSE002A-Datasheet.pdf 22 http://www.atmel.com/Images/Atmel-8868-DTS-AT30TSE004A-Datasheet.pdf 36 http://datasheets.maxim-ic.com/en/ds/MAX6604.pdf 70 https://www.onsemi.com/pub_link/Collateral/CAT34TS02-D.PDF 72 https://www.onsemi.com/pub/Collateral/CAT6095-D.PDF 99 Addresses scanned: I2C 0x18 - 0x1f 102 Guenter Roeck <linux@roeck-us.net> 106 ----------- 113 The driver auto-detects the chips listed above, but can be manually instantiated [all …]
|
/openbmc/u-boot/board/boundary/nitrogen6x/ |
H A D | README | 1 U-Boot for the Boundary Devices Nitrogen6X and 5 U-Boot to the Boundary Devices Nitrogen6X and 9 --------------------------------- 20 http://lists.denx.de/pipermail/u-boot/2012-August/131151.html 23 ----------------------------------------------- 37 -------------------------- 40 clearenv - clear environment to factory default 41 upgradeu - look and source a boot script named 42 '6x_upgrade' to upgrade the U-Boot version 47 ------------------ [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 043 | 2 # group: rw auto backing 4 # Test that qemu-img info --backing-chain detects infinite loops 50 $QEMU_IMG rebase -u -b "$TEST_IMG" -F $IMGFMT "$TEST_IMG" 54 _img_info --backing-chain 58 _make_test_img -b "$TEST_IMG.base" -F $IMGFMT $size 59 $QEMU_IMG rebase -u -b "$TEST_IMG" -F $IMGFMT "$TEST_IMG.base" 63 _img_info --backing-chain 67 _make_test_img -b "$TEST_IMG.1.base" -F $IMGFMT $size 69 _make_test_img -b "$TEST_IMG.2.base" -F $IMGFMT $size 71 _make_test_img -b "$TEST_IMG.3.base" -F $IMGFMT $size [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | marvell,mv64xxx-i2c.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/i2c/marvell,mv64xxx-i2c.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Gregory CLEMENT <gregory.clement@bootlin.com> 15 - const: allwinner,sun4i-a10-i2c 16 - items: 17 - const: allwinner,sun7i-a20-i2c 18 - const: allwinner,sun4i-a10-i2c 19 - const: allwinner,sun6i-a31-i2c [all …]
|
/openbmc/docs/designs/ |
H A D | power-recovery.md | 11 Modern computer systems have a feature, automated power-on recovery, which in 19 occur. For example, some systems have op-panels, and on these op-panels there 30 A brownout is another scenario that commonly utilizes automated power-on 31 recovery features. A brownout is a scenario where BMC firmware detects (or is 33 be retained. On some systems, it's desired to utilize the automated power-on 48 [PowerRestorePolicy][pdi-restore] property out in phosphor-dbus-interface 54 [openbmc/phosphor-state-manager][state-mgr] supports this property as defined in 55 the phosphor-dbus-interface. 59 ### Automated Power-On Recovery 66 - Do nothing when power is lost to the system (this will be the default) [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | parport.rst | 4 The ``parport`` code provides parallel-port support under Linux. This 16 port-sharing) and architecture-dependent (which deals with actually 28 architecture-dependent code with (for example):: 30 # insmod parport_pc io=0x3bc,0x378,0x278 irq=none,7,auto 32 to tell the ``parport`` code that you want three PC-style ports, one at 34 auto-detected IRQ. Currently, PC-style (``parport_pc``), Sun ``bpp``, 43 -------- 49 options parport_pc io=0x378,0x278 irq=7,auto 51 modprobe will load ``parport_pc`` (with the options ``io=0x378,0x278 irq=7,auto``) 60 ------------------------ [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ceph.rst | 1 .. SPDX-License-Identifier: GPL-2.0 15 * N-way replication of data across storage nodes 32 re-replicated in a distributed fashion by the storage nodes themselves 37 in-memory cache above the file namespace that is extremely scalable, 39 and can tolerate arbitrary (well, non-Byzantine) node failures. The 66 `_<SNAPSHOT-NAME>_<INODE-NUMBER>`. Since filenames in general can't have 67 more than 255 characters, and `<node-id>` takes 13 characters, the long 68 snapshot names can take as much as 255 - 1 - 1 - 13 = 240. 71 files and bytes. That is, a 'getfattr -d foo' on any directory in the 82 setfattr -n ceph.quota.max_bytes -v 100000000 /some/dir [all …]
|
H A D | autofs.rst | 2 autofs - how it works 8 The goal of autofs is to provide on-demand mounting and race free 17 media with a media-changing robot. 23 filesystem can even be programmatic rather than database-backed, 31 There also needs to be a user-space program which looks up names 35 required with any user-space program. Subsequent text refers to this 55 On most systems, the default master map is located at */etc/auto.master*. 75 So: non-empty (i.e. non-leaf) directories are never mount traps. Empty 93 "`stat`" will (normally) cause the `d_op->d_automount()` dentry operation 117 related behaviours are invoked, both using the `d_op->d_manage()` [all …]
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | e1000.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 8 Copyright(c) 1999 - 2013 Intel Corporation. 13 - Identifying Your Adapter 14 - Command Line Parameters 15 - Speed and Duplex Configuration 16 - Additional Configurations 17 - Support 50 ------- 54 :Valid Range: 0x01-0x0F, 0x20-0x2F 57 This parameter is a bit-mask that specifies the speed and duplex settings [all …]
|
H A D | ice.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 8 Copyright(c) 2018-2021 Intel Corporation. 13 - Overview 14 - Identifying Your Adapter 15 - Important Notes 16 - Additional Features & Configurations 17 - Performance Optimization 28 This driver supports XDP (Express Data Path) and AF_XDP zero-copy. Note that 43 ------------------------------------------- 54 1) Make sure that your system's physical memory is in a high-performance [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-enuminput.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 13 VIDIOC_ENUMINPUT - Enumerate video inputs 45 .. flat-table:: struct v4l2_input 46 :header-rows: 0 47 :stub-columns: 0 50 * - __u32 51 - ``index`` 52 - Identifies the input, set by the application. 53 * - __u8 54 - ``name``\ [32] [all …]
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Copyright(c) 1999 - 2005 Intel Corporation. All rights reserved. 36 * 00-0B-6A-F6-00-DC in atl1e_hw_set_mac_addr() 40 value = (((u32)hw->mac_addr[2]) << 24) | in atl1e_hw_set_mac_addr() 41 (((u32)hw->mac_addr[3]) << 16) | in atl1e_hw_set_mac_addr() 42 (((u32)hw->mac_addr[4]) << 8) | in atl1e_hw_set_mac_addr() 43 (((u32)hw->mac_addr[5])) ; in atl1e_hw_set_mac_addr() 46 value = (((u32)hw->mac_addr[0]) << 8) | in atl1e_hw_set_mac_addr() 47 (((u32)hw->mac_addr[1])) ; in atl1e_hw_set_mac_addr() 62 if (is_valid_ether_addr(hw->perm_mac_addr)) in atl1e_get_permanent_address() [all …]
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbusconfiguration.cpp | 8 // http://www.apache.org/licenses/LICENSE-2.0 87 auto mapper = in getSelectedProfiles() 98 auto resp = bus.call(mapper); in getSelectedProfiles() 116 for (const auto& objectPair : respData) in getSelectedProfiles() 119 for (const auto& ownerPair : objectPair.second) in getSelectedProfiles() 122 auto getProfile = in getSelectedProfiles() 129 auto resp = bus.call(getProfile); in getSelectedProfiles() 143 for (const auto& profile : ret) in getSelectedProfiles() 177 auto find = data.find(skip); in eventHandler() 191 for (auto& d : data) in eventHandler() [all …]
|
/openbmc/linux/Documentation/admin-guide/hw-vuln/ |
H A D | tsx_async_abort.rst | 1 .. SPDX-License-Identifier: GPL-2.0 3 TAA - TSX Asynchronous Abort 11 ------------------- 23 ------------ 28 CVE-2019-11135 TAA TSX Asynchronous Abort (TAA) condition on some 36 ------- 43 hardware transactional memory support to improve performance of multi-threaded 58 Because the buffers are potentially shared between Hyper-Threads cross 59 Hyper-Thread attacks are possible. 70 ---------------- [all …]
|
H A D | spectre.rst | 1 .. SPDX-License-Identifier: GPL-2.0 14 ------------------- 22 - Intel Core, Atom, Pentium, and Xeon processors 24 - AMD Phenom, EPYC, and Zen processors 26 - IBM POWER and zSeries processors 28 - Higher end ARM processors 30 - Apple CPUs 32 - Higher end MIPS CPUs 34 - Likely most other high performance CPUs. Contact your CPU vendor for details. 40 ------------ [all …]
|
/openbmc/linux/include/linux/ |
H A D | ipmi.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 69 * Place-holder for the data, don't make any assumptions about 95 * Called when the interface detects a watchdog pre-timeout. If 140 * so some initialization code can come in and do the OEM-specific 161 * will be resent if no reply is received. If set to -1, the default 242 * If in auto maintenance mode, the driver will automatically go into
|
/openbmc/qemu/qapi/ |
H A D | qom.json | 1 # -*- Mode: Python -*- 5 # See the COPYING file in the top-level directory. 8 { 'include': 'block-core.json' } 38 # @default-value: the default value, if any (since 5.0) 46 '*default-value': 'any' } } 49 # @qom-list: 54 # @path: the path within the object model. See @qom-get for a 62 # .. qmp-example:: 64 # -> { "execute": "qom-list", 66 # <- { "return": [ { "name": "type", "type": "string" }, [all …]
|
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/u-boot/include/ |
H A D | ddr_spd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright 2008-2014 Freescale Semiconductor, Inc. 10 * Format from "JEDEC Standard No. 21-C, 37 unsigned char clk_cycle2; /* 23 Min SDRAM Cycle time @ CL=X-0.5 */ 39 Clk @ CL=X-0.5 (tAC) */ 40 unsigned char clk_cycle3; /* 25 Min SDRAM Cycle time @ CL=X-1 */ 41 unsigned char clk_access3; /* 26 Max Access from Clk @ CL=X-1 (tAC) */ 51 unsigned char res_36_40[5];/* 36-40 reserved for VCSDRAM */ 52 unsigned char trc; /* 41 Min Active to Auto refresh time tRC */ 53 unsigned char trfc; /* 42 Min Auto to Active period tRFC */ [all …]
|
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/ |
H A D | clamd.conf | 7 # By default the log file is locked for writing - the lock protects against 10 # the daemon with --config-file option). 37 # Specify the type of syslog messages - please refer to 'man syslog' 106 # Clamd uses FTP-like protocol to receive data from remote clients. 107 # If you are using clamav-milter to balance load between remote clamd daemons 144 # MaxThreads*MaxRecursion + (MaxQueue - MaxThreads) + 6< RLIMIT_NOFILE (usual max is 1024) 217 # See https://github.com/vrtadmin/clamav-faq/blob/master/faq/faq-pua.md for 252 # PE stands for Portable Executable - it's an executable file format used 253 # in all 32 and 64-bit versions of Windows operating systems. This option allows 317 # Enable internal e-mail scanner. [all …]
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.h | 1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ 6 * Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org> 100 * @brief **libbpf_set_print()** sets user-provided log callback function to 105 * This function is thread-safe. 116 * - for object open from file, this will override setting object 118 * - for object open from memory buffer, this will specify an object 119 * name and will override default "<addr>-<buf-size>" name; 122 /* parse map definitions non-strictly, allowing extra attributes/data */ 126 * auto-pinned to that path on load; defaults to "/sys/fs/bpf". 136 /* Path to the custom BTF to be used for BPF CO-RE relocations. [all …]
|
/openbmc/linux/arch/x86/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 4 bool "64-bit kernel" if "$(ARCH)" = "x86" 7 Say yes to build a 64-bit kernel - formerly known as x86_64 8 Say no to build a 32-bit kernel - formerly known as i386 13 # Options that are inherently 32-bit kernel only: 27 # Options that are inherently 64-bit kernel only: 54 # ported to 32-bit as well. ) 141 # Word-size accesses may read uninitialized data past the trailing \0 315 default "elf32-i386" if X86_32 316 default "elf64-x86-64" if X86_64 [all …]
|