/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/rp-pppoe/rp-pppoe/ |
H A D | update-config.patch | 10 The path for the plugin is wrong, it's now part of ppp and is in a 20 diff --git a/configs/pppoe.conf b/configs/pppoe.conf 22 --- a/configs/pppoe.conf 41 # Any extra arguments to pass to pppoe. Normally, use a blank string
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0018-test-bus-error-strerror-is-assumed-to-be-GNU-specifi.patch | 15 diff --git a/src/libsystemd/sd-bus/test-bus-error.c b/src/libsystemd/sd-bus/test-bus-error.c 17 --- a/src/libsystemd/sd-bus/test-bus-error.c 29 diff --git a/src/test/test-errno-util.c b/src/test/test-errno-util.c 31 --- a/src/test/test-errno-util.c
|
/openbmc/linux/include/linux/ |
H A D | types.h | 241 typedef void (*swap_r_func_t)(void *a, void *b, int size, const void *priv); 242 typedef void (*swap_func_t)(void *a, void *b, int size); 244 typedef int (*cmp_r_func_t)(const void *a, const void *b, const void *priv); 245 typedef int (*cmp_func_t)(const void *a, const void *b);
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | configuration.md | 5 Configuration changes that should be applied to a device or regulator rail. 8 The most common configuration change is setting the output voltage for a 18 - Use the "rule_id" property to specify a standard rule to run. 27 | volts | no | number | Output voltage expressed as a de…
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/ |
H A D | meta-python-image-ptest.bb | 18 # The image can be sufficiently large (~1.8GB) that we need to be careful that it fits in a live 19 # image (which has a 4GB limit), so nullify the overhead factor (1.3x out of the 23 # If a particular ptest needs more space, it can be customized: 28 # If a particular ptest needs more memory, it can be customized:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/jansson/jansson/ |
H A D | 0001-add-back-JSON_INTEGER_IS_LONG_LONG-for-cmake.patch | 22 diff --git a/CMakeLists.txt b/CMakeLists.txt 24 --- a/CMakeLists.txt 34 diff --git a/cmake/jansson_config.h.cmake b/cmake/jansson_config.h.cmake 36 --- a/cmake/jansson_config.h.cmake
|
/openbmc/u-boot/doc/ |
H A D | README.fec_mxc | 18 This should not be specified by a board file. It is cpu specific. 31 Optional, selects a fixed speed on the MAC interface without asking some 32 phy. This is usefull if there is a direct MAC <-> MAC connection, for 33 example if the CPU is connected directly via the RGMII interface to a
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | microchip,enc28j60.txt | 3 This is a standalone 10 MBit ethernet controller with SPI interface. 5 For each device connected to a SPI bus, define a child node within 22 According to the ENC28J80 datasheet, the chip allows a maximum of 20 MHz, however,
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/ |
H A D | out-of-tree-build.patch | 34 - $(INSTALL) -m 0644 $(srcdir)/paranoia/libcdda_paranoia.a $(DESTDIR)$(LIBDIR) 37 - $(INSTALL) -m 0644 $(srcdir)/interface/libcdda_interface.a $(DESTDIR)$(LIBDIR) 40 + $(INSTALL) -m 0644 $(top_builddir)/paranoia/libcdda_paranoia.a $(DESTDIR)$(LIBDIR) 43 + $(INSTALL) -m 0644 $(top_builddir)/interface/libcdda_interface.a $(DESTDIR)$(LIBDIR)
|
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/cpm/ |
H A D | i2c.txt | 3 The I2C controller is expressed as a bus under the CPM node. 14 unspecified, a default frequency of 60kHz is being used. 20 by legacy i2c device drivers to find a bus in a specific context like
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | cap_audit.h | 67 #define DO_CHECK_FEATURE_MISMATCH(a, b, cap, feature, MASK) \ argument 69 if (cap##_##feature(a) != cap##_##feature(b)) { \ 75 #define CHECK_FEATURE_MISMATCH(a, b, cap, feature, MASK) \ argument 76 DO_CHECK_FEATURE_MISMATCH((a)->cap, (b)->cap, cap, feature, MASK)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/ |
H A D | 0001-Modify-the-Makefile-for-cross-compile.patch | 18 diff --git a/Makefile b/Makefile 20 --- a/Makefile 51 diff --git a/libipvs/Makefile b/libipvs/Makefile 53 --- a/libipvs/Makefile
|
/openbmc/linux/Documentation/hwmon/ |
H A D | lm77.rst | 23 sensor incorporates a band-gap type temperature sensor, 24 10-bit ADC, and a digital comparator with user-programmable upper 29 applies to all 3 limits. The relative difference is stored in a single 35 * When setting a limit, its hysteresis will automatically follow, the
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-Using-native-binaries.patch | 19 diff --git a/node.gyp b/node.gyp 21 --- a/node.gyp 48 diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp 50 --- a/tools/v8_gypfiles/v8.gyp
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | 0001-taglib-Fix-build-on-x86-32-bit.patch | 9 meta_engine/taglib.cpp:240:10: error: virtual function 'tell' has a different return type ('long') … 15 meta_engine/taglib.cpp:245:10: error: virtual function 'length' has a different return type ('long'… 28 diff --git a/modules/meta_engine/taglib.cpp b/modules/meta_engine/taglib.cpp 30 --- a/modules/meta_engine/taglib.cpp
|
/openbmc/linux/drivers/net/hippi/ |
H A D | Kconfig | 10 HIgh Performance Parallel Interface (HIPPI) is a 800Mbit/sec and 14 connect to super computers. If you are connected to a HIPPI network 15 and have a HIPPI network card in your computer that you want to use 27 To compile this driver as a module, choose M here: the module
|
/openbmc/openbmc/poky/meta/recipes-support/db/db/ |
H A D | 0001-clock-Do-not-define-own-timespec.patch | 7 os_gettime takes a db_timespec and passed its address to clock_gettime 19 --- a/src/dbinc/clock.h 28 - * in all cases than to try and discover if a system has a struct timespec.
|
/openbmc/linux/drivers/android/ |
H A D | Kconfig | 12 This means one Android process can call a method/routine in another 21 Binderfs is a pseudo-filesystem for the Android Binder IPC driver 24 Each binderfs mount initially only contains a binder-control device. 35 The binder.devices parameter is a comma-separated list of strings
|
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/ |
H A D | 0002-Fix-unittests-Typo-in-Name-Name-append-to-ndata_-not.patch | 14 diff --git a/src/lib/dns/name.cc b/src/lib/dns/name.cc 16 --- a/src/lib/dns/name.cc 19 // Drop the last character of the data (the \0) and append a copy of 25 // Do a similar thing with offsets. However, we need to move them
|
/openbmc/linux/Documentation/networking/ |
H A D | sctp.rst | 10 SCTP (Stream Control Transmission Protocol) is a IP based, message oriented, 15 Transport Area (TSVWG) working group for the continued evolvement of SCTP as a 29 - lksctp can be built as statically or as a module. However, be aware that 30 module removal of lksctp is not yet a safe activity.
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch | 22 diff --git a/libcc1/Makefile.am b/libcc1/Makefile.am 24 --- a/libcc1/Makefile.am 37 diff --git a/libcc1/Makefile.in b/libcc1/Makefile.in 39 --- a/libcc1/Makefile.in
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/ |
H A D | 0001-configure.ac-convert-AC_TRY_RUN-to-AC_TRY_LINK-state.patch | 19 diff --git a/m4/glibc.m4 b/m4/glibc.m4 21 --- a/m4/glibc.m4 50 diff --git a/m4/ioloop.m4 b/m4/ioloop.m4 52 --- a/m4/ioloop.m4
|
/openbmc/openbmc/meta-openpower/ |
H A D | README.md | 5 platforms, and/or a base upon which to create a BMC firmware implementation on 36 https://github.com/openbmc/meta-openpower is a hosting mirror only and GitHub 43 - follow [the seven rules of a great git commit
|
/openbmc/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.lex | 45 LOWER_ID [a-z] 49 HEX_DIGIT [0-9a-fA-F] 56 VAR_ID [a-zA-Z_][a-zA-Z0-9_]*
|
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/ |
H A D | mtools-makeinfo.patch | 12 diff --git a/Makefile.in b/Makefile.in 14 --- a/Makefile.in 41 diff --git a/configure.ac b/configure.ac 43 --- a/configure.ac
|