Bug 14221

Summary: mv-ddr-marvell fails license validation
Product: buildroot Reporter: nyanyamiau
Component: OtherAssignee: Yann E. MORIN <yann.morin.1998>
Status: RESOLVED FIXED    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: 2021.02.5   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description nyanyamiau 2021-09-22 15:22:14 UTC
With mv-ddr-marvell selected:

make legal-info

This fails with the following message:
>>> mv-ddr-marvell 305d923e6bc4236cd3b902f6679b0aef9e5fa52d Collecting legal info
ERROR: ddr3_init.c has wrong sha256 hash:
ERROR: expected: 69208236fc322026920b92d1d839ebdc521ca65379bfdb3368a24945e794fc78
ERROR: got     : 48bb930b6fbc3f5db72e29c849b096df3868e4a6d2bdc0e2dd3365c768241cd5
ERROR: Incomplete download, or man-in-the-middle (MITM) attack
make[1]: *** [boot/mv-ddr-marvell/mv-ddr-marvell.mk:15: mv-ddr-marvell-legal-info] Error 1

Blame: 2cfdf8b8a269a2c3205f706315469051aa450d6b
ddr3_init.c hash has not been updated
Comment 1 Yann E. MORIN 2021-09-24 19:47:00 UTC
Hello,

Thanks for your report. We believe the issue has been fixed with commit
f05136090d (boot/mv-ddr-marvell: fix license file hash).

Regards,
Yann E. MORIN.