mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/SmmCpuFeaturesLib: Rename the common C file
BZ# 4093: Abstract SmmCpuFeaturesLib for sharing common code Rename SmmCpuFeaturesLiCommon.c to IntelSmmCpuFeaturesLib, because it was developed specifically for Intel implementation. The code that can be shared by other archs or vendors will be stripped away and put in the common file in the next patch. Signed-off-by: Abner Chang <abner.chang@amd.com> Cc: Abdul Lateef Attar <abdattar@amd.com> Cc: Garrett Kirkendall <garrett.kirkendall@amd.com> Cc: Paul Grimes <paul.grimes@amd.com> Cc: Eric Dong <eric.dong@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
parent
8487ec0ee7
commit
ed8bfada03
UefiCpuPkg/Library/SmmCpuFeaturesLib
|
@ -18,8 +18,8 @@
|
|||
|
||||
[Sources]
|
||||
CpuFeaturesLib.h
|
||||
IntelSmmCpuFeaturesLib.c
|
||||
SmmCpuFeaturesLib.c
|
||||
SmmCpuFeaturesLibCommon.c
|
||||
SmmCpuFeaturesLibNoStm.c
|
||||
TraditionalMmCpuFeaturesLib.c
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
[Sources]
|
||||
CpuFeaturesLib.h
|
||||
SmmCpuFeaturesLibCommon.c
|
||||
IntelSmmCpuFeaturesLib.c
|
||||
SmmStm.c
|
||||
SmmStm.h
|
||||
TraditionalMmCpuFeaturesLib.c
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
[Sources]
|
||||
CpuFeaturesLib.h
|
||||
IntelSmmCpuFeaturesLib.c
|
||||
StandaloneMmCpuFeaturesLib.c
|
||||
SmmCpuFeaturesLibCommon.c
|
||||
SmmCpuFeaturesLibNoStm.c
|
||||
|
||||
[Packages]
|
||||
|
|
Loading…
Reference in New Issue