Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 670e263419eb875fd8dce0c8d18dd3ab02b83ba0 https://github.com/tianocore/edk2/commit/670e263419eb875fd8dce0c8d18dd3ab02b83ba0 Author: Chasel Chiu <chasel.c...@intel.com> Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths: M UefiPayloadPkg/Library/AcpiTimerLib/AcpiTimerLib.c M UefiPayloadPkg/Library/ResetSystemLib/ResetSystemLib.c M UefiPayloadPkg/UefiPayloadEntry/AcpiTable.c Log Message: ----------- UefiPayloadPkg: Move FADT check to consumer coode. ACPI FADT HW register interface fields are optional but current UPL common entry code made it as mandatory which caused compatibility issue on some platforms. Solution is to move those FADT HW register fields check code to consumer code so only ASSERT when those fields are consumed with error. Currently only AcpiTimerLib and ResetSystemLib consuming those register fields so if platforms configured UPL to different library instances the FADT HW register fields are not consumed thus will not cause ASSERT. Signed-off-by: Chasel Chiu <chasel.c...@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