/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/lowpan-tools/lowpan-tools/ |
H A D | 0001-Fix-potential-string-truncation-in-strncpy.patch | 3 Date: Thu, 31 May 2018 20:27:43 -0700 10 Upstream-Status: Inappropriate [depricated component] 12 Signed-off-by: Khem Raj <raj.khem@gmail.com> 13 --- 14 tests/listen-packet.c | 3 ++- 15 tests/listen.c | 3 ++- 16 tests/test2.c | 4 ++-- 17 tests/test3.c | 3 ++- 18 tests/test4.c | 3 ++- 19 tests/test5.c | 3 ++- [all …]
|
/openbmc/linux/Documentation/hwmon/ |
H A D | coretemp.rst | 11 - 0xe (Pentium M DC), 0xf (Core 2 DC 65nm), 12 - 0x16 (Core 2 SC 65nm), 0x17 (Penryn 45nm), 13 - 0x1a (Nehalem), 0x1c (Atom), 0x1e (Lynnfield), 14 - 0x26 (Tunnel Creek Atom), 0x27 (Medfield Atom), 15 - 0x36 (Cedar Trail Atom) 19 Intel 64 and IA-32 Architectures Software Developer's Manual 27 ----------- 30 inside Intel CPUs. This driver can read both the per-core and per-package 31 temperature using the appropriate sensors. The per-package sensor is new; 37 1 degree C. Valid temperatures are from 0 to TjMax degrees C, because [all …]
|
/openbmc/u-boot/arch/x86/dts/ |
H A D | chromebook_samus.dts | 1 /dts-v1/; 3 #include <dt-bindings/gpio/x86-gpio.h> 27 #address-cells = <1>; 28 #size-cells = <0>; 32 compatible = "intel,core-i3-gen5"; 34 intel,apic-id = <0>; 35 intel,slow-ramp = <3>; 40 compatible = "intel,core-i3-gen5"; 42 intel,apic-id = <1>; 47 compatible = "intel,core-i3-gen5"; [all …]
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc_coefs.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * linux/drivers/video/omap2/dss/dispc_coefs.c 5 * Copyright (C) 2011 Texas Instruments 16 { 0, -4, 123, 9, 0 }, 17 { 0, -4, 108, 24, 0 }, 18 { 0, -2, 87, 43, 0 }, 20 { 0, 43, 87, -2, 0 }, 21 { 0, 24, 108, -4, 0 }, 22 { 0, 9, 123, -4, 0 }, 28 { 0, -2, 100, 30, 0 }, [all …]
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_multitouch.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 5 # Copyright (c) 2017 Benjamin Tissoires <benjamin.tissoires@gmail.com> 6 # Copyright (c) 2017 Red Hat, Inc. 20 KERNEL_MODULE = ("hid-multitouch", "hid_multitouch") 310 Unit Exponent (-1) 335 Unit Exponent (-4) 378 Unit Exponent (-1) 397 Unit Exponent (-4) 442 Unit Exponent (-1) [all …]
|
H A D | test_tablet.py | 2 # SPDX-License-Identifier: GPL-2.0 3 # -*- coding: utf-8 -*- 5 # Copyright (c) 2021 Benjamin Tissoires <benjamin.tissoires@gmail.com> 6 # Copyright (c) 2021 Red Hat, Inc. 23 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states 37 def from_evdev(cls, evdev) -> "PenState": 58 def apply(self, events) -> "PenState": 91 def valid_transitions(self) -> Tuple["PenState", ...]: 93 for skipping the in-range state, due to historical reasons. 236 def legal_transitions() -> Dict[str, Tuple[PenState, ...]]: [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/ |
H A D | 0001-Undefine-REGEX-for-musl-based-systems.patch | 3 Date: Fri, 7 Apr 2017 17:16:19 -0700 6 Signed-off-by: Khem Raj <raj.khem@gmail.com> 7 --- 8 Upstream-Status: Pending 10 GNUmakefile | 1 - 11 Makefile | 2 +- 12 2 files changed, 1 insertion(+), 2 deletions(-) 14 --- a/GNUmakefile 16 @@ -45,7 +45,6 @@ endif 18 CFLAGS?= -O2 -pipe [all …]
|
/openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/ |
H A D | define_musl_sword_type.patch | 1 Upstream-Status: Pending 3 Index: ecryptfs-utils-111/src/utils/mount.ecryptfs_private.c 5 --- ecryptfs-utils-111.orig/src/utils/mount.ecryptfs_private.c 6 +++ ecryptfs-utils-111/src/utils/mount.ecryptfs_private.c 7 @@ -45,6 +45,10 @@ 12 +typedef __typeof__( ((struct statfs *)0)->f_type ) __SWORD_TYPE;
|
/openbmc/openbmc/poky/meta/recipes-extended/at/at/ |
H A D | posixtm.c | 3 Copyright (C) 1989, 1990, 1991, 1998, 2000, 2001, 2002, 2003, 2004, 18 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ 20 /* Yacc-based version written by Jim Kingdon and David MacKenzie. 33 # include "unlocked-io.h" 37 - Its arg may be any int or unsigned int; it need not be an unsigned char 39 - It's typically faster. 43 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) argument 50 touch -t [[CC]YY]mmddhhmm[.ss] FILE... 54 touch mmddhhmm[YY] FILE... (obsoleted by POSIX 1003.1-2001) 55 8 or 10 digits, YY (if present) must be in the range 69-99 [all …]
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc_coefs.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 14 { 0, -4, 123, 9, 0 }, 15 { 0, -4, 108, 24, 0 }, 16 { 0, -2, 87, 43, 0 }, 18 { 0, 43, 87, -2, 0 }, 19 { 0, 24, 108, -4, 0 }, 20 { 0, 9, 123, -4, 0 }, 26 { 0, -2, 100, 30, 0 }, 27 { 0, -2, 83, 47, 0 }, [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-twofish/ |
H A D | 0001-Fix-missing-return-statements-in-module-stubs.patch | 6 * fixes build with -Werror=return-type 7 twofish.c: In function 'init_twofish': 8 twofish.c:45:1: error: control reaches end of non-void function [-Werror=return-type] 9 45 | PyMODINIT_FUNC init_twofish(void) { } 11 twofish.c: In function 'PyInit__twofish': 12 twofish.c:46:1: error: control reaches end of non-void function [-Werror=return-type] 17 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 19 Upstream-Status: Submitted [https://github.com/keybase/python-twofish/pull/6] 20 --- 21 twofish.c | 4 ++-- [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 4 * Copyright (c) 2003 Fabrice Bellard 83 #include "test-i386.h" 86 #include "test-i386.h" 89 #include "test-i386.h" 92 #include "test-i386.h" 95 #include "test-i386.h" 98 #include "test-i386.h" 102 #include "test-i386.h" 106 #include "test-i386.h" 111 #include "test-i386.h" [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-uinput/ |
H A D | 0001-Deal-with-64bit-time_t-default-on-32bit-architecture.patch | 3 Date: Sat, 28 May 2022 15:50:50 -0700 7 kernels and libcs on 32-bit systems 9 Original-Author: Khem Raj <raj.khem@gmail.com> 11 Signed-off-by: Khem Raj <raj.khem@gmail.com> 12 Signed-off-by: Pablo Saavedra <psaavedra@igalia.com> 14 Upstream-Status: Submitted [https://github.com/pyinput/python-uinput/pull/2] 16 --- 17 libsuinput/src/suinput.c | 11 ++++++++++- 18 1 file changed, 10 insertions(+), 1 deletion(-) 20 diff --git a/libsuinput/src/suinput.c b/libsuinput/src/suinput.c [all …]
|
/openbmc/linux/drivers/media/tuners/ |
H A D | qt1010_priv.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * Copyright (C) 2006 Antti Palosaari <crope@iki.fi> 24 09 10 ? changes every 8/24 MHz; values 1d/1c 26 0b 41 ? changes every 2/2 MHz; values 45/45 27 0c e1 ? 30 0f 2c ? 43 1c 89 ? 45 1e 00 ? looks like operation register; write cmd here, read result from 1f-26 59 2c ea ?
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | rzg2lc-smarc-pinfunction.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 5 * Copyright (C) 2021 Renesas Electronics Corp. 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/pinctrl/rzg2l-pinctrl.h> 12 pinctrl-0 = <&sound_clk_pins>; 13 pinctrl-names = "default"; 16 /* SW8 should be at position 2->1 */ 24 /* SW8 should be at position 2->3 so that GPIO9_CAN1_STB line is activated */ 25 can1-stb-hog { 26 gpio-hog; [all …]
|
H A D | rzg2l-smarc-pinfunction.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 5 * Copyright (C) 2021 Renesas Electronics Corp. 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/pinctrl/rzg2l-pinctrl.h> 12 pinctrl-0 = <&sound_clk_pins>; 13 pinctrl-names = "default"; 20 /* SW7 should be at position 2->3 so that GPIO8_CAN0_STB line is activated */ 21 can0-stb-hog { 22 gpio-hog; 24 output-low; [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/apple/cups/ |
H A D | releases | 10 <meta charset="utf-8"> 11 <link rel="dns-prefetch" href="https://github.githubassets.com"> 12 <link rel="dns-prefetch" href="https://avatars0.githubusercontent.com"> 13 <link rel="dns-prefetch" href="https://avatars1.githubusercontent.com"> 14 <link rel="dns-prefetch" href="https://avatars2.githubusercontent.com"> 15 <link rel="dns-prefetch" href="https://avatars3.githubusercontent.com"> 16 <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com"> 17 <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/"> 21 …-7mtunHqp/Bw0ND9akjJME8XCh0WPm3HAXOSeX7skL0qGAhpdfzkQvYcujYcwNPTpWKeKMFUGZGtvnEkcczFgwQ==" rel="st… 22 …-CmoegizWCUR1jC94Y2eukVQIFxJ9GxYerz9q7dBwImLlx8ODwYkXAMIhCfTnA45Ep6++rcO/ZtKVLvFBM8dapA==" rel="st… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/ |
H A D | dhrystone.patch | 6 - Fixed by commenting out the unnecessary redefinition 8 - Originally HZ was supposed to be the clock frequency 10 - For Linux, the frequency should come from sysconf 11 - This patch defines global varible HZ and initializes 16 Upstream-Status: Pending 18 Sign-off-by: Kimmo Surakka <kimmo.surakka@ge.com> 19 Signed-off-by: Jose Alarcon <jose.alarcon@ge.com> 20 --- 22 diff -Naur dhry.orig/dhry_1.c dhry/dhry_1.c 23 --- dhry.orig/dhry_1.c 2015-07-20 14:25:58.059945353 +0300 [all …]
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/ |
H A D | device-util | 13 if [ -n "$3" ]; then 19 if [ ! -d "${driver_dir}" ]; then 25 while [ "$retry" -lt "$retries" ]; do 38 dev="$1-00$2" 41 if [ ! -L "${SYSFS_I2C_DEVICES}/$dev/driver" ]; then 71 rebind_i2c_dev 22 45 ina2xx 72 rebind_i2c_dev 23 45 ina2xx 87 rebind_i2c_dev 7 3c sbrmi 88 rebind_i2c_dev 7 4c sbrti
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/ |
H A D | CVE-2022-24795.patch | 2 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> 4 Subject: [PATCH] Fix CVE-2022-24795 12 yajl-ruby project, which bundles yajl, fixed it 13 <https://github.com/brianmario/yajl-ruby/pull/211> by checking for the 27 CVE: CVE-2022-24795 28 Upstream-Status: Submitted [https://github.com/lloyd/yajl/issues/239] 29 Signed-off-by: Ross Burton <ross.burton@arm.com> 30 --- 31 src/yajl_buf.c | 12 +++++++++++- 32 1 file changed, 11 insertions(+), 1 deletion(-) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/ |
H A D | 0001-cmake-Do-not-use-isystem.patch | 3 Date: Sat, 21 Jan 2023 03:09:08 -0800 4 Subject: [PATCH] cmake: Do not use -isystem 8 clang + libc++, when including C++ headers like <cstdlib> 17 …-yoe-linux/thrift/0.17.0-r0/recipe-sysroot/usr/include/c++/v1/cstdlib:90:5: error: <cstdlib> tried… 21 directory via -system and some of these directories point to sysroot 22 e.g. OPENSSL_INCLUDE_DIR which ends up adding -isystem 26 A fix is to use -idirafter which preserved the effects of system headers 30 Signed-off-by: Khem Raj <raj.khem@gmail.com> 32 --- 33 Upstream-Status: Pending [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/ledmon/ |
H A D | 0001-fix-build-with-clang.patch | 11 vmdssd.c:49:27: error: missing field 'value' initializer 12 [-Werror,-Wmissing-field-initializers] 15 dellssd.c:74:27: error: missing field 'value' initializer 16 [-Werror,-Wmissing-field-initializers] 19 amd_ipmi.c:57:27: error: missing field 'value' 20 initializer [-Werror,-Wmissing-field-initializers] 23 npem.c:76:27: error: missing field 'value' 24 initializer [-Werror,-Wmissing-field-initializers] 27 Upstream-Status: Submitted [https://github.com/intel/ledmon/pull/179] 28 Signed-off-by: alperak <alperyasinak1@gmail.com> [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/ |
H A D | ia_css_ctc_table.host.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Copyright (c) 2015, Intel Corporation. 58 53, 51, 49, 49, 47, 45, 45, 45,
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | router_mpath_nh.sh | 2 # SPDX-License-Identifier: GPL-2.0 16 vrf_create "vrf-h1" 17 ip link set dev $h1 master vrf-h1 19 ip link set dev vrf-h1 up 25 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1 26 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1 31 ip route del 2001:db8:2::/64 vrf vrf-h1 32 ip route del 198.51.100.0/24 vrf vrf-h1 38 vrf_destroy "vrf-h1" 43 vrf_create "vrf-h2" [all …]
|
/openbmc/linux/drivers/video/fbdev/i810/ |
H A D | i810_gtf.c | 1 /*-*- linux-c -*- 2 * linux/drivers/video/i810_main.h -- Intel 810 Non-discrete Video Timings 5 * Copyright (C) 2001 Antonino Daplas<adaplas@pol.net> 20 * FIFO and Watermark tables - based almost wholly on i810_wmark.c in 33 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22008000 }, 47 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22009000 }, 61 { 40, 0x2210c000 }, { 45, 0x2210c000 }, { 49, 0x22111000 }, 74 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22008000 }, 88 { 40, 0x22007000 }, { 45, 0x22007000 }, { 49, 0x22009000 }, 102 { 40, 0x2210c000 }, { 45, 0x2210c000 }, { 49, 0x22111000 }, [all …]
|