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

Extract common bits for balena bootloader #3326

Merged
merged 2 commits into from
Jan 31, 2024
Merged

Extract common bits for balena bootloader #3326

merged 2 commits into from
Jan 31, 2024

Commits on Jan 30, 2024

  1. initrdscripts: remove nr_cpus kernel arg before kexec

    The kexec initrd script currently removes the maxcpus=0 kernel arg
    which we use to put the system into non-SMP mode. This however does
    not work on all platforms and nr_cpus=1 seems to be a more robust
    solution, so with this patch nr_cpus will be removed as well.
    
    Change-type: patch
    Signed-off-by: Michal Toman <michalt@balena.io>
    mtoman committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3a7b530 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Add balena bootloader class

    The class will perform a basic configuration of a linux kernel
    to be used as the balena bootloader. Device types are expected
    to inherit it and perform additional device-specific configuration.
    
    Change-type: patch
    Signed-off-by: Michal Toman <michalt@balena.io>
    mtoman committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    196e586 View commit details
    Browse the repository at this point in the history