]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: FdtHwInfoParser: Add GIC dispatcher
authorPierre Gondois <Pierre.Gondois@arm.com>
Thu, 9 Dec 2021 09:32:05 +0000 (10:32 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 14 Dec 2021 16:07:00 +0000 (16:07 +0000)
commit26bf034a59d60ec6f8fe3ece84f2de5e12d16e08
treeee0c2f65e0d341bf981186d5bb68f275d176dc65
parent7b6c8b30a5377d7c561a867295ce2ca500ae13aa
DynamicTablesPkg: FdtHwInfoParser: Add GIC dispatcher

The GIC Dispatcher is the top-level component that is responsible
for invoking the respective parsers for GICC, GICD, GIC MSI Frame,
GIC ITS and the GICR.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.c [new file with mode: 0644]
DynamicTablesPkg/Library/FdtHwInfoParserLib/Gic/ArmGicDispatcher.h [new file with mode: 0644]