Re: [edk2-devel] [Patch V3 8/9] MdeModulePkg/ACPI: Install ACPI table from HOB.

2021-06-07 Thread Wu, Hao A
> -Original Message- > From: Liu, Zhiguang > Sent: Friday, June 4, 2021 5:42 PM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Wu, Hao A ; > Bi, Dandan ; Liming Gao > ; Ni, Ray > Subject: [Patch V3 8/9] MdeModulePkg/ACPI: Install ACPI table from HOB. > > V1: > If HOB contains APCI table

[edk2-devel] [Patch V3 8/9] MdeModulePkg/ACPI: Install ACPI table from HOB.

2021-06-04 Thread Zhiguang Liu
V1: If HOB contains APCI table information, entry point of AcpiTableDxe.inf should parse the APCI table from HOB, and install these tables. We assume the whole ACPI table (starting with EFI_ACPI_2_0_ROOT_SYSTEM_DESCRIPTION_POINTER) is contained by a single gEfiAcpiTableGuid HOB. V2: If error happ