/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch | 10 It does mean that the tool now requires a Git checkout of OpenSSL, 11 not for example a release tarball. 14 To the other older file, add a note about manual edits. 16 - Add notes on how to add a new OpenSSL version 33 diff --git a/Modules/_ssl.c b/Modules/_ssl.c 35 --- a/Modules/_ssl.c 46 diff --git a/Modules/_ssl_data_111.h b/Modules/_ssl_data_111.h 48 --- a/Modules/_ssl_data_111.h 58 diff --git a/Modules/_ssl_data_300.h b/Modules/_ssl_data_300.h 60 --- a/Modules/_ssl_data_300.h [all …]
|
/openbmc/linux/fs/afs/ |
H A D | addr_list.c | 284 struct sockaddr_in *a = &alist->addrs[i].transport.sin; in afs_merge_fs_addr4() local 285 u32 a_addr = ntohl(a->sin_addr.s_addr); in afs_merge_fs_addr4() 286 u16 a_port = ntohs(a->sin_port); in afs_merge_fs_addr4() 324 struct sockaddr_in6 *a = &alist->addrs[i].transport.sin6; in afs_merge_fs_addr6() local 325 u16 a_port = ntohs(a->sin6_port); in afs_merge_fs_addr6() 327 diff = memcmp(xdr, &a->sin6_addr, 16); in afs_merge_fs_addr6()
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/ |
H A D | lirc_0.10.2.bb | 1 DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commo… 3 DESCRIPTION:append:lirc-exec = " This package contains a daemon that runs programs on IR signals." 5 …PTION:append:lirc-nslu2example = " This package contains a working config for RC5 remotes and a mo… 59 # In code, path to python is a variable that is replaced with path to native version of it 112 if [ ! -c $D/dev/lirc -a ! -f /sbin/udevd ]; then mknod $D/dev/lirc c 61 0; fi
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | intel-pmc-mux.rst | 10 North Mux-Agent is a function of the Intel PMC firmware that is supported on 31 is a separate child node under the PMC mux-agent device node. Those nodes do not 73 In order to configure the muxes behind a USB Type-C connector, the PMC firmware 96 happen for example if a retimer on the platform handles the cable plug 97 orientation. The driver uses a specific device properties "sbu-orientation" 99 which orientation. The value that these properties have is a string value, and
|
/openbmc/u-boot/lib/ |
H A D | string.c | 339 const char *a; in strspn() local 343 for (a = accept; *a != '\0'; ++a) { in strspn() 344 if (*p == *a) in strspn() 347 if (*a == '\0') in strspn()
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | continuous-integration-and-kas.md | 11 …ware and hardware supported in meta-arm. All platforms are required to add a kas file and `.gitla… 31 By default kas will create a build directory under meta-arm to contain the checked out layers, buil… 39 …a kas "lock file" when it starts to ensure that all of the builds checkout the same revision of th… 43 The lockfile.yml can be downloaded manually, but there's a script in meta-arm to fetch the lock fil…
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/ |
H A D | 0012-Platform-CS1000-Increase-BL2-partition-size.patch | 21 diff --git a/platform/ext/target/arm/corstone1000/CMakeLists.txt b/platform/ext/target/arm/corstone… 23 --- a/platform/ext/target/arm/corstone1000/CMakeLists.txt 42 diff --git a/platform/ext/target/arm/corstone1000/create-flash-image.sh b/platform/ext/target/arm/c… 44 --- a/platform/ext/target/arm/corstone1000/create-flash-image.sh 87 diff --git a/platform/ext/target/arm/corstone1000/partition/flash_layout.h b/platform/ext/target/ar… 89 --- a/platform/ext/target/arm/corstone1000/partition/flash_layout.h
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | ti-omap-hsmmc.txt | 25 - power-domains:Should contain a phandle to a PM domain provider node 43 - ti,needs-special-reset: Requires a special softreset sequence 104 The workaround is to reconfigure the dat1 line as a GPIO upon suspend. To make 106 Prepare idle to remux dat1 as a gpio, and default to remux it back as sdio 115 If configuration is incomplete, a warning message is emitted "falling back to
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
H A D | update-results-script.patch | 18 diff --git a/scripts/config-run b/scripts/config-run 20 --- a/scripts/config-run 61 echo "Checking to see if you have $MB MB; please wait for a moment..." 94 echo "Calculating mhz, please wait for a moment..." 140 diff --git a/scripts/results b/scripts/results 142 --- a/scripts/results
|
/openbmc/linux/drivers/pinctrl/nomadik/ |
H A D | pinctrl-ab8505.c | 150 #define AB8505_PIN_GROUP(a, b) { .name = #a, .pins = a##_pins, \ argument 151 .npins = ARRAY_SIZE(a##_pins), .altsetting = b } 192 #define AB8505_FUNC_GROUPS(a, b...) \ argument 193 static const char * const a##_groups[] = { b };
|
/openbmc/linux/Documentation/block/ |
H A D | ioprio.rst | 19 served for a process. 27 to be more directly mappable to performance, by passing in a wanted data 31 for any process that hasn't set a specific io priority. The class data 44 See below for a sample ionice tool. Usage:: 49 are inherited on fork, so you can use ionice to start the process at a given 55 For a running process, you can give the pid instead::
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-dmi-entries | 15 DMI is structured as a large table of entries, where 16 each entry has a common header indicating the type and 17 length of the entry, as well as a firmware-provided 23 never expect to find a specific entry type on their 65 by a two nul characters in series. 87 This entry allows the firmware to export a log of
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | verbs.h | 312 static inline int cmp_psn(u32 a, u32 b) in cmp_psn() argument 314 return (((int)a) - ((int)b)) << PSN_SHIFT; in cmp_psn() 320 static inline u32 mask_psn(u32 a) in mask_psn() argument 322 return a & PSN_MASK; in mask_psn() 328 static inline u32 delta_psn(u32 a, u32 b) in delta_psn() argument 330 return (((int)a - (int)b) << PSN_SHIFT) >> PSN_SHIFT; in delta_psn()
|
/openbmc/docs/designs/ |
H A D | sol-sysrq.md | 11 [SysRq][1] is a special key combination used by Linux to perform various 21 sending a serial break signal, followed by the desired key. The "break signal" 42 console-server. In `obmc-console`, a state machine shall handle the sequence. 52 and then enter a keycode as the SysRq command. 57 key code sequence `\n~B` to trigger the break, and then user could enter a 62 As the obmc-console server, in `console-server.h`, a simple state machine is
|
H A D | nmi-dbus-interface.md | 18 There is a situation at customer places/lab where the host goes unresponsive 20 there is no way to figure out what went wrong with the host in a hung state. One 52 - Nmi: Generate a Diagnostic Interrupt (usually an NMI on x86 systems) to 63 3. Redfish URI will invoke a D-Bus NMI back-end call which will use an arch 83 Chassis, and Host. NMI will be more of action against the host than a state. 93 Depending on the platform hardware design, this test requires a host OS kernel
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ocfs2-online-filecheck.rst | 15 Then, a mount option (errors=continue) is introduced, which would return the 24 of a cluster filesystem by turning the filesystem read-only. The scope of 46 There is a sysfs directory for each OCFS2 file system mounting:: 93 and report the problems it fixed in the kernel log. As a precautionary measure, 94 the inode must first be checked for errors before performing a final fix. 96 The inode and the result history will be maintained temporarily in a
|
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/ |
H A D | terminfo_fixes.patch | 23 diff --git a/autoconf/aclocal.m4 b/autoconf/aclocal.m4 25 --- a/autoconf/aclocal.m4 44 diff --git a/autoconf/configure.ac b/autoconf/configure.ac 46 --- a/autoconf/configure.ac 73 diff --git a/src/test/Makefile.in b/src/test/Makefile.in 159 +$(TEST_PGM): $(TEST_PGM).c assoc.c list.c $(SLANGLIB)/libslang.a
|
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/ |
H A D | InventoryTableFans.vue | 198 sortCompare(a, b, key) { 200 return this.sortStatus(a, b, key); 202 return this.sortStatusState(a, b, key); 227 * @param {Object} a - The first object to compare. 231 sortStatusState(a, b, key) { 233 return statusState.indexOf(a[key]) - statusState.indexOf(b[key]);
|
/openbmc/linux/Documentation/networking/ |
H A D | nfc.rst | 80 * NFC_CMD_START_POLL - setup a specific device to polling for targets 81 * NFC_CMD_STOP_POLL - stop the polling operation in a specific device 82 * NFC_CMD_GET_TARGET - dump the list of targets found by a specific device 115 To establish a connection with one target, the user must create an 118 netlink event. As a target can support more than one NFC protocol, the user 129 on. In order to allow valid "empty" responses, every data received has a NULL
|
/openbmc/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-driver-hid-roccat-savu | 5 press of a button. A profile is split into general settings and 29 press of a button. A profile is split into general settings and 52 keystrokes for a specific button for a specific profile. 63 press of a button. profile holds number of actual profile. 74 Description: The mouse has a Avago ADNS-3090 sensor.
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | eGenix | 4 This license agreement is based on the Python CNRI License Agreement, a widely accepted open- sourc… 10 …this eGenix.com Public License Agreement, eGenix.com hereby grants Licensee a non-exclusive, royal… 19 This License Agreement will automatically terminate upon a material breach of its terms and conditi… 22 …rce or binary form provided along with the Software that is associated with a separate license agr… 31 …nt does not grant permission to use eGenix.com trademarks or trade names in a trademark sense to e… 33 The controlling language of this License Agreement is English. If Licensee has received a translati…
|
/openbmc/linux/drivers/ufs/host/ |
H A D | Kconfig | 18 If you have a controller with this interface, say Y or M here. 23 tristate "DesignWare pci support using a G210 Test Chip" 26 Synopsys Test Chip is a PHY for prototyping purposes. 37 If you have a controller with this interface, say Y or M here. 50 tristate "DesignWare platform support using a G210 Test Chip" 53 Synopsys Test Chip is a PHY for prototyping purposes.
|
/openbmc/linux/drivers/phy/marvell/ |
H A D | Kconfig | 35 This driver allows to control the comphy, a hardware block providing 93 To compile this driver as a module, choose M here. 104 To compile this driver as a module, choose M here. 115 To compile this driver as a module, choose M here. 126 To compile this driver as a module, choose M here. 138 To compile this driver as a module, choose M here.
|
/openbmc/google-misc/subprojects/ncsid/doc/ |
H A D | ncsid_internals.md | 4 However, it is meant to be used as a guide for understanding the code, not on 25 In the NIC — NC-SId interactions, NIC acts as a server, replying to NC-SId 26 requests and NC-SId itself acts as a client, sending those requests. Thus, there 27 is no state in NIC (server), but there is a state in NC-SId (client). 55 not a part of EC state machines' state: 105 The most complicated part of these tests is `mock::NIC`, which acts as a NC-SI
|
/openbmc/linux/Documentation/infiniband/ |
H A D | ipoib.rst | 7 working group. It is a "native" implementation in the sense of 16 port using the P_Key at index 0. To create an interface with a 23 remove a subinterface, use the "delete_child" file:: 28 main interface for a subinterface is in "parent." 42 IPoIB encapsulation header (4 bytes). For example, in a typical IB 43 fabric with a 2K MTU, the IPoIB MTU will be 2048 - 4 = 2044 bytes.
|