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

Conversation

vlaggeor
Copy link

@vlaggeor vlaggeor commented Aug 20, 2024

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.

@paulmenzel
Copy link

@vlaggeor, thank you for uploading this. Very interesting. One nit: Could you please use present tense?

Could you please add documentation on how to use it?

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 vlaggeor changed the title Added DebugInfra module. Add DebugInfra module for firmware debugging Aug 28, 2024
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.

2 participants