summaryrefslogtreecommitdiffstats
path: root/DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.c
diff options
context:
space:
mode:
authorSami Mujawar <sami.mujawar@arm.com>2019-02-14 11:01:20 +0000
committerSami Mujawar <sami.mujawar@arm.com>2019-02-25 14:46:17 +0000
commitc788bdaba47536447ae37518a96d92e0da54aad7 (patch)
treeebc70f7aa7617a08d682f45ccaa24d69673369b4 /DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.c
parent1d49a75367ef6827b8b8f77f61e9ce245d1bdee3 (diff)
downloadedk2-c788bdaba47536447ae37518a96d92e0da54aad7.tar.gz
edk2-c788bdaba47536447ae37518a96d92e0da54aad7.tar.bz2
edk2-c788bdaba47536447ae37518a96d92e0da54aad7.zip
DynamicTablesPkg: Add OEM Info
Added option for OEMs to provide OEM Table ID and OEM Revision for ACPI 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>
Diffstat (limited to 'DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.c')
-rw-r--r--DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.c b/DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.c
index b53c4bb477..2bac7a59ea 100644
--- a/DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.c
+++ b/DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/IortGenerator.c
@@ -1798,7 +1798,7 @@ BuildIortTable (
CfgMgrProtocol,
This,
&Iort->Header,
- AcpiTableInfo->AcpiTableRevision,
+ AcpiTableInfo,
TableSize
);
if (EFI_ERROR (Status)) {