Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: dd8c272555cb9fed7730acd386d103e287d7e4cd https://github.com/tianocore/edk2/commit/dd8c272555cb9fed7730acd386d103e287d7e4cd Author: George Liao <george.l...@intel.com> Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths: M MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c Log Message: ----------- MdeModulePkg/AcpiTableDxe: Add function for extract ACPI table from HOB. 1. Got RSDP table which installed during the FSP phase from Hob, then pass it to the DXE AcpiTableInstance. 2. Got XSDT from RSDP and extract necessary data from XSDT, according to the old XSDT to Initialize a new XSDT. 3. Re-install ACPI table from old XSDT to the new XSDT. a. If Hob has DSDT table then re-install DSDT table in the new XSDT. If not, then skip it. b. If Hob has FACS table then re-install FACS table in the new XSDT. If not, then skip it. Signed-off-by: George Liao <george.l...@intel.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits