]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: Arm Raw/DSDT/SSDT Generator
authorSami Mujawar <sami.mujawar@arm.com>
Sat, 15 Dec 2018 12:20:23 +0000 (12:20 +0000)
committerSami Mujawar <sami.mujawar@arm.com>
Tue, 19 Feb 2019 10:37:30 +0000 (10:37 +0000)
commit74d4ee6729c7eb48787f99bf7ca96c60bb468822
tree72d9939957b6affc0cb52d624fd751bb90fbe56b
parent71f2b9060f7e553be576ddcf8b71d00d63545eb5
DynamicTablesPkg: Arm Raw/DSDT/SSDT Generator

A Raw generator is a simple generator. This generator provides
the ability to install a binary blob (that contains ACPI table
data) as an ACPI table. The binary blob could be pre-generated
ACPI table data or it may be the pre-compiled output from an
iAsl compiler for a DSDT or SSDT table.

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/AcpiRawLibArm/AcpiRawLibArm.inf [new file with mode: 0644]
DynamicTablesPkg/Library/Acpi/Arm/AcpiRawLibArm/RawGenerator.c [new file with mode: 0644]