-
Notifications
You must be signed in to change notification settings - Fork 100
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
config: runtime: boot: add support for barebox bootloader #2782
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Older nfsroot might not be able to run all the currently enabled tests but it can be updated later
While adding barebox bootloader support in [1] it was discovered that the default nfsroot image has not been updated in some time. Update to the current most recent version 20250117.0. [1]: kernelci#2782 Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
While adding barebox bootloader support in [1] it was discovered that the default nfsroot image in the u-boot template has not been updated in some time. Update to the current most recent version 20250117.0. [1]: kernelci#2782 Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
Barebox is used by platforms in Pengutronix' LAVA laboratory. Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
bbf7d71
to
f259460
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @hnez for picking up this task and your contribution!
While adding barebox bootloader support in [1] it was discovered that the default nfsroot image in the u-boot template has not been updated in some time. Update to the current most recent version 20250117.0. [1]: #2782 Signed-off-by: Leonard Göhrs <l.goehrs@pengutronix.de>
We are currently in the process of reviving the Pengutronix LAVA lab for use with the new KernelCI infrastsructure.
As a first step we need Barebox bootloader support, since it is used by all boards in the Pengutronix lab.
This PR replaces #2600 by @pawiecz and includes the following suggestion by @a-wai #2600 (comment):
The barebox template is indeed a copy of the u-boot template with the method set to
barebox
.