public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch v2 0/3] *** Add ArmSvc Library ***
@ 2017-09-20 19:48 Supreeth Venkatesh
  2017-09-20 19:48 ` [Patch v2 1/3] ArmPkg/ArmSvcLib: Add ArmSvcLib implementation Supreeth Venkatesh
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Supreeth Venkatesh @ 2017-09-20 19:48 UTC (permalink / raw)
  To: edk2-devel; +Cc: leif.lindholm, ard.biesheuvel, Supreeth Venkatesh

*** 
This patchset adds a library that enables invocation of SVCs from Exception
Level EL0. It will be used by the Standalone MM environment to request
services from a software running in a privileged EL e.g. ARM Trusted
Firmware. The library is derived directly from Arm SMC Library. 

Further, it builds the library during the build of Arm Pacakge and the library 
exports the header file for inclusion in other modules.

This is tested on AARCH64 Reference platform and 
has not been tested on ARM 32 bit Platform.

Changes Since v1:
(*) Update Review Comments from Ard.
(*) Reword Commit subject for the patches in the set to convey meaningful summary. 

***

Supreeth Venkatesh (3):
  ArmPkg/ArmSvcLib: Add ArmSvcLib implementation.
  ArmPkg: Modify description file to build ArmSvcLib.
  ArmPkg/Include: Add ArmSvcLib header file.

 ArmPkg/ArmPkg.dsc                         |  1 +
 ArmPkg/Include/Library/ArmSvcLib.h        | 46 +++++++++++++++++++++++++++++++
 ArmPkg/Library/ArmSvcLib/AArch64/ArmSvc.S | 43 +++++++++++++++++++++++++++++
 ArmPkg/Library/ArmSvcLib/Arm/ArmSvc.S     | 41 +++++++++++++++++++++++++++
 ArmPkg/Library/ArmSvcLib/Arm/ArmSvc.asm   | 39 ++++++++++++++++++++++++++
 ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf    | 31 +++++++++++++++++++++
 6 files changed, 201 insertions(+)
 create mode 100644 ArmPkg/Include/Library/ArmSvcLib.h
 create mode 100644 ArmPkg/Library/ArmSvcLib/AArch64/ArmSvc.S
 create mode 100644 ArmPkg/Library/ArmSvcLib/Arm/ArmSvc.S
 create mode 100644 ArmPkg/Library/ArmSvcLib/Arm/ArmSvc.asm
 create mode 100644 ArmPkg/Library/ArmSvcLib/ArmSvcLib.inf

-- 
2.14.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-20 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-20 19:48 [Patch v2 0/3] *** Add ArmSvc Library *** Supreeth Venkatesh
2017-09-20 19:48 ` [Patch v2 1/3] ArmPkg/ArmSvcLib: Add ArmSvcLib implementation Supreeth Venkatesh
2017-09-20 19:48 ` [Patch v2 2/3] ArmPkg: Modify description file to build ArmSvcLib Supreeth Venkatesh
2017-09-20 19:48 ` [Patch v2 3/3] ArmPkg/Include: Add ArmSvcLib header file Supreeth Venkatesh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox