Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: 556640bceac32c86a843d09a1dd0688e44883781
https://github.com/tianocore/edk2/commit/556640bceac32c86a843d09a1dd0688e44883781
Author: Dongyan Qian <[email protected]>
Date: 2024-07-25 (Thu, 25 Jul 2024)
Changed paths:
M UefiCpuPkg/Library/MpInitLib/LoongArch64/MpLib.c
Log Message:
-----------
UefiCpuPkg/MpInitLib: Reduce compiler dependencies for LoongArch
Structure assignment may depend on the compiler to expand to memcpy.
For this, we may need to add -mno-memcpy to the compilation flag.
Here, we reduce dependencies and use CopyMem for data conversion without
memcpy.
Cc: Ray Ni <[email protected]>
Cc: Rahul Kumar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Jiaxin Wu <[email protected]>
Cc: Chao Li <[email protected]>
Signed-off-by: Dongyan Qian <[email protected]>
Co-authored-by: Chao Li <[email protected]>
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits