From ffb9136e4f7d5da01afac54a44d734c69e62f88e Mon Sep 17 00:00:00 2001 From: vit9696 Date: Tue, 9 Apr 2019 17:04:34 +0300 Subject: [PATCH] OcAcpiLib: Update RSDT pointer in RSDP --- Library/OcAcpiLib/OcAcpiLib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/OcAcpiLib/OcAcpiLib.c b/Library/OcAcpiLib/OcAcpiLib.c index 0ab0dc3f..96213a33 100755 --- a/Library/OcAcpiLib/OcAcpiLib.c +++ b/Library/OcAcpiLib/OcAcpiLib.c @@ -668,6 +668,7 @@ AcpiApplyContext ( Context->Rsdt->Header.Length ); + Context->Rsdp->RsdtAddress = (UINT32) Table; Table += ALIGN_VALUE (RsdtSize, sizeof (UINT64)); }