| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/edac-utils/files/ |
| H A D | make-init-script-be-able-to-automatically-load-EDAC-.patch | 7 src/etc/edac.init.in | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 10 diff --git a/src/etc/edac.init.in b/src/etc/edac.init.in 12 --- a/src/etc/edac.init.in 13 +++ b/src/etc/edac.init.in 26 + if [ ! -f /etc/edac/edac-driver ]; then 27 + [ -d /sys/bus/edac/devices/mc/mc0 ] && \ 28 + echo `lsmod | grep _edac | cut -d" " -f1` > /etc/edac/edac-driver 31 + [ -f /etc/edac/edac-driver ] && EDAC_DRIVER=`cat /etc/edac/edac-driver` 35 + DRIVER_PATH=/lib/modules/`uname -r`/kernel/drivers/edac 43 + if [ -d /sys/bus/edac/devices/mc/mc0 ]; then [all …]
|
| H A D | add-restart-to-initscript.patch | 4 Subject: [PATCH] edac: add restart to initscript 10 src/etc/edac.init.in | 6 +++++- 13 diff --git a/src/etc/edac.init.in b/src/etc/edac.init.in 15 --- a/src/etc/edac.init.in 16 +++ b/src/etc/edac.init.in
|
| H A D | edac.service | 6 ExecStart=@SBINDIR@/edac-ctl --register-labels
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | xgene_edac.c | 66 static void xgene_edac_pcp_rd(struct xgene_edac *edac, u32 reg, u32 *val) in xgene_edac_pcp_rd() argument 68 *val = readl(edac->pcp_csr + reg); in xgene_edac_pcp_rd() 71 static void xgene_edac_pcp_clrbits(struct xgene_edac *edac, u32 reg, in xgene_edac_pcp_clrbits() argument 76 spin_lock(&edac->lock); in xgene_edac_pcp_clrbits() 77 val = readl(edac->pcp_csr + reg); in xgene_edac_pcp_clrbits() 79 writel(val, edac->pcp_csr + reg); in xgene_edac_pcp_clrbits() 80 spin_unlock(&edac->lock); in xgene_edac_pcp_clrbits() 83 static void xgene_edac_pcp_setbits(struct xgene_edac *edac, u32 reg, in xgene_edac_pcp_setbits() argument 88 spin_lock(&edac->lock); in xgene_edac_pcp_setbits() 89 val = readl(edac->pcp_csr + reg); in xgene_edac_pcp_setbits() [all …]
|
| H A D | ti_edac.c | 82 static u32 ti_edac_readl(struct ti_edac *edac, u16 offset) in ti_edac_readl() argument 84 return readl_relaxed(edac->reg + offset); in ti_edac_readl() 87 static void ti_edac_writel(struct ti_edac *edac, u32 val, u16 offset) in ti_edac_writel() argument 89 writel_relaxed(val, edac->reg + offset); in ti_edac_writel() 95 struct ti_edac *edac = mci->pvt_info; in ti_edac_isr() local 100 irq_status = ti_edac_readl(edac, EMIF_IRQ_STATUS); in ti_edac_isr() 103 err_addr = ti_edac_readl(edac, EMIF_1B_ECC_ERR_ADDR_LOG); in ti_edac_isr() 104 err_count = ti_edac_readl(edac, EMIF_1B_ECC_ERR_CNT); in ti_edac_isr() 105 ti_edac_writel(edac, err_count, EMIF_1B_ECC_ERR_CNT); in ti_edac_isr() 113 err_addr = ti_edac_readl(edac, EMIF_2B_ECC_ERR_ADDR_LOG); in ti_edac_isr() [all …]
|
| H A D | altera_edac.c | 1249 regmap_write(dci->edac->ecc_mgr_map, in altr_edac_a10_l2_irq() 1256 regmap_write(dci->edac->ecc_mgr_map, in altr_edac_a10_l2_irq() 1558 list_add(&altdev->next, &altdev->edac->a10_ecc_devices); in altr_portb_setup() 1787 struct altr_arria10_edac *edac = irq_desc_get_handler_data(desc); in altr_edac_a10_irq_handler() local 1792 dberr = (irq == edac->db_irq) ? 1 : 0; in altr_edac_a10_irq_handler() 1798 regmap_read(edac->ecc_mgr_map, sm_offset, &irq_status); in altr_edac_a10_irq_handler() 1802 irq = irq_linear_revmap(edac->domain, dberr * 32 + bit); in altr_edac_a10_irq_handler() 1844 static int altr_edac_a10_device_add(struct altr_arria10_edac *edac, in altr_edac_a10_device_add() argument 1868 if (!devres_open_group(edac->dev, altr_edac_a10_device_add, GFP_KERNEL)) in altr_edac_a10_device_add() 1895 dci->dev = edac->dev; in altr_edac_a10_device_add() [all …]
|
| H A D | altera_edac.h | 381 struct altr_arria10_edac *edac; member
|
| H A D | Kconfig | 22 The mailing list for the EDAC project is linux-edac@vger.kernel.org. 31 Use 'Y' if your edac utilities aren't ported to work with the newer 94 (/sys/devices/system/edac/mc/mcX), there are 3 input files:
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-edac | 1 What: /sys/devices/system/edac/mc/mc*/reset_counters 3 Contact: linux-edac@vger.kernel.org 12 What: /sys/devices/system/edac/mc/mc*/seconds_since_reset 14 Contact: linux-edac@vger.kernel.org 19 What: /sys/devices/system/edac/mc/mc*/mc_name 21 Contact: linux-edac@vger.kernel.org 25 What: /sys/devices/system/edac/mc/mc*/size_mb 27 Contact: linux-edac@vger.kernel.org 31 What: /sys/devices/system/edac/mc/mc*/ue_count 33 Contact: linux-edac@vger.kernel.org [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/edac/ |
| H A D | apm-xgene-edac.txt | 14 - compatible : Shall be "apm,xgene-edac". 28 - compatible : Shall be "apm,xgene-edac-mc". 34 - compatible : Shall be "apm,xgene-edac-pmd" or 35 "apm,xgene-edac-pmd-v2". 40 - compatible : Shall be "apm,xgene-edac-l3" or 41 "apm,xgene-edac-l3-v2". 45 - compatible : Shall be "apm,xgene-edac-soc-v1" for revision 1 or 46 "apm,xgene-edac-l3-soc" for general value reporting 76 edac@78800000 { 77 compatible = "apm,xgene-edac"; [all …]
|
| H A D | aspeed-sdram-edac.txt | 14 - compatible: should be "aspeed,ast2500-sdram-edac" 21 edac: sdram@1e6e0000 { 22 compatible = "aspeed,ast2500-sdram-edac";
|
| H A D | socfpga-eccmgr.txt | 258 - compatible : Should be "altr,sdram-edac-s10" 317 compatible = "altr,sdram-edac-s10";
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/edac-utils/ |
| H A D | edac-utils_git.bb | 2 HOMEPAGE = "https://github.com/grondo/edac-utils" 18 SRC_URI = "git://github.com/grondo/edac-utils;branch=master;protocol=https \ 21 file://edac.service \ 51 install -m 644 ${WORKDIR}/edac.service ${D}/${systemd_unitdir}/system 52 sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}/${systemd_unitdir}/system/edac.service 55 SYSTEMD_SERVICE:${PN} = "edac.service"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/altera/ |
| H A D | socfpga-sdram-edac.txt | 5 - compatible : should contain "altr,sdram-edac" or "altr,sdram-edac-a10" 12 compatible = "altr,sdram-edac";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/apm/ |
| H A D | apm-shadowcat.dtsi | 435 edac@78800000 { 436 compatible = "apm,xgene-edac"; 450 compatible = "apm,xgene-edac-mc"; 456 compatible = "apm,xgene-edac-mc"; 462 compatible = "apm,xgene-edac-mc"; 468 compatible = "apm,xgene-edac-mc"; 474 compatible = "apm,xgene-edac-pmd"; 480 compatible = "apm,xgene-edac-pmd"; 486 compatible = "apm,xgene-edac-pmd"; 492 compatible = "apm,xgene-edac-pmd"; [all …]
|
| H A D | apm-storm.dtsi | 478 edac@78800000 { 479 compatible = "apm,xgene-edac"; 494 compatible = "apm,xgene-edac-mc"; 500 compatible = "apm,xgene-edac-mc"; 506 compatible = "apm,xgene-edac-mc"; 512 compatible = "apm,xgene-edac-mc"; 518 compatible = "apm,xgene-edac-pmd"; 524 compatible = "apm,xgene-edac-pmd"; 530 compatible = "apm,xgene-edac-pmd"; 536 compatible = "apm,xgene-edac-pmd"; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | ras.rst | 220 The ``edac`` kernel module's goal is to detect and report hardware errors 295 If ``edac`` was statically linked with the kernel then no loading 296 is necessary. If ``edac`` was built as modules then simply modprobe 297 the ``edac`` pieces that you need. You should be able to modprobe 313 lives in the /sys/devices/system/edac directory. 394 ``/sys/devices/system/edac/mc``, each memory controller will be 398 ..../edac/mc/ 432 Documentation/ABI/testing/sysfs-devices-edac 442 ``/sys/devices/system/edac/``\ [#f6]_:: 444 /sys/devices/system/edac/ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | edac.rst | 118 .. kernel-doc:: include/linux/edac.h 120 .. kernel-doc:: drivers/edac/edac_mc.h 129 .. kernel-doc:: drivers/edac/edac_pci.h 160 /sys/devices/system/edac/.. 178 .. kernel-doc:: drivers/edac/edac_device.h
|
| H A D | index.rst | 45 edac
|
| /OK3568_Linux_fs/kernel/drivers/ |
| H A D | Makefile | 126 obj-$(CONFIG_EDAC) += edac/
|
| H A D | Kconfig | 119 source "drivers/edac/Kconfig"
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 809 F: Documentation/devicetree/bindings/edac/amazon,al-mc-edac.yaml 810 F: drivers/edac/al_mc_edac.c 1245 F: Documentation/devicetree/bindings/edac/apm-xgene-edac.txt 1246 F: drivers/edac/xgene_edac.c 2487 F: drivers/edac/altera_edac. 2765 F: drivers/edac/synopsys_edac.c 6229 L: linux-edac@vger.kernel.org 6231 F: drivers/edac/amd64_edac* 6235 L: linux-edac@vger.kernel.org 6237 F: drivers/edac/armada_xp_* [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | zynqmp.dtsi | 250 edac { 251 compatible = "arm,cortex-a53-edac";
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | aspeed-g5.dtsi | 212 edac: memory-controller@1e6e0000 { label 213 compatible = "aspeed,ast2500-sdram-edac";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/altera/ |
| H A D | socfpga_stratix10.dtsi | 557 compatible = "altr,sdram-edac-s10";
|