Skip to content

soc: mspm0g: override sys_arch_reboot() to trigger power-on reset - #155

Open
Schulz-Jakob wants to merge 1 commit into
linumiz:dev/ti/mspm0from
Schulz-Jakob:dev/ti/mspm0-soc-reboot
Open

soc: mspm0g: override sys_arch_reboot() to trigger power-on reset#155
Schulz-Jakob wants to merge 1 commit into
linumiz:dev/ti/mspm0from
Schulz-Jakob:dev/ti/mspm0-soc-reboot

Conversation

@Schulz-Jakob

Copy link
Copy Markdown

The default implementation of sys_reboot(SYS_REBOOT_COLD) performs a CPU-only reset.
This commit overrides the weak ARM implementation with a device-specific function for the MSPM0G series that triggers a power-on reset instead.
This ensures a more complete reset of the device when SYS_REBOOT_COLD is requested

the default implementation of sys_reboot(SYS_REBOOT_COLD) performs a
CPU-only reset. This commit overrides the weak ARM implementation
with a device-specific function for the MSPM0G series that triggers
a power-on reset instead.
This ensures a more complete reset of the device when SYS_REBOOT_COLD
is requested

Signed-off-by: [Jakob Schulz] <jschulz@testo.de>
@parthitce

Copy link
Copy Markdown
Member

@Schulz-Jakob thanks for the PR and changes. We will address this as part of upstream work in #214. Does that work?

@Schulz-Jakob

Copy link
Copy Markdown
Author

This would be great. Is it possible to make this change not only for the G series but also for the L series?

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