mirror of https://github.com/acidanthera/audk.git
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 <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Zhiguang Liu <zhiguang.liu@intel.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Dun Tan <dun.tan@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Acked-by: Michael D Kinney <michael.d.kinney@intel.com> Acked-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
aa2f32cefa
commit
3c73532a8a
|
@ -45,7 +45,7 @@
|
|||
IoLibMsc.c | MSFT
|
||||
IoLib.c
|
||||
IoLibInternalTdx.c
|
||||
IoLibFifo.c
|
||||
IoLibFifoCc.c
|
||||
X64/IoFifoSev.nasm
|
||||
|
||||
[Packages]
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/** @file
|
||||
IoFifo read/write routines.
|
||||
|
||||
Copyright (c) 2021, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2021 - 2023, Intel Corporation. All rights reserved.<BR>
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
Loading…
Reference in New Issue