Home
last modified time | relevance | path

Searched full:edac (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/drivers/edac/
DKconfig4 # EDAC configuration options
6 menuconfig EDAC config
7 bool "Error Detection and Correction (EDAC) drivers"
9 Enable Error Detection and Correction (EDAC) driver.
11 if EDAC
14 bool "EDAC Error Injection mechanism"
20 bool "EDAC Shell"
23 Enable EDAC shell for debugging EDAC.
31 module = EDAC
32 module-str = edac
[all …]
Dshell.c11 #include <zephyr/drivers/edac.h>
15 * EDAC Error Injection interface
17 * edac inject addr [value] Physical memory address base
18 * edac inject mask [value] Physical memory address mask
19 * edac inject error_type Show / Set EDAC error type
20 * edac inject trigger Trigger injection
22 * edac inject test_default Set default injection parameters
24 * edac disable_nmi Experimental disable NMI
25 * edac enable_nmi Experimental enable NMI
27 * EDAC Report interface
[all …]
Dedac_ibecc.c13 #include <zephyr/drivers/edac.h>
260 static DEVICE_API(edac, api) = {
/Zephyr-latest/samples/subsys/edac/
DREADME.rst1 .. zephyr:code-sample:: edac
2 :name: EDAC shell
3 :relevant-api: edac
5 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 the
20 :zephyr-app: samples/subsys/edac
41 uart:~$ edac -h
42 edac - EDAC information
44 info :Show EDAC information
[all …]
Dsample.yaml2 description: EDAC shell sample application
3 name: edac shell
5 tags: edac
10 - "EDAC shell application initialized"
13 sample.subsys.edac:
17 tags: edac
DCMakeLists.txt6 project(edac) project
/Zephyr-latest/tests/subsys/edac/ibecc/
Dtestcase.yaml5 - edac
8 edac.ibecc.production:
12 edac.ibecc.injection:
15 edac.ibecc.injection.user:
DCMakeLists.txt7 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/drivers/edac)
DREADME.rst48 :zephyr-app: tests/subsys/edac/ibecc
/Zephyr-latest/tests/subsys/edac/ibecc_cov/
Dtestcase.yaml8 edac.ibecc.coverage:
10 edac.ibecc.coverage_sku:
12 edac.ibecc.coverage_sku_en:
DCMakeLists.txt7 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/drivers/edac)
/Zephyr-latest/include/zephyr/drivers/
Dedac.h9 * @brief EDAC API header file
20 * @defgroup edac EDAC API
28 * @brief EDAC error type
46 * @brief EDAC driver API
48 * This is the mandatory API any EDAC driver needs to expose.
83 * EDAC Optional Interfaces
251 /** @} */ /* End of EDAC Optional Interfaces */
257 * EDAC Mandatory Interfaces
397 * @param dev EDAC driver device to install callback
416 /** @} */ /* End of EDAC Mandatory Interfaces */
[all …]
/Zephyr-latest/doc/hardware/peripherals/edac/
Dindex.rst3 Error Detection And Correction (EDAC)
24 .. doxygengroup:: edac
/Zephyr-latest/tests/subsys/edac/ibecc/src/
Ddummy.c11 #include <zephyr/drivers/edac.h>
14 * EDAC dummy is used for coverage tests for -ENOSYS returns
17 static DEVICE_API(edac, edac_dummy_api) = { 0 };
Dibecc.c15 #include <zephyr/drivers/edac.h>
/Zephyr-latest/samples/subsys/edac/src/
Dmain.c11 #include <zephyr/drivers/edac.h>
47 LOG_INF("EDAC shell application initialized"); in main()
/Zephyr-latest/dts/bindings/edac/
Dintel,ibecc.yaml4 description: EDAC In-Band Error Correcting Code (IBECC)
/Zephyr-latest/doc/hardware/peripherals/
Dindex.rst30 edac/index.rst
/Zephyr-latest/drivers/
DCMakeLists.txt37 add_subdirectory_ifdef(CONFIG_EDAC edac)
DKconfig29 source "drivers/edac/Kconfig"
/Zephyr-latest/boards/gaisler/gr716a_mini/doc/
Dindex.rst84 Memory controller with EDAC Cobham Gaisler
91 Memory controller with EDAC Cobham Gaisler
/Zephyr-latest/tests/lib/cpp/cxx/src/
Dmain.cpp37 #include <zephyr/drivers/edac.h>
/Zephyr-latest/
DMAINTAINERS.yml1317 "Drivers: EDAC":
1322 - drivers/edac/
1323 - dts/bindings/edac/
1324 - include/zephyr/drivers/edac.h
1325 - samples/subsys/edac/
1326 - tests/subsys/edac/
1327 - doc/hardware/peripherals/edac/
1329 - "area: EDAC"
1331 - edac
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst1603 * :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/…
Drelease-notes-2.7.rst1411 * :github:`37526` - ehl_crb: edac tests are failing