All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] board: sifive: unmatched: enable booting on a second NVME device
@ 2023-01-07 22:32 Aurelien Jarno
  2023-01-07 23:02 ` Heinrich Schuchardt
  0 siblings, 1 reply; 3+ messages in thread
From: Aurelien Jarno @ 2023-01-07 22:32 UTC (permalink / raw)
  To: Paul Walmsley, Pragnesh Patel, Green Wan; +Cc: open list, Aurelien Jarno

The HiFive Unmatched board has a M2 slot for NVME and a PCIe slot that
can also be used for NVME. Enable support for a second NVME device, so
that software RAID-1 configurations can be supported at the u-boot
level.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
---
 include/configs/sifive-unmatched.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/sifive-unmatched.h b/include/configs/sifive-unmatched.h
index 85fab92719..9261932af9 100644
--- a/include/configs/sifive-unmatched.h
+++ b/include/configs/sifive-unmatched.h
@@ -19,6 +19,7 @@
 
 #define BOOT_TARGET_DEVICES(func) \
 	func(NVME, nvme, 0) \
+	func(NVME, nvme, 1) \
 	func(USB, usb, 0) \
 	func(MMC, mmc, 0) \
 	func(SCSI, scsi, 0) \
-- 
2.35.1


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-07 22:32 [PATCH] board: sifive: unmatched: enable booting on a second NVME device Aurelien Jarno
2023-01-07 23:02 ` Heinrich Schuchardt
2023-01-08 14:54   ` Maciej W. Rozycki

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.