-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Add support for i.MX8ULP DSP core, or imx8ulp_evk//adsp
board, in openamp_rsc_table sample
#83049
Open
iuliana-prodan
wants to merge
4
commits into
zephyrproject-rtos:main
Choose a base branch
from
nxp-upstream:8ulp_openamp_rsc_table
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add support for i.MX8ULP DSP core, or imx8ulp_evk//adsp
board, in openamp_rsc_table sample
#83049
iuliana-prodan
wants to merge
4
commits into
zephyrproject-rtos:main
from
nxp-upstream:8ulp_openamp_rsc_table
Conversation
This file contains 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
zephyrbot
added
area: IPC
Inter-Process Communication
platform: NXP Xtensa
area: Xtensa
Xtensa Architecture
area: Open AMP
platform: NXP MPU
area: Samples
Samples
labels
Dec 16, 2024
zephyrbot
requested review from
andyross,
arnopo,
carlocaione,
ceolin,
dbaluta,
dcpleung,
dleach02,
doki-nordic,
JiafeiPan,
kartben,
nashif and
yvanderv
December 16, 2024 13:42
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
zephyrbot
added
manifest
manifest-hal_nxp
DNM
This PR should not be merged (Do Not Merge)
labels
Dec 16, 2024
LaurentiuM1234
previously approved these changes
Dec 16, 2024
dbaluta
previously approved these changes
Dec 18, 2024
dleach02
dismissed stale reviews from dbaluta and LaurentiuM1234
via
December 19, 2024 03:09
6b59502
dleach02
force-pushed
the
8ulp_openamp_rsc_table
branch
from
December 19, 2024 03:09
74e80fa
to
6b59502
Compare
dleach02
previously approved these changes
Dec 19, 2024
@iuliana-prodan @dbaluta I've merged the HAL and updated your Zephyr side PR. @doki-nordic can we get your review on this PR? |
dbaluta
previously approved these changes
Dec 19, 2024
LaurentiuM1234
previously approved these changes
Dec 19, 2024
Fix the following compile warning: "Warning (unique_unit_address_if_enabled): /cpus/cpu@0: duplicate unit-address (also used in node /cpus/interrupt-controller@0)" Signed-off-by: Iuliana Prodan <[email protected]>
Add resource_table section in linker script for i.MX8ULP, for inter-process communication. Signed-off-by: Iuliana Prodan <[email protected]>
Add mailbox node used for inter-process communication. Signed-off-by: Iuliana Prodan <[email protected]>
Add the dts and config overlay for imx8ulp_evk//adsp to have the openamp_rsc_table sample working on HiFi4 DSP from i.MX8ULP. Since openamp_rsc_table sample uses IPM API and i.MX8ULP has a mbox driver for messaging unit, we need a mailbox node. This will load the ipm_mbox driver that exposes the IPM interface while using a MBOX driver in the back-end. On i.MX8ULP, for DSP, the physical and virtual address are different. Therefore add 2 register blocks in ipc_shm node: first is the virtual address and the second one is the physical address. Signed-off-by: Iuliana Prodan <[email protected]>
iuliana-prodan
dismissed stale reviews from LaurentiuM1234, dbaluta, and dleach02
via
January 17, 2025 17:41
e6acef7
iuliana-prodan
force-pushed
the
8ulp_openamp_rsc_table
branch
from
January 17, 2025 17:41
6b59502
to
e6acef7
Compare
uLipe
approved these changes
Jan 17, 2025
LaurentiuM1234
approved these changes
Jan 17, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: IPC
Inter-Process Communication
area: Open AMP
area: Samples
Samples
area: Xtensa
Xtensa Architecture
platform: NXP MPU
platform: NXP Xtensa
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.
Add mailbox, resource table section in linker and the dts and config overlay for i.MX8ULP DSP core in order
to have the
openamp_rsc_table
sample working onimx8ulp_evk//adsp
board.