-
Notifications
You must be signed in to change notification settings - Fork 17
iut: Add test case to test SEDI dma between SRAM and IMR #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new test case to verify SEDI DMA functionality for data transfer between SRAM and IMR (Intel Memory Region) memory areas.
- Implements DMA transfer functions for copying data between SRAM and IMR regions
- Adds comprehensive test cases including stress testing with variable data lengths
- Integrates the new test into the CMake build system with proper conditional compilation
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| test_sedi_dma.c | New test implementation for SEDI DMA functionality between SRAM and IMR |
| CMakeLists.txt | Adds conditional compilation of the new DMA test based on CONFIG_DMA_SEDI |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
d871566 to
975af32
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 5 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
7fa54c2 to
efee7af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
usage: iut run sedi_dma_imr [mode] [len] Add a stress test with increased DMA length. Signed-off-by: Dong Wang <dong.d.wang@intel.com>
They're temperarily disabled in Zephyr dts files for ISH. Get them enabled in IUT to make sure their build is not broken by new patches. Signed-off-by: Dong Wang <dong.d.wang@intel.com>
efee7af to
626d39a
Compare
No description provided.