Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: b92e16d5c30d3a525721720691035cf149a48f74
      
https://github.com/tianocore/edk2/commit/b92e16d5c30d3a525721720691035cf149a48f74
  Author: Chao Li <[email protected]>
  Date:   2024-07-12 (Fri, 12 Jul 2024)

  Changed paths:
    M BaseTools/Conf/tools_def.template

  Log Message:
  -----------
  BaseTools: Remove fno-plt from LoongArch CC flags

Static relocation types have been handled in GenFw if using the PIC, and
the CC flags not enable `fno-pic` by default.
The option `fno-plt` is not necessary, as is not created by defualt in
edk2(static linking) regardless of wether `fplt` is used or not, so
remove this option from the LoongArch common CC flags.

Cc: Rebecca Cran <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Bob Feng <[email protected]>
Cc: Yuwei Chen <[email protected]>
Signed-off-by: Chao Li <[email protected]>


  Commit: 5dc6f19b384abe761429d3192ab76c213b57b211
      
https://github.com/tianocore/edk2/commit/5dc6f19b384abe761429d3192ab76c213b57b211
  Author: Chao Li <[email protected]>
  Date:   2024-07-12 (Fri, 12 Jul 2024)

  Changed paths:
    M 
OvmfPkg/LoongArchVirt/Library/Fdt16550SerialPortHookLib/Fdt16550SerialPortHookLib.c

  Log Message:
  -----------
  OvmfPkg: Fix the wild pointer in Fdt16550SerialProtHookLib

There was a wild pointer in Fdt16550SerialProtHookLib which pointed to
an unknown space, which was very wrong and has been fixed.

Cc: Ard Biesheuvel <[email protected]>
Cc: Jiewen Yao <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Signed-off-by: Chao Li <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/2b6d0eb43439...5dc6f19b384a

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

Reply via email to