All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] configs: enable poweroff command on QEMU ARM platforms
@ 2023-01-13 19:02 Heinrich Schuchardt
  2023-01-13 22:40 ` Simon Glass
  2023-01-19 14:46 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2023-01-13 19:02 UTC (permalink / raw)
  To: Tuomas Tynkkynen; +Cc: u-boot, Heinrich Schuchardt

Enable the sysreset based poweroff command. It invokes PSCI.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 configs/qemu_arm64_defconfig | 1 +
 configs/qemu_arm_defconfig   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig
index 9335233152..2f46030855 100644
--- a/configs/qemu_arm64_defconfig
+++ b/configs/qemu_arm64_defconfig
@@ -63,6 +63,7 @@ CONFIG_DM_SCSI=y
 CONFIG_DEBUG_UART_PL011=y
 CONFIG_DEBUG_UART_SHIFT=2
 CONFIG_SYSRESET=y
+CONFIG_SYSRESET_CMD_POWEROFF=y
 CONFIG_SYSRESET_PSCI=y
 CONFIG_TPM2_MMIO=y
 CONFIG_USB=y
diff --git a/configs/qemu_arm_defconfig b/configs/qemu_arm_defconfig
index 6373185f29..f0ee54658a 100644
--- a/configs/qemu_arm_defconfig
+++ b/configs/qemu_arm_defconfig
@@ -65,6 +65,7 @@ CONFIG_DM_SCSI=y
 CONFIG_DEBUG_UART_PL011=y
 CONFIG_DEBUG_UART_SHIFT=2
 CONFIG_SYSRESET=y
+CONFIG_SYSRESET_CMD_POWEROFF=y
 CONFIG_SYSRESET_PSCI=y
 CONFIG_TPM2_MMIO=y
 CONFIG_USB=y
-- 
2.37.2


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

* Re: [PATCH 1/1] configs: enable poweroff command on QEMU ARM platforms
  2023-01-13 19:02 [PATCH 1/1] configs: enable poweroff command on QEMU ARM platforms Heinrich Schuchardt
@ 2023-01-13 22:40 ` Simon Glass
  2023-01-19 14:46 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2023-01-13 22:40 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: Tuomas Tynkkynen, u-boot

On Fri, 13 Jan 2023 at 12:03, Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> Enable the sysreset based poweroff command. It invokes PSCI.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  configs/qemu_arm64_defconfig | 1 +
>  configs/qemu_arm_defconfig   | 1 +
>  2 files changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

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

* Re: [PATCH 1/1] configs: enable poweroff command on QEMU ARM platforms
  2023-01-13 19:02 [PATCH 1/1] configs: enable poweroff command on QEMU ARM platforms Heinrich Schuchardt
  2023-01-13 22:40 ` Simon Glass
@ 2023-01-19 14:46 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-01-19 14:46 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: Tuomas Tynkkynen, u-boot

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

On Fri, Jan 13, 2023 at 08:02:28PM +0100, Heinrich Schuchardt wrote:

> Enable the sysreset based poweroff command. It invokes PSCI.
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2023-01-19 14:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-13 19:02 [PATCH 1/1] configs: enable poweroff command on QEMU ARM platforms Heinrich Schuchardt
2023-01-13 22:40 ` Simon Glass
2023-01-19 14:46 ` Tom Rini

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.