-
Notifications
You must be signed in to change notification settings - Fork 32
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
projects/(imx6ull, imxrt106x, imxrt117x): Add ENET config #1247
Open
julianuziemblo
wants to merge
6
commits into
master
Choose a base branch
from
julianuziemblo/enet-imxrt117x-evkb
base: master
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.
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
14 tasks
Unit Test Results7 091 tests - 867 6 612 ✅ - 804 41m 59s ⏱️ + 1m 49s For more details on these failures, see this check. Results for commit bdaedce. ± Comparison against base commit 81e82de. This pull request removes 867 tests.
♻️ This comment has been updated with latest results. |
14 tasks
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt117x-evkb
branch
2 times, most recently
from
December 10, 2024 10:34
f7b41a7
to
87dfde8
Compare
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt117x-evkb
branch
from
December 10, 2024 15:57
87dfde8
to
8b4c63d
Compare
julianuziemblo
changed the title
Add new target
projects/(imx6ull, imxrt106x, imxrt117x): Add ENET config
Dec 16, 2024
armv7m7-imxrt117x-evkb
and add new ENET config for existing targets
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt117x-evkb
branch
from
December 24, 2024 09:26
8b4c63d
to
567a344
Compare
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt117x-evkb
branch
from
February 3, 2025 14:47
567a344
to
1db0680
Compare
enet irq not inverted in the schematic JIRA: RTOS-507
imx6ull-evk has 2x KSZ8081RNB instead of RNA JIRA: RTOS-507
new ENET config includes also the PHY model used for each ENET device JIRA: RTOS-963
JIRA: RTOS-963
… EVKB board iMX RT117x EVK and EVKB board have significant differences (e.g. different Ethernet PHY), so they need to be configured separately. Also add lwip init script for iMX RT117x's ENET and ENET_1G interfaces. JIRA: RTOS-963
julianuziemblo
force-pushed
the
julianuziemblo/enet-imxrt117x-evkb
branch
from
February 4, 2025 13:28
1db0680
to
bdaedce
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Provide necessary default configuration for iMX RT117x Ethernet driver and adds additional config for iMX 6ULL and iMX RT106x
Motivation and Context
New target
armv7m7-imxrt117x-evkb
was needed because of significant differences between the PHYs and connections used on between iMX RT1170 EVK and EVKB boards.New config was added to iMX 6ULL and RT106x plo scripts to specify the PHY chip used on the board.
Checks for target armv7a7-imx6ull-evk will not be passing because of the changes to handling the plo init script.
Types of changes
If the dependent project uses ENET on any of the aforementioned platforms, the PHY chip model used on board has to be added just after "PHY" string to the lwip enet init, like so:
Additionally, any definition for KSZ8081 symbols can be removed.
How Has This Been Tested?
armv7a7-imx6ull-evk
,armv7m7-imxrt106x-evk
,arvmv7m7-imxrt117x-evkb
(newly added by this PR).Checklist:
Special treatment