From: khilman@kernel.org (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/4] ARM SMC Calling Convention interface
Date: Mon, 07 Dec 2015 19:22:33 -0800 [thread overview]
Message-ID: <7hegexmxom.fsf@deeprootsystems.com> (raw)
In-Reply-To: <1449049626-13991-1-git-send-email-jens.wiklander@linaro.org> (Jens Wiklander's message of "Wed, 2 Dec 2015 10:47:02 +0100")
Hi Jens,
Jens Wiklander <jens.wiklander@linaro.org> writes:
> This patch set is based on the Generic TEE subsystem v6 patchset
> (https://lwn.net/Articles/662495/) sent out a few weeks ago. By isolating
> the ARM SMC Calling Convention patches that are useful for other purposes
> than to support the Generic TEE subsystem some complexity is removed from
> that patch set.
>
> This patch set adds a common interface to do an SMC or HVC following ARM
> SMC Calling Convention. The interface is implemented for both the arm and
> arm64 architectures and updates the PSCI driver to use this interface
> instead for firmware communication.
I applied this series to a test branch of the arm-soc tree and pushed it
for build/boot testing at kernelci.org, which found a new build
failures[1] when building multi_v7_defconfig with CONFIG_THUMB2_KERNEL=y:
../arch/arm/kernel/smccc-call.S: Assembler messages:
../arch/arm/kernel/smccc-call.S:40: Error: too many positional arguments
../arch/arm/kernel/smccc-call.S:49: Error: too many positional arguments
make[2]: *** [arch/arm/kernel/smccc-call.o] Error 1
make[2]: Target `__build' not remade because of errors.
make[1]: *** [arch/arm/kernel] Error 2
That obviously prevented boot testing for that particular build, but all
the other boot tests are normal[2].
Kevin
[1] http://kernelci.org/build/arm-soc/kernel/v4.4-rc3-4-g7a438b46311d/
[2] http://kernelci.org/boot/all/job/arm-soc/kernel/v4.4-rc3-4-g7a438b46311d/
prev parent reply other threads:[~2015-12-08 3:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-02 9:47 [PATCH v4 0/4] ARM SMC Calling Convention interface Jens Wiklander
2015-12-02 9:47 ` [PATCH v4 1/4] arm/arm64: add arm-smccc Jens Wiklander
2015-12-02 9:47 ` [PATCH v4 2/4] arm: add implementation for arm-smccc Jens Wiklander
2015-12-02 9:47 ` [PATCH v4 3/4] arm64: " Jens Wiklander
2015-12-02 9:47 ` [PATCH v4 4/4] drivers: psci: replace psci firmware calls Jens Wiklander
2015-12-02 18:37 ` Lorenzo Pieralisi
2015-12-08 3:22 ` Kevin Hilman [this message]
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=7hegexmxom.fsf@deeprootsystems.com \
--to=khilman@kernel.org \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.