From: Julien Grall <julien.grall@linaro.org>
To: xen-devel@lists.xen.org
Cc: sstabellini@kernel.org, volodymyr_babchuk@epam.com,
andre.przywara@linaro.org, Julien Grall <julien.grall@linaro.org>
Subject: [PATCH v2 0/3] xen/arm: SMCCC fixes and PSCI clean-up
Date: Fri, 2 Feb 2018 11:41:47 +0000 [thread overview]
Message-ID: <20180202114150.23817-1-julien.grall@linaro.org> (raw)
Hi all,
This small patch series contains SMCCC fixes (see #2) and PSCI clean-up.
Cheers,
Julien Grall (3):
xen/arm: vpsci: Removing dummy MIGRATE and MIGRATE_INFO_UP_CPU
xen/arm: vsmc: Don't implement function ID that doesn't exist
xen/arm: vpsci: Move PSCI function dispatching from vsmc.c to vpsci.c
xen/arch/arm/vpsci.c | 155 +++++++++++++++++++++++++++++++++------
xen/arch/arm/vsmc.c | 126 ++++---------------------------
xen/include/asm-arm/perfc_defn.h | 2 -
xen/include/asm-arm/psci.h | 23 ------
xen/include/asm-arm/smccc.h | 20 ++++-
xen/include/asm-arm/vpsci.h | 13 ++++
6 files changed, 177 insertions(+), 162 deletions(-)
create mode 100644 xen/include/asm-arm/vpsci.h
--
2.11.0
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next reply other threads:[~2018-02-02 11:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-02 11:41 Julien Grall [this message]
2018-02-02 11:41 ` [PATCH v2 1/3] xen/arm: vpsci: Removing dummy MIGRATE and MIGRATE_INFO_UP_CPU Julien Grall
2018-02-02 13:44 ` Volodymyr Babchuk
2018-02-02 11:41 ` [PATCH v2 2/3] xen/arm: vsmc: Don't implement function ID that doesn't exist Julien Grall
2018-02-02 13:46 ` Volodymyr Babchuk
2018-02-06 14:53 ` Julien Grall
2018-02-06 15:15 ` Volodymyr Babchuk
2018-02-06 15:29 ` Julien Grall
2018-02-02 11:41 ` [PATCH v2 3/3] xen/arm: vpsci: Move PSCI function dispatching from vsmc.c to vpsci.c Julien Grall
2018-02-02 14:23 ` Volodymyr Babchuk
2018-02-02 14:31 ` Julien Grall
2018-02-02 15:40 ` Volodymyr Babchuk
2018-02-06 14:45 ` Julien Grall
2018-02-06 15:28 ` Volodymyr Babchuk
2018-02-06 15:39 ` Julien Grall
2018-02-06 15:50 ` Volodymyr Babchuk
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-all 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=20180202114150.23817-1-julien.grall@linaro.org \
--to=julien.grall@linaro.org \
--cc=andre.przywara@linaro.org \
--cc=sstabellini@kernel.org \
--cc=volodymyr_babchuk@epam.com \
--cc=xen-devel@lists.xen.org \
/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;
as well as URLs for NNTP newsgroup(s).