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 in u-boot #326

Merged
merged 2 commits into from
Jul 10, 2023
Merged

Add crc32 checks in u-boot #326

merged 2 commits into from
Jul 10, 2023

Commits on Jul 10, 2023

  1. u-boot: Run CRC32 checks

    to determine if any overlapp occured between the kernel
    and the fdt.
    
    Changelog-entry: u-boot: Run CRC32 checks
    Signed-off-by: Alexandru Costache <alexandru@balena.io>
    acostach committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9f25c77 View commit details
    Browse the repository at this point in the history
  2. u-boot-compulab: Fix SPL crash with crc32 checks commit

    CONFIG_CMD_HASH is injected by meta-balena
    in UBOOT_VARS to fix build for other devices, but caused
    the SPL to crash for this DT. Removing it makes the crc32
    checks run fine and the SPL no longer crashes.
    
    Signed-off-by: Alexandru Costache <alexandru@balena.io>
    acostach committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6c26754 View commit details
    Browse the repository at this point in the history