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/bootloader: Write to PReP partition on ppc64le #667

Merged
merged 1 commit into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. lib/bootloader: Write to PReP partition for ppc64le

    Bootloader code currently writes required data to base/parent
    device (eg /dev/sda). This logic does not work for ppc64le
    architecture as bootloader configuration has to be written
    to PRePboot partition(typically first partition of disk).
    
    This patch adds code to identify PowerPC-PReP-boot partition
    (for ppc64le architecture) using lsblk command and writes
    bootloader data to it.
    
    Co-authored-by: Colin Walters <[email protected]>
    Signed-off-by: Sachin Sant <[email protected]>
    Signed-off-by: Colin Walters <[email protected]>
    sacsant and cgwalters committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7f90550 View commit details
    Browse the repository at this point in the history