All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] riscv: enable CONFIG_CMD_SBI for QEMU boards
@ 2022-03-23 21:46 Heinrich Schuchardt
  2022-03-24  0:56 ` Bin Meng
  0 siblings, 1 reply; 2+ messages in thread
From: Heinrich Schuchardt @ 2022-03-23 21:46 UTC (permalink / raw)
  To: Bin Meng; +Cc: u-boot, Heinrich Schuchardt

Let CONFIG_TARGET_QEMU_VIRT imply CONFIG_CMD_SBI.

The sbi command provides detailed information about the SBI.
It is useful to test the discovery of extensions.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 board/emulation/qemu-riscv/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/emulation/qemu-riscv/Kconfig b/board/emulation/qemu-riscv/Kconfig
index 02bf84725b..d8c57e6bb0 100644
--- a/board/emulation/qemu-riscv/Kconfig
+++ b/board/emulation/qemu-riscv/Kconfig
@@ -37,6 +37,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	imply SPL_RAM_DEVICE
 	imply CMD_PCI
 	imply CMD_POWEROFF
+	imply CMD_SBI
 	imply CMD_SCSI
 	imply CMD_PING
 	imply CMD_EXT2
-- 
2.34.1


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

* Re: [PATCH 1/1] riscv: enable CONFIG_CMD_SBI for QEMU boards
  2022-03-23 21:46 [PATCH 1/1] riscv: enable CONFIG_CMD_SBI for QEMU boards Heinrich Schuchardt
@ 2022-03-24  0:56 ` Bin Meng
  0 siblings, 0 replies; 2+ messages in thread
From: Bin Meng @ 2022-03-24  0:56 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: U-Boot Mailing List

On Thu, Mar 24, 2022 at 5:46 AM Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> Let CONFIG_TARGET_QEMU_VIRT imply CONFIG_CMD_SBI.
>
> The sbi command provides detailed information about the SBI.
> It is useful to test the discovery of extensions.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  board/emulation/qemu-riscv/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

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

end of thread, other threads:[~2022-03-24  0:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23 21:46 [PATCH 1/1] riscv: enable CONFIG_CMD_SBI for QEMU boards Heinrich Schuchardt
2022-03-24  0:56 ` Bin Meng

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.