Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: f39b1210660bd8b9a0ec5c6e415673c2ca6dbafd https://github.com/tianocore/edk2/commit/f39b1210660bd8b9a0ec5c6e415673c2ca6dbafd Author: Ajan Zhong <ajan.zh...@newfw.com> Date: 2024-12-25 (Wed, 25 Dec 2024)
Changed paths: M UefiPayloadPkg/Library/FdtParserLib/FdtParserLib.c Log Message: ----------- UefiPayloadPkg: Align base address for ACPI region In platform which support ACPI 2.0 only, the base address of ACPI region is not page aligned. This unalinged base address leads to failure at BuildMemoryAllocationHob when parsing ACPI node in FdtParserLib, before building gUniversalPayloadAcpiTableGuid GUID HOB. Align base address of ACPI region down to EFI_PAGE_SIZE to make sure base address always aligned. Signed-off-by: Ajan Zhong <ajan.zh...@newfw.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