Home
last modified time | relevance | path

Searched +full:error +full:- +full:correcting (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DDimm.interface.yaml4 - name: MemoryDataWidth
8 - name: MemorySizeInKB
12 - name: MemoryDeviceLocator
16 - name: MemoryType
20 - name: MemoryTypeDetail
24 - name: MaxMemorySpeedInMhz
28 - name: MemoryAttributes
33 - name: MemoryConfiguredSpeedInMhz
37 - name: ECC
40 Error-Correcting Code.
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/
H A Dlrzsz_0.12.20.bb3 the public-domain version of Chuck Forsberg's rzsz package. \
4 These programs use error correcting protocols ({z,x,y}modem) to send (sz, sx, sb) and \
5 receive (rz, rx, rb) files over a dial-in serial port from a variety of programs \
8 LICENSE = "GPL-2.0-or-later"
14 SRC_URI = "https://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \
15 file://autotools-update.patch \
18 file://lrzsz-check-locale.h.patch \
19 file://cve-2018-10195.patch \
21 file://0001-Fix-cross-compilation-using-autoconf-detected-AR.patch \
22 file://0001-Fix-build-with-GCC-15.patch \
[all …]
/openbmc/openbmc/poky/bitbake/
H A DChangeLog2 - Add PE (Package Epoch) support from Philipp Zabel (pH5)
3 - Treat python functions the same as shell functions for logging
4 - Use TMPDIR/anonfunc as a __anonfunc temp directory (T)
5 - Catch truncated cache file errors
6 - Allow operations other than assignment on flag variables
7 - Add code to handle inter-task dependencies
8 - Fix cache errors when generation dotGraphs
9 - Make sure __inherit_cache is updated before calling include() (from Michael Krelin)
10 - Fix bug when target was in ASSUME_PROVIDED (#2236)
11 - Raise ParseError for filenames with multiple underscores instead of infinitely looping (#2062)
[all …]
/openbmc/u-boot/drivers/net/
H A Ddesignware.c1 // SPDX-License-Identifier: GPL-2.0+
8 * Designware ethernet IP driver for U-Boot
29 struct dw_eth_dev *priv = dev_get_priv((struct udevice *)bus->priv); in dw_mdio_read()
30 struct eth_mac_regs *mac_p = priv->mac_regs_p; in dw_mdio_read()
32 struct eth_mac_regs *mac_p = bus->priv; in dw_mdio_read()
41 writel(miiaddr | MII_CLKRANGE_150_250M | MII_BUSY, &mac_p->miiaddr); in dw_mdio_read()
45 if (!(readl(&mac_p->miiaddr) & MII_BUSY)) in dw_mdio_read()
46 return readl(&mac_p->miidata); in dw_mdio_read()
50 return -ETIMEDOUT; in dw_mdio_read()
57 struct dw_eth_dev *priv = dev_get_priv((struct udevice *)bus->priv); in dw_mdio_write()
[all …]
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Ddavinci_nand.c1 // SPDX-License-Identifier: GPL-2.0+
18 * ----------------------------------------------------------------------------
20 * ----------------------------------------------------------------------------
28 -
34 #include <asm/ti-common/davinci_nand.h>
36 /* Definitions for 4-bit hardware ECC */
47 * Exploit the little endianness of the ARM to do multi-byte transfers
57 const u32 *nand = chip->IO_ADDR_R; in nand_davinci_read_buf()
65 len--; in nand_davinci_read_buf()
73 len -= 2; in nand_davinci_read_buf()
[all …]
H A Domap_gpmc.c1 // SPDX-License-Identifier: GPL-2.0+
3 * (C) Copyright 2004-2008 Texas Instruments, <www.ti.com>
54 * omap_nand_hwcontrol - Set the address pointers corretly for the
62 int cs = info->cs; in omap_nand_hwcontrol()
70 this->IO_ADDR_W = (void __iomem *)&gpmc_cfg->cs[cs].nand_cmd; in omap_nand_hwcontrol()
73 this->IO_ADDR_W = (void __iomem *)&gpmc_cfg->cs[cs].nand_adr; in omap_nand_hwcontrol()
76 this->IO_ADDR_W = (void __iomem *)&gpmc_cfg->cs[cs].nand_dat; in omap_nand_hwcontrol()
81 writeb(cmd, this->IO_ADDR_W); in omap_nand_hwcontrol()
89 return gpmc_cfg->status & (1 << (8 + info->ws)); in omap_dev_ready()
93 * gen_true_ecc - This function will generate true ECC value, which
[all …]
/openbmc/qemu/block/
H A Dquorum.c4 * Copyright (C) 2012-2014 Nodalink, EURL.
13 * See the COPYING file in the top-level directory.
24 #include "qapi/error.h"
25 #include "qapi/qapi-events-block.h"
36 #define QUORUM_OPT_VOTE_THRESHOLD "vote-threshold"
38 #define QUORUM_OPT_REWRITE "rewrite-corrupted"
39 #define QUORUM_OPT_READ_PATTERN "read-pattern"
43 uint8_t h[HASH_LENGTH]; /* SHA-256 hash */
80 * same result a quorum error occurs.
90 bool rewrite_corrupted;/* true if the driver must rewrite-on-read corrupted
[all …]
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddebugging.rst1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK
9 working version with examination of the changes and the re-application
18 A useful feature for debugging is the error reporting tool.
20 OpenEmbedded build system to produce error reporting commands as part
22 completes to log error information into a common database, that can
25 ":ref:`dev-manual/error-reporting-tool:using the error reporting tool`"
31 - ":ref:`dev-manual/debugging:viewing logs from failed tasks`" describes
35 - ":ref:`dev-manual/debugging:viewing variable values`" describes how to
36 use the BitBake ``-e`` option to examine variable values after a
39 - ":ref:`dev-manual/debugging:viewing package information with ``oe-pkgdata-util```"
[all …]
/openbmc/qemu/hw/ppc/
H A Dspapr.c4 * Copyright (c) 2004-2007 Fabrice Bellard
7 * Copyright (c) 2010-2024, IBM Corporation..
9 * SPDX-License-Identifier: GPL-2.0-or-later
33 #include "qemu/guest-random.h"
34 #include "qapi/error.h"
35 #include "qapi/qapi-events-machine.h"
36 #include "qapi/qapi-events-qdev.h"
46 #include "hw/fw-path-provider.h"
54 #include "migration/qemu-file-types.h"
58 #include "mmu-hash64.h"
[all …]
/openbmc/qemu/hw/block/
H A Dfdc.c32 #include "qapi/error.h"
33 #include "qemu/error-report.h"
38 #include "hw/qdev-properties.h"
39 #include "hw/qdev-properties-system.h"
42 #include "system/block-backend.h"
46 #include "qemu/main-loop.h"
50 #include "fdc-internal.h"
74 #define TYPE_FLOPPY_BUS "floppy-bus"
88 bus->fdc = fdc; in floppy_bus_create()
143 { FLOPPY_DRIVE_TYPE_NONE, -1, -1, 0, 0, },
[all …]