-
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: FdtParserLib: Improve handling of cross-node dependency
Again, FDTs are not meant to have strict orders. Encounter the GMA string and PCI RB node number in any order, then handle them at the end. Signed-off-by: Benjamin Doron <[email protected]>
- Loading branch information
1 parent
891f0ba
commit 1fda1d0
Showing
1 changed file
with
13 additions
and
3 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 is causing issue with multiple root bridges. This is not a single run but for multiple nodes it gets called multiple times. If we really want to do this, will have to have an array of PciRbNodes and process them all together to create multiple RB entries.