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

scarthgap/raspberrypi5 u-boot #1304

Merged
merged 3 commits into from
May 28, 2024

Commits on Apr 6, 2024

  1. layer.conf: rpi5 recommends lts-u-boot-mixin

    Add lts-u-boot-mixin to LAYERRECOMMENDS
    
    https://git.yoctoproject.org/meta-lts-mixins 'scarthgap/u-boot' branch
    adds u-boot v2024.04 support which includes the initial support for
    raspberrypi5.
    
    Signed-off-by: Tim Orling <[email protected]>
    moto-timo committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    88d6d14 View commit details
    Browse the repository at this point in the history
  2. u-boot: re-enable rapsberrypi5

    With meta-lts-mixins scarthgap/u-boot we can now support raspberrypi5
    
    Signed-off-by: Tim Orling <[email protected]>
    moto-timo committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    16dcfcd View commit details
    Browse the repository at this point in the history
  3. raspberrypi5.conf: Fix KERNEL_IMAGETYPE_UBOOT

    Similar to raspberrypi4-64.conf, we need to set KERNEL_IMAGETYPE_UBOOT to
    "Image" and set KERNEL_BOOTCMD to "booti"
    
    Signed-off-by: Tim Orling <[email protected]>
    moto-timo committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    32cdeae View commit details
    Browse the repository at this point in the history