-
Notifications
You must be signed in to change notification settings - Fork 12
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
Alder #161
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
In order get the ONIE EEPROM support and some mv88e6xxx related fixes, move to 6.5.6, with the intention of upgrading again, to the next longterm kernel, as soon as one becomes available. Also, import patches from kkit-linux-6.5.y.
Now that buildroot supports overlay directories for DT sources, use it in the aarch64 build.
'hd': Hexdump, in canonical format 'llping': Ping any IPv6 neighbors using the link-local all-nodes group Usage: llping <IFACE>
Let's operate on JSON data, so that we're less vulnerable to output changes in devlink.
As we may need to load firmware to the PHYs, we can't load those modules until we have access to the rootfs. In order for that to work, the MDIO driver must not be built-in, as that will cause the kernel to bind devices with missing (built-in) drivers to bind to the genphy driver. Therefore, build everything as modules and let udev load it during boot.
This costs nothing on target, and it means that we always have debug symbols ready when we need them, without having to do a complete rebuild.
- Device tree - Enable needed drivers - Include in aarch64_defconfig - 88X3310P Firmware
troglobit
approved these changes
Oct 10, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice, great work on this! 🚀
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.
Initial support for the alder board
The kernel patches are versioned here: https://github.com/kernelkit/linux/commits/kkit-linux-6.5.y/