We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The barebox bootloaders displays the following pieces of information on the screen:
root-a
root-b
This is not that much information. It would be great to print at least the following additional pieces of information:
The text was updated successfully, but these errors were encountered:
There is a progress notifier feature in <progress.h>. It's not used much at the moment, but it was meant for exactly this:
<progress.h>
progress_notifier_call_chain(PROGRESS_BOOT_FALLBACK, "a message");
progress_register_client
CONFIG_PROGRESS_NOTIFIER
Sorry, something went wrong.
No branches or pull requests
The barebox bootloaders displays the following pieces of information on the screen:
root-a
…root-b
…This is not that much information. It would be great to print at least the following additional pieces of information:
The text was updated successfully, but these errors were encountered: