-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Enable NETC support for i.MX95 EKV M7 #81113
Open
yangbolu1991
wants to merge
11
commits into
zephyrproject-rtos:main
Choose a base branch
from
nxp-upstream:feature/imx95_netc
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
Enable NETC support for i.MX95 EKV M7 #81113
yangbolu1991
wants to merge
11
commits into
zephyrproject-rtos:main
from
nxp-upstream:feature/imx95_netc
+661
−6
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
Added more APIs for ARM SCMI clock management protocol. - scmi_clock_rate_set - scmi_clock_parent_get - scmi_clock_parent_set Signed-off-by: Yangbo Lu <[email protected]>
Added helpers for ARM SCMI power dmomain protocol. Signed-off-by: Yangbo Lu <[email protected]>
The platforms may use MSGINTR IRQ via IRQSTEER module. So the driver should allow the actual IRQ defined by platform for these platforms. Signed-off-by: Yangbo Lu <[email protected]>
Added support for getting phy mode from dts. Signed-off-by: Yangbo Lu <[email protected]>
Added power domain node and i.MX95 power domain header file. Signed-off-by: Yangbo Lu <[email protected]>
Added NETC device tree node. Signed-off-by: Yangbo Lu <[email protected]>
Added support for soc init for NETC. Signed-off-by: Yangbo Lu <[email protected]>
Added board init for NETC. Signed-off-by: Yangbo Lu <[email protected]>
Enabled NETC PSI0 for M7. Signed-off-by: Yangbo Lu <[email protected]>
Updated imx95_evk doc and yml for NETC support on M7. Signed-off-by: Yangbo Lu <[email protected]>
Updated hal_nxp for test. Signed-off-by: Yangbo Lu <[email protected]>
zephyrbot
added
area: Ethernet
platform: NXP Drivers
NXP Semiconductors, drivers
area: Power Management
platform: NXP MPU
labels
Nov 8, 2024
zephyrbot
requested review from
ceolin,
danieldegrasse,
dbaluta,
decsny,
iuliana-prodan,
JiafeiPan,
lmajewski,
manuargue,
MarkWangChinese,
nashif,
pdgendt,
teburd and
yvanderv
November 8, 2024 04:40
The following west manifest projects have been modified in this Pull Request:
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
Nov 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Ethernet
area: Power Management
DNM
This PR should not be merged (Do Not Merge)
manifest
manifest-hal_nxp
platform: NXP Drivers
NXP Semiconductors, drivers
platform: NXP MPU
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.
This PR is to enable NETC support for i.MX95 EKV M7.
There are dependencies of this PR.
Current PR already cherry-pick scmi changes and updated west.yml to address the dependency for CI.
And will drop them once they are merged.
Thanks.