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:
Ard Biesheuvel
2016-08-10 14:09:56 +02:00
parent dfc2838892
commit 5e32710023
4 changed files with 24 additions and 66 deletions

View File

@@ -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