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

u-boot: Run CRC32 checks #131

Merged
merged 2 commits into from
Aug 23, 2023
Merged

u-boot: Run CRC32 checks #131

merged 2 commits into from
Aug 23, 2023

Conversation

acostach
Copy link
Collaborator

@acostach acostach commented Jun 5, 2023

Run crc32 checks for overlap testing of the kernel and fdt images.

Remove kconfig support patch, this is already enabled by default in meta-balena.

Changelog-entry: u-boot: Run CRC32 checks

25036200 bytes read in 149 ms (160.2 MiB/s)
Uncompressed size: 60461064 = 0x39A9008
crc32 for 40480000 ... 43e29007 ==> 22e19369
59363 bytes read in 5 ms (11.3 MiB/s)
crc32 for 45000000 ... 4500e7e2 ==> 006d0954
crc32 for 40480000 ... 43e29007 ==> 22e19369
CRC32 match for $loadaddr: 22e19369
crc32 for 45000000 ... 4500e7e2 ==> 006d0954
CRC32 match for $fdt_addr: 006d0954
Moving Image from 0x40480000 to 0x40600000, end=44040000
## Flattened Device Tree blob at 45000000
   Booting using the fdt blob at 0x45000000
   Using Device Tree in place at 0000000045000000, end 00000000450117e2

Run crc32 checks for overlap testing of the kernel and
fdt images.

Remove kconfig support patch, this is already enabled by
default in meta-balena.

Changelog-entry: u-boot: Run CRC32 checks
Signed-off-by: Alexandru Costache <alexandru@balena.io>
... prior to running CRC32 checks.

Signed-off-by: Alexandru Costache <alexandru@balena.io>
@acostach
Copy link
Collaborator Author

@balena-ci I self-certify!

@flowzone-app flowzone-app bot merged commit ca827b9 into master Aug 23, 2023
48 checks passed
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant