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 1/2] =?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 From a9ae0cbf43ac07f5f9cec5680597f4beadcf8fcc 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:34:46 +0800 Subject: [PATCH 2/2] =?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/menu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PRODUCT_DOCS/menu.yaml b/PRODUCT_DOCS/menu.yaml index e7cf95a..8d8ca33 100644 --- a/PRODUCT_DOCS/menu.yaml +++ b/PRODUCT_DOCS/menu.yaml @@ -5,7 +5,7 @@ PRODUCT_DOCS: 验证路径dddddddddddddddddddddddddddddddddddddddddddd: 阿斯顿发斯蒂芬: 阿斯蒂芬撒地方撒地方撒打: - asdfsadfsad: ../test/test1.md + asdfsadfsad:../test/test1.md 验证文档绝对路径: ../test/test1.md 验证相对路径: ../test/test1.md 验证指定路径下的文件不存在: ../asdf.md -- Gitee