]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: Table Generator definition
authorSami Mujawar <sami.mujawar@arm.com>
Sat, 15 Dec 2018 11:52:30 +0000 (11:52 +0000)
committerSami Mujawar <sami.mujawar@arm.com>
Tue, 19 Feb 2019 10:37:29 +0000 (10:37 +0000)
commit90c1ba92ef2fa29b0d7107b8b1c7a66bc4a47633
tree340aef703669d8e98a8b6b44c388f979b4143176
parentdacba2b271262cea833e85ba8e25dc1f208044c5
DynamicTablesPkg: Table Generator definition

A Table generator is a component that implements the logic
for building a firmware table. This is typically implemented
as a library and registers itself with a table factory.

Table generators are further classified based on type of table
it generates, a namespace that signifies if the implementation
is standard or an OEM specific implementation and a table Id.

This patch introduces the definitions used for describing a
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/DynamicTablesPkg.dec [new file with mode: 0644]
DynamicTablesPkg/Include/TableGenerator.h [new file with mode: 0644]