Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 3c73532a8a789eea671a1cf782ea3829bc488cb6
      
https://github.com/tianocore/edk2/commit/3c73532a8a789eea671a1cf782ea3829bc488cb6
  Author: Dun Tan <[email protected]>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicSev.inf
    R MdePkg/Library/BaseIoLibIntrinsic/IoLibFifo.c
    A MdePkg/Library/BaseIoLibIntrinsic/IoLibFifoCc.c

  Log Message:
  -----------
  MdePkg: Change IoLibFifo.c to IoLibFifoCc.c

Change IoLibFifo.c to IoLibFifoCc.c since the
file is for Tdx and SEV in BaseIoLibIntrinsicSev.
It's also to distinguish with a new incoming
IoLibFifo.c for BaseIoLibIntrinsic.

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Cc: Ray Ni <[email protected]>
Signed-off-by: Dun Tan <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Acked-by: Michael D Kinney <[email protected]>
Acked-by: Laszlo Ersek <[email protected]>


  Commit: 1d50544aa2321e4efcd9c193d534fb4096d64dbf
      
https://github.com/tianocore/edk2/commit/1d50544aa2321e4efcd9c193d534fb4096d64dbf
  Author: Dun Tan <[email protected]>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf
    R MdePkg/Library/BaseIoLibIntrinsic/Ia32/IoFifo.nasm
    A MdePkg/Library/BaseIoLibIntrinsic/IoLibFifo.c
    R MdePkg/Library/BaseIoLibIntrinsic/X64/IoFifo.nasm

  Log Message:
  -----------
  MdePkg:simplify Fifo API in BaseIoLibIntrinsic

Simplify IoRead/WriteFifo implement by repeatedly
calling IoRead/Write in the C code.
This can avoid calling assembly code to use string
I/O instructions. With this change Ia32/IoFifo.nasm
and X64/IoFifo.nasm can be removed. Then the source
files for IA32 and X64 are the same.

Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Cc: Ray Ni <[email protected]>
Signed-off-by: Dun Tan <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Acked-by: Michael D Kinney <[email protected]>
Acked-by: Laszlo Ersek <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/aa2f32cefa56...1d50544aa232


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to