Searched +full:zynqmp +full:- +full:ocmc +full:- +full:1 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | xlnx,zynqmp-ocmc-1.0.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/xlnx,zynqmp-ocmc-1.0.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Xilinx Zynqmp OCM(On-Chip Memory) Controller 10 - Shubhrajyoti Datta <shubhrajyoti.datta@amd.com> 11 - Sai Krishna Potthuri <sai.krishna.potthuri@amd.com> 14 The OCM supports 64-bit wide ECC functionality to detect multi-bit errors 15 and recover from a single-bit memory fault.On a write, if all bytes are 17 the write-data that is written into the data RAM. If one or more bytes are [all …]
|
/openbmc/linux/drivers/edac/ |
H A D | zynqmp_edac.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Xilinx ZynqMP OCM ECC Driver 70 #define EDAC_DEVICE "ZynqMP-OCM" 73 * struct ecc_error_info - ECC error log information 75 * @fault_lo: Generated fault data (lower 32-bit) 76 * @fault_hi: Generated fault data (upper 32-bit) 85 * struct ecc_status - ECC status information to report 99 * struct edac_priv - OCM private instance data 125 * get_error_info - Get the current ECC error info 136 p->ce_cnt++; in get_error_info() [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | zynqmp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * dts file for Xilinx ZynqMP 5 * (C) Copyright 2014 - 2015, Xilinx, Inc. 16 compatible = "xlnx,zynqmp"; 17 #address-cells = <2>; 18 #size-cells = <2>; 21 #address-cells = <1>; 22 #size-cells = <0>; 25 compatible = "arm,cortex-a53", "arm,armv8"; 27 enable-method = "psci"; [all …]
|
/openbmc/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|