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

2021-05-26 Thread Wu, Hao A
Some inline comments below: > -Original Message- > From: Liu, Zhiguang > Sent: Monday, May 24, 2021 3:13 PM > To: devel@edk2.groups.io > Cc: Wang, Jian J ; Wu, Hao A ; > Bi, Dandan ; Liming Gao > ; Ni, Ray > Subject: [PATCH 8/9] MdeModulePkg/ACPI: Install ACPI table from HOB. > > If HO

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

2021-05-24 Thread Zhiguang Liu
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. Cc: Jian J Wang Cc: