Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: a6b472131e6f49ec6ec309a06fed3b70b97a8602 https://github.com/tianocore/edk2/commit/a6b472131e6f49ec6ec309a06fed3b70b97a8602 Author: Ashraf Ali <ashraf.al...@intel.com> Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths: M IntelFsp2Pkg/Library/BaseFspCommonLib/BaseFspCommonLib.inf M IntelFsp2Pkg/Library/BaseFspCommonLib/FspCommonLib.c A IntelFsp2Pkg/Library/BaseFspCommonLib/ReturnStatus.c Log Message: ----------- IntelFsp2Pkg : Refactor BaseFspCommonLib to reduce binary size Moved FspApiReturnStatusReset API to a separate file to eliminate unnecessary inclusion of FspApiReturnStatusReset APIs in driver binary. When the compiler linking the Object files it may not remove all the unused from NASM OBJs. This change is to reorganize the C files to minimize the impact of the NASM behavior resulting is code size reduction. Signed-off-by: Ashraf Ali <ashraf.al...@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