-
Notifications
You must be signed in to change notification settings - Fork 48
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
u-boot LSDK-20.12: Missing patch for DPL load location #60
Comments
I just re-tested from a clean build; DPL is loaded correctly. |
We're trying to use SERDES config 4-5-2. |
Did you write your own DPL / DPC? If you were able to fix that resource issue please let me know how you have done that. |
No, we used the ones provided. |
We have working DPC and DPL files for this use case. The problem was solved by dividing up 96 of the 8 prio channels to make enough channels with 2 prios. It's the same fix as described in a commit by Ionut Carlig titled ""Changes for Serdes1 protocol 8 and 13". The DPNIs are ordered in reverse because at least with our kernel, DPNIs with a higher ID are assigned interface names first. |
We got an issue with loading DPL files in LSDK 20.12 in uboot. We suspect it's due to the location the DPL file gets loaded into.
In LSDK 20.04 with the patches, that is different from LSDK 20.12 with patches.
The specific patch that changes that is 0007-lx2160a-load-dpl-into-0x80001000-instead-of-0x80d000.patch.
We haven't tested yet if that helps the issue, but we're pretty certain it's that.
The text was updated successfully, but these errors were encountered: