]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure World
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 26 Mar 2012 10:59:50 +0000 (10:59 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 26 Mar 2012 10:59:50 +0000 (10:59 +0000)
commiteac42a514b8bfd5d6273d673d8d24a424b579d1c
treee0bd754fabf1f427003eeed5187a322b6aec07fd
parenta12da33bc1cd7a29f3333b94467eb3803bf4d927
ArmPlatformPkg/ArmSmcLib: Added helper library to make SMC call to the Secure World

This library adds C-wrapper around the SMC instruction and allows to pass
parameters to the Secure World.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13133 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/Include/Library/ArmSmcLib.h [new file with mode: 0644]
ArmPlatformPkg/Library/ArmSmcLib/ArmSmc.S [new file with mode: 0644]
ArmPlatformPkg/Library/ArmSmcLib/ArmSmc.asm [new file with mode: 0644]
ArmPlatformPkg/Library/ArmSmcLib/ArmSmcLib.inf [new file with mode: 0644]