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

SBL failed to load large IAS image #63

Closed
huang-jin-intel opened this issue Jan 3, 2019 · 0 comments · Fixed by #67
Closed

SBL failed to load large IAS image #63

huang-jin-intel opened this issue Jan 3, 2019 · 0 comments · Fixed by #67

Comments

@huang-jin-intel
Copy link
Contributor

Stitching an IAS image of ~32MB including kernel and initrd, SBL failed to load it with hash verification errors. Smaller IAS image (~16MB) is just fine.

mauricema added a commit to mauricema/slimbootloader that referenced this issue Jan 7, 2019
The current USB block read library trancated the number of blocks
to read from UINT32 to UINT16. It caused read issue for large file
on USB disk. This patch fixed slimbootloader#63. It has been verified on LeahHill
CRB platform.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
mauricema added a commit that referenced this issue Jan 7, 2019
The current USB block read library trancated the number of blocks
to read from UINT32 to UINT16. It caused read issue for large file
on USB disk. This patch fixed #63. It has been verified on LeahHill
CRB platform.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
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 a pull request may close this issue.

1 participant