Skip to content
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

fix(Kernel_Drivers): Update kernel drivers for Networking #66

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

danish-ti
Copy link
Contributor

PRUSS is only appliable for legacy devices (AM57x, AM43x, AM33x) but it is included for AM65x as well. Drop PRUSS from AM65X_linux_toc as the documentation related to PRU-ICSSG on AM65x is covered by PRU-ICSSG_Ethernet.rst file.

AM65x has CPSW2g and the AM65X_linux_toc file includes CPSW2g however CPSW2g is not added in the kernel drivers and as a result AM65x documentation doesn't show CPSW. Add CPSW2g to kernel drivers.

PRUSS is only appliable for legacy devices (AM57x, AM43x, AM33x) but it
is included for AM65x as well. Drop PRUSS from AM65X_linux_toc as the
documentation related to PRU-ICSSG on AM65x is covered by
PRU-ICSSG_Ethernet.rst file.

AM65x has CPSW2g and the AM65X_linux_toc file includes CPSW2g however
CPSW2g is not added in the kernel drivers and as a result AM65x
documentation doesn't show CPSW. Add CPSW2g to kernel drivers.

AM65x also references label kernel_driver_cpsw2g_est,
kernel_driver_cpsw2g_iet which are not included in the AM65X_linux_toc
file and as a result it throws error,

WARNING: undefined label: kernel_driver_cpsw2g_est
WARNING: undefined label: kernel_driver_cpsw2g_iet

Fix this by adding CPSW-EST and CPSW-IET in AM65X_linux_toc file.

Signed-off-by: MD Danish Anwar <[email protected]>
@cshilwant cshilwant merged commit c8478a8 into TexasInstruments:master Dec 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants