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

Add DebugInfra module for firmware debugging #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 28, 2024

  1. feat: Add DebugInfra module for firmware debugging

    This commit adds the DebugInfra module, which enables users to send commands from the main CPU (using /dev/mvsw_fw_comm_debug character device) to the firmware CPU for debugging purposes.
    
    With this module, developers can execute commands directly on the firmware CPU, inspect its current state, and gather information for debugging firmware-related issues.
    
    mrvl-fw-image_4.0.3 module is built on top of the Marvell firmware CPU version 4.3.5.038.
    
    More detailed information can be found in the dentOs package documentation.
    
    Signed-off-by: Vlad GEORGESCU <[email protected]>
    vlaggeor committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    33ac4a0 View commit details
    Browse the repository at this point in the history