ArmPkg/ArmSmcLibNull: move to generic C implementation
The C language is powerful enough to implement a function that does absolutely nothing, so there is no need to resort to implementations in assembler for various toolchains/architectures. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
This commit is contained in:
@@ -22,12 +22,8 @@
|
||||
VERSION_STRING = 1.0
|
||||
LIBRARY_CLASS = ArmSmcLib
|
||||
|
||||
[Sources.ARM]
|
||||
Arm/ArmSmcNull.asm | RVCT
|
||||
Arm/ArmSmcNull.S | GCC
|
||||
|
||||
[Sources.AARCH64]
|
||||
AArch64/ArmSmcNull.S
|
||||
[Sources]
|
||||
ArmSmcLibNull.c
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
Reference in New Issue
Block a user