Re: [PATCH] board: sifive: unmatched: enable booting on a second NVME device

2023-01-08 Thread Maciej W. Rozycki
On Sun, 8 Jan 2023, Heinrich Schuchardt wrote: > > 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 @@ > > >

Re: [PATCH] board: sifive: unmatched: enable booting on a second NVME device

2023-01-07 Thread Heinrich Schuchardt
On 1/7/23 23:32, Aurelien Jarno wrote: 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 --- incl

[PATCH] board: sifive: unmatched: enable booting on a second NVME device

2023-01-07 Thread 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 --- include/configs/sifive-unmatched.h | 1 + 1 fi