-
Notifications
You must be signed in to change notification settings - Fork 7.8k
add NETC support on imx95 A55 #92585
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 NETC support on imx95 A55 #92585
Conversation
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. |
9816039
to
f3a0a8d
Compare
v5: rebased as GIC and NETC sub-PR have been merged. |
32881eb
to
e421491
Compare
Rebased to fix twister issue. |
e421491
to
9fc6532
Compare
Rebased to fix confliction. |
9fc6532
to
36d2609
Compare
Rebased to fix confliction. |
@mmahadevan108 please coordinate the HAL side PR merging |
Tmp patch to depend on hal_nxp PR 571. Signed-off-by: Jiafei Pan <[email protected]>
Added NETC dts nodes in imx95_evk A55 platform. Signed-off-by: Jiafei Pan <[email protected]>
Added SCMI power dts node. Signed-off-by: Jiafei Pan <[email protected]>
Power up NETCMIX and configure netc clock in soc_init(). Signed-off-by: Jiafei Pan <[email protected]>
Added NETC PSI0 support on the i.MX 95 EVK board for A55 platform. Signed-off-by: Jiafei Pan <[email protected]>
The issue is caused by default stack size 1500 bytes of NET_RX_STACK_SIZE is to small for ARM64 platform, then the stack of net_rx thread is overflow and break the net_mgmt thread's stack, as a result net_mgmt thread is crashed. So this patch will enlarge all the stack size of net stack threads. Signed-off-by: Jiafei Pan <[email protected]>
Add i.MX 95 EVK A55 support for zperf sample. Signed-off-by: Jiafei Pan <[email protected]>
ebd679c
36d2609
to
ebd679c
Compare
|
This PR is to enable NETC support on i.MX 95 A55.
This PR depends on hal PR: zephyrproject-rtos/hal_nxp#571