tfa-optee-uboot-fit: add recipe to generate SPL FIT image - #2925
Closed
Kavinaya S (Kavinaya99) wants to merge 1 commit into
Closed
tfa-optee-uboot-fit: add recipe to generate SPL FIT image#2925Kavinaya S (Kavinaya99) wants to merge 1 commit into
Kavinaya S (Kavinaya99) wants to merge 1 commit into
Conversation
Contributor
|
This is not the correct approach, we should be leveraging the oe-core infrastructure to generate the fit instead. I have a WIP branch which I'm using to validate with lemans, I will open a draft PR later today for that. |
The Open Firmware boot flow relies on U-Boot SPL to load the next-stage firmware components, including TF-A, OP-TEE, and U-Boot, from a FIT image. The FIT image acts as a single handoff artifact that describes firmware binaries, their load addresses, and boot configuration required by the boot chain. Without this FIT image, SPL cannot discover and load the required firmware components needed to continue the boot process. Add a recipe to generate the SPL FIT image from the supplied ITS file as part of the build flow. Signed-off-by: Kavinaya S <kavinaya@qti.qualcomm.com>
Kavinaya S (Kavinaya99)
force-pushed
the
uboot-fit
branch
from
August 12, 2026 16:50
7abec4f to
36e5cc6
Compare
Contributor
Author
Sure |
Contributor
|
Replaced by #2957 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a recipe to generate the SPL FIT image from the supplied ITS file as part of the build flow.