Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 556640bceac32c86a843d09a1dd0688e44883781
      
https://github.com/tianocore/edk2/commit/556640bceac32c86a843d09a1dd0688e44883781
  Author: Dongyan Qian <qiandong...@loongson.cn>
  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 <ray...@intel.com>
Cc: Rahul Kumar <rahul1.ku...@intel.com>
Cc: Gerd Hoffmann <kra...@redhat.com>
Cc: Jiaxin Wu <jiaxin...@intel.com>
Cc: Chao Li <lic...@loongson.cn>
Signed-off-by: Dongyan Qian <qiandong...@loongson.cn>
Co-authored-by: Chao Li <lic...@loongson.cn>



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

Reply via email to