-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UefiPayloadPkg: Add support for finding FVs in the UPL FDT
While EDK2-based implementations of UPL Platform Init copy the entire FIT binary into memory, the coreboot implementation loads entries in the images node into memory individually. This means that the assumption that all FVs directly follow each other is incorrect. It's also assumed that payloads don't need access to their FIT header. Therefore, add support for parsing `/options/upl-images@<addr>/image`. Signed-off-by: Benjamin Doron <[email protected]>
- Loading branch information
1 parent
ecc1de3
commit c206fb9
Showing
2 changed files
with
96 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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