From: Maxim Uvarov <maxim.uvarov@linaro.org>
To: qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, Maxim Uvarov <maxim.uvarov@linaro.org>,
f4bug@amsat.org, Jose.Marinho@arm.com,
tf-a@lists.trustedfirmware.org
Subject: [PATCHv4 0/2] arm-virt: add secure pl061 for reset/power down
Date: Tue, 12 Jan 2021 17:30:56 +0300 [thread overview]
Message-ID: <20210112143058.12159-1-maxim.uvarov@linaro.org> (raw)
v4: rework patches accodring to Peter Maydells comments:
- split patches on gpio-pwr driver and arm-virt integration.
- start secure gpio only from virt-6.0.
- rework qemu interface for gpio-pwr to use 2 named gpio.
- put secure gpio to secure name space.
v3: added missed include qemu/log.h for qemu_log(..
v2: replace printf with qemu_log (Philippe Mathieu-Daudé)
This patch works together with ATF patch:
https://github.com/muvarov/arm-trusted-firmware/commit/dd4401d8eb8e0f3018b335b81ce7a96d6cb16d0f
Previus discussion for reboot issue was here:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg757705.html
Maxim Uvarov (2):
hw: gpio: implement gpio-pwr driver for qemu reset/poweroff
arm-virt: add secure pl061 for reset/power down
hw/arm/Kconfig | 1 +
hw/arm/virt.c | 40 +++++++++++++++++++++++++
hw/gpio/Kconfig | 3 ++
hw/gpio/gpio_pwr.c | 70 +++++++++++++++++++++++++++++++++++++++++++
hw/gpio/meson.build | 1 +
include/hw/arm/virt.h | 3 ++
6 files changed, 118 insertions(+)
create mode 100644 hw/gpio/gpio_pwr.c
--
2.17.1
next reply other threads:[~2021-01-12 14:37 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-12 14:30 Maxim Uvarov [this message]
2021-01-12 14:30 ` [PATCHv4 1/2] hw: gpio: implement gpio-pwr driver for qemu reset/poweroff Maxim Uvarov
2021-01-12 17:56 ` Hao Wu via
2021-01-12 14:30 ` [PATCHv4 2/2] arm-virt: add secure pl061 for reset/power down Maxim Uvarov
2021-01-12 15:35 ` Andrew Jones
2021-01-12 16:00 ` Peter Maydell
2021-01-12 16:25 ` Andrew Jones
2021-01-12 16:28 ` Andrew Jones
2021-01-13 7:30 ` Maxim Uvarov
2021-01-14 0:04 ` Andrew Jones
2021-01-14 9:50 ` Peter Maydell
2021-01-14 11:22 ` Maxim Uvarov
2021-01-14 11:24 ` Maxim Uvarov
2021-01-14 11:48 ` Peter Maydell
2021-01-14 12:15 ` Maxim Uvarov
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=20210112143058.12159-1-maxim.uvarov@linaro.org \
--to=maxim.uvarov@linaro.org \
--cc=Jose.Marinho@arm.com \
--cc=f4bug@amsat.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=tf-a@lists.trustedfirmware.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).