mirror of https://github.com/acidanthera/audk.git
the checksum must to be updated when install a new table into ACPI table
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8590 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
92fbbb5d09
commit
432bdae1f5
|
@ -335,7 +335,7 @@ InstallAcpiTable (
|
||||||
Status = SetAcpiTable (
|
Status = SetAcpiTable (
|
||||||
AcpiTableInstance,
|
AcpiTableInstance,
|
||||||
AcpiTableBufferConst,
|
AcpiTableBufferConst,
|
||||||
FALSE,
|
TRUE,
|
||||||
EFI_ACPI_TABLE_VERSION_1_0B | EFI_ACPI_TABLE_VERSION_2_0 | EFI_ACPI_TABLE_VERSION_3_0,
|
EFI_ACPI_TABLE_VERSION_1_0B | EFI_ACPI_TABLE_VERSION_2_0 | EFI_ACPI_TABLE_VERSION_3_0,
|
||||||
TableKey
|
TableKey
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue