From ad522d9609c955f4256a22b42d6bdfb41c291694 Mon Sep 17 00:00:00 2001 From: Abdul Lateef Attar Date: Tue, 22 Oct 2024 10:05:08 +0000 Subject: DynamicTablesPkg: Update X64 FADT XPm1aEvtBlk Copy the provided configuration data for PM1 event block. Cc: Sami Mujawar Cc: Pierre Gondois Signed-off-by: Abdul Lateef Attar --- .../Library/Acpi/Common/AcpiFadtLib/X64/X64FadtGenerator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DynamicTablesPkg') diff --git a/DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib/X64/X64FadtGenerator.c b/DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib/X64/X64FadtGenerator.c index 113894183d..164f64559f 100644 --- a/DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib/X64/X64FadtGenerator.c +++ b/DynamicTablesPkg/Library/Acpi/Common/AcpiFadtLib/X64/X64FadtGenerator.c @@ -244,8 +244,8 @@ FadtArchUpdate ( )); } else { CopyMem ( - &Fadt->XPm1aCntBlk, - &XpmBlockInfo->XPm1aCntBlk, + &Fadt->XPm1aEvtBlk, + &XpmBlockInfo->XPm1aEvtBlk, sizeof (EFI_ACPI_6_5_GENERIC_ADDRESS_STRUCTURE) ); CopyMem ( -- cgit v1.2.3