audk/UefiPayloadPkg/Include
Dhaval 099aff9137 UefiPayloadPkg: Add support for Root bridge parser
In order to properly enable multisegment RB, we need
to grab ecam data from the FDT for each bridge.
Current UNIVERSAL_PAYLOAD_PCI_ROOT_BRIDGES struct from
MdeModulePkg does not include definition for ecam. In
order to maintain backward compatibility and also avoid
diverging too much from core, we are going to define a
new HOB for UPL segment information and pass it to
GetPciSegmentInfo function. Ths function then grabs specifically
ecam info from the segment hob along with other rb specific
information to create final RB info required by multi segment
PCI driver.

Additionally we would like to support legacy implementations which
rely on ACPIBoard HOB to fill up segment info. So if UplSegmentInfo Hob
is not found we try and look for other hob.

Signed-off-by: Dhaval Sharma <dhaval@rivosinc.com>
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
2024-09-14 03:38:47 +00:00
..
Guid UefiPayloadPkg: Add support for Root bridge parser 2024-09-14 03:38:47 +00:00
Library UefiPayloadPkg: Support Debug function when Hob was not available. 2024-08-28 11:39:12 +00:00
UniversalPayload UefiPayloadPkg: Addd header files for FDT structure and function. 2024-08-28 11:39:12 +00:00
Coreboot.h