/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 51 --- a/bfd/Makefile.in 79 --- a/bfd/configure 131 ( _lt_dummy="a/b/c" 133 - = c,a/b,, \ 25234 --- a/ltmain.sh 25272 -VERSION=2.2.7a 25450 +# if $1 begins with a digit, a '_' is prepended as well. 25589 +# by a space. 27299 +# The is the core of a fallback implementation of a 27352 + # a '.'. [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/ |
H A D | ibm,powerpc-cpu-features.txt | 28 It is implemented as a child of the node "/cpus", but this must not be 42 be extended in a backward compatible manner which would not warrant a 69 Each child node of cpu-features represents a CPU feature / capability. 75 The name of the node is a human readable string that forms the interface 90 environment to a particular ISA version. 185 may provide a number of unassigned hardware capability bits to allow for new 189 advertised to userspace without a one-to-one hwcap bit number may not specify 191 features usable by userspace will have a hwcap-bit-nr property. 199 If this property exists then it is a list of phandles to cpu feature
|
/openbmc/phosphor-objmgr/src/test/ |
H A D | associations.cpp | 292 auto a = assocMaps.owners.find(defaultSourcePath); in TEST_F() local 293 auto o = a->second.find(newOwner); in TEST_F() 507 auto& a = std::get<1>(*ad); in TEST_F() local 508 ASSERT_EQ(std::get<0>(a), "type0"); in TEST_F() 509 ASSERT_EQ(std::get<1>(a), "typeA"); in TEST_F() 510 ASSERT_EQ(std::get<2>(a), "pathA"); in TEST_F() 518 auto& a = std::get<1>(*ad); in TEST_F() local 519 ASSERT_EQ(std::get<0>(a), "type1"); in TEST_F() 520 ASSERT_EQ(std::get<1>(a), "typeB"); in TEST_F() 521 ASSERT_EQ(std::get<2>(a), "pathX"); in TEST_F()
|
/openbmc/linux/drivers/media/ |
H A D | Kconfig | 47 By default, a media driver auto-selects all possible ancillary 74 Say Y when you have a webcam or a video capture grabber board. 83 Say Y when you have a TV board with analog support or with a 97 Say Y when you have a board with digital support or a board with 110 Say Y when you have a board with radio support. 123 Say Y when you have a software defined radio device. 153 Say Y when you have a software defined radio device.
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | arcfb.c | 52 #define floor8(a) (a&(~0x07)) argument 53 #define floorXres(a,xres) (a&(~(xres - 1))) argument 54 #define iceil8(a) (((int)((a+7)/8))*8) argument 55 #define ceil64(a) (a|0x3F) argument 56 #define ceilXres(a,xres) (a|(xres - 1)) argument
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | Kconfig | 12 If you have a network (Ethernet) chipset belonging to this class, 29 If you have a network (Ethernet) controller of this type, say Y 32 To compile this driver as a module, choose M here. The module 94 To compile this driver as a module, choose M here: the module 107 To compile this driver as a module, choose M here: the module 116 Broadcom SiByte family of System-On-a-Chip parts. They include 120 To compile this driver as a module, choose M here: the module 131 To compile this driver as a module, choose M here: the module 151 To compile this driver as a module, choose M here: the module 219 Ethernet cards. To compile this driver as a module, choose M here:
|
/openbmc/linux/Documentation/gpu/ |
H A D | vkms.rst | 21 Ensure that the VKMS driver has been set as a loadable module in your 57 The IGT GPU Tools is a test suite used specifically for debugging and 62 The tests need to be run without a compositor, so you need to switch to text 74 tests for a specific driver:: 111 this case, compositor developers may end up creating a busy loop on virtual 162 - Add support for cloned writeback outputs and related test cases using a 165 - As a v4l device. This is useful for debugging compositors on special vkms 176 fallbacks when e.g. a Display Port link goes bad. 192 implement a library of different restrictions. 194 This needs a bunch of features (plane compositing, multiple outputs, ...)
|
/openbmc/linux/Documentation/scsi/ |
H A D | ufs.rst | 27 Universal Flash Storage (UFS) is a storage specification for flash devices. 28 It aims to provide a universal storage interface for both 55 UFS has a layered communication architecture which is based on SCSI 65 protocol agnostic, however SCSI has been selected as a baseline 68 UFS supports a subset of SCSI commands defined by SPC-4 and SBC-3. 116 UFSHCD is a low-level device driver which acts as an interface between 160 (UPIUs) with a UFS device. Typically, user space will allocate 183 If you wish to read or write a descriptor, use the appropriate xferp of 202 Devicetree can define a clock named "ref_clk" under the UFS controller node 210 set accordingly and will modify it if there is a mismatch.
|
/openbmc/intel-ipmi-oem/include/ |
H A D | biosxml.hpp | 391 int a = values.top(); in evaluateExprStack() local 397 values.emplace(a | b); in evaluateExprStack() 401 values.emplace(a & b); in evaluateExprStack() 405 if (a == b) in evaluateExprStack() 415 if (a != b) in evaluateExprStack() 425 if (a <= b) in evaluateExprStack() 435 if (a < b) in evaluateExprStack() 445 if (a >= b) in evaluateExprStack() 455 if (a > b) in evaluateExprStack() 469 values.emplace(a % b); in evaluateExprStack()
|
/openbmc/openbmc/poky/documentation/ |
H A D | standards.md | 6 It is currently a work in progress. 18 If you wish to add a new word to an "accept.txt" file 43 of a few words, instead of entire paragraphs: 48 This is again a matter of style, not syntax. 90 Wikipedia. If a project name isn't capitalized, it should remain so even 91 at the beginning of a sentence. 122 Screenshots are stored in a `figures/` subdirectory. 124 To include a screenshot in PNG format: 166 as it has fewer but sufficient colors. This is a way 175 The `template/` directory contains a `template.svg` file
|
/openbmc/linux/drivers/staging/most/net/ |
H A D | Kconfig | 11 Say Y here if you want to commumicate via a networking device. 13 To compile this driver as a module, choose M here: the
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ |
H A D | ttf.inc | 4 # we don't need a compiler nor a c library for these fonts
|
/openbmc/linux/net/kcm/ |
H A D | Kconfig | 9 KCM (Kernel Connection Multiplexor) sockets provide a method 10 for multiplexing messages of a message based application
|
/openbmc/qemu/docs/system/arm/ |
H A D | collie.rst | 4 This machine is a model of the Sharp Zaurus SL-5500, which was 5 a 1990s PDA based on the StrongARM SA1110.
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/ |
H A D | tc-artifacts-image.bb | 13 # The last image to be built is trusted-firmware-a 14 DEPENDS += " trusted-firmware-a"
|
/openbmc/openbmc/meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf/templates/default/ |
H A D | conf-notes.txt | 5 core-image-minimal: A small image just capable of allowing a device to boot 8 installed, including a ssh server.
|
/openbmc/qemu/docs/devel/ |
H A D | index-process.rst | 15 submitting-a-patch 18 submitting-a-pull-request
|
/openbmc/qemu/tests/decode/ |
H A D | err_field8.decode | 5 &f1 f1 a 7 @fmt ........ ........ ........ .... a:4 &f1
|
/openbmc/linux/tools/testing/selftests/powerpc/scripts/ |
H A D | hmi.sh | 39 grep -E -o 'OCC: Chip [0-9a-f]+ Core [0-9a-f]' < /sys/firmware/opal/msglog |
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | trace_helpers.h | 8 #define ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a)-1) argument
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-gen.rst | 36 into a single resulting *OUTPUT_FILE*. All the files involved 49 a single resulting BPF object file, which can be used to 55 Generate BPF skeleton C header file for a given *FILE*. 70 programs, skeleton provides a storage for BPF links (**struct 98 It is a design goal and guarantee that skeleton interfaces 134 create a BPF link and assign it to corresponding fields in 155 Generate BPF subskeleton C header file for a given *FILE*. 160 loaded into a *bpf_object* by some other means. 162 This functionality is useful when a library is included into a 171 Instantiates a subskeleton from an already opened (but not [all …]
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | Kconfig | 27 Generic Hardware Error Source provides a way to report 59 EINJ provides a hardware error injection mechanism, it is 67 ERST is a way provided by APEI to save and retrieve hardware 68 error information to and from a persistent store. Enable this
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | mpic.rst | 38 edge, and writing 0 is ignored. Reading returns 1 if a previously 46 The MPIC emulation supports IRQ routing. Only a single MPIC device can 51 the main array of interrupt sources (a.k.a. "SRC" interrupts).
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | vga-softcursor.rst | 8 you can set the size of hardware cursor. You can now play a few new 9 tricks: you can make your cursor look like a non-blinking red block, 15 The cursor appearance is controlled by a ``<ESC>[?1;2;3c`` escape sequence 46 Bit setting takes place before bit toggling, so you can simply clear a
|
/openbmc/linux/Documentation/devicetree/bindings/mailbox/ |
H A D | hisilicon,hi6220-mailbox.txt | 5 is unidirectional with a maximum message size of 8 words. I/O is 25 ack_irq: IRQ identifier index number with generating a 36 flag" mode or IRQ generated mode to acknowledge a TX 58 - mboxes: Standard property to specify a Mailbox (See ./mailbox.txt)
|