]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: Dynamic Table Factory Dxe
authorSami Mujawar <sami.mujawar@arm.com>
Sat, 15 Dec 2018 12:17:06 +0000 (12:17 +0000)
committerSami Mujawar <sami.mujawar@arm.com>
Tue, 19 Feb 2019 10:37:30 +0000 (10:37 +0000)
commit3a609e0a66ef16e1d90cb1a5cdd7a389d16506c5
tree8b9af286c6e91c9216b0a6cc1268a2429c5d1eb8
parent6fd4eb0fb88b30099c52897a06498575167267b1
DynamicTablesPkg: Dynamic Table Factory Dxe

The dynamic table factory dxe implements the dynamic table
factory protocol. It also implements the ACPI, SMBIOS and
DT table factories. The table generators register themselves
with the respective table factories and the factories are
responsible for instantiating instances of the generators
to build the firmware tables.

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/Drivers/DynamicTableFactoryDxe/AcpiTableFactory/AcpiTableFactory.c [new file with mode: 0644]
DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DeviceTreeTableFactory/DeviceTreeTableFactory.c [new file with mode: 0644]
DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactory.h [new file with mode: 0644]
DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.c [new file with mode: 0644]
DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf [new file with mode: 0644]
DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/SmbiosTableFactory/SmbiosTableFactory.c [new file with mode: 0644]
DynamicTablesPkg/DynamicTables.dsc.inc
DynamicTablesPkg/DynamicTables.fdf.inc [new file with mode: 0644]
DynamicTablesPkg/DynamicTablesPkg.dec