mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/SmmCpuFeaturesLib: Rename SmmCpuFeaturesLib.c
This change renames SmmCpuFeaturesLib.c to SmmCpuFeaturesLibCommon.c to better convey that this file contains library implementation common to all library instances. Cc: Eric Dong <eric.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Message-Id: <20210217213227.1277-3-mikuback@linux.microsoft.com> Reviewed-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
3e062ea498
commit
61dc3b3399
|
@ -18,7 +18,7 @@
|
|||
|
||||
[Sources]
|
||||
CpuFeaturesLib.h
|
||||
SmmCpuFeaturesLib.c
|
||||
SmmCpuFeaturesLibCommon.c
|
||||
SmmCpuFeaturesLibNoStm.c
|
||||
|
||||
[Packages]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/** @file
|
||||
The CPU specific programming for PiSmmCpuDxeSmm module.
|
||||
Implementation shared across all library instances.
|
||||
|
||||
Copyright (c) 2010 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
[Sources]
|
||||
CpuFeaturesLib.h
|
||||
SmmCpuFeaturesLib.c
|
||||
SmmCpuFeaturesLibCommon.c
|
||||
SmmStm.c
|
||||
SmmStm.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue