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

Add crc32 checks for fdt #1029

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add crc32 checks for fdt #1029

wants to merge 2 commits into from

Commits on Aug 25, 2023

  1. rpi-u-boot-scr: Add crc32 checks for fdt

    ... in the u-boot scripts. This depends on the
    crc32 checks PR in meta-balena.
    
    We only check that the kernel did not overlap
    the fdt, because no other operation is performed
    after unzipping the kernel image, apart from
    booting.
    
    Changelog-entry: rpi-u-boot-scr: Add crc32 checks for fdt
    Signed-off-by: Alexandru Costache <alexandru@balena.io>
    acostach committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    240c242 View commit details
    Browse the repository at this point in the history
  2. u-boot: Remove kconfig specific env integration patch

    UBOOT_KCONFIG_SUPPORT defaults to 1 in meta-balena starting
    with commit ef248aa5163 and the static integration of the env
    is no longer necessary because it is already done by the OS
    u-boot class.
    
    Signed-off-by: Alexandru Costache <alexandru@balena.io>
    acostach committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    b58699e View commit details
    Browse the repository at this point in the history