]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPkg/ArmSmcLibNull: move to generic C implementation
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 10 Aug 2016 12:09:56 +0000 (14:09 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 11 Aug 2016 10:29:31 +0000 (12:29 +0200)
commit5e32710023e2af6bf86aa946cafa3e0cfed16bbe
tree0b4c26dd90c7128dae703cfa63dc280c7f702816
parentdfc2838892e4a69781b06353ef494ba3ddf16488
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>
ArmPkg/Library/ArmSmcLibNull/AArch64/ArmSmcNull.S [deleted file]
ArmPkg/Library/ArmSmcLibNull/Arm/ArmSmcNull.S [deleted file]
ArmPkg/Library/ArmSmcLibNull/Arm/ArmSmcNull.asm [deleted file]
ArmPkg/Library/ArmSmcLibNull/ArmSmcLibNull.c [new file with mode: 0644]
ArmPkg/Library/ArmSmcLibNull/ArmSmcLibNull.inf