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

lib: fix warning message of timer in boot phase #37

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

liuhj2023
Copy link

Optimize the reset driver to prevent the use of the timer function before the timer driver initialization is completed, which resloves the following warning messages:

sbi_timer_delay_loop: called without timer device

Optimize the reset driver to prevent the use of the timer function
before the timer driver initialization is completed, which resloves
the following warning messages:

sbi_timer_delay_loop: called without timer device

Signed-off-by: haijiao.liu <[email protected]>
Copy link

We have mailing list based patch review so it would be great if you can send these patchs to OpenSBI mailing list.

You need to join OpenSBI mailing list using following link
http://lists.infradead.org/mailman/listinfo/opensbi

Make sure you use "git send-email" to send the patches.

Thanks for your contribution to OpenSBI project.

@github-actions github-actions bot closed this Dec 24, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Dec 24, 2024
@SophgoChaoWei SophgoChaoWei reopened this Dec 24, 2024
@SophgoChaoWei SophgoChaoWei merged commit 4230f0d into sophgo:sg2044-dev Dec 24, 2024
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants