-
Notifications
You must be signed in to change notification settings - Fork 19
Add support for i.MX8M Plus #53
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
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
4b6dd2b
examples: zephyr: move sample.yaml out of src/ folder
iuliana-prodan 3e09f05
examples: zephyr: remove unneeded files from src/ folder
iuliana-prodan 1d1029a
examples: zephyr: remove arch specific config from project
iuliana-prodan c3782b3
examples: zephyr: increase stack size
iuliana-prodan bf04d9d
examples: add support for nxp_adsp_imx8m in rpmsg_multi_services
iuliana-prodan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
examples/zephyr/rpmsg_multi_services/boards/nxp_adsp_imx8m.conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
CONFIG_IPM_IMX_MAX_DATA_SIZE_16=n | ||
CONFIG_IPM_IMX_MAX_DATA_SIZE_4=y | ||
CONFIG_OPENAMP_WITH_DCACHE=y | ||
CONFIG_IPM_IMX_FW_READY_REPLY=y |
24 changes: 24 additions & 0 deletions
24
examples/zephyr/rpmsg_multi_services/boards/nxp_adsp_imx8m.overlay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/* | ||
* Copyright 2024 NXP | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/ { | ||
chosen { | ||
/* | ||
* shared memory reserved for the inter-processor communication | ||
*/ | ||
zephyr,ipc_shm = &dspsram3; | ||
zephyr,ipc = &mailbox0; | ||
}; | ||
|
||
dspsram3: memory@942f0000 { | ||
compatible = "mmio-sram"; | ||
reg = <0x942f0000 0x110000>; | ||
}; | ||
}; | ||
|
||
&mailbox0 { | ||
status = "okay"; | ||
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...phyr/rpmsg_multi_services/src/sample.yaml → ...s/zephyr/rpmsg_multi_services/sample.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
sample: | ||
description: This app provides an example of how to integrate OpenAMP | ||
with Zephyr in cluding a esource table. | ||
with Zephyr including a resource table. | ||
name: OpenAMP with resource table example integration | ||
tests: | ||
sample.subsys.ipc.openamp_rs_table: | ||
build_only: true | ||
platform_allow: stm32mp157c_dk2 | ||
platform_allow: qemu_cortex_r5 | ||
platform_allow: kv260_r5 | ||
platform_allow: nxp_adsp_imx8m | ||
tags: ipm |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.