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

Enable NETC support for i.MX95 EKV M7 #81113

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Nov 8, 2024

  1. drivers: firmware: scmi: add more APIs of clock management protocol

    Added more APIs for ARM SCMI clock management protocol.
    - scmi_clock_rate_set
    - scmi_clock_parent_get
    - scmi_clock_parent_set
    
    Signed-off-by: Yangbo Lu <[email protected]>
    yangbolu1991 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0b4ffd6 View commit details
    Browse the repository at this point in the history
  2. drivers: firmware: scmi: add power domain protocol

    Added helpers for ARM SCMI power dmomain protocol.
    
    Signed-off-by: Yangbo Lu <[email protected]>
    yangbolu1991 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2b21c18 View commit details
    Browse the repository at this point in the history
  3. drivers: ethernet: eth_nxp_imx_netc: allow to define MSGINTR IRQ

    The platforms may use MSGINTR IRQ via IRQSTEER module. So the
    driver should allow the actual IRQ defined by platform for these
    platforms.
    
    Signed-off-by: Yangbo Lu <[email protected]>
    yangbolu1991 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6e3d1c9 View commit details
    Browse the repository at this point in the history
  4. drivers: ethernet: eth_nxp_imx_netc: support getting phy mode from dts

    Added support for getting phy mode from dts.
    
    Signed-off-by: Yangbo Lu <[email protected]>
    yangbolu1991 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1abcf89 View commit details
    Browse the repository at this point in the history
  5. dts: arm: nxp_imx95_m7: add power domain node and definitions

    Added power domain node and i.MX95 power domain header file.
    
    Signed-off-by: Yangbo Lu <[email protected]>
    yangbolu1991 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2b45c89 View commit details
    Browse the repository at this point in the history
  6. dts: arm: nxp_imx95_m7: add NETC node

    Added NETC device tree node.
    
    Signed-off-by: Yangbo Lu <[email protected]>
    yangbolu1991 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0561450 View commit details
    Browse the repository at this point in the history
  7. soc: nxp: imx95: support M7 soc init for NETC

    Added support for soc init for NETC.
    
    Signed-off-by: Yangbo Lu <[email protected]>
    yangbolu1991 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    d50c4b7 View commit details
    Browse the repository at this point in the history
  8. boards: nxp: imx95_evk: add board init for NETC

    Added board init for NETC.
    
    Signed-off-by: Yangbo Lu <[email protected]>
    yangbolu1991 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2cb30fc View commit details
    Browse the repository at this point in the history
  9. boards: nxp: imx95_evk: enable NETC PSI0 for M7

    Enabled NETC PSI0 for M7.
    
    Signed-off-by: Yangbo Lu <[email protected]>
    yangbolu1991 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    462be88 View commit details
    Browse the repository at this point in the history
  10. boards: nxp: imx95_evk: update doc and yml for NETC support on M7

    Updated imx95_evk doc and yml for NETC support on M7.
    
    Signed-off-by: Yangbo Lu <[email protected]>
    yangbolu1991 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ea2d187 View commit details
    Browse the repository at this point in the history
  11. west.yml: update hal_nxp for test

    Updated hal_nxp for test.
    
    Signed-off-by: Yangbo Lu <[email protected]>
    yangbolu1991 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    de83b79 View commit details
    Browse the repository at this point in the history