From 111511d8cba7dc09618af8fb1f76ebc32f40fdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E7=AB=8B?= <404325854@qq.com> Date: Mon, 1 Jul 2024 10:05:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=A7=E5=93=81docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PRODUCT_DOCS/test/test1.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/PRODUCT_DOCS/test/test1.md b/PRODUCT_DOCS/test/test1.md index f77d98b..66d0b47 100644 --- a/PRODUCT_DOCS/test/test1.md +++ b/PRODUCT_DOCS/test/test1.md @@ -8,22 +8,6 @@ ## Terms and Abbreviations -| Abbreviation | Definition | -| ------------ | ----------------------------------------------------------------------------- | -| RAS | Reliability, Availability and Serviceability | -| SLA | Service Level Agreement | -| CE | Correctable Error | -| UCE | Uncorrected Correctable Error | -| MCA | Machine-Check Architecture | -| CMCI | Corrected Machine Check Interrupt | -| MCE | Machine-Check Exception | -| SEA | Synchronous External Abort | -| ELx | Exception levels are referred to as EL, with x as a number between 0 and 3 | -| ECC | Error Correction Code | -| SECDED | Single-bit Error Correction and Double-bit Error Detection | -| TF-A | Trusted Firmware-A | -| HEST | Hardware Error Source Table | -| GHES | Generic Hardware Error Source | ## Abstract @@ -50,7 +34,7 @@ One of the most popular RAS schemes used in the memory subsystem is Error Correc Talking about detected hardware errors, we can classify memory errors as either corrected errors (CE) or uncorrected errors (UCE). - **Correctable Error (CE)** - the hardware error detection mechanism detected and automatically corrected the error. -- **Uncorrected errors (UCE)** - are severe enough, hardware detects but cannot correct. +- **Uncorrected errors (UCE)** - are severe enough, hardware detect ![MCtest 2.png](./assets/datop1.png) -- Gitee