Searched full:edac (Results 1 – 25 of 25) sorted by relevance
4 # EDAC configuration options6 menuconfig EDAC config7 bool "Error Detection and Correction (EDAC) drivers"9 Enable Error Detection and Correction (EDAC) driver.11 if EDAC14 bool "EDAC Error Injection mechanism"20 bool "EDAC Shell"23 Enable EDAC shell for debugging EDAC.31 module = EDAC32 module-str = edac[all …]
11 #include <zephyr/drivers/edac.h>15 * EDAC Error Injection interface17 * edac inject addr [value] Physical memory address base18 * edac inject mask [value] Physical memory address mask19 * edac inject error_type Show / Set EDAC error type20 * edac inject trigger Trigger injection22 * edac inject test_default Set default injection parameters24 * edac disable_nmi Experimental disable NMI25 * edac enable_nmi Experimental enable NMI27 * EDAC Report interface[all …]
13 #include <zephyr/drivers/edac.h>260 static DEVICE_API(edac, api) = {
1 .. zephyr:code-sample:: edac2 :name: EDAC shell3 :relevant-api: edac5 Test error detection and correction (EDAC) using shell commands.10 This sample demonstrates the :ref:`EDAC driver API <edac_api>` in a simple EDAC shell sample.15 This sample can be found under :zephyr_file:`samples/subsys/edac` in the20 :zephyr-app: samples/subsys/edac41 uart:~$ edac -h42 edac - EDAC information44 info :Show EDAC information[all …]
2 description: EDAC shell sample application3 name: edac shell5 tags: edac10 - "EDAC shell application initialized"13 sample.subsys.edac:17 tags: edac
6 project(edac) project
5 - edac8 edac.ibecc.production:12 edac.ibecc.injection:15 edac.ibecc.injection.user:
7 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/drivers/edac)
48 :zephyr-app: tests/subsys/edac/ibecc
8 edac.ibecc.coverage:10 edac.ibecc.coverage_sku:12 edac.ibecc.coverage_sku_en:
9 * @brief EDAC API header file20 * @defgroup edac EDAC API28 * @brief EDAC error type46 * @brief EDAC driver API48 * This is the mandatory API any EDAC driver needs to expose.83 * EDAC Optional Interfaces251 /** @} */ /* End of EDAC Optional Interfaces */257 * EDAC Mandatory Interfaces397 * @param dev EDAC driver device to install callback416 /** @} */ /* End of EDAC Mandatory Interfaces */[all …]
3 Error Detection And Correction (EDAC)24 .. doxygengroup:: edac
11 #include <zephyr/drivers/edac.h>14 * EDAC dummy is used for coverage tests for -ENOSYS returns17 static DEVICE_API(edac, edac_dummy_api) = { 0 };
15 #include <zephyr/drivers/edac.h>
11 #include <zephyr/drivers/edac.h>47 LOG_INF("EDAC shell application initialized"); in main()
4 description: EDAC In-Band Error Correcting Code (IBECC)
30 edac/index.rst
37 add_subdirectory_ifdef(CONFIG_EDAC edac)
29 source "drivers/edac/Kconfig"
84 Memory controller with EDAC Cobham Gaisler91 Memory controller with EDAC Cobham Gaisler
37 #include <zephyr/drivers/edac.h>
1317 "Drivers: EDAC":1322 - drivers/edac/1323 - dts/bindings/edac/1324 - include/zephyr/drivers/edac.h1325 - samples/subsys/edac/1326 - tests/subsys/edac/1327 - doc/hardware/peripherals/edac/1329 - "area: EDAC"1331 - edac
1603 * :github:`33543` - ehl_crb: tests/subsys/edac/ibecc failed.1715 * :github:`33079` - [Coverity CID :219574] Side effect in assertion in tests/subsys/edac/ibecc/src/…1751 * :github:`33042` - [Coverity CID :219644] Side effect in assertion in tests/subsys/edac/ibecc/src/…1762 * :github:`33030` - [Coverity CID :219659] Side effect in assertion in tests/subsys/edac/ibecc/src/…
1411 * :github:`37526` - ehl_crb: edac tests are failing