]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: Arm PCI MCFG Table Generator
authorSami Mujawar <sami.mujawar@arm.com>
Sat, 15 Dec 2018 12:29:49 +0000 (12:29 +0000)
committerSami Mujawar <sami.mujawar@arm.com>
Tue, 19 Feb 2019 10:37:31 +0000 (10:37 +0000)
commit7e79e0519d8a305ee8199c29bcf2e928c61619cf
tree66091fb02a8548375ce5c89e76d17dc4be409001
parentfdd61615ded62f1f7a2952e65836d926ee51e5c7
DynamicTablesPkg: Arm PCI MCFG Table Generator

The MCFG generator uses the configuration manager protocol
to obtain the PCI Configuration space information from the
platform configuration manager and builds the MCFG table.

This table data is then used by the Table Manager to install
the MCFG table.

The Table Manager then invokes the generator interface to free
any resources allocated by the MCFG table generator.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
Reviewed-by: Alexei Fedorov <alexei.fedorov@arm.com>
DynamicTablesPkg/DynamicTables.dsc.inc
DynamicTablesPkg/Library/Acpi/Arm/AcpiMcfgLibArm/AcpiMcfgLibArm.inf [new file with mode: 0644]
DynamicTablesPkg/Library/Acpi/Arm/AcpiMcfgLibArm/McfgGenerator.c [new file with mode: 0644]