From: Supreeth Venkatesh <supreeth.venkatesh@arm.com>
To: edk2-devel@lists.01.org
Cc: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org,
Supreeth Venkatesh <supreeth.venkatesh@arm.com>
Subject: [Patch v2 0/3] *** Add ArmSvc Library ***
Date: Wed, 20 Sep 2017 20:48:10 +0100 [thread overview]
Message-ID: <20170920194813.43665-1-supreeth.venkatesh@arm.com> (raw)
***
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
next reply other threads:[~2017-09-20 19:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-20 19:48 Supreeth Venkatesh [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170920194813.43665-1-supreeth.venkatesh@arm.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox