/openbmc/openbmc/meta-raspberrypi/recipes-core/psplash/files/ |
H A D | psplash-raspberrypi-img.h | 89 "\334\0\0\0\377\4\21\31\6\377V|\35\377/D\20\377\5\7\2\377\302\0\0\0\377" \ 97 "\377=Y\25\377Or\33\377\21\31\6\377\277\0\0\0\377\2\0\0\0\342\0\0\0""9" \ 102 "\3\4\5\1\3771G\21\377h\226#\377\202u\251(\377\2X\177\36\377\2\3\1\377" \ 103 "\225\0\0\0\377\4\21\30\6\3770F\20\377Or\33\377i\227$\377\202u\251(\377" \ 106 "(\377\4n\237&\377Pt\33\3771F\21\377\15\23\5\377\222\0\0\0\377\2\0\1\0" \ 107 "\377Nq\33\377\203u\251(\377\3r\244'\377Ec\30\377\14\21\4\377\222\0\0" \ 110 "\3773J\21\377i\230$\377\203u\251(\377\2h\226$\377\12\16\3\377\222\0\0" \ 114 "\202\37\3772H\21\377\13\21\4\377\220\0\0\0\377\2\6\11\2\377d\220\"\377" \ 119 "\255\0\0\0\377\3\21\30\6\377Tz\35\377\27!\10\377\221\0\0\0\377\2%6\15" \ 121 "\4\6\1\377&6\15\377Np\33\377p\242&\377\207u\251(\377\2e\222#\377\21\31" \ [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/ |
H A D | glyphicons-halflings-regular.svg | 13 …21 -14.5 -35.5t-35.5 -14.5h-350v-350q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.… 31 …00h800q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 3… 32 …21 -14.5 -35.5t-35.5 -14.5h-50v-100q0 -91 -49.5 -165.5t-130.5 -109.5q81 -35 130.5 -109.5t49.5 -165… 35 …-27t-5.5 -33.5l-136 -187l467 -746h30q20 0 35 -18.5t15 -39.5v-42h-1200v42q0 21 15 39.5t35 18.5h30l4… 38 <glyph unicode="" d="M700 650v-550h250q21 0 35.5 -14.5t14.5 -35.5v-50h-800v50q0 21 14.5 35.… 46 …21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5zM650 1100… 47 …21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100… 48 …21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5zM450 1100… 53 …00h100q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 3… 58 …5 -29.5h300v-650q0 -21 -14.5 -35.5t-35.5 -14.5h-800q-21 0 -35.5 14.5t-14.5 35.5v1100q0 21 14.5 35.… [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.21.rst | 3 Release notes for Yocto-4.0.21 (Kirkstone) 6 Security Fixes in Yocto-4.0.21 33 Fixes in Yocto-4.0.21 49 - poky.conf: bump version for 4.0.21 61 Known Issues in Yocto-4.0.21 67 Contributors to Yocto-4.0.21 97 Repositories / Downloads for Yocto-4.0.21 104 - Tag: :yocto_git:`yocto-4.0.21 </poky/log/?h=yocto-4.0.21>` 109 …http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.21/poky-4cdc553814640851cce85f84ee9c0b5… 110 …http://mirrors.kernel.org/yocto/yocto/yocto-4.0.21/poky-4cdc553814640851cce85f84ee9c0b58646cd33b.t… [all …]
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.h | 67 #define MASK_CP1(op) (MASK_OP_MAJOR(op) | (op & (0x1F << 21))) 77 FMT_L = 21, /* 64-bit fixed */ 83 OPC_MFC1 = (0x00 << 21) | OPC_CP1, 84 OPC_DMFC1 = (0x01 << 21) | OPC_CP1, 85 OPC_CFC1 = (0x02 << 21) | OPC_CP1, 86 OPC_MFHC1 = (0x03 << 21) | OPC_CP1, 87 OPC_MTC1 = (0x04 << 21) | OPC_CP1, 88 OPC_DMTC1 = (0x05 << 21) | OPC_CP1, 89 OPC_CTC1 = (0x06 << 21) | OPC_CP1, 90 OPC_MTHC1 = (0x07 << 21) | OPC_CP1, [all …]
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | memcpy.S | 143 ldr1b r1, r3, ne, abort=21f 144 ldr1b r1, r4, cs, abort=21f 145 ldr1b r1, ip, cs, abort=21f 146 str1b r0, r3, ne, abort=21f 147 str1b r0, r4, cs, abort=21f 148 str1b r0, ip, cs, abort=21f 155 ldr1b r1, r3, gt, abort=21f 156 ldr1b r1, r4, ge, abort=21f 157 ldr1b r1, lr, abort=21f 158 str1b r0, r3, gt, abort=21f [all …]
|
/openbmc/u-boot/board/renesas/sh7757lcr/ |
H A D | README.sh7757lcr | 50 => write_mac 00:00:87:6c:21:80 00:00:87:6c:21:81 00:00:87:6c:21:82 00:00:87:6c:21:83 61 ETHERC ch0 = 00:00:87:6c:21:80 62 ETHERC ch1 = 00:00:87:6c:21:81 63 GETHERC ch0 = 00:00:87:6c:21:82 64 GETHERC ch1 = 00:00:87:6c:21:83
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.30/ |
H A D | index.html | 5 <a href="libblkid-docs/">libblkid-docs/</a> 21-Sep-2017 09:49 … 6 <a href="libfdisk-docs/">libfdisk-docs/</a> 21-Sep-2017 09:50 … 7 <a href="libmount-docs/">libmount-docs/</a> 21-Sep-2017 09:50 … 8 <a href="libsmartcols-docs/">libsmartcols-docs/</a> 21-Sep-2017 09:… 9 <a href="sha256sums.asc">sha256sums.asc</a> 21-Sep-2017 09:52 … 19 <a href="util-linux-2.30.2.tar.gz">util-linux-2.30.2.tar.gz</a> 21-Sep-20… 20 <a href="util-linux-2.30.2.tar.sign">util-linux-2.30.2.tar.sign</a> 21-Sep-… 21 <a href="util-linux-2.30.2.tar.xz">util-linux-2.30.2.tar.xz</a> 21-Sep-20… 37 <a href="v2.30.2-ChangeLog">v2.30.2-ChangeLog</a> 21-Sep-2017 09:5… 38 <a href="v2.30.2-ChangeLog.sign">v2.30.2-ChangeLog.sign</a> 21-Sep-2017… [all …]
|
/openbmc/u-boot/post/lib_powerpc/ |
H A D | cpu_asm.h | 114 ((rd) << 21)) 118 ((rd) << 21) + \ 124 ((rs) << 21) + \ 127 ((rd) << 21) + \ 131 ((rd) << 21) + \ 135 ((rs) << 21) + \ 139 ((rs) << 21) + \ 143 ((rd) << 21) + \ 147 ((fd) << 21) + \ 151 ((rs1) << 21) + \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 14_cidr_support.patch | 4 --- tcp_wrappers_7.6.orig/hosts_access.5 2003-08-21 03:15:36.000000000 +0200 5 +++ tcp_wrappers_7.6/hosts_access.5 2003-08-21 03:15:31.000000000 +0200 18 --- tcp_wrappers_7.6.orig/hosts_access.c 2003-08-21 03:15:36.000000000 +0200 19 +++ tcp_wrappers_7.6/hosts_access.c 2003-08-21 03:09:30.000000000 +0200 31 --- tcp_wrappers_7.6.orig/misc.c 2003-08-21 03:15:36.000000000 +0200 32 +++ tcp_wrappers_7.6/misc.c 2003-08-21 03:09:30.000000000 +0200 52 --- tcp_wrappers_7.6.orig/tcpdchk.c 2003-08-21 03:15:36.000000000 +0200 53 +++ tcp_wrappers_7.6/tcpdchk.c 2003-08-21 03:09:30.000000000 +0200
|
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
H A D | include.patch | 6 --- lrzsz-0.12.21.orig/lib/long-options.c 7 +++ lrzsz-0.12.21/lib/long-options.c 16 --- lrzsz-0.12.21.orig/src/lsyslog.c 17 +++ lrzsz-0.12.21/src/lsyslog.c
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.32/ |
H A D | index.html | 19 <a href="util-linux-2.32.tar.gz">util-linux-2.32.tar.gz</a> 21-Mar-2018… 20 <a href="util-linux-2.32.tar.sign">util-linux-2.32.tar.sign</a> 21-Mar-20… 21 <a href="util-linux-2.32.tar.xz">util-linux-2.32.tar.xz</a> 21-Mar-2018… 22 <a href="v2.32-ChangeLog">v2.32-ChangeLog</a> 21-Mar-2018 14:49 … 23 <a href="v2.32-ChangeLog.sign">v2.32-ChangeLog.sign</a> 21-Mar-2018 1… 24 …2.32-ReleaseNotes">v2.32-ReleaseNotes</a> 21-Mar-2018 14:49 21K 25 <a href="v2.32-ReleaseNotes.sign">v2.32-ReleaseNotes.sign</a> 21-Mar-201… 28 ….32-rc2-ChangeLog">v2.32-rc2-ChangeLog</a> 01-Mar-2018 13:38 21K
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/releases/eglibc/ |
H A D | index.html | 6 …z2.md5">eglibc-2.16-svnr21224.tar.bz2.md5</a> 17-Oct-2012 21:53 … 7 …2.sha1">eglibc-2.16-svnr21224.tar.bz2.sha1</a> 17-Oct-2012 21:53 … 12 <a href="eglibc-2.18-svnr23787.tar.bz2">eglibc-2.18-svnr23787.tar.bz2</a> 21-A… 13 …r23787.tar.bz2.asc">eglibc-2.18-svnr23787.tar.bz2.asc</a> 21-Aug-2013 05:36 … 14 …r23787.tar.bz2.md5">eglibc-2.18-svnr23787.tar.bz2.md5</a> 21-Aug-2013 05:36 … 15 …23787.tar.bz2.sha1">eglibc-2.18-svnr23787.tar.bz2.sha1</a> 21-Aug-2013 05:36 …
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | imx6qp.dtsi | 22 pre1: pre@21c8000 { 31 pre2: pre@21c9000 { 40 pre3: pre@21ca000 { 49 pre4: pre@21cb000 { 58 prg1: prg@21cc000 { 67 prg2: prg@21cd000 {
|
/openbmc/u-boot/arch/arm/include/asm/mach-imx/ |
H A D | regs-lcdif.h | 97 #define LCDIF_CTRL_SHIFT_NUM_BITS_MASK (0x1f << 21) 98 #define LCDIF_CTRL_SHIFT_NUM_BITS_OFFSET 21 133 #define LCDIF_CTRL1_FIFO_CLEAR (1 << 21) 149 #define LCDIF_CTRL2_OUTSTANDING_REQS_MASK (0x7 << 21) 150 #define LCDIF_CTRL2_OUTSTANDING_REQS_OFFSET 21 151 #define LCDIF_CTRL2_OUTSTANDING_REQS_REQ_1 (0x0 << 21) 152 #define LCDIF_CTRL2_OUTSTANDING_REQS_REQ_2 (0x1 << 21) 153 #define LCDIF_CTRL2_OUTSTANDING_REQS_REQ_4 (0x2 << 21) 154 #define LCDIF_CTRL2_OUTSTANDING_REQS_REQ_8 (0x3 << 21) 155 #define LCDIF_CTRL2_OUTSTANDING_REQS_REQ_16 (0x4 << 21) [all …]
|
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-monitor-config/ |
H A D | monitor.yaml | 10 factor: 21 21 factor: 21 32 factor: 21
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/pub/linux/utils/util-linux/v2.24/ |
H A D | index.html | 22 <a href="util-linux-2.24.tar.bz2">util-linux-2.24.tar.bz2</a> 21-Oct-201… 23 <a href="util-linux-2.24.tar.gz">util-linux-2.24.tar.gz</a> 21-Oct-2013… 24 <a href="util-linux-2.24.tar.sign">util-linux-2.24.tar.sign</a> 21-Oct-20… 25 <a href="util-linux-2.24.tar.xz">util-linux-2.24.tar.xz</a> 21-Oct-2013… 26 <a href="v2.24-ChangeLog">v2.24-ChangeLog</a> 21-Oct-2013 13:49 … 27 <a href="v2.24-ChangeLog.sign">v2.24-ChangeLog.sign</a> 21-Oct-2013 1… 28 <a href="v2.24-ReleaseNotes">v2.24-ReleaseNotes</a> 21-Oct-2013 13:… 29 <a href="v2.24-ReleaseNotes.sign">v2.24-ReleaseNotes.sign</a> 21-Oct-201…
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | openhpi-3.6.1-ssl.patch | 12 --- openhpi-3.6.1/ssl/Makefile.am.than 2017-02-21 12:21:12.114814698 -0500 13 +++ openhpi-3.6.1/ssl/Makefile.am 2017-02-21 12:22:44.576454262 -0500
|
/openbmc/u-boot/lib/zlib/ |
H A D | trees.h | 28 {{ 21},{ 8}}, {{149},{ 8}}, {{ 85},{ 8}}, {{213},{ 8}}, {{ 53},{ 8}}, 69 {{ 5},{ 5}}, {{21},{ 5}}, {{13},{ 5}}, {{29},{ 5}}, {{ 3},{ 5}}, 87 18, 18, 19, 19, 20, 20, 20, 20, 21, 21, 21, 21, 22, 22, 22, 22, 22, 22, 22, 22, 107 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 22, 22, 22, 22,
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
H A D | upgrade_options_processing.patch | 9 --- Bastille.orig/Bastille/API.pm 2013-08-21 11:41:09.235950000 -0400 10 +++ Bastille/Bastille/API.pm 2013-08-21 11:41:16.183950000 -0400 32 --- Bastille.orig/BastilleBackEnd 2013-08-21 11:41:09.235950000 -0400 33 +++ Bastille/BastilleBackEnd 2013-08-21 12:40:54.055950001 -0400 64 --- Bastille.orig/InteractiveBastille 2013-08-21 11:41:09.235950000 -0400 65 +++ Bastille/InteractiveBastille 2013-08-21 12:40:30.531950001 -0400
|
/openbmc/u-boot/board/Synology/ds109/ |
H A D | ds109.h | 18 #define MV88E1116_CPRSP_CR3_REG 21 19 #define MV88E1116_MAC_CTRL_REG 21 20 #define MV88E1116_MAC_CTRL2_REG 21
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
H A D | 0008-include-libgen.h-for-basename.patch | 25 @@ -21,6 +21,7 @@ 37 @@ -21,6 +21,7 @@
|
/openbmc/u-boot/board/zyxel/nsa310s/ |
H A D | nsa310s.h | 15 #define USB_POWER (1 << 21) 23 #define PIN_USB_POWER 21 38 #define MV88E1318_MAC_CTRL_REG 21
|
/openbmc/openbmc/poky/meta/recipes-graphics/matchbox-wm/ |
H A D | matchbox-wm_1.2.3.bb | 6 LIC_FILES_CHKSUM = "file://src/wm.h;endline=21;md5=ce20617ac10f26045cc57b8d977ab552 \ 7 file://src/main.c;endline=21;md5=508f280276140250ce483e0a44f7a9ec \ 8 file://src/wm.c;endline=21;md5=f54584fb0d48cfc2e6876e0f0e272e6c"
|
/openbmc/qemu/tests/tcg/mips/user/ase/dsp/ |
H A D | test_dsp_r2_mul_s_ph.c | 20 dsp = (dsp >> 21) & 0x01; in main() 35 dsp = (dsp >> 21) & 0x01; in main() 57 dsp = (dsp >> 21) & 0x01; in main()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/ledmon/ledmon/ |
H A D | 0002-include-sys-select.h-and-sys-types.h.patch | 3 Date: Tue, 9 Apr 2019 21:26:55 -0700 33 @@ -21,6 +21,7 @@
|